Search found 53125 matches

by ray.wurlod
Wed Apr 17, 2013 11:49 pm
Forum: General
Topic: where is the link count stored
Replies: 13
Views: 2597

RT_STATUSnnn
by ray.wurlod
Wed Apr 17, 2013 11:49 pm
Forum: General
Topic: list jobs that run by a given user
Replies: 6
Views: 1510

There is no console database until version 8.7. Yes, jobs are run by whichever engine credentialled user is specified.
by ray.wurlod
Wed Apr 17, 2013 8:05 pm
Forum: IBM QualityStage
Topic: Multi-valued domain matching
Replies: 5
Views: 3458

I think you would be better off parsing the multi-valued fields into separate words (for example by converting the internal delimiter character to space) and using the MULT_EXACT or MULT_UNCERT comparisons in QualityStage match.
by ray.wurlod
Wed Apr 17, 2013 7:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice meta data Import error
Replies: 7
Views: 1877

SOAPui is a free, downloadable, generic web client. Very useful for testing calling webservices.

There are others, SOAPui is the one I use the most.
by ray.wurlod
Wed Apr 17, 2013 2:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice meta data Import error
Replies: 7
Views: 1877

Can you get at the WDSL using another tool such as SOAPui?
by ray.wurlod
Wed Apr 17, 2013 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Webservice meta data Import error
Replies: 7
Views: 1877

Possibly your premium membership needs to be renewed. Your expiration date should appear in the Welcome pane on the Home page.
by ray.wurlod
Wed Apr 17, 2013 2:49 pm
Forum: General
Topic: where is the link count stored
Replies: 13
Views: 2597

Link counts are not stored in DS_JOBOBJECTS. Only design-time information is stored in DS_JOBOBJECTS. Run time information is stored in hashed files whose names begin with RT_, in XMETA and, if you have it, in the database that supports the DataStage operations console.
by ray.wurlod
Wed Apr 17, 2013 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF stage not in v8.7
Replies: 2
Views: 964

Have you looked in the Stage Types branch of the Repository?
by ray.wurlod
Wed Apr 17, 2013 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of any delimited row to Pipe delimited
Replies: 2
Views: 952

The tr command is cheaper to run than sed.
by ray.wurlod
Wed Apr 17, 2013 2:43 pm
Forum: General
Topic: list jobs that run by a given user
Replies: 6
Views: 1510

Keep in mind that jobs are run by a user set up as the "engine credentialled user" in Information Server. This may not be the result you want.
by ray.wurlod
Wed Apr 17, 2013 2:40 pm
Forum: General
Topic: ExecDOS Command
Replies: 10
Views: 3527

I still want to see what is in the Input Value field for ExecDOS.
by ray.wurlod
Wed Apr 17, 2013 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help working with XML file.
Replies: 23
Views: 5356

Do you have metadata for the XML file, such as an XSD ?
by ray.wurlod
Wed Apr 17, 2013 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conditional Deletion
Replies: 22
Views: 5872

:idea: "normally do not" does not preclude doing one.
by ray.wurlod
Wed Apr 17, 2013 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to allocate communication resources?
Replies: 8
Views: 7957

Because it was not able to allocate communication resources. That is all of the information available in the error message. You must help us to help you. What were you trying to do at the time? What does your design look like? What stage type threw this error? And so on. Without that information we ...