Data Stage Error.....

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
MaheshKumar Sugunaraj
Participant
Posts: 84
Joined: Thu Dec 04, 2003 9:55 pm

Data Stage Error.....

Post by MaheshKumar Sugunaraj »

Hi All,

Off late we have started experience the following error message when just creating a smiple Job in some Projects:

*************************************************************
Error while creating job Sample
Error on CREATE.FILE command (Creating file "RT_CONFIG22" as Type
30.mkdbfile: error initializing file.Unable to create operating
system file "RT_CONFIG22".*** Processing cannot continue. ***)

*************************************************************

Similiar kind of messages (with a different Number) when we try to run or complie the existing Jobs.

I guess the DS files have been Corrupt or there are permission issues, I have checked the permissions on the DS files and everything is as required.

Please advise on what are the steps to be adopted to overcome such kind of errors.

Any help would highly be appreciated. Many thanks in advance.

Thanks & Regards
Mahesh
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Did you move the project to a different structure or use a different user name to work this DataStage?
MaheshKumar Sugunaraj
Participant
Posts: 84
Joined: Thu Dec 04, 2003 9:55 pm

Post by MaheshKumar Sugunaraj »

Hi Sainath,

Nops, The Project was not moved as such, and The project was created by granting permissions for a specific set of users who are going to use work on the Project.


Thanks & Regards
M
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Was there a change in the Unix group to which the users are allocated? Can you log into Unix as the corresponding user and try to create a file and directory under the corresponding project folder?
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

You cannot grant permission to a user. These users all need their default group to be the same group like dsdev. This group usually is the same as dsadm.

If you try to keep multiple groups then it will always be a manual process.
Mamu Kim
MaheshKumar Sugunaraj
Participant
Posts: 84
Joined: Thu Dec 04, 2003 9:55 pm

Post by MaheshKumar Sugunaraj »

Hi All,

There was no change to the group done or to any users, as Kim said nothing has been done. The Projects were working fine all off sudden we started facing this issue.

Thanks & Regards
Mahesh
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

I would make sure all the files are owned by the same group. Do a chown. Make sure your umask is set in dsenv and in the uv.rc in the start up script.
Mamu Kim
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

:idea: Have you had disk full condition in the project directory's file system?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
MaheshKumar Sugunaraj
Participant
Posts: 84
Joined: Thu Dec 04, 2003 9:55 pm

Post by MaheshKumar Sugunaraj »

Hi All,

I have checked the Permissions, the Owners and the Group there is not change at all.

I have also checked for the disk space on the box there was enough space. there are couple of projects which use DS on the same Box.

Thanks again for all your valuable suggestions.

Thanks & Regards
Mahesh
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

In that case, can you take a full export of the project and perform a 'cleanup' of this project from DataStage Administrator.
MaheshKumar Sugunaraj
Participant
Posts: 84
Joined: Thu Dec 04, 2003 9:55 pm

Post by MaheshKumar Sugunaraj »

Hi All,

Thanks you for your valuable suggestions, As we were not able to do an export , We have done the necessary clean up now and imported the previous back up taken and seems to be fine.

Thanks & Regards
Mahesh
Post Reply