17CC1E71-9657-499F-8B42-24C45F3B54CD is a MAC address.
PC016989 is the host name of the PC on which the client is running.
29230 is the process ID of the corresponding dsapi_slave process on the server.
Search found 53125 matches
- Mon Jan 08, 2007 5:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Client ip or name on which DS client is opened
- Replies: 15
- Views: 3258
- Mon Jan 08, 2007 5:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job is Locked
- Replies: 2
- Views: 722
- Mon Jan 08, 2007 4:59 am
- Forum: General
- Topic: Special Characters in password
- Replies: 5
- Views: 1870
- Mon Jan 08, 2007 4:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Upgrade from 7.5.1 to 7.5.2
- Replies: 4
- Views: 860
It's generally safe to assume that if the user ID is not root, then the user does not have superuser privileges. You can certainly check; to have root privileges the user must have an effective user ID of 0. Ask for the password to the root account - just get someone to type it in for you - you don'...
- Mon Jan 08, 2007 4:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NLS character set
- Replies: 3
- Views: 925
- Mon Jan 08, 2007 4:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning: Job control process (pid XXXX) has failed
- Replies: 17
- Views: 7502
Further, my test was on a Linux machine, not a Windows machine, so that's another variation on your scenario. Version of DataStage was 7.5.1A. Haven't had another chance to look at it. Have a horrible feeling it's a spurious message, but how to prove that? The topic ID for message handler is DSTAGE_...
- Mon Jan 08, 2007 4:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to create a table ONLY if this table does not exist?
- Replies: 13
- Views: 5070
- Mon Jan 08, 2007 4:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: can we execute oracle queries through any Datastage function
- Replies: 3
- Views: 1151
There is no single function out of the box. But it's certainly possible to write a generic "Run SQL" function using BCI functions; I wrote one aeons ago. But, because you are UNIX-based, and presumably using the Data Direct ODBC drivers shipped with DataStage, you will need a licensed ODBC driver to...
- Mon Jan 08, 2007 4:36 am
- Forum: General
- Topic: Missing Aggregator stage properties
- Replies: 1
- Views: 1249
- Mon Jan 08, 2007 4:34 am
- Forum: General
- Topic: Special Characters in password
- Replies: 5
- Views: 1870
Doesn't the Search utility work for you? Indeed, your subject would serve as an ideal search topic. Curiously you're not the first to have encountered this.
- Mon Jan 08, 2007 4:31 am
- Forum: Data Integration
- Topic: What is a typical size of DataWarehouse and Data Marts?
- Replies: 15
- Views: 31136
- Mon Jan 08, 2007 4:28 am
- Forum: Site/Forum
- Topic: Datastage Version Control
- Replies: 1
- Views: 2074
- Sun Jan 07, 2007 10:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata Enterprise Stage Failing
- Replies: 6
- Views: 3795
- Sun Jan 07, 2007 10:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HASH.HELP stops
- Replies: 4
- Views: 1282
Just luck. Dynamic hashed files store only the primary group buffers in one file, using a separate file for secondary buffers. This can mean (though don't rely on it) that more than 2GB could be stored in a dynamic hashed file. The total size on disk should be comparable in either case; the only dif...
- Sun Jan 07, 2007 10:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Warning: Job control process (pid XXXX) has failed
- Replies: 17
- Views: 7502
This is intriguing. I've been able to create a job that has exactly this issue (using the DCS Strategies site). The job is not run from a job sequence; it looks like this: SequentialFile -----> CopyStage -----> DataSet | | | | Reject | | Reject V Aggregator V Peek | Peek | V Peek The only warning me...