Search found 53125 matches

by ray.wurlod
Tue Feb 24, 2009 5:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updateuserstatus is not returning path name
Replies: 5
Views: 2725

Silly as it might sound, try forward slash in the pathname rather than backslash. E:/XXXX/test.txt If the pathname contains spaces you may need to ensure that it is quoted, just as you do with many other DOS applications. Can you get job J1 to work in isolation? (Because it is Crashed you will need ...
by ray.wurlod
Tue Feb 24, 2009 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Log Corrupted
Replies: 15
Views: 5197

Do you actually have a job number 21 that has been compiled?

CLEAR.FILE is also blocked (it attempts to take an exclusive lock) if the log is open - typically in Director.
by ray.wurlod
Tue Feb 24, 2009 5:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with checkpoints when jobs in run in parallel
Replies: 2
Views: 2071

As Craig said, you need an Abort situation. Even to trigger the Exception Handler. And it won't be triggered at all if the activity that fails has an explicit failure trigger.
by ray.wurlod
Tue Feb 24, 2009 5:08 pm
Forum: IBM QualityStage
Topic: Need help in quality stage
Replies: 2
Views: 1728

Out of the box there is a limited range of rule sets provided, as you note.

DSXchange Learning Center has DVD-based training materials on working with Rule Sets and on Pattern Action Language (which you will need if creating your own rule sets).
by ray.wurlod
Tue Feb 24, 2009 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a Basic Routine With in Job Control
Replies: 16
Views: 4429

Moderator: please move to Server forum
by ray.wurlod
Tue Feb 24, 2009 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a Basic Routine With in Job Control
Replies: 16
Views: 4429

Show us what you are doing (the actual code, surrounded by Code tags).

You can not CALL a transform function.

You must declare it with a DEFFUN declaration, and then use it as a function in your code.
by ray.wurlod
Tue Feb 24, 2009 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a Basic Routine With in Job Control
Replies: 16
Views: 4429

You recall incorrectly. Upper-case cataloging only applies to the routines supplied with DataStage, such as the SDK routines. User-written routines have case-sensitive Catalog names, with "DSU." as their prefix.
by ray.wurlod
Tue Feb 24, 2009 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file with Datetime element
Replies: 4
Views: 1367

Search

This question has been asked and answered very many times, including recently.
by ray.wurlod
Tue Feb 24, 2009 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insertion of new records using Change Capture
Replies: 1
Views: 793

No idea. It depends on very many factors, among them the hardware and topology of your site (for example whether Oracle server is on the same machine as DataStage server).
by ray.wurlod
Tue Feb 24, 2009 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output stage for Change Capture stage
Replies: 7
Views: 1590

Please mark this thread as Resolved using the green button at the top.
by ray.wurlod
Tue Feb 24, 2009 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: input file values not being populated in output file
Replies: 5
Views: 1193

If you've already filled the field with five characters (space or otherwise) then APT_STRING_PADCHAR does not need to be invoked.
by ray.wurlod
Tue Feb 24, 2009 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LIST.DICT
Replies: 10
Views: 3396

It may appear long, but it's simply a list of INSERT statements then a COMPILE.DICT command. Beware that the column names list varies. INSERT INTO DICT DS_AUDIT(ID,CODE,LOC,NAME,FORMAT,SM) VALUES ('KEY','D','0','Class\ID','40L','S'); INSERT INTO DICT DS_AUDIT(ID,CODE,LOC,NAME,FORMAT,SM) VALUES ('DTC...
by ray.wurlod
Tue Feb 24, 2009 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Roll up monthly data to SCD
Replies: 7
Views: 4303

Funnel stage will bring them back together.

But I think LAG is the optimum solution - what if there is more than one gap in the dates?
by ray.wurlod
Tue Feb 24, 2009 6:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updateuserstatus is not returning path name
Replies: 5
Views: 2725

You tell us nothing.

WHY is job J1 "always crashing"? What error message is logged?
by ray.wurlod
Tue Feb 24, 2009 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage login issue
Replies: 6
Views: 7365

Have you provided any domain (Information Server) users with "DataStage user" credentials (suite role)? If so, have you allocated DataStage roles to those users or to groups to which they belong?