Error Message

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
DSmamta
Participant
Posts: 23
Joined: Mon Jul 12, 2004 12:53 pm

Error Message

Post by DSmamta »

Hello All:

I am able to compile and run my job sucessfully. Output is fine. But after some time when I try to go back to that job and try to open it I get the following error.

"Failed to open RT_LOG2085 file."

This has begun to happen to some of my saved jobs and some of my colleagues jobs as well.

What I thought was that my job design got corrupted so saved it as another file name compiled it and ran it. Again it successfully compiles and runs the job. The output also shows fine. But after sometime I go back and try to open it and I get the same error as I got previously.

Failed to open RT_LOG2085 file.

I am unable to see the log in the director cause when I try open the director, I get the following error.

"Cannot open executable job file RT_CONFIG2083. "

I click OK. Then I get the next error message

"Failed to open RT_LOG2085 file."

I click OK again.

I can see other jobs in the director but not the ones that I got error messages for.

In director under JOB --> Cleanup Resources --> PROCESSES and LOCKS (Show All) do not see any of my jobs or "RT_LOG2085 file" and "RT_CONFIG2083"

Would appreciate why I am getting these errors in my Designer and Director.

Regards,
MJ

ketfos
Participant
Posts: 562
Joined: Mon May 03, 2004 8:58 pm
Location: san francisco
Contact:

Post by ketfos »

Hi,
Try this thing.
Save the job with different name.
Run it by putting a small limit of 10 rows.
Then see the results.
Try opening the log.


Ketfos
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

First check I'd make is to ensure you haven't run out of space wherever you have DataStage installed.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Another thing that can cause this error is where the log file for the job has received so many entries that it has reached 2GB.

This is why you should purge log files. Once a log file reaches 2GB, unless there is administrative prevention by changing it to 64-bit internal addressing, the log file becomes strucurally corrupted.

Sometimes you can use CLEAR.FILE on the log file to retrieve the situation, however this does not work in 100% of cases.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
T42
Participant
Posts: 499
Joined: Thu Nov 11, 2004 6:45 pm

Post by T42 »

You also can use the Adminstrator's option to limit number/days of job runs, and allow DataStage to automatically purge old log files for you every time you run a job.

You will get an informative message that you can safely ignore.
DSmamta
Participant
Posts: 23
Joined: Mon Jul 12, 2004 12:53 pm

Post by DSmamta »

Hello All:

Thank you all SO much.

It was a combination of all that was mentioned.

Regards,
MJ
Christina Lim
Participant
Posts: 74
Joined: Tue Sep 30, 2003 4:25 am
Location: Malaysia

Post by Christina Lim »

Hallo all,

Our datastage server is shared by a lot of developers accessing different project.

We've been getting a lot of "Cannot open executable job file RT_CONFIG2083. " errors recently.

I suspect it's because the log file is reaching 2GB as mentioned by Ray.
Another thing that can cause this error is where the log file for the job has received so many entries that it has reached 2GB.

This is why you should purge log files. Once a log file reaches 2GB, unless there is administrative prevention by changing it to 64-bit internal addressing, the log file becomes strucurally corrupted.

Sometimes you can use CLEAR.FILE on the log file to retrieve the situation, however this does not work in 100% of cases.
I would to clarify some of the things here.

Since the option to automatically purge old log files for each run is controlled at project level, is it possible that when such error occurs in a project, it'll appear in other projects as well? Although that particular project automate the purge of old log files?
Post Reply