Search found 42189 matches

by chulett
Thu May 12, 2011 6:48 am
Forum: General
Topic: runnig script from commandline
Replies: 3
Views: 1110

And how you are "running" it. Otherwise there's absolutely no way for anyone to help you.
by chulett
Thu May 12, 2011 6:45 am
Forum: General
Topic: scheduling the job using UNIX script
Replies: 10
Views: 3865

I would think you need to use the proper domain in the command line rather than 'none'.
by chulett
Wed May 11, 2011 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivoting...rows to colums
Replies: 6
Views: 2400

First suggestion will always be to search the forums here, the topic of how to do a "vertical pivot" has been discussed here quite a bit.
by chulett
Wed May 11, 2011 7:35 am
Forum: General
Topic: Job Status Message
Replies: 7
Views: 4608

I'm not sure how to differentiate those two just by checking the status code, you might ping your official support provider and see what they say. Worst case, I think you should be able to take an aborted Sequence and use "dsjob -jobinfo" to get the full text version of its status, then gr...
by chulett
Wed May 11, 2011 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-12899: value too large for column actual 12, maximum 10
Replies: 5
Views: 6940

What is your source characterset? "ROSS" may be only four characters but your target only supports 10 bytes and "ROSS" seems to be 12 bytes.
by chulett
Tue May 10, 2011 5:40 pm
Forum: General
Topic: Column & Row Data Quality Exception Logging
Replies: 1
Views: 1122

I've built something similar using a single output exception record with dedicated fields for each possible field exception. Last step before loading them to the target table is a horizontal pivot of columns to rows with a filter to remove any 'empty' records.
by chulett
Tue May 10, 2011 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date convertion
Replies: 3
Views: 2231

The 1980 part is unneeded with a 4 digit year as is "mmm" with a 2 digit month. Are both of your examples strings? Or is one an actual Date? That changes the answer, but the StringToDate() and DateToString() functions are what you need to become familiar with.
by chulett
Tue May 10, 2011 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lockout when updating rows using DB2 Connector
Replies: 7
Views: 3376

How are you partitioning your data? Hash partitioned over the key fields?
by chulett
Tue May 10, 2011 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: inserted or updated..how to find?
Replies: 1
Views: 1050

You can't. That's one of the "problems" with using a combo action like that. Take a copy of the table and compare them after the next run. Better yet, change your job to perform separate actions - insert or update - as needed. If this is something you really need to track, the table should...
by chulett
Tue May 10, 2011 6:17 am
Forum: General
Topic: Director scheduling/Linux re-start issue
Replies: 4
Views: 2197

You need to check with your SysAdmin to ensure that any scheduling user is in "cron.allow", meaning you are authorized to use cron.
by chulett
Mon May 09, 2011 5:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to load 94 diff files into 94 diff tables?
Replies: 3
Views: 2339

Re: Is it possible to load 94 diff files into 94 diff tables

le thuong wrote:Small transformations have to be done on the data.
This part, if true, would seem to preclude the use of RCP.
by chulett
Sun May 08, 2011 9:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage 7.5.2 server installation and configuration
Replies: 1
Views: 1364

First step? Kind of crazy, I know, but you really should read the included Installation and Configuration Guide pdf.
by chulett
Sun May 08, 2011 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile?
Replies: 2
Views: 1252

And now here you are in your own topic...
by chulett
Sun May 08, 2011 8:09 am
Forum: General
Topic: Can we install V8.5 client on 32-bit machine?
Replies: 6
Views: 4511

Interesting... I could swear I'd read here that the MCM didn't work with multiple versions of the 8.x client. We all know it works with multiple 7.x versions or 7.x versions with a single 8.x version (which I've used) but I thought multiple 8s... ah, I must be thinking of multiple server installs he...
by chulett
Sun May 08, 2011 6:58 am
Forum: General
Topic: Can we install V8.5 client on 32-bit machine?
Replies: 6
Views: 4511

I believe the client is still just 32bit. I also believe that multiple 8.x clients are not support, meaning only one can be installed at any given time. I'm sure someone will be along to confirm or deny...