TripperDay
MIS
We're moving from Crystal Enterprise 10 to Business Objects XI and I need a report that lists the reports on BO XI that failed the previous day.
In Crystal Enterprise 10, this was done using the CE10 database and APS_InfoObjects table. Unfortunately, the object name field in the BOE11 database is stored as varbinary. Not only is it stored as varbinary, it's encoded really strangely, and doesn't differentiate between lower case and upper case characters.
For example, a report named:
AaAaAaAaAaA.rpt
is stored as:
2A2A2A2A2A2A2A2A2A2A2A2143467B4C44850213C4E
which converts into ASCII as:
***********!CF{LHP!<N
Does anyone know where the real object names that will make sense in a report are stored?
In Crystal Enterprise 10, this was done using the CE10 database and APS_InfoObjects table. Unfortunately, the object name field in the BOE11 database is stored as varbinary. Not only is it stored as varbinary, it's encoded really strangely, and doesn't differentiate between lower case and upper case characters.
For example, a report named:
AaAaAaAaAaA.rpt
is stored as:
2A2A2A2A2A2A2A2A2A2A2A2143467B4C44850213C4E
which converts into ASCII as:
***********!CF{LHP!<N
Does anyone know where the real object names that will make sense in a report are stored?