Search found 16 matches

by xjonny
Wed Mar 18, 2009 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservices
Replies: 18
Views: 6457

I read the blog and was able to design the job with webservice transformer followed by regular transformer then a peek stage. I did everything suggested in the blog but when I run the job I get this warning warning Web_Services_Transformer_1,0: Error: TJClient::initialize: unable to create Java Vir...
by xjonny
Fri Feb 27, 2009 5:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Transformer problem with external jar
Replies: 8
Views: 4626

I use external classes in jars by including import org.springframework.* ... into my code. ;) Actually I've coped with described problem by unzipping all jars to my "classes" directory. (So, the project is no more in danger). I still suppose there is no connection between JavaPACK and WebS...
by xjonny
Fri Feb 27, 2009 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Transformer problem with external jar
Replies: 8
Views: 4626

Did you reboot the Websphere App. Server after you created the new Shared Libraries? Did you populate your .jar files in the Class path of the Shared Libraries like /opt/IBM/WebSphere/AppServer/lib/db2jdbc.jar;/opt/IBM/WebSphere/AppServer/lib/spring.jar;..... Thanks for the reply! Yes, I applied ch...
by xjonny
Thu Feb 26, 2009 2:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Transformer problem with external jar
Replies: 8
Views: 4626

To make DS to see your external .jar files, you can go to Websphere App. Server-->Resources to create your own JDBC Provider or from Environment-->Shared Libraries to add your .jar files in the classpath of the newly created Shared Libraries. Thank you very much for the reply!!! I've tried this way...
by xjonny
Wed Feb 25, 2009 4:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Transformer problem with external jar
Replies: 8
Views: 4626

Java Transformer problem with external jar

Hello, all! I have a problem with DS Java Transformer. I am not a novice in DS... Moreover, I'm using lots of Java Transformers... But now I need to include 3-rd party jars (actually, 5 - for dictionary fuzzy search). I've failed... DS cannot find jar on classpath. I have tried to unpack jars to the...
by xjonny
Sun Jan 20, 2008 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to write new stage?
Replies: 4
Views: 2058

Re: How to write new stage?

Thanks all! I'll try.
I wanted to add ELT (aka SQL transformation) functionality without splitting job into many.

If I find any "specials" - will post later.
by xjonny
Fri Jan 18, 2008 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to write new stage?
Replies: 4
Views: 2058

How to write new stage?

Hello all! How can I write a new stage? Does anybody have a full manual for this purpose? How to create interface for it and so on... I didn't find anything interesting in preinstalled docs. If you have any ideas (or better examples), please, help me. Thanks in advance. To avoid additional questions...
by xjonny
Fri Jan 18, 2008 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove duplicates
Replies: 1
Views: 1119

Re: remove duplicates

Hi I am using one flat file. That file have 7 key columns. In that one key col name is cert_no. While loading the data I need to load only distinct cert_no. I am using hash file and passing all the columns (include 7 key cols) through hash file. If I did can I get distinct record? The link between ...
by xjonny
Fri Feb 02, 2007 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with failed jobs: suspended processes...
Replies: 4
Views: 1398

I mean: "if parallel job fails (sic!!! it fails!!! and I can see this by its status!), its processes stay active. i see them & they are not going to stop...".
With all awful results...

What can I do? There was no such problem with Srv. Ed.

Do you understand? Any ideas?
by xjonny
Fri Feb 02, 2007 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with failed jobs: suspended processes...
Replies: 4
Views: 1398

Problem with failed jobs: suspended processes...

Hello all! System: SuSE Linux 10, DS 7.5x2, compiler: gcc 3.3.3 When parallel job aborts, its processes stay in the system and don't stop... For example, DB (source) was inactive during job run. Job aborts. I try to recompile it again. DS says "it is blocked". I try to see processes with &...
by xjonny
Wed Jan 31, 2007 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create parallel routine?
Replies: 10
Views: 6766

Problem was in step-by-step description how to create parallel routine under (sic!) SuSE Linux 10 with preinstalled gcc(g++) ver. 4.0.x while DS needs gcc(g++) ver 3.3.3. Decision: 1. install gcc 3.3.3 on DS-server (in different directory saving gcc 4.0.x - problems with compatibility of glibc and o...
by xjonny
Tue Jan 30, 2007 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create parallel routine?
Replies: 10
Views: 6766

Thanks!

Problem decided... with g++ and configuring few params of DS "by hands".
by xjonny
Tue Jan 30, 2007 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create parallel routine?
Replies: 10
Views: 6766

Really, I need to create functions which convert data/time into id, mine colors (I don't know how to say this: capture german, english and russian names of colors and convert them into ids) and so on... A lot of functions... I don't play. I've just tryed to make "ONE-SIMPLE-FUNCTION"... Af...
by xjonny
Mon Jan 29, 2007 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create parallel routine?
Replies: 10
Views: 6766

I forgot to say... I can't exec
gCC +Z ...
neither
aCC +Z ...
by xjonny
Mon Jan 29, 2007 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create parallel routine?
Replies: 10
Views: 6766

Thanks for your hospitality. And sorry for my English... Really, I didn't understand what you mean. DStage can get a function only from .so file (under Linux)? (Y) I have to compile this library by g++ as I understood from docs. (Y) May be I'm wrong... But after your advise I've tryed to do this wit...