cancel
Showing results for 
Search instead for 
Did you mean: 

dump: UC_OBJECTS_NOT_CONVERTIBLE when activating IO

Former Member
0 Kudos
73

Hello,

We have a Z infoObject. I tried to delete a navigational attribute and add other navigational attribute instead. When I activate the InfoObject I'm getting the dump: UC_OBJECTS_NOT_CONVERTIBLE.

The infoObject is now locked and I cant do any changes in it untill it will be activated but when i try to activate it i'm getting the dump.

Please Advice.

David Cohn

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check if the IO is being used in any of the update/transfer rules, Infoproviders anywhere. If it is being used remove it from there and the try to remove the attribute and add attribute. Also you have to delete any data loaded for this IO.

Hope this helps.

Bhargava

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello David,

I think master data tables needs to be converted in the case of adding/deleting navigational attributes.

Refer to transaction code SE14 with the master data tables for your info objects, system should show this tables in partly-active status. In this transaction you have option of save & adjust tables.

After adjusting masterdata tables , try activating info object .

Hope that helps.

Regards

Kapadia

***Assigning points is the way to say thanks in SDN.***

Former Member
0 Kudos

I deleted all the infoProviders data/hierarchies which this infoObject is being used and than deleted the master data. after the deletion the activation work. I think that what Mr Kapadia suggested would work also.

Thank you,

David