Search found 11 matches

by mgray412
Thu May 15, 2014 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Services error
Replies: 7
Views: 4499

Re: Web Services error

Our requirements are more like the first scenario where we will call the service, drop the file and then have DS read and parse the file. I will recommend that our programmers use whatever language they are more comfortable with. Thanks again for all of your help.
by mgray412
Thu May 15, 2014 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Services error
Replies: 7
Views: 4499

Re: Web Services error

Ernie,

Based on what we have learned so far, we have decided to try a different route to get the file attachments from the web service. We are considering on going with either JAVA or PERL and would be interested to hear your thoughts on the advantages/disadvantages of each.

Thanks,

Mark
by mgray412
Tue May 13, 2014 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Services error
Replies: 7
Views: 4499

Re: Web Services error

Sounds like we will be getting our feet wet with SOAP and XML very quickly...

Thanks for the information and we will try your suggestions over the next few days. We will be sure to let you know what we come up with...

Mark
by mgray412
Mon May 12, 2014 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Web Services error
Replies: 7
Views: 4499

Web Services error

I need help using web services in DataStage 8.7. I am trying unsuccessfully to connect to a remote Web Service using an https connection. I can connect to the service using SOAPUI but can't connect using DataStage. Thanks in advance for any help/advice that anyone may be able to provide. I am receiv...
by mgray412
Thu Jun 14, 2012 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Combining multiple column and record data into single output
Replies: 1
Views: 1375

Combining multiple column and record data into single output

I have a problem where I am trying to get the unique values of multiple columns from a group of records and store the concatenated unique values into a single column in the output. In the example below, if any of the values of col1 - col5 change within any group of records (d-num) then the output wo...
by mgray412
Tue Mar 13, 2012 12:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merging Column Data
Replies: 2
Views: 1456

Re: Merging Column Data

Keith,

That solved my problem. Thanks for your help!!
by mgray412
Tue Mar 13, 2012 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merging Column Data
Replies: 2
Views: 1456

Merging Column Data

I need to combine data from several columns into 1 column only showing any duplicates only once in the output column. For example:

Col 1 = A
Col 2 = B
Col 3 = A
Col 4 = C
Col 5 = B

The output column should be: A B C

How can I do this in DataStage?

Thanks in advance for all your help
by mgray412
Fri Dec 16, 2011 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing Records when using Join Stage with Datasets
Replies: 10
Views: 6726

Oh Ok. That makes sense now!! Thank You for your help!!!
by mgray412
Fri Dec 16, 2011 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing Records when using Join Stage with Datasets
Replies: 10
Views: 6726

Mike,

The left link is to the source file and the right is to the dataset.

Thanks
by mgray412
Fri Dec 16, 2011 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing Records when using Join Stage with Datasets
Replies: 10
Views: 6726

Re: Missing Records when using Join Stage with Datasets

Thanks for your responses. Here are the answers to some of the questions that were asked:

1) Confirmed dataset record count using the Data Set Management tool in Designer
2) Using a Left Outer Join
3) Dataset was created using a DataStage job

Thanks
by mgray412
Thu Dec 15, 2011 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing Records when using Join Stage with Datasets
Replies: 10
Views: 6726

Missing Records when using Join Stage with Datasets

I have a Dataset which contains approximately 2.0 million records. When I connect the dataset to a Join stage only 1.3 million of the records are being read. I can put a Transformer or Copy stage between the Dataset and the Join and all records from the Dataset will be read. Any ideas on why connect...