Job Not running while calling from Unix

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
senthilt1
Participant
Posts: 134
Joined: Mon Nov 19, 2007 2:17 am

Job Not running while calling from Unix

Post by senthilt1 »

Hi All,

I have created a job that is running fine with no warnings in Director.

I just tried to run the same job calling through the unix script but its not running.
Error message is "Delimiter not found for column 1".

For the unix script am passing the job name and the project name as the parameters. all set well.

But the same job if i run through DataStage, running well.

What could be the problem? Please let me know.

Thanks,

Senthil P
balajisr
Charter Member
Charter Member
Posts: 785
Joined: Thu Jul 28, 2005 8:58 am

Post by balajisr »

Do you have any default parameters in your job?

Verify whether you are passing right parameters.
senthilt1
Participant
Posts: 134
Joined: Mon Nov 19, 2007 2:17 am

Problem with \307 delimiter

Post by senthilt1 »

Hi All,

The Delimiter for my input file is \307 (resembles like A^). When i run the job through unix script with that delimiter the job fails with "the delimiter for the field is not found for the column 1"

The same job is running fine if i runs with datastage.

Also I tried replacing the \307 delimiter with the comma delimited file and then called through the unix script. Its now working fine.

So I suppose, would there be a problem in recognizing the delimiter \307. If so then how the Datastage able to run well the same job.

Please help me to proceed further,

Thanks,

Senthil P
Post Reply