tcl - Error while selecting business object in eMatrix -


i trying run mql command on ennovia ematrix plm

print bus  type 'own design item'  name  'rau1204038'  revision  *  select *; 

but getting 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' not exist 

noman, first have search that,your business object name exist in matrix or not.

to check business object name, use below command:

list businessobject [vault vault_name]; 

if business object name exist, use below command:

print bus  'own design item'  'rau1204038'  *  select ; 

note: must have administrator rights.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -