Search found 53125 matches

by ray.wurlod
Sat Oct 29, 2005 4:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job freezing
Replies: 8
Views: 3615

Welcome aboard! :D You really haven't given enough information. The obvious question; what's different between development (where it works) and other environments (where it doesn't)? How many rows are processed before the job "freezes"? Do any of these get written into the sequential file? What stag...
by ray.wurlod
Sat Oct 29, 2005 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings in sequential file
Replies: 2
Views: 1346

Is the record terminator property set to UNIX-style when it should be set to DOS-style?
by ray.wurlod
Sat Oct 29, 2005 4:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Config File
Replies: 5
Views: 2159

-3640 is not an error code; it's a process ID reported as a signed integer. "Phantom" simply means "background process" - all DataStage processes on the server are "phantom" processes. You need to reset the job after it aborts. Look in the log for a message "from previous run...". Check the braces i...
by ray.wurlod
Sat Oct 29, 2005 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to skip the trailer record
Replies: 25
Views: 9790

Of course the FILLER is different for different record types - that's what makes the total length the same (1000) in all record types.
by ray.wurlod
Sat Oct 29, 2005 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null issues
Replies: 10
Views: 3189

'Tis really me, Arndo-san.
by ray.wurlod
Fri Oct 28, 2005 7:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Restartable job sequence
Replies: 6
Views: 2741

To clarify, the job sequence detects that the abort has been "handled" by the Exception Handler, and therefore removes the checkpoint and reports successful completion.

You can have one or the other, but not both.
by ray.wurlod
Fri Oct 28, 2005 7:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Date Error After Re-Installing with NLS
Replies: 3
Views: 1225

Have you checked the TIME category for your NLS locale? It is in this category that date and time formats are specified. In the ODBC stage, if my memory serves me correctly, using a data element of Date will perform implicit conversion to and from internal format. Your statement that Transforms won'...
by ray.wurlod
Fri Oct 28, 2005 7:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job 751 Phantom 5260
Replies: 4
Views: 1148

"Improper data type" is NOT from a data type mismatch in the data. These tend to generate messages of the form "non-numeric where numeric required" and so on. "Improper data type" indicates an illegal use of an opaque variable, such as a file handle or an indirect subroutine call variable. In DataSt...
by ray.wurlod
Fri Oct 28, 2005 7:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: release job disabled
Replies: 8
Views: 1544

Are they server jobs, job sequences or parallel jobs?

I don't believe the release mechanism will work for parallel jobs. Maybe it's been deprecated for all job types.

For some time, now, the Release mechanism has been deprecated in favour of the Version Control mechanism.
by ray.wurlod
Fri Oct 28, 2005 6:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Run shell script(fr Ds) that contains a call to sqlplus
Replies: 5
Views: 1648

The reason this works, of course, is that dsenv is read (for example by dsrpcd) when DataStage is started. Not subsequently.
by ray.wurlod
Fri Oct 28, 2005 6:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: export of datastage jobs
Replies: 3
Views: 1133

Yes. Read-only objects are those supplied with the product. There are some Routines and Transforms supplied with the product. The reason for omitting them is that they're unnecessary. They will exist in all projects (with the possible exception of plug-in stages, but these should not be transferred ...
by ray.wurlod
Fri Oct 28, 2005 6:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: metadata store
Replies: 7
Views: 2151

The same range of choices that you currently have for MetaStage. This includes DB2, Oracle, Sybase, SQL Server and "UniVerse".

The intention of Hawk is to have a common repository for DataStage, QualityStage, ProfileStage and MetaStage (and AuditStage?).

Should be fun for the hackers!
by ray.wurlod
Fri Oct 28, 2005 6:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: what stage to use?
Replies: 14
Views: 5530

What is the source - text file or database table or other?

What is the data type that contains 1234.5678 ?
by ray.wurlod
Fri Oct 28, 2005 6:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Time out warnings
Replies: 8
Views: 3624

Not sure where you're going with that, but without GSEMNUM they're not particularly useful. Surely if collisions on locks in the Repository were the problem, a report from SEMAPHORE.STATUS would be a useful thing? It might also be worth creating $DSHOME/errlog to capture any Engine errors. touch $DS...
by ray.wurlod
Fri Oct 28, 2005 6:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null issues
Replies: 10
Views: 3189

Doesn't "null issues" mean that there's no problem? Or, at least, no known problem? . :lol:

(Sorry, couldn't resist.)