Migrated projects working only for admin id

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
Poornagirija
Participant
Posts: 65
Joined: Fri Nov 19, 2004 12:00 am

Migrated projects working only for admin id

Post by Poornagirija »

Hi,
We have migrated few projects from sol8 to sol10.
All the projects are working fine if run the jobs as dsadm admin user.
But if we tried to login as individual user the jobs are showing the running mode.not able to stop the job in director.We need to kill the job in unix.
As soon as we start running the job its appearing as phantom in unix.

We have changed the permissions properly in administrator.Is there any thing we need to take care?
Could anyone please help us

Thanks in advance!
With Regards,
Poornagirija.

"Don't limit your challenges - challenge your limits"
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

Check to insure that all files have the dstage group (or whatever group you use to indicate datastage access) as their permissions group. This is for the project and the DataStage home directory.

While you are in the project you can use the following command to set access to for all the files in the directory (and sub-directories).

chgrp -R dstage *

Note: a few files in the DataStage home directory are owned by root / system which is ok.
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
Poornagirija
Participant
Posts: 65
Joined: Fri Nov 19, 2004 12:00 am

Post by Poornagirija »

Hi,
Thanks for your reply.

My id is now added to the group.But iam facing issue when running jobs.
One job is running fine by both my id and admin id.But other job is not running when i tried to run using myid but its working fine with admin id.
Its just simple seq to seq file job.

What might be the issue how to resolve that?
With Regards,
Poornagirija.

"Don't limit your challenges - challenge your limits"
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

For starters, NEVER kill job processes.

What errors occur? "Not working fine" is insufficient diagnosis. What are the operating system permissions on the source file, the target file, and the parent directory of each?
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