Search found 71 matches

by kogads
Mon Sep 19, 2011 11:21 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: SOAP and REST
Replies: 3
Views: 3744

"REST is fully supported for Services that you publish via ISD"
Thanks for the reply cal you please elaborate on this.....you mean that datastage supports REST??
by kogads
Mon Sep 19, 2011 10:26 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: SOAP and REST
Replies: 3
Views: 3744

SOAP and REST

Does anyone know id DS supports SOAP 1.2 , i tried it but its not giving the output (heard DS dosent support SOAP 1.2)

Does DS support REST at all??
by kogads
Sat Sep 10, 2011 8:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage XML
Replies: 4
Views: 2823

Datastage XML

Can anyone explain how to read xml files in Datastage parallel jobs , i saw a lot of posts which mention how to output to xml stage and also reading through a folder stage in server jobs but i dont see how to read xml files in parallel jobs any where ... any help is appreciated .Thanks
by kogads
Thu Aug 11, 2011 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data not passing through link
Replies: 6
Views: 3107

No error messages...I have put a Lookup Fail to reject..and all input records were rejected..
by kogads
Thu Aug 11, 2011 9:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data not passing through link
Replies: 6
Views: 3107

Data not passing through link

Hello all, I am doing a lookup on input data from a file with a Oracle Enterprise stage. When i view data in oracle enterprise stage i am able to see rows returned. But when i run the job no records were passed through the reference link which is coming from the oracle Enterprise stage.The job ran f...
by kogads
Fri Aug 05, 2011 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Having a OR condition in Lookup
Replies: 2
Views: 1363

Having a OR condition in Lookup

Hello all, Can someone please let me know if they have implemented a OR condition in Lookup. One Primary link----with 3 columns first secondary link----with 1 column second secondary link----with 1 column third secondary link----with 1 column The first column in Primary link looked up with column in...
by kogads
Wed Jul 20, 2011 7:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise stage
Replies: 1
Views: 975

Oracle Enterprise stage

I am using a Upsert with Insert first and update next, I have checked the column names which matches both in Insert and update queries. Can someone please suggest any workaround on this Error: <Table Name>: The Orchestrate update field `<Attribute>' is not an Orchestrate insert field; in order to us...
by kogads
Mon May 23, 2011 2:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help in job logic
Replies: 32
Views: 12393

In the join stage did you do hash partitioning and then sorting.if not give a try
by kogads
Thu May 12, 2011 1:23 pm
Forum: General
Topic: Looping through a text file
Replies: 7
Views: 4372

Hey just an Elaboration: The text file has Some_name1,OutputFolder1 Some_name2,OutputFolder2 likewise...And now i am getting a file(DUMMY) which should have the prefix as Some_name and it should be copied to corresponding folder. eg:Some_name1_DUMMY should be copied to OutputFolder1 Some_name2_DUMMY...
by kogads
Thu May 12, 2011 1:13 pm
Forum: General
Topic: runnig script from commandline
Replies: 3
Views: 1387

Probably the way you are giving the arguments is incorrect.Refer to the script what arguments need to be passed to the script while executing it.If you show the script and the command you are executing,you will have valid answers
by kogads
Thu May 05, 2011 7:39 am
Forum: General
Topic: Looping through a text file
Replies: 7
Views: 4372

Thank you so much for the help

Hey greg,

Thanks a lot for the prompt response figured out the problem.
by kogads
Tue May 03, 2011 3:23 pm
Forum: General
Topic: Looping through a text file
Replies: 7
Views: 4372

Tried with keeping delimiters inside the file

Also,tried by directly keeping the delimiter "$" inside the file a.txt
123,4567$
234,5678

and then just did
cat a.txt in exec_command_activity initially
by kogads
Tue May 03, 2011 3:16 pm
Forum: General
Topic: Looping through a text file
Replies: 7
Views: 4372

Sorry it was unix

Hey ray, Thanx for the response..OS was Unix.Sorry about that. Here is what i am testing:::::::::::::::::::::: 1.using exec_comm_activity i am opening the file cat -e a.txt (so that delimiter can be a $) 123,4567 234,5678 2.In the start_loop_activity List loop Delimited value:#Execute_Command.$Comma...
by kogads
Tue May 03, 2011 12:02 pm
Forum: General
Topic: Looping through a text file
Replies: 7
Views: 4372

Looping through a text file

Hello all, I am designing a sequencer which does the following --using execute_command stage i am opening a text file a.txt a.txt contents: 123,456789 234,567891 --next in start_loop_activity I need each line of a.txt to go to the iteraion ie., i the first iteration 123,456789 should be passed So,in...