|
gammoncs
|
 |
« on: December 27, 2010, 02:36:15 pm » |
|
I have a simple report that is designed to list records from the maximo.ticket table. I have published the report in Maximo 6.2.2 under the SR application and report tab. The report has 3 parameters (a start date, an end date, and a siteid). When I run the report without a site id, the report runs correctly showing all sites. However, if I enter a single site id, I get the following message. "Status No: 1 : Basic Error: 1011 Module: afc\db.bas Line: 193 Database Error 2: Error generated by the connected data source ... 904: ORA-00904: "SR"."SITEID": invalid identifier ". It looks like it is substituting the application id (SR) for the table name (ticket) when it tries to run the query. Any thoughts or ideas on how to resolve this? Thanks.
|