Search found 53125 matches

by ray.wurlod
Mon Apr 24, 2006 5:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert access(Julian) time to regular time format
Replies: 16
Views: 4684

If you want the hundredths of seconds preserved simply append a decimal place character then the rightmost two characters from the original eight-character time.
by ray.wurlod
Mon Apr 24, 2006 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Auto Purge is leaving Job logs behind
Replies: 19
Views: 5439

There are known issues with auto-purge in versions 6.0 through 7.1 (maybe 5.2 also). Note also that the log is purged only if the job is run "successfully" (status is Finished or Finished (see log)). The only "fix" is to create the control record //PURGE.SETTINGS in each log hashed file. You can do ...
by ray.wurlod
Mon Apr 24, 2006 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clean up unwanted jobs and objects.
Replies: 7
Views: 1784

I believe murali is seeking either the RMM object or the DMNS object.

    RMM = "read my mind"

    DMNS = "do what I mean not what I say"


:roll:
by ray.wurlod
Mon Apr 24, 2006 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: add 3 milliseconds to timestamp
Replies: 12
Views: 7206

What I meant was that you should include this case in your test data. Does your routine work properly if the increment is negative? (Does it need to?) Try always to create re-usable components; in this case that suggests a second argument (milliseconds) for your function. Meaningfully named argument...
by ray.wurlod
Mon Apr 24, 2006 4:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connecting to UNIX box
Replies: 6
Views: 1335

WHY is it not connecting? What error message is generated? The error messages are there you help you to diagnose causes. For example there may not be a telnet listener on the UNIX machine, or "they" may have changed the rules so that it does not use port number 23, or any number of other possbilitie...
by ray.wurlod
Mon Apr 24, 2006 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine does not produce desired o/p in datastage job
Replies: 13
Views: 3335

What do you expect to get?
What do you actually get?
by ray.wurlod
Mon Apr 24, 2006 4:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HOW TO CAPTURE DATABASE CONNECTION ERROR
Replies: 8
Views: 1801

Your original approach is the most sound. Create a small job that runs a simple query, and detect the error information in that. You can use a Routine that inspects its log, or you can use link variables in the job itself. This is run in a job sequence that decides whether to run the main job depend...
by ray.wurlod
Mon Apr 24, 2006 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert and update the records to sqlserver
Replies: 17
Views: 5338

Welcome aboard. :D Thanks for the illumination. The same is true if the database is Oracle and, I suspect, most others. For the DBA Red Brick offers a singularly useful OVERRIDE REFCHECK clause but in other databases you need to remove the FOREIGN KEY constraints to be able to truncate the table.
by ray.wurlod
Mon Apr 24, 2006 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director cannot get job status
Replies: 8
Views: 4368

Execute the following commands to identify possibly corrupted storage.

Code: Select all

UVFIXFILE DS_JOBS
UVFIXFILE DS_JOBOBJECTS
UVFIXFILE RT_CONFIG805
UVFIXFILE RT_STATUS805
UVFIXFILE RT_LOG805
by ray.wurlod
Mon Apr 24, 2006 4:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid with date format
Replies: 13
Views: 5720

I have written a server version of IsValid(). I shall post it in a couple of weeks (when I get back to DataStage work).
by ray.wurlod
Mon Apr 24, 2006 4:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to String (TD to XML file)
Replies: 4
Views: 972

:idea:
It is my belief (originally suggested by an Ascential technical person) that two consecutive Modify stages are slightly less efficient than a single Transformer stage.
by ray.wurlod
Mon Apr 24, 2006 4:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup fileset vs Dataset
Replies: 8
Views: 8979

Why does DS load other types of lookup into temporary lookup fileset? It does not load other types of lookup into a temporary Lookup File Set - this was a conceptual explanation. If you do not have an explicit Lookup File Set in your design, and you are not performing a sparse lookup, then the exte...
by ray.wurlod
Mon Apr 24, 2006 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error, running with 4 nodes
Replies: 2
Views: 824

The other thread has "while" in the subject; this one has a comma. :wink:
by ray.wurlod
Mon Apr 24, 2006 4:11 pm
Forum: Site/Forum
Topic: Version 8.x
Replies: 1
Views: 1641

Version 8.x

DataStage TX 8.0 has been GA (generally available) for some time now, and we're getting the odd question about Hawk. It's almost time for 8.x to appear in the drop-down list of versions. Can I also suggest that 7.5 also appear? It has some version-specific features that differentiate it from the oth...
by ray.wurlod
Mon Apr 24, 2006 4:08 pm
Forum: Site/Forum
Topic: 12k members and still going strong
Replies: 1
Views: 1425

The count has been on the home page (as always) for all to see. It certainly indicates that the word has spread. What's even better is that there are more posters offering answers.