Search found 53125 matches

by ray.wurlod
Tue May 02, 2006 4:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartabilty in DS 7.5
Replies: 5
Views: 1063

You can issue the query SELECT * FROM DS_JOBS WHERE NAME = 'XYZ'; (or just SELECT JOBNO FROM DS_JOBS WHERE NAME = 'XYZ';) from within the DataStage environment on the server to determine the job number associated with a job name. This environment is no longer called UniVerse - it has not been UniVer...
by ray.wurlod
Tue May 02, 2006 4:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartabilty in DS 7.5
Replies: 5
Views: 1063

Checkpoint information IS cleared if the job sequence completes successfully, and there is an event logged in the job sequence's log to inform you that this has occurred.
by ray.wurlod
Tue May 02, 2006 2:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSLogInfo Call from Job Sequence
Replies: 2
Views: 2940

DSLogEvent() allows you to write to a job log from a different job or routine. You could, for example, invoke this from a Routine activity in a job sequence.
by ray.wurlod
Tue May 02, 2006 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS rollback and triggers
Replies: 4
Views: 1237

Have you considered a solution involving database replication services?
by ray.wurlod
Tue May 02, 2006 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp of UDB as High 9's
Replies: 2
Views: 687

What error message is generated? I believe this to be a restriction in the database itself, not in DataStage. Check your UDB documentation for the timestamp (or whatever) data type.
by ray.wurlod
Tue May 02, 2006 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date functions
Replies: 3
Views: 769

Curious to learn how TO_CHAR could return a week number. What are the business rules that define "week 1 in a month"? (For example read post from dsguru2b.)
by ray.wurlod
Tue May 02, 2006 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7.5 PX Working with variable and fixed length file
Replies: 3
Views: 855

Are there any non-printing characters, such as tab, in the data?
by ray.wurlod
Tue May 02, 2006 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Restartabilty in DS 7.5
Replies: 5
Views: 1063

Checkpoint information is recorded in the status file for the job sequence; that is, RT_STATUSnnn where nnn is the job number of the job sequence from DS_JOBS. Nothing else is documented.
by ray.wurlod
Tue May 02, 2006 2:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml o/p aggregation using DS ver 7.5
Replies: 3
Views: 1057

Clearly no. What file name could be generated if the file name were to be based on a repeating element?!
by ray.wurlod
Tue May 02, 2006 2:10 pm
Forum: IBM QualityStage
Topic: Probelm While Runing the QS Job
Replies: 17
Views: 8921

Use Windows Task Manager to find whether or not a process called qsrtmngr is running. This must be looked for on the server machine, not on the client machine.
by ray.wurlod
Tue May 02, 2006 6:12 am
Forum: IBM QualityStage
Topic: Probelm While Runing the QS Job
Replies: 17
Views: 8921

What exactly IS your problem? That's the third different problem you've posted against this thread.

If qsrtmngr is not running then you won't see it in a ps report.

Code: Select all

ps -ef | grep qsrtmngr | grep -v grep
by ray.wurlod
Tue May 02, 2006 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Storing a text file into ORACLE database
Replies: 2
Views: 1019

How would you do it without DataStage? That method may be easier and faster than using DataStage.
by ray.wurlod
Tue May 02, 2006 6:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS rollback and triggers
Replies: 4
Views: 1237

Welcome aboard. :D How do you detect that a change has occured in db1? What kind of change detection mechanism do you use? Have you implemented triggers in db1? If so, can a trigger invoke an operating system command? To insert rows into two tables as a single transaction, you can use an ODBC stage ...
by ray.wurlod
Tue May 02, 2006 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning message while running DS Job
Replies: 1
Views: 793

You need first to understand the message. Answer these questions. Which stage is involved? To what is "input port 0" referring? What Data Set is associated with input port 0? (Hint: inspect the generated OSH.) What setting have you given for partitioning on this particular input link? Why is tsort (...
by ray.wurlod
Tue May 02, 2006 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding a Column to a Table
Replies: 5
Views: 1130

Use a job parameter to supply the initial value for the cycle.