Search found 53125 matches
- Fri Nov 26, 2004 3:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Log files of a Datastage Job
- Replies: 21
- Views: 28485
DataStage job logs are located on the server. However they are not log files, as you have assumed. They are database tables in the repository. If you determine the job number of your job, from the DS_JOBS table, then the log for that job is a table called RT_LOGnnn, where nnn is the job number. You ...
- Fri Nov 26, 2004 12:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Scheduling
- Replies: 4
- Views: 1593
- Fri Nov 26, 2004 12:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create New plugin
- Replies: 6
- Views: 1176
Doesn't matter. They'd soon enough scream if uninstalling DataStage removed some DLL that's also used by their software (for example mfc42.dll). Therefore Ascential (and any other provider of .NET consuming software) ought to scream if uninstalling Visual .NET takes out files upon which they too rely.
- Fri Nov 26, 2004 12:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Missing data from hash file
- Replies: 5
- Views: 914
It might be right, but I doubt it. Get a dictionary listing of the hashed file from either the Administrator client command window or a TCL prompt on the servre (you may need to SETFILE first). LIST.DICT hashedfilename Then, if the positions do not coincide with the metadata from MetaStage (what's a...
- Fri Nov 26, 2004 12:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generate Timestamp
- Replies: 13
- Views: 4182
EXACTNUMERIC is in uvconfig, and so is on all platforms. However, Windoze is one of the operating systems that can deliver time to a granularity no better than milliseconds (at least that's true for NT 4.0 which is what I still run on my laptop). Try a function that returns the result of 2/7 to see ...
- Fri Nov 26, 2004 12:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create New plugin
- Replies: 6
- Views: 1176
- Thu Nov 25, 2004 11:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Missing data from hash file
- Replies: 5
- Views: 914
Hashed files are navigated by ordinal position of the field within the data record. If you scroll to the right in the Columns grid for a Hashed File stage you will see Position, Type and Assoc columns. Position is the ordinal number of the field within its data record, type is "S" or "M" (single or ...
- Thu Nov 25, 2004 11:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generate Timestamp
- Replies: 13
- Views: 4182
Since I live in the Asia-Pacific region thanksgiving (in the US sense) is meaningless. But thanks for the thought. Precision of time is only as good as the operating system and the programming language can deliver. DataStage Engine may be able to deliver more than milliseconds, again depending on th...
- Thu Nov 25, 2004 11:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: WHAT IS ORCHESTRATE THAT IS USED IN DATABASE STAGE
- Replies: 3
- Views: 2686
Ascential purchased Torrent Systems to acquire their parallel execution technology, which Torrent called Orchestrate. Ascential re-named the technology "Parallel Extender". So the answer to the question in your subject is that Orchestrate is the old name of the underlying parallel execution engine. ...
- Thu Nov 25, 2004 8:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Create New plugin
- Replies: 6
- Views: 1176
Thanks for posting the solution. Having to install the .NET framework was a new requirement with DataStage 7.1; your problem and solution suggest that the DataStage installation process "remembers" that .NET framework was installed as part of the DataStage install, and removes it when DataStage is u...
- Thu Nov 25, 2004 8:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage error: Unable to bind socket to uvrpc port.
- Replies: 4
- Views: 2777
- Thu Nov 25, 2004 2:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Determining data type
- Replies: 1
- Views: 823
Technically there is only one "data type" in DataStage server engine. It's called a DATUM, and is a pointer to a structure. One of the things in the structure is an indicator of what the current type of the value is; for example NULL, not assigned, integer, decimal, string, cached function start add...
- Thu Nov 25, 2004 2:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage error: Unable to bind socket to uvrpc port.
- Replies: 4
- Views: 2777
I'm surprised that the message mentioned uvrpc if you're really using 7.x as claimed in your DataStage release information. I'm equally surprised that you claim to be using PX on Windows; you can only design PX jobs on Windows - you can neither compile nor run them on this platform. The RPC mechanis...
- Thu Nov 25, 2004 2:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: query regarding accessing log files and dumping them
- Replies: 3
- Views: 1951
The code works, and was properly formatted (by being wrapped in Code tags) when originally published. The routine *DataStage*DSR_MESSAGE is an internal DataStage subroutine that mimics the behaviour of the printf range of functions in C as well as being able to find the "translated" version of the m...
- Thu Nov 25, 2004 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage Standards
- Replies: 4
- Views: 2086
As a general rule, standards are developed in-house. The important thing is that they are consistently followed. Some of the standards I follow include: There is ALWAYS a description annotation (12pt, top, left, no border, transparent background) at the top of the design canvas. Short and long descr...