Search found 34 matches

by pnpmarques
Thu Feb 21, 2019 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Remove Non Numeric?
Replies: 8
Views: 10560

Still an useful solution after so many years :)
by pnpmarques
Wed Mar 25, 2015 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Capture attribute from webservice response
Replies: 1
Views: 1950

Capture attribute from webservice response

Hello everyone! In my Web Services Transformer, after sending a request I am getting the following response: <ns0:RetrieveTicketRS xmlns:ns0 = "http://company/CORPORATE/RetrieveTicketRS"> <ns0:Errors> <ns0:Error Code = "310.PT" ShortText = "Not Found" Type = "F&quo...
by pnpmarques
Fri May 24, 2013 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference in SQL Output
Replies: 5
Views: 3668

When you run the select statement in an another application how many records do you get?
Do you have any filters in transformer?
How do you actually see the records loaded into the file, through Monitor or do you open the file?
Try to split the job into pieces to locate the problem.

Regards,
Pedro.
by pnpmarques
Fri May 24, 2013 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: view data error on the Oracle Connector
Replies: 2
Views: 4220

Hello,
And what happens(log messages) when you run the job?
Regards,
Pedro.
by pnpmarques
Fri May 24, 2013 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create XML Document with Multiple Repeated Elements
Replies: 6
Views: 4526

Hello, I believe that with xml output stage it should be possible to get what you want. Make sure that the column selected as Key is correct. The order of the input records is also important since records from the same key must be together. And of course be careful if you are processing in parallel ...
by pnpmarques
Fri May 24, 2013 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML stage - challenge
Replies: 4
Views: 2971

Hello, I cannot make any comment to the "regroup step" since I don't know version 8.5. But that issue on having 2 repeatable elements on the same level is familiar. Our solution was to treat each element separately and putting each group of repetitions in a single field. This is, using you...
by pnpmarques
Tue Feb 19, 2013 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage repeats element
Replies: 4
Views: 5230

I have 2 columns defined as Key, a functional column(like ProdCod) and the new dummy column, but I guess dummy should be enough.
by pnpmarques
Tue Jan 29, 2013 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage repeats element
Replies: 4
Views: 5230

I realized a pattern that is related to the order how input records are processed: If "identic" elements are processed sequentially, i.e., one right after another, then Datastage "aggregates" them inadequately. If by chance they are not processed sequentially then xml is created ...
by pnpmarques
Tue Jan 29, 2013 4:35 am
Forum: General
Topic: ABORT raised when attempting to execute routine... sometimes
Replies: 5
Views: 4216

So far it has been running good. I am declaring this topic as Resolved.
by pnpmarques
Thu Nov 15, 2012 11:24 am
Forum: General
Topic: ABORT raised when attempting to execute routine... sometimes
Replies: 5
Views: 4216

Finally I got it: From previous run DataStage Job 675 Phantom 538 Program "DSRunJob": Line 403, Variable "TempName" previously undefined. Empty string used. Subroutine "DSU.RtSearchStringInJobLog" called with 3 arguments, 0 were expected" Program "JOB.11883440...
by pnpmarques
Mon Oct 01, 2012 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Gets hanged or running slow
Replies: 6
Views: 4114

XML stages are tipically heavy in my project. Despite this, they dont' take hours to run.
Identify in your log entries which step is taking longer, for example, did you find any log entry with "Requesting delayed metadata"?
by pnpmarques
Fri Sep 21, 2012 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Locking mechanism within job
Replies: 6
Views: 3821

Assuming your job is: Source ----> Transformer ------> target 1 (target table) ---------> target 2 (reject table) And that Help says: When the Oracle connector includes a reject link, records that meet specified reject criteria are automatically routed to the target stage on the reject link, and pro...