Search found 68 matches

by changming
Mon Jun 03, 2013 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage gives Primary key violation Warnings
Replies: 1
Views: 1558

Re: SCD stage gives Primary key violation Warnings

I thnk there must be some new line char which cant be read and load correctly. I used substring function to only leave 75 varchar and job runs ok. now I know how the log does not always give meaningful information.
by changming
Mon Jun 03, 2013 6:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD stage gives Primary key violation Warnings
Replies: 1
Views: 1558

SCD stage gives Primary key violation Warnings

Hi DS Guru I have job which read data source and insrt or update dimension using SCD stage. One wired thing is it runs ok until I add new column in target table (add same column in refrence table too). becuase of this type 1 column, I got below warining. One or more values in the INSERT statement, U...
by changming
Sun Oct 30, 2011 10:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: could not use RCP with checksum stage
Replies: 5
Views: 5344

Hi the errors are APT_CombinedOperatorController(1),1: Failure during execution of operator logic. --repeat 3 times APT_CombinedOperatorController(1),0: Internal Error: (!exportLog_->hasError()): checksum/checksum.C: 379 Traceback: Could not obtain stack trace; check that 'dbx' and 'sed' are install...
by changming
Sun Oct 30, 2011 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: could not use RCP with checksum stage
Replies: 5
Views: 5344

Thanks for your reply.
I did do as you said and job aborted before I asked this question in this forum. Can anyone tell me any tricky thing I have to pay attention to make it work?
by changming
Sun Oct 30, 2011 9:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: could not use RCP with checksum stage
Replies: 5
Views: 5344

could not use RCP with checksum stage

I try to build a common job to read any data set file and append checksum column and write the output into another dataset. In the source dataset file stage there is no column specified and I trun on the Runtime column propagation option. when I run the job, the job aborted with error message : PT_C...
by changming
Wed Sep 28, 2011 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborted if run by director scheduler
Replies: 2
Views: 1733

Job aborted if run by director scheduler

the error shown in log is
Property ????????????????/ImageCopyFunction/Imag?? not valid in source context
This is really odd. anyone has similar experience?
by changming
Tue Sep 29, 2009 7:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connect to meesage queue
Replies: 4
Views: 2435

suddenly it starts working

ray.wurlod wrote:In version 7 DataStage the MQ server needs to be co-resident with (on the same machine as) the DataStage server. Does your configuration satisfy this requirement? ...
thanks for your prompt reply.
by changming
Mon Sep 28, 2009 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connect to meesage queue
Replies: 4
Views: 2435

on the same server

ray.wurlod wrote:In version 7 DataStage the MQ server needs to be co-resident with (on the same machine as) the DataStage server. Does your configuration satisfy this requirement? ...
I know it must be on the same server and I was told like such as well.
by changming
Mon Sep 28, 2009 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connect to meesage queue
Replies: 4
Views: 2435

connect to meesage queue

hi all I need to connect message queue to retrieve data. After I set up queue manager name and queue name. then run the job. I had below error in the log Fatal Error: Fatal: Failed to connect to queue manager. Reason code 2058. I think I need to do more configuration on the message queue but I have ...
by changming
Wed Jun 24, 2009 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem while using seq file and funnel stages.
Replies: 6
Views: 2851

changming - if you specify link ordering you will get the order that you specify. ... Hi, ArndW, that is also what I thought it should be. But I do see the records are all mixed from different source. BTW, the link order are set automatically by datastage in a default order. But if I set the excuti...
by changming
Wed Jun 24, 2009 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: funnel sequential files
Replies: 2
Views: 2142

Re: funnel sequential files

I have five seqential files with some common filelds.All the sequential files have different metadata.The objective of my job is to append these seuentilal files one below the other to create a file layout of specific format. I have to use a funnel stage to combine these seuential files.How can I p...
by changming
Wed Jun 24, 2009 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem while using seq file and funnel stages.
Replies: 6
Views: 2851

I wonder this may not work

I did a simple test, it did not work. records from source A and source B are writen to fileC though Funnal stage, which I set funnel type to Sequence. I checked the fileC, the order of the data are not as defined. records are random fixed SourceA and SourceB. I don't know where I am wrong. I think b...
by changming
Thu Jun 04, 2009 1:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copy stage has different input row number and output row num
Replies: 6
Views: 3833

ray.wurlod wrote:Can you please capture the report of link row counts for the Copy stage and post it? ...
Sorry, Ray. I don't know how to capture the report. :(
by changming
Thu Jun 04, 2009 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: copy stage has different input row number and output row num
Replies: 6
Views: 3833

no warning.

vrishabhsagar wrote:Do you get any warnings in the director? Something related to records getting dropped?
No warning. Job run successfully