View previous topic :: View next topic |
Author |
Message |
THRIVIKRAM Beginner
Joined: 03 Oct 2005 Posts: 70 Topics: 34
|
Posted: Tue Oct 23, 2007 9:31 am Post subject: Peculiar Problem with -805 |
|
|
Hi Everyone,
I have a peculiar problem.
In the online screen by keying in one field, we get number of records corresponding to that keyed in record. These records can be navigated using the F5 (Functional-5) key. Pressing F5 each time will get us the next page.
But, for one particular record, on pressing F5 for 9 times the screen abends(Session Terminates) showing -805 for that program. It happens only after 9th iteration only |
|
Back to top |
|
 |
vivek1983 Intermediate

Joined: 20 Apr 2006 Posts: 222 Topics: 24
|
Posted: Thu Oct 25, 2007 2:28 am Post subject: |
|
|
THRIVIKRAM,
Can u tell us the reason code for which is asoociated with -805? _________________ Vivek G
--------------------------------------
A dream is just a dream. A goal is a dream with a plan and a deadline. (Harvey Mackay) |
|
Back to top |
|
 |
THRIVIKRAM Beginner
Joined: 03 Oct 2005 Posts: 70 Topics: 34
|
Posted: Sat Oct 27, 2007 11:36 pm Post subject: Problem known |
|
|
Hi All,
The reason for this problem is found and I wish to share here.
The screen which gives out the -805 calls other online modules(Commen modules & specific modules for the required function). The format is [QualifierPACKAGESET.Programname] Ex: XXXX01.YYYYYYY. All the commen modules should be called with PACKAGESET=00 and Specific modules to be called with PACKAGESET=01/02. But for some reason, the commen module is called with PACKAGESET=01 and when the program try to search for [Qualifier01.programname] its not found in the Plan list and so it gave out -805.
Thanks!! |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Sun Oct 28, 2007 3:46 am Post subject: |
|
|
thx for the feedback. one more thing to look for when 805s appear.
thx dbz _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
|
|