Search found 42189 matches
- Thu Nov 17, 2005 5:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: generate zeros based on input
- Replies: 4
- Views: 948
- Thu Nov 17, 2005 9:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: date routine
- Replies: 10
- Views: 1845
- Thu Nov 17, 2005 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Issue with SQL Buillder: Error Occured Invoking SQL Builder
- Replies: 1
- Views: 630
- Thu Nov 17, 2005 8:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Server job abort but all records loaded in DB
- Replies: 10
- Views: 4659
- Thu Nov 17, 2005 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequencer
- Replies: 2
- Views: 837
Most times it doesn't really help to just say something "is not working", best to explain how something is it or is not working. In this case, though, suggest you read up on how the checkpoint restart works. I'm not on 7.5 yet, but from what I recall you'll need to remove the failure triggers from t...
- Thu Nov 17, 2005 8:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI Stage error - dsloadlibrary
- Replies: 2
- Views: 894
- Thu Nov 17, 2005 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extract source file through Routine.
- Replies: 3
- Views: 831
- Thu Nov 17, 2005 12:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wildcards in output sequential file...
- Replies: 12
- Views: 5663
- Wed Nov 16, 2005 10:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wildcards in output sequential file...
- Replies: 12
- Views: 5663
I was wondering If I can read more than one file using seq file stage in a single datastage job.I don't want to use folder stage or don't want to merge the files before reading them using cat commands etc... Well, you've eliminated the two most common ways of doing that. As, as you've surmised, wil...
- Wed Nov 16, 2005 9:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error viewing the source data from ORAOCI9
- Replies: 3
- Views: 1106
Are you using User Defined SQL in your source stage? This is typically where this error can occur as you may not have ever gotten anything into the 'Table Name' field in the stage. It is required by the stage even though it is not used by your User Defined SQL. One way to fix it is to switch to Colu...
- Wed Nov 16, 2005 8:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error loading DATE into ORACLE
- Replies: 5
- Views: 2570
Search the forum for tons of comments on handling Oracle DATE fields in DataStage. My personal standard is to always declare them as a Timestamp data type. DataStage will always deliver them in a fixed format and expect them in that same fixed format, one that will work regardless of the NLS_DATE fo...
- Wed Nov 16, 2005 8:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How does DS use /tmp?
- Replies: 10
- Views: 3883
- Wed Nov 16, 2005 8:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wildcards in output sequential file...
- Replies: 12
- Views: 5663
My output file name was defined as uv/Projects/workfiles/x*.txt The file was populated correctly. It's not about it being 'populated' correctly, it's about the notion of using 'wildcards' in an output filename. Are you expecting it to literally create a two character filename - an 'x' followed by a...
- Wed Nov 16, 2005 6:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Accessing different Project info from existing project
- Replies: 9
- Views: 1880
- Wed Nov 16, 2005 6:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Wildcards in output sequential file...
- Replies: 12
- Views: 5663
Re: Wildcards in output sequential file...
kaps wrote:does the wildcards allowed in the file name ?
Nope, not allowed in Input nor Output filenames. Not really sure how you would think that would even work on output...