Hi -
Environment: CE10 SP1, all Hotfixes, Win2k
Is it possible that the PARENTID of an instance is again an instance?
Exactly this is the case in my system and I thought this shouldn't be possible since only a scheduled report can create an instances of it.
I'm using this query
to check for this circumstance. As a result you can verify the relationship of the instance by looking at the IDs...
Can anybody explain this phenomen?
Greetz - ZedEnter
Environment: CE10 SP1, all Hotfixes, Win2k
Is it possible that the PARENTID of an instance is again an instance?
Exactly this is the case in my system and I thought this shouldn't be possible since only a scheduled report can create an instances of it.
I'm using this query
Code:
Select SI_ID, SI_PARENTID, SI_NAME From CI_INFOOBJECTS
to check for this circumstance. As a result you can verify the relationship of the instance by looking at the IDs...
Can anybody explain this phenomen?
Greetz - ZedEnter