Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Order Number using Instance Number

Former Member
0 Likes
659

Hi All,

The job log for a cancelled archive write job (Sales Order Archiving) says - There is no entry for instance 000000000004589144 in either INOB or IBase.

I am trying to find out what is corresponding order number for this instance number? Any ideas on which table i should be looking at?

Thanks

Janani

1 REPLY 1
Read only

Former Member
0 Likes
418

Check transaction CUTABLEINFO and insert the instance number you have into the Instance(CUOBJ) field. Be sure to check at the very least at the bottom of the screen the check boxes for IBINOBS and IBINOWN.

The owner of the configuration is the object that originated the instance. An observer of the instance is simply an object that needed a copy of the characteristic values in the instance. If any transaction can find your instance's owner, it's this one.

Cheers.