Issue with Job run with XML stage

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
akarsh
Participant
Posts: 51
Joined: Fri May 09, 2008 4:03 am
Location: Pune

Issue with Job run with XML stage

Post by akarsh »

Hi,

I have a job with xml stage as source. Job is running fine but when running from seq its giving below error

main_program: Syntax error: Error in "pxbridge" operator: Error in input redirection: Expected input name, got: "?", line 11; text: <?

earlier was running seq with id1 at that time there were no issue. now got my own id and its creating issue while running with my id,though there is no change in job.

On IBM site below description is given
http://www-01.ibm.com/support/docview.w ... wg21472620

But not able to fix it. Please help.
Thanks,
Akarsh Kapoor
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sounds to me like you have a different "pxbridge" problem. If it worked with one userid and doesn't when run by another, you have a permissions problem. Probably with reading your XML source. Guessing the group(s) your id belongs to isn't quite right but that's the first place I'd suggest you check.
-craig

"You can never have too many knives" -- Logan Nine Fingers
akarsh
Participant
Posts: 51
Joined: Fri May 09, 2008 4:03 am
Location: Pune

Post by akarsh »

Hi Chulett,

My job is running fine now but when calling through seq its giving same issue. Please suggest what needs to be done.

Thanks,
Akarsh
Thanks,
Akarsh Kapoor
Post Reply