Search found 28 matches

by pradeepkumar_b@thbs.com
Thu Oct 23, 2008 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JVM issue in Web services client stage
Replies: 4
Views: 1659

Can I get help regarding this..please...
by pradeepkumar_b@thbs.com
Thu Oct 23, 2008 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JVM issue in Web services client stage
Replies: 4
Views: 1659

JVM issue in Web services client stage

Hi, I am using web service client to import a web service. I am able to do it, and also able to copile, but while running i am getting an error saying "unable to create Java Virtual Machine" Web_Services_Client_0,0: Fatal Error: Fatal: TJClient::initialize: unable to create Java Virtual Ma...
by pradeepkumar_b@thbs.com
Wed Oct 22, 2008 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to compile parallel job having transformer
Replies: 2
Views: 1125

Thanx,

I got to know that visual studio 2008 is not supported by IBM Information server from IBM people.

I am trying with Visual studio 2005 express edition. Hope it will resolve my problem.
by pradeepkumar_b@thbs.com
Wed Oct 22, 2008 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to compile parallel job having transformer
Replies: 2
Views: 1125

Unable to compile parallel job having transformer

Hi, 1)I first installed Visual Studio 2008. 2)Then, I have newly installed IBM Infomation Server. 3)set the evironment variable for compiler as given in the the installatin guide. 4) Created a parallel job with seq file as src and also as target and used a transformer for direct mapping frm src to t...
by pradeepkumar_b@thbs.com
Fri Apr 18, 2008 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to append to an existing sequential file using routine?
Replies: 5
Views: 1694

How to append to an existing sequential file using routine?

I am trying to write a message to log file(sequential file) using a server routine which called as after job subroutine. I want to append log to an existing file. how can i achieve this? I tried with combination of openpath & write but it only overwrites. Help needed..pls...

thanx in advance
by pradeepkumar_b@thbs.com
Tue Apr 15, 2008 10:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to loop till the end of file using a server routine?
Replies: 8
Views: 1704

i am using following code for the parsing sequential file. Its not giving output it is going for infinite loop.. Can u pls help me out here. ParameterPathName = WorkDir : "\" : ParameterKey : ".txt" OpenSeq ParameterPathName To hFile Then LOOP WHILE STATUS()= 0 ReadSeq ParameterR...
by pradeepkumar_b@thbs.com
Tue Apr 15, 2008 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to loop till the end of file using a server routine?
Replies: 8
Views: 1704

do while

can u please tell me the syntax of do while here..i am unable to figure out..i am gettingl lot of errors
by pradeepkumar_b@thbs.com
Tue Apr 15, 2008 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to loop till the end of file using a server routine?
Replies: 8
Views: 1704

How to loop till the end of file using a server routine?

I am trying to return the records till the end of a sequential file using a server routine. I am able to do this giving using "for next" for fixed no of record but not for whole file. Also tried with " do while" but I am unable to figure out how to give condition for end of loop....
by pradeepkumar_b@thbs.com
Mon Mar 31, 2008 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Stage - Is there any overhead in using genric stage?
Replies: 1
Views: 863

Generic Stage - Is there any overhead in using genric stage?

Since most of the things which can be done through the genric stage can be done using other stages available..why to choose generic stage then?
In what scenario should be used? seeking help please.
by pradeepkumar_b@thbs.com
Tue Mar 25, 2008 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write Range Map
Replies: 1
Views: 758

Write Range Map

Hi, From the documentation I came to know that Write Range Map Stage writes sampled & sorted data to a file in a FORM usable by the range partitioning method. I couldn't understand what is this FORM ? If I want to partition data on a key age, I should able to the provide range for the ages, but ...
by pradeepkumar_b@thbs.com
Sun Mar 23, 2008 10:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Operator in Generic stage
Replies: 3
Views: 2683

Can you provide me some links to learn about orchestrate operator? I am not able to make it out what is Orchestrate Operator and what is objective of this in generic stage?
by pradeepkumar_b@thbs.com
Sun Mar 23, 2008 10:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Operator in Generic stage
Replies: 3
Views: 2683

Orchestrate Operator in Generic stage

What is Orchestrate Operator in the Options properties of Generic stage? I am new to this ...Seeking help please.