NavigationUser login |
IFBO database trigger and stored procedure create Asset Suite abendAbend similar to the following shows up on Unix box in directory ../region/REGION/res/ABND.tdq: 2009-09-15-07.43.59.431000TIGECPHYNETNAME DCG2260 DCG2260 N/A +A2KPD0521491030E0C0000000000000000000000000000PASS APPLICATION P LINK TRACE: TIGMAIN APPLICATION OR SYSTEM FATL ABEND DETECTED IRREGULAR SQL CODE ENCOUNTERED: -0 First thing to be aware of is that the Java class, com/indus/apibo/afjutcbo/UTecphy, is stored in the database and not in a jar file. Connect to the Oracle database as the schema owner and use SQL: select * from user_objects where object_type like '%JAVA%' and status != 'VALID'; Look in the IFBO install log file: create_triggers.log You're looking for normal Java compile errors like "cannot resolve symbol". By webmaster | Integration Framework Business Objects (IFBO) | add new comment
|