We are trying to upgrade our ARIS 7 server to ARIS 9. We found a bug of the method Item.OID().

This method is used to returns the database-wide unique object identifier of this item as a an int array.

Field[0] = LVal; Field[1] = HVal; Field[2] = TableID

We use this method to get a unique integer ID in our reports.

In ARIS 7, this method can work correctly. But in ARIS 9, the returned value is always [0,0,0].

Does anyone know how to solve this problem?

 or register to reply.

Notify Moderator