Search found 118 matches

by amsh76
Thu May 26, 2005 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSDB2 Plugin- Unable to locate Server
Replies: 7
Views: 2280

Its a DB2 error, Check with your DBAs..it looks like your server name is incorrect.
by amsh76
Wed May 25, 2005 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading char date into OCI9 Date datatype (not timestamp)
Replies: 14
Views: 6961

I came across same error with the UDB stage, and to resolve this problem, I had inserted the date field in internal format and it worked fine for me. But after reading Craig's post, I think it might me the same case for DB2 where one need to add the time part for the date field. Let me play around a...
by amsh76
Wed May 25, 2005 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to generate surroagte key for incremental load
Replies: 11
Views: 4618

If you find the record in the Hash file (i.e. Update Action), you do not execute the routine..this you can achieve by creating two o/p links one for insert and one for update. If you want to do it in one link (Insert/Update option) then you need to write a derivation for key column..where you check ...
by amsh76
Wed May 25, 2005 11:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null Values
Replies: 12
Views: 2285

Then why this error? :shock:
by amsh76
Wed May 25, 2005 10:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null Values
Replies: 12
Views: 2285

What I can suggest is use, a different character and not blank for replacing null.
by amsh76
Wed May 25, 2005 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Renaming file in Unix at the end of a job sequence?
Replies: 5
Views: 2664

If you have to do it as after job, then its only possible if you include that in very last job of your sequence or else you can always use execute command stage in your sequencer for executing unix command.
by amsh76
Tue May 24, 2005 4:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null Values
Replies: 12
Views: 2285

If I am not wrong, in Oracle, it does equivalent of trim on the column and thats the reason you are getting this problem.
by amsh76
Tue May 24, 2005 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null Values
Replies: 12
Views: 2285

Try writing some character and not space, see if this works.
by amsh76
Mon May 23, 2005 12:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSjobreport
Replies: 5
Views: 2973

How you are trying to read the file? I think your problem is with the column delimiter...
by amsh76
Mon May 23, 2005 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Total rows out of a link on first INROWNUM
Replies: 3
Views: 1363

How can you get the link info in the same job, with @INROWNUM<2..you need to have a seperate process for this, can be after job. You can write a custom routine for the same..use DS functions
by amsh76
Mon May 23, 2005 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seq File Delimiter
Replies: 6
Views: 1476

I agree with Sainath, the best option would be to use a character, thats very unlikely to appear as data in your file. May be ~ or `
by amsh76
Mon May 23, 2005 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: changing target column names in many jobs
Replies: 2
Views: 789

As far as you don't remove your link for target stage, your derivations in transformer won't change.
by amsh76
Thu May 19, 2005 2:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control help
Replies: 8
Views: 2500

I don't have 7.5 as of now, but I think it should come with Version Control.

And are you trying to say that you will have all the environments in one box ???? :evil: Please tell me thats not right...
by amsh76
Thu May 19, 2005 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problme with aggregator stage
Replies: 6
Views: 3335

Whats your source?
by amsh76
Tue May 17, 2005 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop in DS (transformer)
Replies: 10
Views: 4173

Try using PIVOT stage...