Search found 42189 matches

by chulett
Wed Oct 24, 2007 12:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After-job routine calls unix command 'sed'
Replies: 11
Views: 3349

So, what actually fixed it for you? The switch to single quotes? Were you still able to levelage your file path parameters?
by chulett
Wed Oct 24, 2007 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -run -param file
Replies: 14
Views: 9460

Parameter set yes, parameter file no.
by chulett
Wed Oct 24, 2007 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After-job routine calls unix command 'sed'
Replies: 11
Views: 3349

Again, best if you post your actual syntax. There should be no issues calling any operating system command but seeing your syntax and any errors generated would be helpful in figuring out what is going on.
by chulett
Wed Oct 24, 2007 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Client's performance is very slow.
Replies: 14
Views: 7327

Explain what you mean by 'through a network' - by definition the client connects via your network. Do you actually mean a WAN? If you are not local to the network DataStage is on, it will be slow. That's the nature of the beast and there really aren't any 'tunings' or setting you can use to help out...
by chulett
Wed Oct 24, 2007 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Metadata for one SQL server table cannot import
Replies: 1
Views: 780

Probably the same issue as your 'cannot save a job' issue - permissions or space.
by chulett
Wed Oct 24, 2007 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where can I enable the NLS setting???
Replies: 14
Views: 6096

Pretty much what I thought, this wasn't going to solve your problem just create oodles of new ones. Please mark this thread as Resolved and add your latest explanation / questions to the original thread so we can continue the conversation over there, not here.
by chulett
Wed Oct 24, 2007 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot save the new job..........
Replies: 7
Views: 1483

Disk space?
by chulett
Wed Oct 24, 2007 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to Run a Datastage job from Unix Prompt
Replies: 2
Views: 798

What is "not working" about it? The syntax is available directly from the command itself, in the documentation and regurgitated here so many times that I don't see why we should type that all up again. 1. Type 'dsjob' and press return. Or look it up in the Server Job Delevoper's Guide. 2. Nope. If y...
by chulett
Wed Oct 24, 2007 7:18 am
Forum: General
Topic: User defined Query in Datastage
Replies: 5
Views: 1281

Your query will need to be complete and thus include the table name. Not sure what exactly you are having a problem with, can you be more specific?
by chulett
Wed Oct 24, 2007 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -run -param file
Replies: 14
Views: 9460

To me, it looks to be as Kim mentioned - a bunch of parameter values in a file and an attempt to simply pass the filename to the job in the hope that somehow it will magically know what to do with them all. The syntax used was perfectly valid, it just was saying that there is no parameter who's name...
by chulett
Wed Oct 24, 2007 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How handle multiple Delimeter in Datastage...
Replies: 4
Views: 1826

Or declare the pipe and then 'manually' split the date field in the job.
by chulett
Wed Oct 24, 2007 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can any one help me regarding the transformer file?
Replies: 5
Views: 1872

I can't imagine any reason why you'd need to worry about a ".trx" file. Your solution lies elsewhere. Did you recompile after making the change?
by chulett
Wed Oct 24, 2007 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: @FALSE/@TRUE Problem
Replies: 1
Views: 2257

lfong wrote:The derivation for target column is:
if StgBranch = @False then 'XXXXXXX'

System Variables must be all upper case. @False does not exist, but @FALSE does and should work more better. :wink:
by chulett
Tue Oct 23, 2007 8:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mapping a DataStage session to a user and project
Replies: 10
Views: 2446

I get the same 'error' trying to run that query.