Search found 14 matches

by sneha123
Mon Nov 26, 2012 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trace logs for java code in datastage
Replies: 2
Views: 2085

one more thing to note that job is parallel 8.1 not server
by sneha123
Mon Nov 26, 2012 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle connector stage in datastage 8.1
Replies: 7
Views: 7547

Even though if i am using copy stage between the oracle connector and lookup stage but where to define the lookup type as sparse
Please suggest
by sneha123
Mon Nov 26, 2012 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle connector stage in datastage 8.1
Replies: 7
Views: 7547

Even though if i am using copy stage between the oracle connector and lookup stage but where to define the lookup type as sparse
Please suggest
by sneha123
Mon Nov 26, 2012 6:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: trace logs for java code in datastage
Replies: 2
Views: 2085

trace logs for java code in datastage

1>I have created java code for sending xml as datastage rows to jms queue and i am calling java class in transformer My Job is successful but some java block is not running so inorder to test it i have used trace command: if (isTraceOn()) { trace("Trace is on"); } trace("Tracing has b...
by sneha123
Fri Nov 23, 2012 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle connector stage in datastage 8.1
Replies: 7
Views: 7547

oracle connector stage in datastage 8.1

I am using oracle connector stage in datastage 8.1 as reference data for lookup
But i have to use lookup type as sparse
but i am not geting any option to define lookup type in oracle connector
I can find this in oracle enterprise but not in oracle connector
Please suggest
by sneha123
Fri Nov 23, 2012 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java code to read datstage rows and send it to JMS queue
Replies: 0
Views: 996

Java code to read datstage rows and send it to JMS queue

Can any one help me with the sample Java code to read datstage rows and send it to JMS queue as i am searching hard in google but not able to find this
by sneha123
Thu Nov 15, 2012 5:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java transformer error
Replies: 8
Views: 7611

awesome
Thanks Guys it is done now
by sneha123
Wed Nov 14, 2012 10:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java transformer error
Replies: 8
Views: 7611

sample code i took from dsxchange only package SampleJavaPlugIns; import com.ascentialsoftware.jds.Row; import com.ascentialsoftware.jds.Stage; import com.ascentialsoftware.jds.Column; /* import com.ascentialsoftware.tr4j.*; /** * @author eostic * * DataStage PlugIn Development * * Ernie Ostic * Asc...
by sneha123
Mon Nov 12, 2012 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML to EMS QUEUE
Replies: 10
Views: 6235

thanks a lot eostic and thanks to all whos spend time in replying for my queries
u guys are really helpful
this is really wonderful website
Awesome experience i had
by sneha123
Mon Nov 12, 2012 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML to EMS QUEUE
Replies: 10
Views: 6235

Guys i am getting the below msg by doing right-click then 'Save target as'. Internet explorer cannot download exminerowsclass.txt from dsrealtime.file.wordpress.com Internet explorer was not able to open the internet site the requested site is either unavailable or cannot be found Please try again l...
by sneha123
Sun Nov 11, 2012 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML to EMS QUEUE
Replies: 10
Views: 6235

I am registered user but still not ablt to post on that link and even cannot download the sample piece of code please help and guide
by sneha123
Wed Nov 07, 2012 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML to EMS QUEUE
Replies: 10
Views: 6235

below are my queries 1>where to call the below variable in java client stage DATASTAGE_JRE DATASTAGE_JVM DSHOME 2>Do i have to create the public void initialize() for opening of jsm queue connection by creating Connection Factory using AQjmsFactory 3>Need to know what code should i use in public int...
by sneha123
Tue Nov 06, 2012 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML to EMS QUEUE
Replies: 10
Views: 6235

how to configure the JavaPack in datastage 8.1
I have java client and Java transformer dont ahve JDBC connector stage
how to send xml message to JMS
Please provide some document how to go ahead for this