Search found 15 matches

by Naveen
Tue Jan 22, 2019 11:06 am
Forum: General
Topic: Batch jobs restartability
Replies: 4
Views: 2854

RE: Batch jobs restartability

Yes Chulett. The batch job is the one having Job Control code written in BASIC.


Thanks
Naveen
by Naveen
Mon Jan 21, 2019 9:29 pm
Forum: General
Topic: Batch jobs restartability
Replies: 4
Views: 2854

Batch jobs restartability

Hi, I have an existing batch job which has about 200 jobs inside it. Currently, these jobs doesn't support restartability. I would like to know if there is any utility available to make this batch job restartable so that it will be restarted from the point where it got failed like a job sequence. Pl...
by Naveen
Tue Nov 15, 2016 10:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SAXParseException in Hierarchy stage
Replies: 1
Views: 1962

SAXParseException in Hierarchy stage

Hi, I am facing the below error from the Hierarchy stage. After adding new attributes to the XSD, its giving this issue. Its running fine with out new attributes in the XSD. Tried different methods by creating new job, new link to execute the job. Still its throwing the same issue. Did anyone had th...
by Naveen
Thu May 05, 2016 12:16 am
Forum: General
Topic: dsjob -ljobs
Replies: 4
Views: 3988

Hi Ray, Below are two cases where i am getting issue in 8.1 and able to get the result in 8.5. dsjob -ljobs -status 1/2/9/21/0/3/96/97 <PROJ_NAME> 1. In 8.5, i am giving the above command and i am able to get the result. Its giving the list of jobs with the status as given. 2. In 8.1, when i execute...
by Naveen
Mon May 02, 2016 10:03 pm
Forum: General
Topic: dsjob -ljobs
Replies: 4
Views: 3988

dsjob -ljobs

Hi, I am trying to get the operational jobs(Running jobs based on the status codes) from version 8.1 using the command dsjob -ljobs -status <Status_Code> which is not working. It seems the -status option is not available in 8.1. The same command is working fine in version 8.5. Could anyone please su...
by Naveen
Wed Oct 15, 2008 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Notification thru XML
Replies: 2
Views: 1386

Notification thru XML

Hi,

We got a requirement like we have send a notification through XML to a remote system from Datastage. Can any one suggest me, is it possible to do this using Web service pack in datastage. Please help me out on this?



Thanks,
Naveen
by Naveen
Tue Dec 18, 2007 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing Unprintable characters
Replies: 11
Views: 10973

Removing Unprintable characters

Hi,

How to remove unprintable characters in PX.
by Naveen
Sat May 05, 2007 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. Sort command in Windows
Replies: 8
Views: 3143

DSguru2B wrote:Check here.
Hi DSGURU,

In this link i didn't find any option for delimiter. I want to sort delimiter file in DOS. i have searched in google. Pls provide me the syntax of SORT command in DOS for a delimited file.
by Naveen
Fri May 04, 2007 12:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. Sort command in Windows
Replies: 8
Views: 3143

DSguru2B wrote:What is your source? Is it a flat file or a database?

It's flat file only..
by Naveen
Fri May 04, 2007 10:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. Sort command in Windows
Replies: 8
Views: 3143

Reg. Sort command in Windows

Hi, As we were using Sort stage in job for processing more than 10 lakh records. Its taking huge time(4-5 hours). Performance was very poor because of this.Our DS server is windows. pls provide the sort command for a delimited file in DOS. So that we ll try using this command in Before stage routine...
by Naveen
Sun Apr 22, 2007 2:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. mutex error
Replies: 1
Views: 1277

Reg. mutex error

Hi, we have two transformers in our job and in between transformers we used IPC stage. The job is getting aborted for more than 200 records by giving fatal error like "timeout waiting for mutex". we tried by setting Interprocess option and increased timeout and buffer size in joblevel prop...
by Naveen
Wed Apr 11, 2007 2:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing newline and tab characters in a string
Replies: 1
Views: 2722

Removing newline and tab characters in a string

Pls let me know the function how to remove newline and tab characters in a string
by Naveen
Wed Apr 11, 2007 1:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. log files
Replies: 3
Views: 1679

Reg. log files

Hi,

Pls tell me the path where the logfiles are getting stored in DS server.
And also tell me how the structure it look like??
by Naveen
Mon May 22, 2006 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in opening job
Replies: 3
Views: 1502

Error in opening job

Hi,

I am unable to open jobs due to this error "the item cannot have display information" how to handle this error. Jobs in this project are giving the same error. other projects are working fine.

How to handle this error?? let me know if anyone knows about this error.
by Naveen
Wed Apr 26, 2006 9:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Batch in Parallel
Replies: 2
Views: 1309

Batch in Parallel

Hi,

Can anyone tell how the batch in Parallel executes. As i tried with removing the "DSwait for Job" job control to run the batch in parallel. I want the status of the job to show Finish Status

Thanks