Search found 53125 matches
- Wed Aug 01, 2007 2:39 pm
- Forum: General
- Topic: Login screen hangs forever
- Replies: 3
- Views: 1064
Are all the servers running, and not paused? Is this the login to the deployment domain or to DataStage? What does your support provider suggest? Since it was working before and isn't now, what has changed? "Nothing" is not the correct answer, though the thing that has changed is not necessarily any...
- Wed Aug 01, 2007 2:37 pm
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: datastage user creation without run permission
- Replies: 1
- Views: 1772
Welcome aboard. Is this question about DataStage TX, or DataStage other than TX? If the latter what you request is not possible. If DataStage TX (which is suggested by the forum in which you chose to post) I do not know whether what you ask is possible, though I doubt it. The reason is that DataStag...
- Wed Aug 01, 2007 2:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could not connect to datasource
- Replies: 2
- Views: 1291
You have posted in a forum called DSXchange Testimonials, which is not the appropriate forum for a question about parallel jobs. Please post in the correct forum, where your question is more likely to be answered. You might also like to search the forum before posting, as this question has been ask...
- Wed Aug 01, 2007 2:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Select query fails sometimes
- Replies: 4
- Views: 2221
You have posted in a forum called DSXchange Testimonials, which is not the appropriate forum for a question about server jobs. Please post in the correct forum, where your question is more likely to be answered. You might also like to search the forum before posting, as this question may have been ...
- Wed Aug 01, 2007 12:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Advantage of using Build-op over tranformer or any stage
- Replies: 4
- Views: 1995
- Tue Jul 31, 2007 10:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Advantage of using Build-op over tranformer or any stage
- Replies: 4
- Views: 1995
- Tue Jul 31, 2007 5:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Table getting locked on stopping a job
- Replies: 6
- Views: 3311
- Tue Jul 31, 2007 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Stage - Integers
- Replies: 5
- Views: 1556
- Tue Jul 31, 2007 4:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UNIX command output not captured using RoutineActivityStage
- Replies: 10
- Views: 4455
What do you get when you type this commands at the UNIX prompt?
It's impossible to diagnose further without knowing that.
Code: Select all
head -1 /chap/lynx/Data/HOU_Dev/outputfiles/notification_test.LYPBIN
echo $?It's impossible to diagnose further without knowing that.
- Tue Jul 31, 2007 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Is it possible to identify redundant 'lookuptable*' files?
- Replies: 4
- Views: 1512
A more general solution requires you to realize that these stem from the use of Lookup stages. A Lookup stage (unless performing a sparse lookup) must perforce create a lookup table in memory, and then build an index (hash table) on the fly, before any lookup operation can be performed. That is why ...
- Tue Jul 31, 2007 4:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Maximum Records can be stored in a DataSet
- Replies: 2
- Views: 1428
- Tue Jul 31, 2007 4:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage API stage abending with error SQL30108N
- Replies: 1
- Views: 1666
- Tue Jul 31, 2007 4:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Implimenting For loop in stage variables?
- Replies: 5
- Views: 2960
- Tue Jul 31, 2007 4:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: transformer
- Replies: 2
- Views: 1031
1. Constraint expression (InLink.AAAA < 0) on output port #0. 2. Use stage variable to generate sequence and another to convert same to string which you can concatenate to your source string ("22222"). Note that you will need to take steps that you are generating unique numbers across all processing...
- Tue Jul 31, 2007 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: use of parmeters in relational stage in a mf job
- Replies: 2
- Views: 1212
I'd have to agree, noting that you may also need quote characters (regular SQL rules) if the data type is Char or VarChar.
Code: Select all
WHERE FieldA > '#StartValue#'