Search found 160 matches

by dsusersaj
Mon Mar 03, 2014 3:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java client issue..Java experts please help!
Replies: 23
Views: 13524

In the property of your Java client stage, put HttpURLConnectionExample in the Transformer Classs Name box, and put /workarea/DSJobs/xx directory in the User's Classpath. Put compiled class HttpURLConnectionExample in that directory instead of .jar file. Then you should be able to run the program u...
by dsusersaj
Mon Mar 03, 2014 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java client issue..Java experts please help!
Replies: 23
Views: 13524

How do I just put java class in the directory. In eclipse I don't see an option to just export class. It exports as a jar file.
by dsusersaj
Mon Mar 03, 2014 12:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java client issue..Java experts please help!
Replies: 23
Views: 13524

Java client issue..Java experts please help!

I have a java code that runs fine ,when run from a shell script. But if I call the same code from datastage using java client stage, it fails with the following error "Fatal Error: Fatal: java.lang.ClassNotFoundException: " My job design is Java client stage==========>Sequential file I wro...
by dsusersaj
Thu Jan 02, 2014 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Search of datasets in a folder
Replies: 7
Views: 3692

That managing datasets is cumbersome compared to flat files. Flat files are being tarred and archived when not being used over 90 days. Afterwards they are being deleted after an additional 30 days from the archived directory. Whereas datasets cannot be compressed, although they can be moved to arch...
by dsusersaj
Thu Jan 02, 2014 12:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Search of datasets in a folder
Replies: 7
Views: 3692

Thanks Ray!.

This is being argued as a reason to not use datasets and use flat files instead as temp files across the project,which I think is not a good practice. I am collecting all facts to convince people to use datasets.
by dsusersaj
Tue Dec 31, 2013 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Search of datasets in a folder
Replies: 7
Views: 3692

too bad I can't view premium content :(
by dsusersaj
Tue Dec 31, 2013 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Search of datasets in a folder
Replies: 7
Views: 3692

Search of datasets in a folder

Is there a way I can search of all the datasets in Unix?.or Using datastage?.

I want to set up something to clean up unused datasets on a monthly basis.

Thanks for your help!
by dsusersaj
Tue Dec 03, 2013 10:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex flat file with multiple records
Replies: 1
Views: 1084

Re: Complex flat file with multiple records

Does the CFF stage as target work just like a flat file?.Does it allow to write only one record?
by dsusersaj
Tue Dec 03, 2013 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex flat file with multiple records
Replies: 1
Views: 1084

Complex flat file with multiple records

Can someone help me on how I create a complex flat file with multiple record types in it?.

When I see the stage page I see only one record type by default and I dont see an option to create multiple record formats.

Also see the check box "single record' selected and grayed out.

Thanks.
by dsusersaj
Thu Nov 07, 2013 1:52 pm
Forum: General
Topic: shell script won't return when executed from datastage
Replies: 11
Views: 3805

But thanks for all the suggestions. It helps to try different things.
by dsusersaj
Thu Nov 07, 2013 1:51 pm
Forum: General
Topic: shell script won't return when executed from datastage
Replies: 11
Views: 3805

interactive =0, is not working as well.
by dsusersaj
Thu Nov 07, 2013 11:31 am
Forum: General
Topic: shell script won't return when executed from datastage
Replies: 11
Views: 3805

it is stuck at the winexe as I originally posted.It still shows as running in the UNIX process list.But it executes successfully at the windows server.

Craig, I will try the --interactive option and will let you know what I get.
by dsusersaj
Wed Nov 06, 2013 6:41 pm
Forum: General
Topic: shell script won't return when executed from datastage
Replies: 11
Views: 3805

It doesnt prompt for anything from user while run from the command line
by dsusersaj
Mon Nov 04, 2013 10:47 am
Forum: General
Topic: shell script won't return when executed from datastage
Replies: 11
Views: 3805

shell script won't return when executed from datastage

I have a shell script which executes the the command winexe -U username%pwd server batchfile The shell script by itself runs fine and the winexe command gets executed as well.it returns back successful execution code.Btw,this command executes a batch file sitting in a windows server. when the same s...
by dsusersaj
Tue Oct 29, 2013 12:08 pm
Forum: General
Topic: pass quotes in Execute command activity
Replies: 6
Views: 1518

chulett wrote:Play around... try various methods to escape the quotes. Perhaps a backslash, or try wrapping each quote in a pair of quotes.
I have exhausted all combinations of passing quotes around the windows path .

None is working.

Any ideas?.