Search found 387 matches

by pradkumar
Tue Feb 24, 2009 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in script
Replies: 6
Views: 2457

Need help in script

Hi Everyone, I have two jobs A and B . B should be execute after A finsihes and the job B will create a dummy file on unix server. I created a sequence job C which has A-->B .I have a requirement to 1) execute the sequence job C . 2)Interrogate for the existence of dummy file. 3)If the file doesnot ...
by pradkumar
Wed Feb 18, 2009 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning :Missing record delimiter "\n", saw EOF in
Replies: 18
Views: 36343

Hi Everyone, I have tried all the option you have said .. But still not able to avoid the warnings.. I have tried by putting the NULL Filed value as '000' . Is there any way can we set in sequential file stage format tab to avoid the warnings rather than removing the control M characters from comman...
by pradkumar
Tue Feb 17, 2009 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning :Missing record delimiter "\n", saw EOF in
Replies: 18
Views: 36343

Hi Iam pulling a file through sftp from a VMS remote system to datastage Unix server. I have tried in the sftp script to pull the file using ascii mode but still the file has got control M characters on unix box.And when i run the datastage job to load in to table all the records are loading but wit...
by pradkumar
Tue Feb 17, 2009 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning :Missing record delimiter "\n", saw EOF in
Replies: 18
Views: 36343

Hi , The output of the command od -c got 0425340 6 T H A V E E | S E A T T L 0425360 E | W A | 9 8 1 1 2 - 5 2 1 1 | 0425400 | | | | | | | | * 0425440 P r e - R e g i s t e r e d | 0425460 | | | | | | | | 0425500 \r \n \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0425520 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \...
by pradkumar
Mon Feb 16, 2009 11:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning :Missing record delimiter "\n", saw EOF in
Replies: 18
Views: 36343

Thanks for your replys.

But you know iam pulling the file through an automated script and placing it on datastage server . And further using in a job.. So how can do this..

I would really appreciate your help..


Thanks
by pradkumar
Mon Feb 16, 2009 10:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning :Missing record delimiter "\n", saw EOF in
Replies: 18
Views: 36343

Warning :Missing record delimiter "\n", saw EOF in

Hi, I have searched the forum before posting this message and have tried all the options suggested. But still unable to remove the warning. Iam loading data from a sequential file to a table . The format of the file i have put is Record Levl: Final Delimeter :End/None Field Defaults: Delimeter : | Q...
by pradkumar
Mon Feb 16, 2009 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to send an email if file is not found on remote server
Replies: 4
Views: 1735

Hi, Thanks for your reply.. I have used your script but still iam not able to get that. Iam trying to execute using following commands so please let me know where iam going wrong. Remote server file name : FILE-02-16-2009. Here is the script #/usr/bin/ksh sftp username@ipaddress <<EOF lcd /etl/Proje...
by pradkumar
Fri Feb 13, 2009 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to send an email if file is not found on remote server
Replies: 4
Views: 1735

How to send an email if file is not found on remote server

Hi , I have a requirement to pull the file from remote server out side network and place it on datastage server. Once after getting the file i need to remove that file on the remote server , so that the next day also there will be only one file with name file* . Then this file should be used to load...
by pradkumar
Mon Jan 26, 2009 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read data parallel from DRS and ODBC stage
Replies: 6
Views: 3081

Hi, Ray -- My apology for the wrong information i gave .. We do have DB2 stages in the palette but DB2 EE stage is not configured. Perhaps our DB2 tables are not partitioned. My admin is working on configuring the DB2 EE stage . So if i use the DB2 EE stage how will that effect the parallel read (si...
by pradkumar
Thu Jan 22, 2009 6:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to delete table definition from repository
Replies: 0
Views: 744

Unable to delete table definition from repository

Hi, I was trying to delete the table definition and folder related to that table definition but its throwing an error Unable to delete the item(s). unable to delete c2e76d84.26220332.30fff9.11eff5da956.24568d.9956a Ascential.DataStage.RepositoryView.OperationManager.OperationException: Unable to del...
by pradkumar
Mon Jan 19, 2009 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read data parallel from DRS and ODBC stage
Replies: 6
Views: 3081

Hi Thanks for your reply .. But we dont have DB2 native stage to use.. So by using the DRS or ODBC EE stage how to read the data in parallel and improve the performance..
by pradkumar
Sun Jan 18, 2009 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read data parallel from DRS and ODBC stage
Replies: 6
Views: 3081

How to read data parallel from DRS and ODBC stage

Hi Everyone, I have a simple that extracts data from DB2 database and loads in to sql server.Iam using DRS stage for both the source and target databases. The job is taking 12 minutes of time to process 2 million of records. I would like to bring down the processing time under 8 minutes . I wonde wh...
by pradkumar
Thu Jan 15, 2009 5:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to build the process in datastage
Replies: 1
Views: 1114

How to build the process in datastage

Hi Everyone, We have datastage process that needs to start once after finishing some other process on different server. Lets say process 1 on server A and process 2 ( Datastage ) on Server B. Once the process 1 finishes they will update one of their target table with the current date. Then i need to...
by pradkumar
Wed Jan 07, 2009 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concurrent Jobs Run
Replies: 2
Views: 1352

Concurrent Jobs Run

Hi Everyone.. I have 40 sequence jobs that has to run concurrently .. when i try to run all the jobs,some of the jobs are aborting ..But when i run them individually all are finising successfully. I have searched the forum and found the information about the memory and cpu utilization . By using the...
by pradkumar
Mon Dec 22, 2008 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_BadAlloc: Heap allocation failed
Replies: 9
Views: 10472

Hi,

Is this is something i need to do by playing with array size and transaction size or need to ask admin ?
Any suggestions Please..