Search found 98 matches

by hobocamp
Thu Sep 04, 2008 10:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job failure with no warnings
Replies: 2
Views: 1381

i'm goint to mark this topic as Resolved, though it actullay isn't. But i've more accurately described the problem in a topic called Java Issues with DataStage.
by hobocamp
Thu Sep 04, 2008 10:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Issues with DataStage
Replies: 13
Views: 8181

Java Issues with DataStage

We upgraded to DS 8.0.1 at our shop back in May. Since then, we have very random job failures where the job runs successfully with no warnings or errors, but then has a return code of 134. Since our job script check that return code and finds a value other than 1, it resets the job , and our process...
by hobocamp
Fri Aug 08, 2008 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job failure with no warnings
Replies: 2
Views: 1381

job failure with no warnings

I'm hoping someone might have run into this already, though I don't see any postings about it so far. We've been getting very random job failures where no warnings at all appear in the job logs. The only indication of an error occurs in the final few lines of the log, where, after the normal process...
by hobocamp
Tue Jun 17, 2008 12:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: handling a (sort of) fixed length file
Replies: 5
Views: 1768

Thanks everyone for your suggestions. I was able to come up with a Basic routine to handle the file. I use a counter as a positional reference to keep track of where I am in the file. It's not really reusable (we have several of this file type and I'll have to customize the routine for each file), b...
by hobocamp
Tue Jun 17, 2008 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: handling a (sort of) fixed length file
Replies: 5
Views: 1768

Ray - Thanks for your response. I thought it might involve reading each row as a single string. As far as parsing within a transformer, do you have any suggestions how this might be done? I'm having trouble coming up with how I would keep my place in the row, and match that to the file schema. For e...
by hobocamp
Mon Jun 16, 2008 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: handling a (sort of) fixed length file
Replies: 5
Views: 1768

handling a (sort of) fixed length file

Wondering if anyone has run into anything similar to this - We need to bring in a new vendor file through ETL. It's basically a fixed length file, with the exception that any empty or null fields have been replaced by a tilde (~) in a one-byte field. So of course a tilde could represent anything fro...
by hobocamp
Thu May 29, 2008 12:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Basic Routine in dataStage PX
Replies: 17
Views: 7022

For what it's worth, I think samjumsm's comment regarding the lack of online help refers to topics that were specific to server jobs. We've recently converted to v. 8.0.1, and are still running mostly server jobs. I've found that references to functions used only by server jobs (eReplace for example...
by hobocamp
Wed Mar 19, 2008 12:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem importing SQL table definition through ODBC
Replies: 3
Views: 1400

Thanks everyone for the suggestions. It turns out that since this was a named instance of a database, I needed to use a different port number than that which was our default. Once I did that, the connection was made. I'll mark this as Resolved.

Thomas Smith
by hobocamp
Thu Mar 13, 2008 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem importing SQL table definition through ODBC
Replies: 3
Views: 1400

Problem importing SQL table definition through ODBC

I'm attempting to import a SQL table defintion through ODBC (something I've done successfully many times in the past), and am receiving the following error: DSR.MetaGeta(GET.TABLES)(SQLConnect('AutoAccount','adpaccount')): BCI Error: SQLSTATE=S1000,CODE=11,[DataStage][SQL Client][ODBC][DataDirect][O...
by hobocamp
Tue Aug 28, 2007 6:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: flat file with early terminators
Replies: 4
Views: 1420

flat file with early terminators

I've seen several near-similar posts to this, but not this problem exactly. I'm reading in a flat fixed width sequential file to a server job. Most records have the correct length. But a few have an early terminator, which breaks the remainder of the record off into a new, shorter record. By changin...
by hobocamp
Tue Aug 28, 2007 6:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential flat file terminates early on some records
Replies: 2
Views: 1130

Sorry about that. I realized I posted this in the wrong forum. I'll repost in the server job forum.

Tom Smith
by hobocamp
Tue Aug 28, 2007 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential flat file terminates early on some records
Replies: 2
Views: 1130

Sequential flat file terminates early on some records

I've seen several near-similar posts to this, but not this problem exactly. I'm reading in a flat fixed width sequential file to a server job. Most records have the correct length. But a few have an early terminator, which breaks the remainder of the record off into a new, shorter record. By changin...
by hobocamp
Tue Jul 31, 2007 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: question regarding creation of a new projects
Replies: 4
Views: 1579

Craig -

You were correct. The reason the jobs were running correctly is that the base folders and files were installed, but in a slightly different directory path than what I intended. Thanks for your help.

Tom
by hobocamp
Tue Jul 31, 2007 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: question regarding creation of a new projects
Replies: 4
Views: 1579

OK. Sorry that I wasn't clear. By "unix project level directory", I simply meant the path for the new project (the directory where you would normally see the typical DS folders like DS_AUDIT, DS_JOBS, DS_DATATYPES, and files like uvodbc.config, VOC, VOCLIB, etc.). To create the project, I ...
by hobocamp
Tue Jul 31, 2007 7:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: question regarding creation of a new projects
Replies: 4
Views: 1579

question regarding creation of a new projects

Our company is going through a conversion, and as part of that effort, we've created a new project for our datastage jobs. I first created a dev version of the project with no problems - everything runs as it should. Today I've created the UAT version following the same steps. I've tested a few jobs...