Search found 6797 matches

by DSguru2B
Wed Jan 24, 2007 11:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Picking up the Right values n loading to DW
Replies: 2
Views: 864

Write a routine and use a Case statement maybe :?
by DSguru2B
Wed Jan 24, 2007 11:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to compile Sequence job variable 'Trim' not defined
Replies: 13
Views: 1715

That should not happen. You should be able to see all the function under String. Do you see the same behaviour in your Dev box?
by DSguru2B
Wed Jan 24, 2007 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: probleme with the oracle bulk loader
Replies: 3
Views: 758

Nop. No rejects from that stage.
by DSguru2B
Wed Jan 24, 2007 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Problem : Not a v1.1type
Replies: 8
Views: 1445

For testing purposes, stick a transformer in between the two stages and for the decimal column provide the following derivation

Code: Select all

AsDouble(in.D) 

OR

Code: Select all

AsFloat(in.D)


If they dont work, you can also try StringToDecimal().[/code]
by DSguru2B
Wed Jan 24, 2007 11:08 am
Forum: Enhancement Wish List
Topic: Array of Wishlistsssss
Replies: 4
Views: 3181

Re: Array of Wishlistsssss

Untill "they" add these features, a few work arounds and thoughts: 1. Debugging for PX. Server type debugging. Besides Peek, Head ,Tail, Row, Column gen. There are some bebugging Environment Variables that you can for more debugging options. Refer to Parallel Job Advanced User Guide for more detail...
by DSguru2B
Wed Jan 24, 2007 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Problem : Not a v1.1type
Replies: 8
Views: 1445

That didnt help much did it. Open the sequential file and post a few variations of Column D, the decimal column.
Also, what is the design of your job?
by DSguru2B
Wed Jan 24, 2007 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select access to sys.dba_extents
Replies: 9
Views: 2756

The DBA's are never happy to give these rights to anyone Especially if the table names have sys in it Jokes apart, if they understand why the tool requires such access, they will give you access. They just want to be sure on their part that such an access will not in any way harm any thing. Some co...
by DSguru2B
Wed Jan 24, 2007 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attachments 0kbs in Notification Activity
Replies: 11
Views: 2854

You can also test it from DSSendMailAttachmentTester() routine under utilities in the Built-In section of Routines folder in your repository.
by DSguru2B
Wed Jan 24, 2007 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Problem : Not a v1.1type
Replies: 8
Views: 1445

Reset the job and see if you can accumulate any more messages "from previous run". Post them back here.
by DSguru2B
Wed Jan 24, 2007 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Manipulation
Replies: 18
Views: 3330

These Guys are having fun in that post. It made me laugh. "We're musicians"... :lol:
by DSguru2B
Wed Jan 24, 2007 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: timeout in ipc stage
Replies: 5
Views: 928

Or just increase the timeout period.
by DSguru2B
Wed Jan 24, 2007 8:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture Fatal Error
Replies: 7
Views: 2567

Is LANGU a nullable column. Start investigating from the origin of this colum which might be in a differnt job and handle nulls appropriately.
by DSguru2B
Wed Jan 24, 2007 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Manipulation
Replies: 18
Views: 3330

Ouch. I was ignorant of that fact. I hope I dont bring back stinging memories. :oops:
by DSguru2B
Wed Jan 24, 2007 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataBase vendors not available in SP stage
Replies: 6
Views: 1056

Stored procedures can be called in the before/after sql tab of database stages. If your stored procedure executes once and has no OUT or RETURN parameters then you can live without the STP stage. Else an upgrade is a better way to go. You might also want to look into the ODBC stage. But even that st...
by DSguru2B
Wed Jan 24, 2007 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: PROTOTYPEParam
Replies: 7
Views: 1486

Re: PROTOTYPEParam

harryhome wrote:Coder for same is out of contact.......:)

What do you say now harryhome :wink: