Search found 6797 matches

by DSguru2B
Sat Jul 22, 2006 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: creating a blank table
Replies: 2
Views: 625

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.
by DSguru2B
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...
by DSguru2B
Sat Jul 22, 2006 9:23 am
Forum: Site/Forum
Topic: Continuing Milestones!!!
Replies: 1
Views: 1312

There you are Kumar......
Congrats to all of you guys, you guys are awesome. :P
by DSguru2B
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

chulett wrote:Substring at 10 so you just get the date portion. Use IConv only on that as the DB2 stage expects dates in internal format. See if that works.

That is your solution right there.
by DSguru2B
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...
by DSguru2B
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...
by DSguru2B
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'...
by DSguru2B
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

Its a database error. Google 'ORA-03135' and you will get to the core of the problem.
Regards,
by DSguru2B
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

Kim, is just the master of the underlying repository. :wink:
by DSguru2B
Fri Jul 21, 2006 8:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Searching the data
Replies: 6
Views: 1192

I guess you will be better off writting a sed/awk script in manipulating your data.
by DSguru2B
Thu Jul 20, 2006 2:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export schedules
Replies: 9
Views: 1809

All your schedules are stored using ControlM scheduling utitlity.
You will need to do a little research to find how and where the schedules are stored in unix.
Or someone might know the solution here.
by DSguru2B
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

You will have to unlock the table space.
DB2 usually locks the Table space if a deadlock occurs or the data size is more than the page size alloted. You might want to increase the page size for the table as well.
Consult your DBA for this issue.
by DSguru2B
Thu Jul 20, 2006 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Ds_loadlibrary error
Replies: 8
Views: 2663

The issue is with the permissions. You say that its working fine with the dsadm ID.
by DSguru2B
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

Probably the online manual developer missed it out ;).
by DSguru2B
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

There is documentation for Pivot stage.
You should have a folder structure on your desktop close to this:
C:\Program Files\Ascential\DataStage7.5.1\Docs and with in that folder there is a pdf named PIVOT.