Search found 42189 matches
- Tue Sep 27, 2011 6:34 pm
- Forum: General
- Topic: Unzip the file using Execute Command activity
- Replies: 3
- Views: 1933
Re: Unzip the file using Execute Command activity
I used the command "unzip" in Execute Command activity. OK, what happened? If there was an error, what was it? As noted, the "-d" option specifies an output directory to extract everything to, however it needs to be followed by the desired directory. Otherwise I suspect it unzip...
- Tue Sep 27, 2011 9:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Local Message Handlers after Migration from 8.0.1 to 8.5
- Replies: 11
- Views: 4405
- Tue Sep 27, 2011 7:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Local Message Handlers after Migration from 8.0.1 to 8.5
- Replies: 11
- Views: 4405
- Mon Sep 26, 2011 9:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Varchar to Decimal value conversion issue.
- Replies: 13
- Views: 4598
- Mon Sep 26, 2011 9:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling SQL server stored procedure from datastage.
- Replies: 23
- Views: 19545
- Mon Sep 26, 2011 9:36 pm
- Forum: General
- Topic: Wait For File Activity generating incorrect code?
- Replies: 4
- Views: 5467
- Mon Sep 26, 2011 9:30 pm
- Forum: General
- Topic: sequence job issues
- Replies: 5
- Views: 1726
1) It just means reset, exactly the same as if you had done it manually from Director. 2) When checkpoints are enabled, that option disables them for that particular stage. Meaning it will always run rather than being skipped on a abort/restart even if it ran ok. 3) Enable checkpoints. Make sure you...
- Mon Sep 26, 2011 9:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling SQL server stored procedure from datastage.
- Replies: 23
- Views: 19545
I just checked the documentation for 8.5 and there only seems to be user-defined sql functionality for reading, which to me seems... odd. Realized I was seeing the Server ODBC stage in my head when talking about all this, something much more flexible, it seems. I suppose one would leverage the "...
- Mon Sep 26, 2011 9:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Varchar to Decimal value conversion issue.
- Replies: 13
- Views: 4598
- Mon Sep 26, 2011 6:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Append 4 files in UNIX
- Replies: 4
- Views: 1829
So... exactly the same scenario that you've outlined here but now you want to know how to script it rather than use a job? If so, there are other web forums where it would be more appropriate to post questions like that, I'm afraid.
- Mon Sep 26, 2011 6:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling SQL server stored procedure from datastage.
- Replies: 23
- Views: 19545
- Mon Sep 26, 2011 6:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling SQL server stored procedure from datastage.
- Replies: 23
- Views: 19545
Tell me one thing....The ODBC stage must be used as a source and not as a target. That's not correct. In fact, I was assuming you were using it as a target here, which is probably where much of the confusion comes from. Row Generator --> ODBC Why as a source? You said you didn't want to 'return any...
- Mon Sep 26, 2011 6:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Varchar to Decimal value conversion issue.
- Replies: 13
- Views: 4598
Without knowing what your proc is doing internally, there's not much anyone here can help with. I will say that if your source is truly a VARCHAR(12) and your target is truly a VARCHAR(12) then you should not be getting any such error from the proc, it should just be passing it through as a string. ...
- Mon Sep 26, 2011 9:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling SQL server stored procedure from datastage.
- Replies: 23
- Views: 19545
- Mon Sep 26, 2011 7:45 am
- Forum: General
- Topic: problem running a job which has a shared container
- Replies: 3
- Views: 1510