Search found 12 matches

by jdsmith575210
Tue Sep 25, 2012 10:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 19 jobs failed with ds_ipcgetnext
Replies: 11
Views: 9689

We saw problems with IPC stages whenever the column metadata (datatype, length, display) defined in the stage didn't match what was coming from the source. Correcting the metadata helped but never resolved all of our problems. In the end, we removed the IPC stages whenever a job would fail with this...
by jdsmith575210
Mon Mar 19, 2012 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to separate charcters and integers?
Replies: 17
Views: 10989

If you're using Oracle and want to use SQL, I would consider regexp_replace. SELECT regexp_replace(my_text, '\D', ''), regexp_replace(my_text, '\d', '') FROM ( SELECT 'Th4is298 is a 12 test' AS my_text FROM dual ) REGEXP_REPLACE(MY_TEXT,'\D','') REGEXP_REPLACE(MY_TEXT,'\D','') ----------------------...
by jdsmith575210
Wed Jul 27, 2011 2:24 pm
Forum: General
Topic: Changes to sequences ignored after import and compile
Replies: 17
Views: 9919

Are you compiling the job from a Windows Terminal Server client? We have seen issues with job sequences when complied from TS.
by jdsmith575210
Tue Jul 19, 2011 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Corrupted hashed files after server crash
Replies: 7
Views: 6568

Thanks for the info chulett. I had suspected that the hashed files were being created as something other than Type 30, but I've never used anything else in five years, and figuring it out took a back seat to recovering.
by jdsmith575210
Thu Jan 13, 2011 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Empty Debug window
Replies: 8
Views: 4443

I know this is an incredibly old thread, but I was hit by the same issue today. I thougt I would share the solution. When bringing up the Debug Window, there is no information showing in either of the two sections that should show the various columns and their values. The Local Name, Local Data, Wat...
by jdsmith575210
Mon Aug 30, 2010 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejected rows in Oracle
Replies: 12
Views: 5094

Just so it's clear, setting the Transaction Size to 1 will give you what you want, but can also severly reduce the speed of your job.
by jdsmith575210
Sat Aug 28, 2010 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capturing rejected rows in Oracle
Replies: 12
Views: 5094

Have you tried setting the Array Size to 1 on your target stage?
by jdsmith575210
Mon Jan 11, 2010 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error with sparse lookup against SQL Server database
Replies: 4
Views: 5096

It's worth a lot. I keep telling people the best practice is whatever works today.
by jdsmith575210
Mon Jan 11, 2010 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error with sparse lookup against SQL Server database
Replies: 4
Views: 5096

There's no such thing as a "sparse" lookup in a Server job, you mean a straight reference lookup. They're similar, sure, but that nomenclature is specific to the PX product. Good point. I guess I've been hanging around with my Enterprise Edition cohorts too much. I was able to get the DRS...
by jdsmith575210
Mon Jan 11, 2010 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC error with sparse lookup against SQL Server database
Replies: 4
Views: 5096

Well, I've spoken to our SQL Server DBA without any luck.

I also tried pulling the data from the source into a Hashed file for the lookup rather than the sparse lookup without any success.

Can anyone provide some help? Thanks.
by jdsmith575210
Wed Nov 04, 2009 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum sql length in OCI
Replies: 6
Views: 7542

Re: Maximum sql length in OCI

Does anyone know exactly how long is "too long" for a SQL query in the OCI stage? I'll ask IBM, but hoping for a speedier answer here, if anyone knows. Trying to cut one down from over 2000 lines, ~40k bytes. Thanks. That's good info to know. Also, I'm impressed that you have a query over...
by jdsmith575210
Wed Aug 19, 2009 12:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between Dynamic_RDBMS and oracle OCI stage
Replies: 14
Views: 9528

We use use both stage types. Performance always seems to be the same.

If you just have to have a favorite, try color. I prefer red over green.