CA Service Management

 View Only

PDM_LOAD : ERROR: Invalid row termination, expected } 

Oct 27, 2015 11:23 AM

Problem Description:

When importing the Notify_Msg_Tpl table (extracted using pdm_extract command ) using pdm_load,  we get the  error:

 

ERROR: Invalid row termination, expected }

 

 

Root Cause:

The content of the input file contains  { and } characters for data value

 

 

 

Solution:

Replace { by \\00173  and } by \\00175 in  all the input file

 

 

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Nov 24, 2015 03:13 AM

Fabiano,

Based on what we had:

Enter (new line)  ---->     \\ 0012

{  ---->    \\00173

}  ---->    \\00175

 

you may try with the value in column Oct in the table below.

http://www.asciitable.com/

Nov 23, 2015 01:29 PM

To solve the problem in PDM_LOAD, use the following substitutions:

 

 

{  --->    \ {

} ---->    \}

Enter (new line)  ---->     \\ 0012

"(Double quotes) ----->   \"

'(Single quotes) ----->     \'

 

For the record: I have not found any information about that in CA Documentation. If anyone know more substitutions, please add.

Related Entries and Links

No Related Resource entered.