Search found 106 matches

by dsdoubt
Thu Mar 27, 2008 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simple XML Read
Replies: 13
Views: 7455

Ok, the above error is when, I try to mark of the Field (Sino) as Key. Else I get the following error. XML_Input_20,0: Error: No repetition element specified for link "DSLink22". Please make sure a column that contains the repetition path is set as key in the output link table definition. ...
by dsdoubt
Thu Mar 27, 2008 1:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Simple XML Read
Replies: 13
Views: 7455

Simple XML Read

Hi, Iam finding difficulties in reading a simple XML data. Let the following be the data. <?xml version="1.0" encoding="ISO-8859-1"?> <EMP> <Record sino="1" name="Mark" sal="100.00" /> </EMP> The metadata got imported properly. Job design is as follo...
by dsdoubt
Fri Feb 29, 2008 11:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Constant feed to DS Job
Replies: 6
Views: 1889

Is it the part of Version 8?
Is there any documentation avaialable regarding the functionality and performance boost that we get in V8 if we upgrade?
by dsdoubt
Fri Feb 29, 2008 11:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join tables on multiple columns and pull matching data.
Replies: 3
Views: 1619

Yes. Load the summary data into the Hashed file. Mark nall the 11 fields as Key. Do a lookup on the Hash file.And extract and join the rest of the fields.
by dsdoubt
Fri Feb 29, 2008 1:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Constant feed to DS Job
Replies: 6
Views: 1889

Thanks for reply. Is it any dummy row that you refering to as HeartBeat. So we should reject that row with some conditional check isn't? So if we have a Name pipe and make the job to listen to that pipe, will the job always be running, even when the data is not available in that pipe. Coz, the data ...
by dsdoubt
Fri Feb 29, 2008 12:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Constant feed to DS Job
Replies: 6
Views: 1889

Constant feed to DS Job

Hi, My current project setup is as follows. Set of files need to be processed. Though each file is of less number of rows, large number of files need to be processed. So We have set of Perl program to preprocess and get the files from different server and drop in datastage box. As soon as the files ...
by dsdoubt
Wed Feb 27, 2008 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Startup and Production Run Time
Replies: 4
Views: 2259

Is there any parameter that I need to set to true to get these information in Directory. Because, I dont get this log information at all.
by dsdoubt
Tue Mar 06, 2007 12:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update the source table in the same job?
Replies: 17
Views: 6378

Thanks Kim.

May I know how to specify the Uncommited read?
by dsdoubt
Sat Mar 03, 2007 8:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update the source table in the same job?
Replies: 17
Views: 6378

If you do this then you might lock the records you are trying to update. So the source SQL needs to have the correct options on it. This is my concern. We are in desing phase, and dont have access to Datastage. So kindly let me know, if I read some data from a table, and trying to updated the same ...
by dsdoubt
Sat Mar 03, 2007 7:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: More column in RCP and less column in Target?
Replies: 8
Views: 2200

My concern is not to enable or disable it. If RCP is enabled, and If I use schema file, which has more columns (by chance) and if the target table as less number of columns in that job... Will it error out or will the columns found in last will be sielently discarded or will the system collapse. We ...
by dsdoubt
Sat Mar 03, 2007 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: More column in RCP and less column in Target?
Replies: 8
Views: 2200

More column in RCP and less column in Target?

Hi,
We are trying to use RCP.
Kindly let me know, What happens when more column transfered from source through RCP, but less column avaialble in target table?
by dsdoubt
Sat Mar 03, 2007 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update the source table in the same job?
Replies: 17
Views: 6378

How to update the source table in the same job?

Hi,
Pls let me know, how to update the source table in the same job based on some condition.
by dsdoubt
Mon Feb 26, 2007 5:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is a Sparse Lookup in DataStage EE?
Replies: 15
Views: 37244

Due to some reason, I could not locate the option to change the Normal lookup into Sparse. :?
Could you pls help me on locating it.
by dsdoubt
Mon Feb 26, 2007 4:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC vs Plugins
Replies: 8
Views: 2066

DSguru2B wrote: ...due to the fact that it uses native drivers than generic ones. ...
Then what is the difference between, Enterprise stages and API stages?
by dsdoubt
Sun Feb 18, 2007 1:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server shared container on MPP
Replies: 7
Views: 2142

I am not going to run it anyways, I just want to know why its recomended in such way. And like to know the architecture of Datastage on MPP.