Search found 53125 matches
- Fri Jan 12, 2007 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSExecute failing with return code -1
- Replies: 6
- Views: 2811
Unable to create new process can also be caused by the process table being full, so that process IDs can not be issued. Another possibility is that your DataStage server was unable to contact the domain controller before a timeout expired, because the domain controllers or the network were too busy...
- Fri Jan 12, 2007 3:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fixed width file job finished with see log
- Replies: 6
- Views: 2096
Well, if there's a line terminator, then there are too many characters in that line - your fixed width table definition specifies the width. When you're viewing the file using a UNIX utility, is line #32 longer than line #31? Does line #32 contain any other non-printing characters, such as a tab (^I)?
- Fri Jan 12, 2007 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing Datastage Universe tables via Oracle
- Replies: 5
- Views: 3232
The queries you posted are "SQL" (Structured Query Language). Most databases use some form of SQL, hence the apparent familiarity. However it in no way means that a query executed in one database can access tables in another. There are products "out there" that facilitate such cross-database queries...
- Fri Jan 12, 2007 3:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Performance problem using lookup
- Replies: 23
- Views: 4679
- Fri Jan 12, 2007 2:56 pm
- Forum: General
- Topic: design vs execute of parallel jobs on Windows platforms
- Replies: 4
- Views: 1935
- Fri Jan 12, 2007 2:52 pm
- Forum: General
- Topic: PX transformer in XP enviornment
- Replies: 7
- Views: 4348
- Fri Jan 12, 2007 5:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help immediately
- Replies: 7
- Views: 1884
If you need help immediately buy premium service from your support provider. Learn the true cost of "urgent". DSXchange is an all-volunteer site. None of the posters is paid. They post as and when they can, unless they take offence at unreasonable demands and decide to impose a time penalty. Meanwh...
- Fri Jan 12, 2007 5:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL Server]Statement(s) could not be prepared.
- Replies: 3
- Views: 1251
- Fri Jan 12, 2007 5:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Fixed width file job finished with see log
- Replies: 6
- Views: 2096
- Fri Jan 12, 2007 5:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: duplicate record for key column in ODBC stage
- Replies: 12
- Views: 2624
By definition duplicates are impossible in a primary key. Execute the following query in the source table:
If this returns any rows, castigate your DBA for failing to create a UNIQUE index on the primary key.
Code: Select all
SELECT Key, COUNT(*) FROM tablename GROUP BY Key HAVING COUNT(*) > 1;If this returns any rows, castigate your DBA for failing to create a UNIQUE index on the primary key.
- Fri Jan 12, 2007 4:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: manually stop an activity
- Replies: 6
- Views: 2209
- Fri Jan 12, 2007 4:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error: Cannot process ustrings if an NLS character map
- Replies: 6
- Views: 1437
- Fri Jan 12, 2007 4:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Machine Hardware configration Query
- Replies: 4
- Views: 1402
The hardware you have will support multi-instance server jobs with less demand for resources than parallel jobs. There's no way I can suggest figures without monitoring and measuring what's happening on your system. Some things are obvious: scratch space full means that you need to configure more sc...
- Fri Jan 12, 2007 4:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reset Data Stage Job:
- Replies: 1
- Views: 888
Code: Select all
hJob = DSPrepareJob(hJob)- Fri Jan 12, 2007 2:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataStage Machine Hardware configration Query
- Replies: 4
- Views: 1402