Search found 123 matches

by benny.lbs
Thu Sep 15, 2011 7:45 pm
Forum: General
Topic: Client Install Error. ASB node. . .
Replies: 5
Views: 5311

I encounter the same error as yours. However, with the reinstallation of .Net 1.1, it still can't be installed.

Any other solution ?
by benny.lbs
Tue Apr 20, 2010 2:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Development Control
Replies: 3
Views: 2383

Ray, thanks for your update.
ray.wurlod wrote:No, but it will in the next version (probably 8.5). ...
by benny.lbs
Tue Apr 20, 2010 1:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Development Control
Replies: 3
Views: 2383

DataStage Development Control

Hi all, This topic is to discuss the development control on DataStage. CA company has a product 'Endevor' that used in Mainframe. It has a perfect control on the whole development cycle. 1. Once a developer check in the elements that need to be amended 2. Other developer is read-only to this element...
by benny.lbs
Wed Sep 12, 2007 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Include C program
Replies: 5
Views: 2430

You may create a parallel routine to hold your C program. Then this routine can be called within Transformer.
by benny.lbs
Thu Mar 29, 2007 6:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error after migration from V7.1r2 to V7.5.1A
Replies: 7
Views: 5948

One of the error show as below ##E TBLD 000000 07:05:32(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256. ##E TFSR 000019 07:05:32(001) <main_program> Could not check all operators because of previous error(s) ##W TFCP 000000 07:05:32(002) <...
by benny.lbs
Sat Mar 17, 2007 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select the record with 0x0 inside the field by using Filter
Replies: 20
Views: 7446

As mentioned, pls mention what are you looking for? Iam sure the output of filter will have data like "dd" for Char10. And the rest of the 8 char will be filled with Null char. You cannot eliminate it ... DSguru2B, I have check the output before "filter", it actually contain &qu...
by benny.lbs
Fri Mar 16, 2007 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select the record with 0x0 inside the field by using Filter
Replies: 20
Views: 7446

DSguru2B wrote:Please verify that you are actually getting the desired result out of the source before jumping to the statement " It does'nt work".
I actually can NOT get the desired result, otherwise, I won't seek for assistance here.
by benny.lbs
Fri Mar 16, 2007 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select the record with 0x0 inside the field by using Filter
Replies: 20
Views: 7446

kumar_s wrote:And by the way are you sure that you input data has some content with '0x0'. It seems that your data are generated by row generator. ...
The output definition is Char(10), but the input is Char(1) and PADString = '0x0', so the output should have '0x0' inside.

Am i wrong ?
by benny.lbs
Fri Mar 16, 2007 3:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select the record with 0x0 inside the field by using Filter
Replies: 20
Views: 7446

kumar_s wrote:Will this work like '%0x%'?
What is the output when you use like '%0x0%'? as expression? ...
It doesn't work. No output for this criteria.
by benny.lbs
Thu Mar 15, 2007 6:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select the record with 0x0 inside the field by using Filter
Replies: 20
Views: 7446

What is the result that you get out of Filter? No output? Could you pass the input to a Peek stage and post the data here? Does it one with any other condition other that '0x0'? ... The input is using the default generated value, that is Record 1 : A = a ; B = aaaaaaaaaa Record 2 : A = b ; B = bbbb...
by benny.lbs
Thu Mar 15, 2007 4:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select the record with 0x0 inside the field by using Filter
Replies: 20
Views: 7446

Select the record with 0x0 inside the field by using Filter

I have a simple testing job as below Row Generator --> Transformer --> Filter --> Peek APT_STRING_PADCHAR = 0x0 Row Generator A: String[1] B: String[10] Transformer C: String[10] = A D: String[10] = B Filter Peek1 <-- C like '%0x0%' Peek2 <-- D like '%0x0%' From above design, field C should contain ...
by benny.lbs
Thu Mar 15, 2007 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Select the record with 0x0 inside the field by using Filter
Replies: 0
Views: 788

Select the record with 0x0 inside the field by using Filter

I have a simple testing job as below Row Generator --> Transformer --> Filter --> Peek APT_STRING_PADCHAR = 0x0 Row Generator A: String[1] B: String[10] Transformer C: String[10] = A D: String[10] = B Filter Peek1 <-- C like '%0x0%' Peek2 <-- D like '%0x0%' From above design, field C should contain ...
by benny.lbs
Mon Mar 12, 2007 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error after migration from V7.1r2 to V7.5.1A
Replies: 7
Views: 5948

One of the error show as below ##E TBLD 000000 07:05:32(000) <main_program> Error when checking composite operator: Subprocess command failed with exit status 256. ##E TFSR 000019 07:05:32(001) <main_program> Could not check all operators because of previous error(s) ##W TFCP 000000 07:05:32(002) <t...
by benny.lbs
Fri Mar 09, 2007 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation error after migration from V7.1r2 to V7.5.1A
Replies: 7
Views: 5948

Compilation error after migration from V7.1r2 to V7.5.1A

I am performing the migration from V7.1r2 to V7.5.1A. What I do is (1) Export the whole project from V7.1r2 server (2) Import into V7.5.1A server (3) Compile all the related entities When compiling, lots of jobs (they can be compiled successfully and running normally in V7.1r2 server) are failed wit...
by benny.lbs
Thu Mar 01, 2007 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compatibility between V7.5.1a and V7.1r2
Replies: 13
Views: 5235

I use the local administrator profile to install the MCM, but the service still can not be installed automatically. Puzzle !