View previous topic :: View next topic |
Author |
Message |
si_martin20 Beginner
Joined: 22 Jul 2003 Posts: 1 Topics: 1
|
Posted: Tue Jul 22, 2003 10:42 am Post subject: Module Not Found user abend |
|
|
Hi All.
My first post on the Forum - - so looking forward to getting to know you all!
I'm looking to get to the bottom of a problem we are having with a Java-frontend/COBOL back-end platform I am working with. We get a seemingly random abend occuring whereby a message appears when trying to execute a transaction saying 'Module Not found'. This happens for operations which worked fine up until the point when the abend occrus, and is solved quite easily be simply recompiling the COBOL services involved in the particular operation. However, it is a mystery as to why this abend occurs.
We think it is something to do with the compilation process of the programs, the database bind (DB2) or the CICS middleware. We are testing and fixing in the same environment (I know, I know, not my decision ...), so I was wondering if it may have something to do with a tester of the application trying to use a program at the same time as a fixer is (re)compiling it - could it be that this makes the program inaccessible (hence the CICS thinking module does not exist)?
All help greatly appreciated.
Thanks in advance.
Simon. |
|
Back to top |
|
|
Param Beginner
Joined: 31 Mar 2003 Posts: 16 Topics: 7
|
Posted: Tue Jul 22, 2003 11:43 pm Post subject: |
|
|
Simon,
If its an online module (that involves cics) check the system table entries (RCT, TCT...) and after compiling take a new copy of the program in the cics region.....
I hope this helps... |
|
Back to top |
|
|
Dibakar Advanced
Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Wed Jul 23, 2003 5:49 am Post subject: |
|
|
Could it be that someone is debugging the program in back end? |
|
Back to top |
|
|
mayuresh.tendulkar Beginner
Joined: 25 Apr 2003 Posts: 31 Topics: 6 Location: Pune
|
Posted: Wed Jul 23, 2003 1:43 pm Post subject: |
|
|
Hello si_martin20,
Also check for the Compiler options provided while compiling the program.
May be thats where the problem reside.
Let us know the cause for the problem?
Regards
Mayuresh Tendulkar |
|
Back to top |
|
|
|
|