Search found 42189 matches

by chulett
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

Check out the FMT command. It can justify and zero fill to a specific number of digits in a derivation.
by chulett
Thu Nov 17, 2005 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date routine
Replies: 10
Views: 1845

ps. The '#' symbol means 'not equal'. :wink:
by chulett
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

Have you tried reinstalling the client?

IMHO, the best way to solve this problem is to stop using it. :wink:
by chulett
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

Or perhaps a stage still named 'AfterJob'... that's why I asked.
by chulett
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...
by chulett
Thu Nov 17, 2005 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI Stage error - dsloadlibrary
Replies: 2
Views: 894

I suspect so, too. :wink:

Did you go through the configuration steps required for the Oracle plug-ins, specifically the changes needed in the dsenv file? Do you have an Oracle client installed on this new server?
by chulett
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

Those fields that contain the delimiter, are they quoted? They should be and if they aren't you should complain to whomever built it for you as that's not a valid text file. Have them fix it.

That would be one way to handle this. :wink:
by chulett
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

Ross, curious... have you actually tried that and had it work? I assumed it would way back when, but was unable to actually make it work in my 7.0.1 version. Had to fall back to the 'cat them all together before job' approach. :?
by chulett
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...
by chulett
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...
by chulett
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...
by chulett
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

I've also seen files in there that seem to have been used by IPC stages. Plus I always redirect the temporary files used by the Sort stage into /tmp rather than let them default into and build up in the Project directory.
by chulett
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...
by chulett
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

Seconded... had no clue you can do that.
by chulett
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... :?