Error while selecting business object in eMatrix

1.9k views Asked by At

I am trying to run this mql command on ennovia ematrix plm

print bus  type 'Own design item'  name  'RAU1204038'  revision  *  select *;

but I am getting this error

Error: #1900068: print business object failed
Error: #1500029: No business object 'Error getting object name Own design item name' found
System Error: #1500178: business type '0' does not exist
1

There are 1 answers

0
Prince Bhardwaj On BEST ANSWER

Noman, First you have to search that,your business object name exist in your Matrix or not.

To check business object name, use below command:

list businessobject [vault VAULT_NAME];

If your business object name is exist, then use below command:

print bus  'Own design item'  'RAU1204038'  *  select ;

Note: You must have administrator rights.