Search found 42189 matches
- Mon Jun 06, 2016 5:37 am
- Forum: General
- Topic: Installation of IBM Datastage 11.3 failed
- Replies: 11
- Views: 5515
Well... it does repeat this several times and seems to me to be something you should be doing: 2016-06-06T12:29:00.697, INFO: Exit Code: 255, Info: The following critical tunable(s) have been changed in uvconfig! If you wish to apply these changes, shut down DataStage server, run uvregen and then re...
- Sun Jun 05, 2016 2:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error reading input field
- Replies: 2
- Views: 2072
- Sun Jun 05, 2016 7:35 am
- Forum: General
- Topic: Sorry, this version of DataStage server has expired.
- Replies: 2
- Views: 1735
There's also this post where the same problem was resolved by re-licensing the server.
I'd start with this one.
I'd start with this one.
- Sun Jun 05, 2016 7:26 am
- Forum: General
- Topic: Sorry, this version of DataStage server has expired.
- Replies: 2
- Views: 1735
Seems to me you must have actually changed something or things wouldn't have gone quite so... sideways. Involve support if you haven't already. You may have the issue with TERM as noted here depending on your O/S, let us know if anything there helps. http://www-01.ibm.com/support/docview.wss?uid=swg...
- Fri Jun 03, 2016 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to insert into date
- Replies: 10
- Views: 4119
- Fri Jun 03, 2016 1:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Logic Needed
- Replies: 7
- Views: 2813
- Fri Jun 03, 2016 9:30 am
- Forum: General
- Topic: Field function issue
- Replies: 5
- Views: 2339
While perhaps you could do that, the standard approach would be to remove them from the output. Once.
Code: Select all
Convert(@FM,"",exc_run_or_no.$CommandOutput)- Fri Jun 03, 2016 9:07 am
- Forum: General
- Topic: failed to open project after running successfully in a loop
- Replies: 2
- Views: 1991
- Thu Jun 02, 2016 9:50 pm
- Forum: General
- Topic: Insight at World of Watson
- Replies: 4
- Views: 1573
- Thu Jun 02, 2016 9:49 pm
- Forum: General
- Topic: Field function issue
- Replies: 5
- Views: 2339
- Thu Jun 02, 2016 3:46 pm
- Forum: General
- Topic: Field function issue
- Replies: 5
- Views: 2339
Your problem is not with the Field function, although to be honest I didn't look at your syntax all that closely. I'm wagering your issue is going to be the traditional one where $CommandOutput has a Field Mark (@FM) in it and you need to remove them from the output before you do your comparison bec...
- Thu Jun 02, 2016 3:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Random order of column names in file
- Replies: 6
- Views: 2114
- Thu Jun 02, 2016 12:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to insert into date
- Replies: 10
- Views: 4119
- Thu Jun 02, 2016 12:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Random order of column names in file
- Replies: 6
- Views: 2114
RCP? You can use RCP as long as all you have to do is move the data from the source to the target. If you need transformations or validations then RCP becomes an issue. However, it seems to me that you could interrogate the file and use the first record to build the appropriate schema file to pass i...
- Thu Jun 02, 2016 11:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Random order of column names in file
- Replies: 6
- Views: 2114
Wow, that's kind of... stupid. :? What I would attempt in your shoes would be to NOT skip the first / header record as one would normally do but instead read it as data and then squirrel away in stage variables what column holds what data this run. And then try to unravel things in the transformer f...