FYI. Bold doesn't work inside code tags so I changed them to quote tags.
So... are you saying it works now? If so, what kind of advise are you looking for - why that change would have fixed it?
Search found 42189 matches
- Fri Jul 18, 2014 10:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting error while fetching queries from DB2 stage
- Replies: 4
- Views: 2459
- Fri Jul 18, 2014 8:24 am
- Forum: General
- Topic: Parallel Hint In Select Query Without Table Name
- Replies: 2
- Views: 1171
- Fri Jul 18, 2014 8:22 am
- Forum: General
- Topic: Capturing Time from job logs into excel sheet
- Replies: 1
- Views: 785
There are a very large number of discussions here on the topic of pulling information out of job logs, did you try searching at all? Most of them end up mentioning 'ETLStats' so an exact search for that term should help quite a bit. And you've got a couple of choices on the How of this, depending on...
- Fri Jul 18, 2014 8:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs stuck in running state 9.1, linux
- Replies: 4
- Views: 2555
You'd have to do some investigation and then perhaps someone could help. Any idea where they get 'stuck', what they are doing? Does each one hang at the same step / place or does it differ? The logs should help answer those or perhaps a DBA but that's just a guess as we have no idea what your job de...
- Fri Jul 18, 2014 8:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Jobs stuck in running state 9.1, linux
- Replies: 4
- Views: 2555
- Fri Jul 18, 2014 8:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp with microseconds
- Replies: 10
- Views: 4880
Many items use 'default' formats for displaying the data, that includes View Data and Peek which can confuse people. If you follow Rays advice for the Teradata push it should use the requested format, I would think. I was hoping for a more detailed target answer - what is the data type of the target...
- Fri Jul 18, 2014 7:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Japanese .xlsx data handling in DatStage 8.7
- Replies: 10
- Views: 5005
- Fri Jul 18, 2014 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting error while fetching queries from DB2 stage
- Replies: 4
- Views: 2459
Found this. Not a DataStage error but implies you may need to escape your single quotes.
- Thu Jul 17, 2014 5:44 pm
- Forum: General
- Topic: Connect to MS SQL Server in Routine
- Replies: 2
- Views: 965
- Thu Jul 17, 2014 5:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Japanese .xlsx data handling in DatStage 8.7
- Replies: 10
- Views: 5005
- Thu Jul 17, 2014 5:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Do not continue processing if no incoming rows
- Replies: 3
- Views: 1593
- Thu Jul 17, 2014 5:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Stage - Flash Player
- Replies: 9
- Views: 6255
- Thu Jul 17, 2014 1:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Do not continue processing if no incoming rows
- Replies: 3
- Views: 1593
No, that happens after the target connection is made before any rows are read from the source. If you need it to be conditional, you would need to check the input size - if zero, don't do anything as in no need to even run the job. Rows to load? Truncate the table as a separate step and then launch ...
- Thu Jul 17, 2014 10:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Timestamp with microseconds
- Replies: 10
- Views: 4880
- Thu Jul 17, 2014 8:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to search for a pattern in a string?
- Replies: 8
- Views: 3174
splayer, there seems to be a bit of 'overthink' going on here with the explanations posted being a bit overly complicated in my mind. I would imagine you already have the delimiter and quote properties set properly so the only task seemingly left to do is (as noted) strip out the unwanted comma. Yes...