Page 1 of 1

compile issue

Posted: Tue Apr 08, 2008 1:04 pm
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

Re: compile issue

Posted: Tue Apr 08, 2008 1:10 pm
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.

Re: compile issue

Posted: Tue Apr 08, 2008 1:22 pm
by Abburi

Posted: Tue Apr 08, 2008 4:20 pm
by kumar_s
Make sure the user belongs to dstage group and the Project is given permission in Administrator to that user.

Posted: Tue Apr 08, 2008 5:07 pm
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).