compile issue

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dspxguy
Participant
Posts: 156
Joined: Thu May 24, 2007 4:09 pm
Location: Simi Valley, CA

compile issue

Post by dspxguy »

Getting this error when compiling a job

Code: Select all

Record J\1515\V0547 on file DS_JOBOBJECTS cannot be written
What is this refering to? What is J, V ?

Thanks
sud
Premium Member
Premium Member
Posts: 366
Joined: Fri Dec 02, 2005 5:00 am
Location: Here I Am

Re: compile issue

Post by sud »

You do not have write permission to the DS_JOBOBJECTS file. This should be a simple permissions issue, talk to your unix admins.
It took me fifteen years to discover I had no talent for ETL, but I couldn't give it up because by that time I was too famous.
Abburi
Participant
Posts: 31
Joined: Tue May 29, 2007 12:38 pm

Re: compile issue

Post by Abburi »

Regards,
Abburi
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Make sure the user belongs to dstage group and the Project is given permission in Administrator to that user.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I think you'll find that the key is J\1515\V0S47, not J\1515\V0547.

The "J" indicates that the object being referred to is in a job, rather than in a shared container (type "C").

"V" is "view" (effectively a Designer palette picture) and "S" is stage.
"V0" is the base view (the job itself) while higher-numbered views are containers. "S47" indicates that this was the 48th object added to the job design (numbering begins from 0).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply