Weird 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

I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Weird Error Message

Post by I_Server_Whale »

Hi All,

We had to do fresh install of Datastage. Before the re-install, we exported our project into a .dsx file. Then, we completed the fresh install on the Windows Server and clients.

Now, we import the project back. I tried to edit one of my jobs and tried to save it. It let me edit it, but not save it.
These are the messages I get:

Code: Select all

Record J\8\V0 on file DS_JOBOBJECTS cannot be written

Code: Select all

Record J\8\V0S2P2 on file DS_JOBOBJECTS cannot be written

Code: Select all

Record J\8\V0S1 on file DS_JOBOBJECTS cannot be written

Code: Select all

Record J\8\V0S1P1 on file DS_JOBOBJECTS cannot be written

Code: Select all

Record J\8\V0S0P1 on file DS_JOBOBJECTS cannot be written
Anyone have any idea of what these messages mean?

Any help is tremendously appreciated.
Thanks much,
Naveen.
pnchowdary
Participant
Posts: 232
Joined: Sat May 07, 2005 2:49 pm
Location: USA

Post by pnchowdary »

Hi NaveenD,

Did you by any chance make the project read only while exporting ?.
Thanks,
Naveen
pramod_au
Participant
Posts: 30
Joined: Thu Feb 06, 2003 8:30 am
Location: London,UK

Post by pramod_au »

Please check which user id is used to edit these jobs..

Thanks
Pramod
Thanks
Pramod
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

It seems to me the objects in DS_JOBOBJECTS are made readonly. Pls verify the objects are readonly by executing this command in Administrator. SELECT DISTINCT READONLY FROM DS_JOBOBJECTS.

If it returs 'RO' that indicates the all the objects are made readonly. Pls change the 'RO' to non-readonly then try editing the job.

HTWH.

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

Post by Sainath.Srinivasan »

You can change the readonly flag in the dsx - I think it is to make 1 to 0 (Or is it vice-vesa ? )
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

Hi Sarvanan,
It return "NRO". So, the jobs are not read-only I guess. Any more ideas on how to tackle this issue?

Thanks much for your help,

Naveen.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Are you out of disk space?
Mamu Kim
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

Hi Naveen,

The objects are not readonly. Can you check the DSX file for the strings (like 'J\8\V0S0P1') and check these DSRECORD are made as 'READONLY'. If readonly is yes, then you can find entry as READONLY "0".

Regards
Saravanan
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

Hi Sarvanan,

I did open the DSX file in notepad and checked for the string. It did not return anything for J\8\V0S0P1. But it does list V0S0P1 under 'Output Pins'. And the READONLY is '0'. Does this mean that the jobs are read-only? How can I rectify this? Please help me out!

Thanks much,

Naveen.


Hi Kim,

How do I check if I'm running out of Disk space? Our DS Server is installed on a Windows Server on E:\ drive of 299GB total space of which 297 GB is free.

Thanks much,
Naveen.
pnchowdary
Participant
Posts: 232
Joined: Sat May 07, 2005 2:49 pm
Location: USA

Post by pnchowdary »

Hi NaveenD,

You can change the READONLY value from "0" to "1" and it should work.
Thanks,
Naveen
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

If you find ReadOnly "0" means those objects are not readonly. Did you check the projects folder whether you have write permissions on that folder.

Regards
Saravanan
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

Hi Sarvanan,

I will check about the permissions and let you know. Thanks for your help. I appreciate it.

regards,
Naveen.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

The READONLY field has "NRO" or "RO" in it which stands for Not Read Only or Read Only. It is in the DS_JOBOBJECTS.
Mamu Kim
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

PROBLEM SOLVED!!!! :D

Thank you guys for all your help. Thanks much.

Actually, the error messages were due to no access being granted to the project directory for the DS users (DSDevelopers).

After the admin granted the access, it is all normal now. Got to get back to work. Thanks again,

Naveen.
sidharth
Participant
Posts: 19
Joined: Mon Nov 07, 2005 1:47 am

Post by sidharth »

Hi,
I am facing similar problem. When i try to import a dsx file to another project, i get a similar error and.
Could someone let me know how to grant access to the project directory ?

Many Thanks,
Sidhartha
Post Reply