cancel
Showing results for 
Search instead for 
Did you mean: 

SID Failure Error

Former Member
0 Kudos

Hello,

During the DSO activation, i am getting the following error message:

Error when assigning SID: Action VAL_SID_CONVERT, InfoObject ZORD_DESC

Value 'Support Pack testing - disc. material' (hex. '537570706F7274205061636B2074657374696

When i tried to maintained the Master Data for infoobject ZORD_DESC, but it shows the Maintain Master Data option inactive.

Then in infoobject, i found only the SID table(not master data table and not text table).

How can i solve this problem, please suggest.

Thanks in Advance,

Regards,

Himanshu.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The charaters are in lower case.

Convert the characters to UPPER CASE as lower case wont be allowed.

In the transformation use the statemenet

TRANSALATE <field> TO UPPERCASE.

If its a one time load, you can edit it in PSA and load it.

Answers (3)

Answers (3)

umesh_pednekar
Active Participant
0 Kudos

Hi Himanshu

As given in the earlier posts the solution is spot on. However, you need to find a permanent solution as this problem could arise in any of the master info object data load . Is your source ECC or a flat file ? Any such loads in future should be taken care of (even for other master objects) by ensuring that you get only upper case letters.

Cheers

Umesh

Former Member
0 Kudos

HI,

The load is failed due to lower cas letters, please modify that in the PSA and push further.

In order to avoid this error in feauture convert this as UPPERCASE suggested in earlier or thread or you can check option called allow lower at info objet level in genral tab if it is ok with the business.

Cheers

Vikram

Former Member
0 Kudos

Hi Himanshu,

You are trying to load data for info Object ZORD_DESC with lower case. By default BI does not support lower cases.

Either you need to write a routine or formula to convert lower case to upper case or you need to change the seetings in info object with Lowercase checkbox checked.

This will solve your problem.

-- Selva