Search found 73 matches

by jshurak
Wed Aug 09, 2006 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call DSLogInfo to file??
Replies: 5
Views: 3095

thanks for the replies. I made a mistake in the original post. What the overall goal is to write the job name to a text file, format then load it into our data warehouse. What i meant was job status. I've never used the universe stage, but it sounds like it might be what i'm looking for. Is DS_JOBS ...
by jshurak
Tue Aug 08, 2006 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call DSLogInfo to file??
Replies: 5
Views: 3095

Call DSLogInfo to file??

We've been tinkering with ideas for compiling metrics for datastage. One idea has been to use the DSJ.JOBSTATUS, throwing it into a variable. But i'm not sure where to go from here. What the overall goal is to write the job name to a text file, format then load it into our data warehouse. Any ideas?...
by jshurak
Fri Jul 21, 2006 8:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: creating a blank table
Replies: 2
Views: 693

creating a blank table

Does anyone know of a way to do this an ODBC stage? The reason for this is that, we need a job that will create and load a table on a DB2 system. The table gets created but bombs when trying to load data. The error message points to a journaling issue. The table is not being journaled when it is cre...
by jshurak
Wed Jul 19, 2006 9:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert error
Replies: 8
Views: 2417

This table has no referencial constraints. I was able to create the table and load a test record into it via my personal user login. I was able to create the table with the production login but received the SQL0551 error when trying to load it. I checked the permissions and the production user has e...
by jshurak
Wed Jul 19, 2006 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert error
Replies: 8
Views: 2417

I spoke with our DB2 guy and he is very sure that journaling is not an issue. (I brought it into the conversation a few times) Ok so I'm having problems now with authority issues. The program creates the table, then bombs on a select statement. I'm not sure why it runs a select statement, I would th...
by jshurak
Tue Jul 18, 2006 12:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert error
Replies: 8
Views: 2417

ODBC, sorry meant to mention that
by jshurak
Tue Jul 18, 2006 8:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert error
Replies: 8
Views: 2417

Insert error

I have a job that is creating a table on an DB2 AS400. It creates the table, but bombs when trying to load the table. The error message is as follows [DataStage][SQL Client][ODBC][IBM][iSeries Access ODBC Driver][DB2 UDB]SQL7008 - NM070999 in FDLIBFDR not valid for operation. NM99 = "5414900811...
by jshurak
Fri Jul 14, 2006 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transforming a delimited file into a non delimited file
Replies: 10
Views: 1737

Transforming a delimited file into a non delimited file

I need to take a delimited file with four columns and transform it into a nondelimited, one field file. Any ideas?
by jshurak
Thu Jul 13, 2006 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF Stage
Replies: 7
Views: 2040

Thank you for all your help. I just learned that I don't need the CFF stage after all (!!!) I believe the error did lie in the use of varchar data types. I will have to remember that for next time.
by jshurak
Wed Jul 12, 2006 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF Stage
Replies: 7
Views: 2040

the source file will be around 20,000 records. I'm using the CFF stage because the "business" wants it done that way. The whole process is set up through three jobs: (there may be unecessary steps) ODBC (runs a create table statement in our DB2 database) ODBC(runs the query and extracts fr...
by jshurak
Wed Jul 12, 2006 1:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF Stage
Replies: 7
Views: 2040

Even when I manually enter the metadata values, I still can't see any data when I select view data.
by jshurak
Wed Jul 12, 2006 12:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF Stage
Replies: 7
Views: 2040

CFF Stage

I set up a CFF stage to grab is source data from a text file. I have the column metadata imported from the same text file. When I try to view data, I can see that the column lengths are correct, but the is no actual data. Any idea what might be causing this?
by jshurak
Fri Jul 07, 2006 12:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2_400???
Replies: 0
Views: 434

DB2_400???

WIll the DB2_UDB bulk load utiliy work for DB2_400?
by jshurak
Fri Jun 30, 2006 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a left buffer on a column
Replies: 14
Views: 3490

we are extracting from our Oracle DB. The output does get loaded into a sequential file. Ken's suggestion worked, I did have to change the metadata from decimal to varchar. The original extract was decimal 17.
by jshurak
Fri Jun 30, 2006 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating a left buffer on a column
Replies: 14
Views: 3490

I appreciate all the help, but none of these seem to work.