Search found 53125 matches

by ray.wurlod
Wed Jun 22, 2016 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Write 1 record in sequential file
Replies: 2
Views: 1362

Use a Head stage rather than a filter command. The Sequential File stage executes in sequential mode on a single node, so the number of nodes in your configuration file does not really matter.
by ray.wurlod
Wed Jun 22, 2016 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file stage strange behaviour
Replies: 6
Views: 3719

What did you get on the reject link?
by ray.wurlod
Tue Jun 21, 2016 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file stage strange behaviour
Replies: 6
Views: 3719

Is this file re-created between runs? If so might there be occasions when the data in the file do not match the defined record schema (metadata)? Add a reject link to the Sequential File stage. Direct the reject link to a Peek stage so that you can see what the Sequential File stage attempted to rea...
by ray.wurlod
Tue Jun 21, 2016 4:04 pm
Forum: General
Topic: Sequence Nested_Condiiton
Replies: 2
Views: 1414

Could I suggest, next time you review this expression, that you make it self-documenting? For example

Code: Select all

Oconv(@DATE, "DWA") = "MONDAY"
Using the weekday name rather than a number makes it clearer to the maintenance programmer what you intend(ed).
by ray.wurlod
Tue Jun 21, 2016 4:01 pm
Forum: IBM QualityStage
Topic: PAL - How to pick up the text between the brackets []
Replies: 5
Views: 8660

Given that such is the case, your rule is the perfect choice.
by ray.wurlod
Mon Jun 20, 2016 4:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue Invoking WebService
Replies: 7
Views: 7101

Did you have an attachment when testing with SoapUI?
by ray.wurlod
Mon Jun 20, 2016 4:00 pm
Forum: General
Topic: 11.3.1 FP2 installation and IAVIEWS
Replies: 0
Views: 1259

There are two issues at play here. One is the views over XMETA (of which IAVIEWS is one). The other is privileges; apparently the Oracle user you specified in your installation dialog does not have sufficient privileges in the database. Check the Oracle logs to determine exactly what operation faile...
by ray.wurlod
Mon Jun 20, 2016 3:58 pm
Forum: General
Topic: Oracle DB Connectivity Test
Replies: 5
Views: 5381

Check your Engine credentials (the user under whose identity jobs are actually run). Does this user have the shared library search list correctly set?
by ray.wurlod
Mon Jun 20, 2016 3:56 pm
Forum: General
Topic: Job sequence failed with unknown reason
Replies: 11
Views: 2895

Yes it does, but you're supposed to pass a negative value, such as -10. Ultimately the object of this exercise is to demonstrate restart capability in the sequence.

I'm not sure exactly what you did.
by ray.wurlod
Mon Jun 20, 2016 3:55 pm
Forum: IBM QualityStage
Topic: PAL - Validate Ruleset
Replies: 6
Views: 8348

You can use the scanning and "search anywhere" components in PAL, for example *+

It really depends on exactly what you want to be able to do.
by ray.wurlod
Mon Jun 20, 2016 3:52 pm
Forum: IBM QualityStage
Topic: PAL - How to pick up the text between the brackets []
Replies: 5
Views: 8660

Thank you for posting complete solution.

Note that yours will pick up **[text) for example (mismatched brackets).

But if you are 100% sure that the brackets will always be matched, then your solution will suffice. Otherwise you need a pattern with OR operators.
by ray.wurlod
Mon Jun 20, 2016 3:49 pm
Forum: IBM QualityStage
Topic: AVI - administrativearea_qsav
Replies: 3
Views: 6416

rjdickson wrote:'U' in the first position means 'Unverified'.
Is that true for "USA" too? How about "UK"? :lol:
by ray.wurlod
Sun Jun 19, 2016 11:43 pm
Forum: General
Topic: Job sequence failed with unknown reason
Replies: 11
Views: 2895

You have to verify that the parameter value is being passed correctly. Inspect both the sequence log and the job log.
by ray.wurlod
Fri Jun 17, 2016 9:23 pm
Forum: General
Topic: Job sequence failed with unknown reason
Replies: 11
Views: 2895

This looks like one of the lab exercises from the DataStage Essentials course. What value did you give for RecCount1 when you ran the sequence?
by ray.wurlod
Fri Jun 17, 2016 9:20 pm
Forum: General
Topic: Where can I find the value file for a Parameter Set?
Replies: 3
Views: 1663

You need to get a premium membership to read the entirety of my answer.

To address your most recent question, my answer would be "only in a sequence job that reads the file".