Search found 42189 matches

by chulett
Fri Apr 10, 2009 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Hard Disk
Replies: 6
Views: 2268

Yes and no, I would think. Yes in that you could do it as it's just another drive, no if you think that means you can move it from PC to PC with impunity.
by chulett
Fri Apr 10, 2009 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Project Migration Approach
Replies: 5
Views: 3247

UNIX to Windows (or vice-versa) would be cause for concern, but UNIX to UNIX? Not so much, unless you believe that you've done anything that might be considered "Solaris specific" in your scripting or other interactions with the operating system? Otherwise, the first suggestion would be to...
by chulett
Fri Apr 10, 2009 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 5
Views: 1477

What exactly did you try? Post your StringToTimestamp attempt syntax and we'll go from there.
by chulett
Fri Apr 10, 2009 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error in job..
Replies: 7
Views: 3279

Change your "select *" to mention all of the columns you are selecting individually by name.
by chulett
Fri Apr 10, 2009 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Jobs as Webservice
Replies: 1
Views: 1934

Yes, that's what the product known as RTI / SOA / WISD is all about. There's a specific forum for discussions of it as well, read about it there. It's also a good place to ask any other questions you may have.
by chulett
Thu Apr 09, 2009 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV error in job..
Replies: 7
Views: 3279

The "VW_" prefix should mean you are sourcing from a view and not directly from a table, so there could be an 'order by' in the view definition for all you know.
by chulett
Thu Apr 09, 2009 10:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ExecCommand stage giving a warning
Replies: 5
Views: 2047

As I said, get rid of the -jobstatus option. A simple -wait will change the exit status of the job to "zero = success" and "non-zero = failure" rather than 1=OK, 2=Warnings, 3=Aborted, etc.
by chulett
Thu Apr 09, 2009 8:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ExecCommand stage giving a warning
Replies: 5
Views: 2047

It's returning a "1" for OK because you told it to, that's what the "-jobstatus" option does. If you want zero for success, change that option to "-wait".

Silly question, perhaps, but why not use a Job Activity stage for this?
by chulett
Thu Apr 09, 2009 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while viewing data
Replies: 1
Views: 953

There are 12 other posts that a search for "Import validation failed" turned up, did none of them help?
by chulett
Thu Apr 09, 2009 2:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subtract minutes
Replies: 8
Views: 1740

Why so sad?
by chulett
Thu Apr 09, 2009 2:09 pm
Forum: General
Topic: Final Delimiter issue in Sequential File
Replies: 3
Views: 7203

So... based on your mention of "columns are G,H,I" can we assume this is an Excel spreadsheet exported or saved as in a tab-delimited format? I'm also wondering how the file gets over to the DataStage server, is it transferred from elsewhere, say with FTP or created directly there or what?...
by chulett
Thu Apr 09, 2009 10:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Start and End time for a job for "n" days
Replies: 4
Views: 1610

The Monitor in the Director gives you that information for the most recent run, and it can be derived from the job's log for however far back that goes. Outside of that, you will need to capture and store this audit information run over run in order to persist it for long-term analysis. ETLStats com...
by chulett
Thu Apr 09, 2009 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.UVOpen Unable to open file
Replies: 10
Views: 5412

And *I* want... well, never mind what exactly it is that I want. As I said, I've had no issues with this, from either sequential file pathnames to pathed hashed filename so perhaps it varies from UNIX to UNIX. As noted, this typically comes from combining two parameters with a hard-coded slash (or p...
by chulett
Thu Apr 09, 2009 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read only access in Datastage Server edition
Replies: 3
Views: 1333

"Operator Access" requires released jobs to work, at least in versions before 8, a process that has been deprecated. From what I understand, that role is actually useful in the 8.x versions but before that... not so much.
by chulett
Thu Apr 09, 2009 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Datastage
Replies: 1
Views: 874

What did you find when you searched the forums here for "[General repository interface 'other error']"? Nothing there help at all?