Search found 262 matches

by pavan_test
Mon Jan 25, 2010 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL job properties
Replies: 4
Views: 1533

ETL job properties

Hi All,

In the job properties windows from datastage designer 8.1 there is a check box "enabled for information services". Is this related to webservices pack.

I did not find this check box in datastage 7.5.2

Thanks
Mark
by pavan_test
Wed Jan 20, 2010 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data File
Replies: 6
Views: 1631

Data File

i understand that etl will delete this file and it does not contain any data.

what is named pipe.

Thanks
Mark
by pavan_test
Wed Jan 20, 2010 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data File
Replies: 6
Views: 1631

Data File

Inside the generated control file ora.xxx.xxx.o.ctl file i found a data infile as ora.xxx.xxx.fifo.0 "FIX xxxx"

where do I find this fifo file.

Thanks
Mark
by pavan_test
Wed Jan 20, 2010 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data File
Replies: 6
Views: 1631

Data File

I have a etl job which loads data into a oracle DB using sql loader (Load option within ORAcle EE stage). I am trying to find the sql loader data file generated by etl. can anyone suggest me where do I find this data file.

Thanks
Mark
by pavan_test
Mon Jan 18, 2010 12:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NOT IN function in datastage
Replies: 11
Views: 11215

NOT IN function in datastage

Thank You.

I will send an email to mbership.director@dsxchange.com to find out the status of my membership

Thanks
Mark
by pavan_test
Mon Jan 18, 2010 11:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NOT IN function in datastage
Replies: 11
Views: 11215

NOT IN function in datastage

I am only see partial response. Rest of it is hidden. I am a premium member but still not able to read your complete response.

Thanks
Mark
by pavan_test
Fri Jan 15, 2010 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NOT IN function in datastage
Replies: 11
Views: 11215

NOT IN function in datastage

Thank you. How do I create a dynamic array in ETL.

Thanks
Mark
by pavan_test
Fri Jan 15, 2010 11:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NOT IN function in datastage
Replies: 11
Views: 11215

NOT IN function in datastage

Hi All, I am trying to code this in a stage variable in data stage version 8.1 if link.ID not in (40,50,100) then "do this" else if link.ID = link.ID then "do that" else "remain where you are" Can someone please let me know how do I accomplish this. I could not find any...
by pavan_test
Tue Dec 15, 2009 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error writing to jpfile
Replies: 1
Views: 1511

Error writing to jpfile

The datastage jobs (which ran successfully before) are aborting with this error;

Error writing to jpfile

can anyone please suggest me what this error mean and where do I look for resolution.

No changes were made in these jobs and they all run on multiple instances.

Thanks
Mark
by pavan_test
Wed Nov 25, 2009 11:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ETL error
Replies: 3
Views: 2150

ETL error

Hi All,

1 of my data stage job aborted with this error.

Error setting up internal communications (fifo RT_SCTEMP/XXX.fifo
LOCKED STATUS () -1); file is locked

Can anyone please suggest me what caused this error and what do I have to do to fix this.

Thanks
Mark
by pavan_test
Tue Oct 27, 2009 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: comma separated data in a column
Replies: 2
Views: 1065

comma separated data in a column

Thanks. I want first occurance in the delimited string.

Thanks
Mark
by pavan_test
Tue Oct 27, 2009 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: comma separated data in a column
Replies: 2
Views: 1065

comma separated data in a column

HI All,

I have a record with column, say B.

The data in this column can vary from record to record.

Column B data:

1,2,3
10,2,3,4,5,6,7,8
7,4,5,6
23,56,87,12,333,444,555,66,777

Desired output from column B is:

1
10
7
23

can anyone please suggest me.

Thanks
Mark
by pavan_test
Fri Oct 23, 2009 9:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file stage bug
Replies: 2
Views: 1001

sequential file stage bug

Has anyone faced any issues with sequential file stage in datastage v8.1 such as
data stage client locking itself while working on a etl job with sequential file stage.
just working if there is any patch for sequential file stage for datastage 8.1

Thanks
Mark
by pavan_test
Thu Sep 24, 2009 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: [oraUpsert.C:1852]
Replies: 2
Views: 1494

[oraUpsert.C:1852]

I have seq stage ---> copy ---> oracle enterprise endition stage. inside Oracle stage, i have upsert mode. insert statement and dummy update statement. whenever insert statement runs it is not necessary there will be inserts in the table. such as insert executed, 0 rows inserted. insert into table_n...