Search found 336 matches

by Raftsman
Fri Oct 11, 2013 10:58 am
Forum: General
Topic: String To Number Problem
Replies: 2
Views: 1475

String To Number Problem

I am trying to use the Nested_Condition in a sequencer to route processing. When I use the following logic, I can't seem to get a valid indicator of 1 or 0 to return; Field(GetXrefHistCnt.uvXREF_5PK_FND_CNT,',',1) where GetXrefHistCnt.uvXREF_5PK_FND_CNT = 1 when I use Field(GetXrefHistCnt.uvXREF_5PK...
by Raftsman
Thu May 16, 2013 1:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD - Sparse Lookup - DB2
Replies: 1
Views: 1435

SCD - Sparse Lookup - DB2

I received the following message when I switched the reference DB2 Connector from Normal to Sparse main_program: Data set, file set, or file "TCRSTAT_OUT_ref:TCRSTAT_TEST_ref_lnk.v": Non-pipe (or non-virtual data set) with .v in its name Data set, file set, or file "TCRSTAT_OUT_ref:TC...
by Raftsman
Wed May 01, 2013 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning Message - Table not found
Replies: 10
Views: 3707

I guess I need to clarify information in more detail, my apologies.

Source Records = 0

Target Table Missing

Datastage response: Warning


Source Records = 10

Target Table Missing

Datastage Response: Fatal
by Raftsman
Mon Apr 29, 2013 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning Message - Table not found
Replies: 10
Views: 3707

We found the answer. When there are no input records and the target table is missing, Datastage throws a warning. As soon as we have records from the input, the Datastage Job aborts.
by Raftsman
Fri Apr 26, 2013 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning Message - Table not found
Replies: 10
Views: 3707

The table really doesn't exist and Datastage is throwing a warning. First time I see this. Other jobs that use this table in other Projects abort. I have setup project and never seen a Error Severity switch to set the different levels. This one is really weird.
by Raftsman
Thu Apr 25, 2013 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning Message - Table not found
Replies: 10
Views: 3707

Warning Message - Table not found

We're running PX 8.5 on Unix and during a run, we received a warning message stating that a table was not found. I know from previous experiences with Datastage that it would abort when this happens. The difference I see is, we are using Aliases and there was no data to load. We are running on DB2. ...
by Raftsman
Wed Jan 30, 2013 1:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 - Enable Partition
Replies: 0
Views: 1312

DB2 - Enable Partition

We are switching over from SMP to MPP and I was wondering if there is a way to globally switch the Enable Partition from "No" to "Yes".

Thanks
by Raftsman
Mon Nov 26, 2012 7:14 am
Forum: General
Topic: InfoSphere Information Server Manager
Replies: 4
Views: 2928

True but if you have many subsequent changes to the initial package, you need to restore back to where you were when all was good. This could mean restore original and all subsequent deployments. We are using this deployment strategy between Dev and Test as well. Usually, the test phase uncovers man...
by Raftsman
Sun Nov 25, 2012 8:44 pm
Forum: General
Topic: InfoSphere Information Server Manager
Replies: 4
Views: 2928

But if you have 1000 jobs and 1 changes. You have to deploy 1000 jobs. It is too bad the product doesn't't flag the change and deploy only the updated jobs. This make more sense. Last week. We deployed a whole system only to find out there were some minor issues . Instead of a 1 minute deployment, i...
by Raftsman
Thu Nov 22, 2012 2:06 pm
Forum: General
Topic: InfoSphere Information Server Manager
Replies: 4
Views: 2928

InfoSphere Information Server Manager

I am trying to implement a standard deployment strategy within our organization. Prior to this, we were using the Import and Export facility to transfer jobs between environments. Someone mention the Server Manager and packages and some of the benefits it has. Initially I was all keen on using it un...
by Raftsman
Fri Aug 31, 2012 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Differences between 8.1 and 8.5 - Records Dropped
Replies: 2
Views: 1571

I had to open a PMR for this problem. Can't seem to resolve. New version has a new environment variable called APT_TRANSFORM_COMPILE_NULL_HANDLING set to 1.

I set them all and still not working. I'll keep you posted
by Raftsman
Wed Aug 29, 2012 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Differences between 8.1 and 8.5 - Records Dropped
Replies: 2
Views: 1571

Differences between 8.1 and 8.5 - Records Dropped

When using 8.1 I get the following message APT_CombinedOperatorController(1),0: Field 'SEGMENT20' from input dataset '0' is NULL. Record dropped. When using 8.5 with the exact same data, this message does not appear and the records are not dropped. I am trying to get 8.5 up and running but there has...
by Raftsman
Thu Jun 14, 2012 12:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation Error - Large Varchar Field
Replies: 0
Views: 923

Heap Allocation Error - Large Varchar Field

We have an input staging table that contains a column with a Varchar2(4000). We have had an increase in rows from 10000 to ~60,000. We are running under 1 node. Question: When Datastage reads the input, I assume it reads the column as 4000 even though it's variable. Am I correct? I increased to 2 no...
by Raftsman
Tue Feb 21, 2012 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DecimalToString
Replies: 3
Views: 3706

I am using a Stage Variable to setup the field as follows

IF IsNull(DSLink1208.SALARY_STEP_NUMBER) or DSLink1208.SALARY_STEP_NUMBER = '' THEN 'UM' ELSE DecimalToString(DSLink1208.SALARY_STEP_NUMBER,"fix_zero,suppress_zero")

I am getting 'UM' back when the source is 000.
by Raftsman
Tue Feb 21, 2012 1:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DecimalToString
Replies: 3
Views: 3706

DecimalToString

My requirement is to convert a decimal to a string as follows;

001 = 1
002 = 2

but I need the following result for this one

000 = 0

I used the suppress_zero but end up with a NULL field. How do I go about keeping the 0

Thanks