Search found 15603 matches
- Thu Mar 27, 2008 9:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Pass multiple parameters to routine activity stage
- Replies: 4
- Views: 1545
- Thu Mar 27, 2008 9:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pass parameters to unix script in routine activity stage
- Replies: 6
- Views: 2018
- Thu Mar 27, 2008 9:05 am
- Forum: General
- Topic: 39125 error-Not a UV account
- Replies: 8
- Views: 5087
mini - welcome to DSXchange. Please don't use "urgent" in that context, this site is not a replacement for a service contract but is to be used as an adjunct. If you enter your account, userid and password in the client tool, then click on the drop-down box for the project do you get a list or an er...
- Thu Mar 27, 2008 8:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting input rows (Unknown rec count)
- Replies: 2
- Views: 953
- Thu Mar 27, 2008 7:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: imported dsx file between two datastage looks corrupted
- Replies: 2
- Views: 1087
Re: imported dsx file between two datastage looks corrupted
adesanyaa wrote:...but was having problems to export and import between the two environments...
Unless you tell us what problems you actually had it is going to be impossible to assist.
- Thu Mar 27, 2008 7:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error when using Transformer stage
- Replies: 7
- Views: 4870
Re: Error when using Transformer stage
BalageBaju wrote:##W TBLD 000000 10:16:02(011) <main_program> Error when checking composite operator: Output from subprocess: cxx: file 'C:/PROGRA~1/MKSTOO~1/etc/cxx.ccg': The system cannot find the file specified.
Looks like a missing or incorrectly set up C++ compiler.
- Thu Mar 27, 2008 7:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: value formatting
- Replies: 2
- Views: 952
- Thu Mar 27, 2008 6:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversation
- Replies: 12
- Views: 2831
- Thu Mar 27, 2008 4:45 am
- Forum: General
- Topic: project creation
- Replies: 6
- Views: 1734
- Thu Mar 27, 2008 2:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversation
- Replies: 12
- Views: 2831
the format string has to match exactly, if you are doing an implicit conversion of month 2 to a string you get '2', which isn't the format '02' which the conversion requires. I don't thnk that the builtin conversions put leading zeroes in and don't have the docs handy to check. But do something like...
- Thu Mar 27, 2008 2:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: split by month
- Replies: 4
- Views: 931
- Wed Mar 26, 2008 12:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Removing Spaces- What option to use?
- Replies: 4
- Views: 1213
- Wed Mar 26, 2008 11:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Copying the folder projects of Datasatge 8
- Replies: 5
- Views: 1528
- Wed Mar 26, 2008 10:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CLI to check or validate the seq/job in datastage
- Replies: 3
- Views: 897
- Wed Mar 26, 2008 8:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running the jobs in sequence and looping upto certain time
- Replies: 4
- Views: 1155
There are many ways to do this. Create a job sequence that is called from the scheduler that loops to call the job; it checks the time and once past 6am it exits the loop and stops. Or you can schedule the job to run every 5 minutes in the scheduler (assuming it runs < 5 minutes) between the 3am and...