Search found 531 matches

by prasson_ibm
Tue Jan 08, 2013 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Error:- JNIWrapper: load library failed
Replies: 3
Views: 2352

Java Error:- JNIWrapper: load library failed

Hi, I am getting error in running a job with Java client stage.Below are the Error Message:- guid,0: Fatal Error: Fatal: TJClient::initialize: unable to create Java Virtual Machine; classpath = /opt/IBM/InformationServer/Server/DSEngine/java/lib/tr4j.jar ASCL-DSJNI-00011`:`JNIWrapper: load library f...
by prasson_ibm
Fri Jan 04, 2013 5:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from Variable length text file
Replies: 12
Views: 3975

Re: Reading from Variable length text file

Hi,
Yes it is possible.Design a job with source as Sequential file stage and in column tab define Varchar(2000).
Remove delimiter options from seqential file stage,so stage will read entire row as a one single string.
In transformer apply field function to get 3ed,6th and 9th field.

Thanks
Prasoon
by prasson_ibm
Thu Jan 03, 2013 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Create Pivot Horizontal table
Replies: 9
Views: 8165

Hi, Your example is for Vertical Pivot.Vertical Pivot stage is working in Datastage 8.7.Your example has dynamic changes in grouping of key(ID) records,so i am not sure if it will work with Pivot Stage but you can try. In Pivot Stage:- Define ID column as Group By column in Stage tab, Define Value c...
by prasson_ibm
Sat Dec 29, 2012 4:43 pm
Forum: General
Topic: Export Fatal Error Message into file
Replies: 2
Views: 1866

Hi Ray,

This solution is working,thnaks for your reply.


Thanks
Prasoon
by prasson_ibm
Sat Dec 29, 2012 3:36 pm
Forum: General
Topic: Export Fatal Error Message into file
Replies: 2
Views: 1866

Hi Ray,

Thanks for your prompt reply.Yes i mean to say pass the output from the routine.

Thanks
Prasoon
by prasson_ibm
Fri Dec 14, 2012 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle exception case in database load failuare
Replies: 3
Views: 1280

Thanks ray for your reply.So better i am thinking to go for delete the commited data in case of batch failuar,but i am not sure how delete will perform on millions records,so in your view what will be best apporach to handle the batch fail.

Thanks
Prasoon
by prasson_ibm
Thu Dec 13, 2012 2:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handle exception case in database load failuare
Replies: 3
Views: 1280

Handle exception case in database load failuare

Hi,

I need to handle the exception in case of load failed.Can i implement in datastage like ,i can commit the database once load get finished successfully otherwise if it get failed in between,i have to rollback.

Any suggestion.

Thanks
Prasoon
by prasson_ibm
Wed Dec 12, 2012 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to create GUUID in datastage without using database
Replies: 8
Views: 2616

Hi,
How can we add this header in C++ compiler on unix env.
by prasson_ibm
Tue Dec 11, 2012 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to create GUUID in datastage without using database
Replies: 8
Views: 2616

Hi, I tried to find work around with writing a C++ code, below is the code:- #include </uuid/uuid.hpp> #include <stdio.h> #include <stdlib.h> char* UUID_GEN() { char* uuid; uuids = uuid_generate(); return uuid; } But while compliation its giving below error message:- ", line 1.10: 1540-0836 (S)...
by prasson_ibm
Mon Dec 10, 2012 4:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to create GUUID in datastage without using database
Replies: 8
Views: 2616

Sorry,not able to see the premium content,any one has done this in datastage,please suggest.

Thanks
Prasoon
by prasson_ibm
Mon Dec 10, 2012 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to create GUUID in datastage without using database
Replies: 8
Views: 2616

need to create GUUID in datastage without using database

Hi,
We have requirment to create GUUID ,is there any fuction or routine in datastage that will create it,acutally we can't call oracle or any database function here.
We can call c++ routines,unix script or java functions,so can anyone help us to achieve this by any of above ways.

Thanks
Prasoon
by prasson_ibm
Thu Dec 06, 2012 3:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PIVOT STAGE
Replies: 9
Views: 5930

Hi,

This can be easily done by using Pivot Enterprise stage and using vertical pivot option in DS 8.7.

Keep KeyCol as Group By and rest columns as pivot option and make Array size as 3.

After pivoting you can put transformer stage to achieve your goal.

Thanks
Prasoon
by prasson_ibm
Sat Dec 01, 2012 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get the result in Transformer
Replies: 11
Views: 5815

Hi,
This can also be achieved by using transformer and funnel stage.
In output tab of transformer take 4 links.In every link write below derivation,

Link1:- field(in.col,",",1)

Then funnel all links that will be your desired output.


Thanks
Prasoon
by prasson_ibm
Fri Nov 02, 2012 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored procedure error
Replies: 2
Views: 2436

I have already selected procedure type as source
by prasson_ibm
Fri Nov 02, 2012 8:24 am
Forum: General
Topic: Datastage 8.7 operational- console Some services in error
Replies: 4
Views: 4390

Hi,

Till now i have not opened a case with support,althought its showing with the error,but all servises are seems to working properly in operational consol.