Search found 42189 matches

by chulett
Thu Mar 01, 2007 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routines
Replies: 12
Views: 3108

Refresh the Repository Browser: View / Refresh, see if it shows then.
by chulett
Thu Mar 01, 2007 5:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with dates loading in Oracle
Replies: 30
Views: 6131

Ok, that wasn't so hard to figure out. Built a small testbed routine to check the conversions and found that it doesn't like the space in the time before the AM/PM part. Silly Wabbit.

Try this:

svTimestampTime: Convert(" ","",Field(src_out_C_CUST_MTCH.CREATE_DATE," ",2,99))
by chulett
Thu Mar 01, 2007 4:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error loading SQL Server using ODBC connection
Replies: 2
Views: 1238

Sounds like you are using an ODBC stage. If all you did was change the Quote character, try pressing the Get SQLInfo button, recompile the job and see if that helps at all.
by chulett
Thu Mar 01, 2007 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with dates loading in Oracle
Replies: 30
Views: 6131

Well... there ya go. Your time transformation is failing for some reason. Now just need to puzzle out the why of it...
by chulett
Thu Mar 01, 2007 4:44 pm
Forum: General
Topic: Job commit in Datastage
Replies: 8
Views: 3826

My initial response stands. Both of them, actually. :wink:
by chulett
Thu Mar 01, 2007 3:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with dates loading in Oracle
Replies: 30
Views: 6131

Which is (allegedly) exactly what he is doing. You should also create two more stage variables and add them to the diagnostic file. We know you are parsing the input string correctly but nothing else for certain. Do the conversions in the stage variables and just the concatenation in the final deriv...
by chulett
Thu Mar 01, 2007 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance when using ODBC stage
Replies: 14
Views: 4153

Then you need to tune your query or bump up the arrary size in the ODBC stage. It should be able to write data as fast as you can pull it from your database and push it across the network.

That or you need the patches thompsonp mentioned. Or both. :wink:
by chulett
Thu Mar 01, 2007 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SYSDATE in ODBC
Replies: 5
Views: 1625

Got nothing to do with ODBC, it's all about your database.
by chulett
Thu Mar 01, 2007 2:27 pm
Forum: General
Topic: ORABULK and ORAOCIBL difference and when to use
Replies: 9
Views: 2569

ORABULK is for Oracle 7, ORAOCIBL is for 8 (and up). Both are 'bulk loader' stage so use them (the latter, actually) when ever it is appropriate to bulk load the data.
by chulett
Thu Mar 01, 2007 1:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with dates loading in Oracle
Replies: 30
Views: 6131

Huh... there's no reason that I can see here why the techniques posted wouldn't work as this is pretty standard timestamp work. Can you repost (since it has been through some modifications) exactly how you are doing this now? Cut and paste from the job things like the stage variable derivations, the...
by chulett
Thu Mar 01, 2007 11:51 am
Forum: General
Topic: Job commit in Datastage
Replies: 8
Views: 3826

Krazykoolrohit wrote:What happened to the interview forum anyways? :-)

Spambots ate it.
by chulett
Thu Mar 01, 2007 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance when using ODBC stage
Replies: 14
Views: 4153

Any chance you've got the eCase numbers for those patches?
by chulett
Thu Mar 01, 2007 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ plugin Install unxuccessful
Replies: 4
Views: 1373

I'm sure they could, but... see if your SA can.
by chulett
Thu Mar 01, 2007 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deployment Automation
Replies: 11
Views: 4896

:lol: Guess I need to revisit that chapter. Usually I'm only there to visit with the 'dsjob' command. Thanks.