|
|
| Author |
Message |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 530 Location: work
|
|
|
|
| Quote: |
i am a new member in this group.
After successful execution maxcc will be 0.If ur job will not respond for a long time or goes to infinite loop.then u will be informed by ur administrator. Then u will no that ur job is in infinite loop. |
Welcome to the forum. But please do not use chat slang here. Not everyone is a English speaker and it is hard enough to understand without weird spelling. |
|
| Back to top |
|
 |
References
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8724 Location: 221 B Baker St
|
|
|
|
Hello,
If the data in all of the database table(s) used is not the exact same as production, different results would almost surely occur. . .
If the code re-processed the same row or small set of rows over and over, it could appear like the program was in a loop. |
|
| Back to top |
|
 |
arcvns
Senior Member
Joined: 17 Oct 2006 Posts: 752 Location: Chennai, India
|
|
|
|
Hello dick,
All the tables in test and prod were in sync(exactly same rows) prior to testing.
Thanks,
Arun |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8724 Location: 221 B Baker St
|
|
|
|
Hi Arun,
When your system promotes code from test to production, is the code re-compiled, re-linked, re-bound, etc? |
|
| Back to top |
|
 |
|
|