Search found 53125 matches
- Wed Nov 23, 2005 8:46 am
- Forum:
- Topic: MetaStage environment (Architecture)
- Replies: 3
- Views: 1873
- Mon Nov 21, 2005 3:03 pm
- Forum: Site/Forum
- Topic: New Forum
- Replies: 11
- Views: 5894
- Mon Nov 21, 2005 3:01 pm
- Forum: Site/Forum
- Topic: New Forum
- Replies: 11
- Views: 5894
Ray We were promised notes for the first class. What happened? I know you are not busy or anything. You need to take this up with Dennis/Andy. But I think that the notes from the recent class would be better to have, as they cover the same ground in greater detail plus some new ground, and have mor...
- Mon Nov 21, 2005 2:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing LDAP from DataStage 7.5
- Replies: 2
- Views: 2069
Welcome aboard! :D There's good news coming for you in version 8.0, when the services layer will have total LDAP connectivity. As for 7.5, since I have no experience with LDAP, I must leave that for others to answer. May I draw your attention to the fact that this is an all-volunteer site? We just d...
- Sun Nov 20, 2005 2:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: nested trigger
- Replies: 8
- Views: 1500
Check the restartability options in the job sequence's job properties, expecially automatic handling of restart after failure. Read about how it works in on-line help or, if you're thus inclined, look through the generated job control code. Basically a checkpoint is kept of each successfully-complet...
- Sun Nov 20, 2005 2:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Transform vs Routine
- Replies: 4
- Views: 1285
- Sun Nov 20, 2005 8:09 am
- Forum: Site/Forum
- Topic: New Forum
- Replies: 11
- Views: 5894
New Forum
A new forum solely for folks that have attended the DSX Server to Parallel Transition class is desirable. It would help in disseminating any answers to questions, rather than having to maintain email lists.
- Sun Nov 20, 2005 2:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: When saving a routine in Manager code is lost
- Replies: 4
- Views: 1137
- Sun Nov 20, 2005 2:26 am
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Who will use ProfileStage?
- Replies: 7
- Views: 4000
- Sat Nov 19, 2005 5:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove header and footer(first and last line)
- Replies: 13
- Views: 5817
- Sat Nov 19, 2005 1:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date conversion
- Replies: 5
- Views: 2407
In the SDK routines there is a class of routines for converting to the expected date format for a number of different databases. You should be able to use one of these without reinventing the wheel. Open the routine and read the documentation (yes, they are documented!), to work out how to invoke th...
- Sat Nov 19, 2005 1:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Communication link failure
- Replies: 7
- Views: 5688
It may be sufficient just to concatenate the files together using an operating system command (such as type in Windows or cat in UNIX). Any reason you can't use the SQL Server bulk loader? If you can, then these text files could serve as the dat files, with no need for additional processing, hashed ...
- Sat Nov 19, 2005 1:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove header and footer(first and last line)
- Replies: 13
- Views: 5817
- Sat Nov 19, 2005 1:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: @INROWNUM Problem
- Replies: 3
- Views: 1397
The only reason for this is that the variable is not available in parallel jobs. If it were it could only mean "the row number on this processing node" - for N processing nodes there would be N instances of row #1. You need a better strategy in parallel execution - there are a few from which to sele...
- Sat Nov 19, 2005 2:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: column import
- Replies: 5
- Views: 1269