Search found 11 matches

by DStageNewbie
Tue Apr 20, 2010 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: adding new database to config and ini files...getting error
Replies: 2
Views: 2366

adding new database to config and ini files...getting error

We are adding a new db2 database, modeling our file entries after an existing database with minor changes. DBX0 is the new db id. After making changes in these two files, we try doing a BIND using the stmt bind22 dbx0 and received the msg "Package creation failed!: Remote Database Not Found: DB...
by DStageNewbie
Tue Feb 09, 2010 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 - JOINing a TEMPORARY table
Replies: 3
Views: 3323

the data used to populate the temp table is on another platform/server so building the temp table in the BEFORE tab would not work, right?
by DStageNewbie
Mon Feb 08, 2010 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 - JOINing a TEMPORARY table
Replies: 3
Views: 3323

DB2 - JOINing a TEMPORARY table

I want to build a temp table and then use that temp table to JOIN with another DB2 table. Can this be done? I have seen other posts where its mentioned that it can be done in a UNIX script. This would not help me, since I don't know UNIX. I have built the temp table, but I think it is going away bef...
by DStageNewbie
Fri Feb 05, 2010 10:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate Report
Replies: 2
Views: 1510

Generate Report

Is there a known problem with the report generator? I have a job that accesses a db2 table and I let DS generate the SQL. Everything looks fine in the stage itself, but when I generate the report for this job, it shows a whole different SQL stmt.
by DStageNewbie
Thu Jan 21, 2010 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: process db2 tables many-to-many relationship
Replies: 3
Views: 1864

Start by thinking about how you'd do it in SQL. A UNION, maybe? Then, essentially, replicate that methodology in DataStage. Probably the easiest is to have DataStage execute the SQL you got in the fi ... I started out that route, but then realized that the two tables are on different platforms/serv...
by DStageNewbie
Wed Jan 20, 2010 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: process db2 tables many-to-many relationship
Replies: 3
Views: 1864

process db2 tables many-to-many relationship

We have a driver table (db2) containing an old part nbr and a new part nbr (a cross-reference). On this table, the old part nbr is not unique, so we could have two rows on the table with the same old part nbr, but two different new part nbrs. On a second table, we want to match on the old part nbr a...
by DStageNewbie
Wed Oct 21, 2009 12:26 pm
Forum: General
Topic: front-end app that launchs a DS job sequence
Replies: 1
Views: 1255

front-end app that launchs a DS job sequence

We are building a front-end app that will be used to capture info needed to drive our DS process. The info will be stored in DB2 tables on the mainframe. Does anyone have expereince using a front-end app to start a DS job, so that the user does not actually have to sign-in to DS? Is this possible? W...
by DStageNewbie
Tue Oct 20, 2009 2:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: importing table definitions from mainframe
Replies: 1
Views: 1569

importing table definitions from mainframe

how do you "import" db2 table definitions from a mainframe?
by DStageNewbie
Fri Oct 09, 2009 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 7.5.3 installed on a server
Replies: 1
Views: 1573

DataStage 7.5.3 installed on a server

We have a job that is trying to access db2 on an IBM mainframe and when we execute the job we receive the following error - ds_loadlibrary: error in dlopen. Please be specific in your replies since I am tech. challenged. This was a test job written to test the installation of DS.
by DStageNewbie
Thu Aug 27, 2009 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Job - using ODBC stage
Replies: 1
Views: 1086

Server Job - using ODBC stage

I want to access an MS Access db that resides on the C drive in a folder. Where do we tell ds what folder to access this db? Please be specific, 'cause I am learning this as I go. :?:
by DStageNewbie
Tue Aug 25, 2009 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: front-end to DataStage
Replies: 4
Views: 2469

front-end to DataStage

Has anyone built a front-end app to DataStage? An app that would let a user enter job parms and submit the job without having to actually sign on to ds. :?: