Search found 1233 matches

by I_Server_Whale
Sat Mar 29, 2008 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dump score analysis
Replies: 2
Views: 1659

Dump score analysis

Hi all, I have a simple load job which loads a dataset into the target DB2 table using DB2 Enterprise Stage. Dataset (Country) ---------------> DB2 Enterprise Stage (CTY) I'm running the job with the below config file, which consists of 4 ETL Server nodes and 4 remote DB2 nodes: { node "node1&q...
by I_Server_Whale
Sat Feb 09, 2008 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NextSurrogateKey() in a stage variable
Replies: 6
Views: 4777

case no for the patch: 128834.
by I_Server_Whale
Mon Feb 04, 2008 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IS 8.0.1 with target db2
Replies: 0
Views: 739

IS 8.0.1 with target db2

Hi all, This is my first time working with db2 as a target database. With respect to datastage, are there any precautionary measures that need to be taken when loading into db2? For example, is there anything to be taken care of or set if we are loading about 40-50 million rows/table into db2 on a d...
by I_Server_Whale
Sat Jan 19, 2008 12:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NextSurrogateKey() in a stage variable
Replies: 6
Views: 4777

Got a patch from IBM to call it in a stage variable. And now it works!!!
by I_Server_Whale
Sat Jan 19, 2008 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NextSurrogateKey()
Replies: 18
Views: 14643

rleishman wrote:Are you trying to use NextSurrogateKey() in a Stage Variable?

If so, I don't believe that you can. You can only use it in an output link column derivation.
You can get a patch from IBM to call it in a stage variable.
by I_Server_Whale
Fri Jan 18, 2008 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to write new stage?
Replies: 4
Views: 1993

Re: How to write new stage?

Hello all! How can I write a new stage? To avoid additional questions: yes, I need a new stage, not function. If you are trying to figure out on how to get started on building new stages, then start by right clicking on the "Stage Types" category and go to "New" ---> "Other...
by I_Server_Whale
Wed Jan 16, 2008 8:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating multiple rows based on the data of 2 input column
Replies: 12
Views: 6151

santosh wrote:Not an excellent way of doing it but would like to suggest an option below.
Santosh,

Can you explain why a "Build-Op" is not an excellent way of doing it compared to your round about method?

Thanks,
Whale.
by I_Server_Whale
Tue Jan 15, 2008 10:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating multiple rows based on the data of 2 input column
Replies: 12
Views: 6151

That technique would work, but it's wasteful, and would require a priori knowledge of the maximum number of rows that might need to be generated from any one range (in your case 100 was sufficient - or was it ?!! How would you know (in all cases)?). Exactly! ATBolton's solution wouldn't work as Ray...
by I_Server_Whale
Mon Jan 14, 2008 9:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating multiple rows based on the data of 2 input column
Replies: 12
Views: 6151

Dont you have RangeLookup in Version 8?? And more over, how would following record has only 4 entry? MIN_ZIP_CODE MAX_ZIP_CODE 75101 75114 Just an typo?? Oops!! Sorry, Folks. Had a long day. Yes. It should have been 04 and not 14. I don't think range lookup will be of help. I have corrected the pre...
by I_Server_Whale
Mon Jan 14, 2008 7:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating multiple rows based on the data of 2 input column
Replies: 12
Views: 6151

Generating multiple rows based on the data of 2 input column

Hi all, I have a input file with two columns (MIN_ZIP_CODE and MAX_ZIP_CODE). For example: MIN_ZIP_CODE MAX_ZIP_CODE 75101 75104 89430 89435 00010 00015 I need to generate the output as follows: MIN_ZIP_CODE MAX_ZIP_CODE ZIP_CODE 75101 75104 75101 75101 75104 75102 75101 75104 75103 75101 75104 7510...
by I_Server_Whale
Thu Jan 10, 2008 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NextSurrogateKey() in a stage variable
Replies: 6
Views: 4777

rleishman wrote:I believe you can only set NextSurrogateKey() to output link columns - kind of limits it's usefulness.
That is awful. :( I would think it is a bug rather than it being a limit. :)

Whale.
by I_Server_Whale
Wed Jan 09, 2008 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IS 8.0.1 Client on a Citrix Server
Replies: 3
Views: 1625

Thank you, Ray. I learnt that IBM does not support that kinda installation. :(

Cheers,
Whale.
by I_Server_Whale
Wed Jan 09, 2008 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IS 8.0.1 Client on a Citrix Server
Replies: 3
Views: 1625

IS 8.0.1 Client on a Citrix Server

Hi all,

Does anyone know whether it is possible to install the Information Server 8.0.1 - Client on a Citrix Server and have it accessed by 10 users.

If so, what would be the memory requirements like?

Any help is greatly appreciated,

Best Regards,
Whale.
by I_Server_Whale
Tue Jan 08, 2008 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NextSurrogateKey() in a stage variable
Replies: 6
Views: 4777

NextSurrogateKey() in a stage variable

Hi all, I'm trying to assign the NextSurrogateKey() function to a stage variable. The job compiles fine but aborts with SIGSEGV error message. Has anyone encountered this before in IS 8.0.1? Or in 7.5.2? The exact error message is as below: X2,0: Operator terminated abnormally: received signal SIGSE...
by I_Server_Whale
Tue Jan 08, 2008 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup through a DB2 UDB stage fails
Replies: 9
Views: 3501

Arnd and Ray, Thanks a bunch for all the help. Although I have the DB2 Enterprise Stage. I did not need it. Because I failed to do a simple test in the first place. I curse myself for not doing it. ( :evil: at myself). When you mentioned key values, I did further inspection on the key values of the ...