Search found 16 matches

by djwagner
Tue Aug 06, 2013 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ora-1406: Unusual problem
Replies: 10
Views: 11336

FYI: I experienced this error too and found that the Oracle Connector throws this error if it can't match up a column to the actual data. For the same problem, the Oracle Enterprise stage, however, throws a much more meaningful error that says "Could not find input field 'mycolumnname'". i...
by djwagner
Wed May 02, 2012 1:21 pm
Forum: Data Integration
Topic: Oracle GoldenGate and DataStage
Replies: 2
Views: 20048

Re: Oracle GoldenGate and DataStage

We are investigating the same. Does anyone have an experience with this?
by djwagner
Mon Feb 07, 2011 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash partition key's datatype changes partition behavior?
Replies: 4
Views: 2962

I understand that the internal representation is different based on datatype, but shouldn't the partitioning be consistent no matter what datatype is chosen? For this test, I'm reading in from a sequential file and can have the data successfully converted between data types of my choosing. But I wou...
by djwagner
Wed Feb 02, 2011 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Hash partition key's datatype changes partition behavior?
Replies: 4
Views: 2962

Hash partition key's datatype changes partition behavior?

Hello, I'm running Datastage 8.1 FP1 on Windows Server 2003. I'm experiencing a behavior that the documentation does not mention and is different than I expect. When using the Hash partitioning method in a parallel transformer stage, record distribution across the nodes appear to be dependent upon t...
by djwagner
Mon May 03, 2010 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Monitoring
Replies: 4
Views: 3288

We have a similarly sized Windows server (dual quad core, actually) and receive intermittent resource errors that are extremely difficult to reproduce/replicate. IBM support indicates job design every time, but I feel that it is the easiest answer for them to give. We run multiple invocations at a t...
by djwagner
Tue Apr 20, 2010 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-21561: OID generation failed
Replies: 2
Views: 9610

Sorry for the delay in responding, as I just saw this when I was browsing for another topic. I do not get email notifications.

To answer your question, we are currently running Oracle 10g on Unix. The setting that I referred to which fixed our problem is on the Datastage (Windows) server.
by djwagner
Fri Aug 21, 2009 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiplying large decimals rounds to ten decimals. Why?
Replies: 2
Views: 3549

Thank you, thank you, thank you! That little nudge in the right direction was all that I needed. I didn't know that there were environment variables in Admin that affected data sizes. I looked and saw the following environment variable: APT_DECIMAL_INTERM_SCALE Default scale for decimal intermediate...
by djwagner
Thu Aug 20, 2009 1:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiplying large decimals rounds to ten decimals. Why?
Replies: 2
Views: 3549

Multiplying large decimals rounds to ten decimals. Why?

Hello, I have created a dummy job to test and demonstrate the following behavior (with no other logic to complicate things) and am hoping someone can explain the behavior that I am experiencing. I have two Decimal(16,15) values coming in from a text file that I need to multiply together, and need a ...
by djwagner
Thu Jul 09, 2009 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ability to view logs in Director but not start/stop jobs?
Replies: 10
Views: 6874

If RTLogging=1 and ORLogging=0 the logs will be available in both Director and via the Web Console. If RTLogging=0 and ORLogging=1 only via DS Director ..... In your second sentence, do you really mean Web Console? Here's what's odd. Like I said, our Test environment has RTLogging=1 and ORLogging=0...
by djwagner
Thu Jul 09, 2009 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ability to view logs in Director but not start/stop jobs?
Replies: 10
Views: 6874

Thanks, this is all good stuff! With our EE 8.1, I'm finding that if DSParams is set such that RTLogging=1 & ORLogging=0, then the logs are ONLY available via Director and not via the Web Console. On the other hand, if RTLogging=0 and ORLogging=1, then the logs are only visible via the Web Conso...
by djwagner
Wed Jul 08, 2009 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ability to view logs in Director but not start/stop jobs?
Replies: 10
Views: 6874

Ability to view logs in Director but not start/stop jobs?

Hello, Running Datastage 8.1 Enterprise Edition on Windows 2003. I've seen in the Administrator Client Guide that the two user roles with access to the Director Client (Operator & Super Operator) both allow jobs to be started/stopped. We would like, for SOX reasons, the ability for certain staff...
by djwagner
Thu Jun 25, 2009 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-21561: OID generation failed
Replies: 2
Views: 9610

ORA-21561: OID generation failed

Hello, I wanted to share a solution to a problem that used to be happening for us. I saw one other user on here who was having the same issue, but had not found a resolution up to this point. We are running Datastage Enterprise 8.1 on Windows Server 2003 and were receiving the following error messag...
by djwagner
Tue Jun 16, 2009 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Stage Error Regarding Oracle Table Partition
Replies: 1
Views: 2949

ODBC Stage Error Regarding Oracle Table Partition

Hello, I'm running a parallel job on IBM WebSphere DataStage Enterprise Edition 8.1.0.4987 against a partitioned table on Oracle. The job runs fine when the destination (output) ODBC database stage is set to an Execution Mode of "Sequential". But when it is set to "Auto (Parallel)&quo...
by djwagner
Tue Feb 05, 2008 11:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CPU usage by job processes
Replies: 7
Views: 7411

Yes, the read cache is enabled on each of the hashed file stages. The final target destination is a sequential file local to the datastage box, as to eliminate any network or database activity whatsoever. This is the configuration that I have been testing in. Do you have any thoughts as to whether t...
by djwagner
Mon Feb 04, 2008 5:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CPU usage by job processes
Replies: 7
Views: 7411

Hello, Thanks for your response! I ran the performance statistics on the job as-is, and it appears that most of the cpu time is occurring on not the hash lookups, but rather, on the transformer, where many routines, functions, and miscellaneous if-then logic are occurring to transfrom practically ev...