Search found 387 matches

by pradkumar
Thu Nov 20, 2008 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Script
Replies: 11
Views: 2194

ok Chulett..
by pradkumar
Thu Nov 20, 2008 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to write a unix condition
Replies: 13
Views: 5327

How to write a unix condition

Hi

How to configure a condition to execute a sequence task only when there are rows in a file.

How to write a condition to execute a sequence task either when there are warning messages or when there are no warning messages in the preceding task.
by pradkumar
Thu Nov 20, 2008 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Script
Replies: 11
Views: 2194

Hi ,

In my requirement i will also need to log audit data. For example the file name , file size . record count in the file etc.. How can i do that ?

Could you please give some suggestions ..

Thanks in Advance..
by pradkumar
Thu Nov 20, 2008 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Script
Replies: 11
Views: 2194

Hi Everyone,

It worked .. Thanks a lot for sharing the knowledge..
by pradkumar
Wed Nov 19, 2008 5:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to improve performance
Replies: 11
Views: 5320

Hi Thanks for your replys .. But my source(db2 database/odbc EE stage) has 2 million records flows to a copy stage ; from their one link directly loads in to target sql server(drs stage) and 2nd link from copy stage to aggregator where it takes record count as aggregation type and loads just 1 recor...
by pradkumar
Wed Nov 19, 2008 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Network buffer underflow issue
Replies: 5
Views: 7698

When i checked with the developer he has said that there is no such primary key violation (he is not inserting any duplicate records) and same job runs fine say for the first time and if i run the same job again it is throwing an error Network buffer underflow. Can any one please suggest an approach...
by pradkumar
Wed Nov 19, 2008 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Script
Replies: 11
Views: 2194

Hi Chulett, Gr8 the script has worked. Thanks for you suggestion. But again i got a warning ./GetFile.ksh[73]: mutt: not found. After searching the forum with the key word mutt i understand that mutt is email client on unix machine. i guess we dont have mutt installed on our sunOS 5.9. so how can i ...
by pradkumar
Tue Nov 18, 2008 10:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Script
Replies: 11
Views: 2194

Thanks for your reply chulett. I will post the result once after adding those variables. But just want to know why is it an error at line 41 with unexpected error.
by pradkumar
Tue Nov 18, 2008 8:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error with Script
Replies: 11
Views: 2194

Error with Script

Hi Everyone, Below is the script which is used to get files from FTP share site. The script is working fine on AIX environment but when i try to excute the same script on Sunos5.9 its throwing an error > sh ./GetFile.ksh SetEnv() { logDir=/export/home/vvivek PasswordCtl=/export/home/vvivek/FTPPasswo...
by pradkumar
Mon Nov 17, 2008 9:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can i use FTP Enterprise Stage
Replies: 2
Views: 1318

Can i use FTP Enterprise Stage

Hi , I have a requirement -- One of the source system will produce a file daily (.csv) and place it in a designated directory on their FTP site.I need to create a method to automatically transfer this file via FTP and place it in a local directory on my sever.( I will also need to log audit data and...
by pradkumar
Mon Nov 17, 2008 9:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Network buffer underflow issue
Replies: 5
Views: 7698

Network buffer underflow issue

Hi Everyone, Before posting this question i have searched the forum and couldn't find the similar posts. I have a job design ,source as db2 database and target sql server. some records are getting rejected and the job log is has warning SQLFetch: Error retrieving results from server. Warning: : [IBM...
by pradkumar
Mon Nov 17, 2008 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading data from differnet worksheets(tabs) in excel file
Replies: 5
Views: 1821

Hi The metadata in all the worksheets will be the same. The only issue is that the number of worksheets can be changed at any time by the Business user. File1 can have 3 worksheets, File 2 can have 5 worksheets. So i am looking whether this process can be automated in data stage so taht it picks up ...
by pradkumar
Mon Nov 17, 2008 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to improve performance
Replies: 11
Views: 5320

Hi Ray,


Iam using user defined SQL as read method to pull data from DB2 database.In the job monitor i found that 11.34 mins of total time 12 mins is taking for the source stage. can i play by changing the array size , read committed ? What changes have to make to improve it. Please sugest.


Thanks
by pradkumar
Mon Nov 17, 2008 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to improve performance
Replies: 11
Views: 5320

Hi Ray,


Iam using user defined SQL as read method to pull data from DB2 database.In the job monitor i found that 11.34 mins of total time 12 mins is taking for the source stage. can i play by changing the array size , read committed ? What changes have to make to improve it. Please sugest.


Thanks
by pradkumar
Sat Nov 15, 2008 11:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading data from differnet worksheets(tabs) in excel file
Replies: 5
Views: 1821

Hi ray Thanks for ur reply. As you said the tabs got exported in the form of system tables with $. This corresponds to only the tabs in File 1. I used a user defined query to read data from tabs and write to a table. But what shall be done if there is a file2 with the three tabs. Its not possible to...