Is this a temp table?
Why are you creating it in DS, any specific reason?
If i were you, i would convince the dba to create the table pre-hand. This way all you need to do is just load the rows and by-pass any such issues.
Search found 6797 matches
- Sat Jul 22, 2006 2:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: creating a blank table
- Replies: 2
- Views: 625
- Sat Jul 22, 2006 2:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of selfmade routine
- Replies: 14
- Views: 2643
If doing this is SQL scares you then you can do it in DataStage, build a parameter file and then call the job by passing the parameters to it, via the parameter file. You can also build the date inside a job and within that job itself, in the transformer, call the second job that takes in the date p...
- Sat Jul 22, 2006 9:23 am
- Forum: Site/Forum
- Topic: Continuing Milestones!!!
- Replies: 1
- Views: 1312
- Sat Jul 22, 2006 9:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: db2 timestamp to date conversion
- Replies: 7
- Views: 2778
- Fri Jul 21, 2006 8:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Date column
- Replies: 0
- Views: 492
Well the error states that its violating the primary keys. You are getting a duplicate somewhere. How are you updating the table, are you trying to update one of the keys, like say the Date column. Also when the table contains data and you try to insert a record with allt he same keys present it wil...
- Fri Jul 21, 2006 8:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need SubString
- Replies: 6
- Views: 2615
Why me particularly? Because your everyone's favourite Actually you need to put the codes advised by our fellow forum users in a stage variable and for the last value specify a default value like say 'R'. In the constraint of your target you need to specify stgvar <> 'R' and in the constraint for t...
- Fri Jul 21, 2006 8:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Counting duplicates
- Replies: 10
- Views: 1503
According to the sample data, it seems like the duplicates are to be detected on PLAN_ID. For that, i dont think the two columns need to be concatenated. Initialise svCountKey=0 svCountKey= If Plan_id=svkey OR @INROWNUM=1 Then svCountKey+1 else svCountKey svKey=plan_id I added @INROWNUM = 1 in Kris'...
- Fri Jul 21, 2006 8:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle error during load.
- Replies: 3
- Views: 1297
- Fri Jul 21, 2006 8:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple Instances of jobs and logs
- Replies: 11
- Views: 4245
- Fri Jul 21, 2006 8:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Searching the data
- Replies: 6
- Views: 1192
- Thu Jul 20, 2006 2:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Export schedules
- Replies: 9
- Views: 1809
- Thu Jul 20, 2006 2:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MAP_COVG_06,1: APT_DB2Query::fetch failed; code -290: SQL029
- Replies: 6
- Views: 1623
- Thu Jul 20, 2006 2:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ds_loadlibrary error
- Replies: 8
- Views: 2663
- Thu Jul 20, 2006 1:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot Stage Documentation
- Replies: 4
- Views: 1073
- Thu Jul 20, 2006 1:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot Stage Documentation
- Replies: 4
- Views: 1073