Search found 653 matches

by ogmios
Wed Oct 05, 2005 10:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IXF ile
Replies: 4
Views: 2257

It will be pretty difficult to create ixf files from within DataStage. Just create a delimited ASCII outputfile and use the "DEL" option of the DB2 loader.

Ogmios
by ogmios
Sat Oct 01, 2005 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrade DS 4 to 5 issues with AS400
Replies: 12
Views: 5256

Or another guess for your problem... old version of DB2 on the AS400, while newer version of DB2 client on your datastage server. Open a ticket with IBM/DB2, in some cases it is possible to install some extra things on the mainframe so that it will work. Another solution would be to downgrade your D...
by ogmios
Sat Sep 03, 2005 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with combination of DB2 v8 and DataStage v7.5
Replies: 1
Views: 1276

Problems with combination of DB2 v8 and DataStage v7.5

Just as a warning to other people using a combination of DB2 v8 and DataStage v7. What we've seen during our upgrade is that DB2 v8 returns a lot more warnings than DB2 v7 and DataStage v7.5 handles them in a strange way which screwed up some of our jobs. E.g. a simple insert into a view is done in ...
by ogmios
Mon Aug 29, 2005 12:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Sort Memory
Replies: 1
Views: 1810

Re: DB2 Sort Memory

Not a DataStage error, hand it over to your nearest friendly DB2 DBA. He will be able to fix it.

Ogmios
by ogmios
Thu Aug 18, 2005 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs intermittently hanging when starting
Replies: 3
Views: 1354

Re: Jobs intermittently hanging when starting

John, Maybe check with Ascential... we had the same problem when we were on v4.x. I belief they had us put a shared library (lpw or so) in front of the others in the dsenv file which made a huge difference. We did spend a couple of months on it. Unfortunately I don't recall anymore exactly what it w...
by ogmios
Mon Aug 15, 2005 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Installation issues
Replies: 4
Views: 2042

Have a look in install.sh and check whether all components referenced in there exist. When you install e.g. DataStage on Solaris depending how you mount your install media (or how you ftp it to the server) you have to make a few manual changes. Then print out the "install and upgrade guide"...
by ogmios
Sun Aug 14, 2005 4:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with SQL_SUCCESS_WITH_INFO in DB2
Replies: 3
Views: 1105

No luck yet... there are gremlins on ADN. Whenever I search for ODBC it bombs out with a PHP error :cry:

Ogmios
by ogmios
Fri Aug 12, 2005 12:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL errors not captured or Displayed in Director
Replies: 3
Views: 1293

From experience... the ODBC stage is not very good at spewing out the good error messages, I spent a couple of hours one time on an "row insert error" (as the ODBC stage indicated) while in fact my tablespace was full.

The native stages are usually better integrated.

Ogmios
by ogmios
Fri Aug 12, 2005 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: [solved] DB2 SQL0443N problem on SYSIBM.SQLTABLES
Replies: 1
Views: 3354

[solved] DB2 SQL0443N problem on SYSIBM.SQLTABLES

This is problem I already solved, but just in case someone else encounters the same (or I forget in a couple of months :wink: ). In DataStage v7 in combination with DB2 v8 I got the following error message while importing table definitions: DSR.MetaGeta(GET.TABLES)(SQLTables): BCI Error: SQLSTATE=38...
by ogmios
Fri Aug 12, 2005 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with SQL_SUCCESS_WITH_INFO in DB2
Replies: 3
Views: 1105

Problems with SQL_SUCCESS_WITH_INFO in DB2

I've got the following situation: One of my jobs contains a very complex SQL statement running against DB2 v8.2 in an ODBC stage. When the job executed in DataStage version 6 I would get a warning about "statement too complex" from DB2, but the job would execute properly for the rest. In D...
by ogmios
Tue Aug 09, 2005 12:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remote Oracle access with ODBC
Replies: 4
Views: 2236

In version 6 of DataStage there were problems with the error codes using ODBC to Oracle (you wouldn't see the specific ORA error message), which wasn't the case when using Ora stage to Oracle. In one case this cost me 4 hours to figure out the "tablespace" was full using ODBC. Haven't trie...
by ogmios
Mon Aug 08, 2005 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot find lookup stage
Replies: 6
Views: 2791

Re: Cannot find lookup stage

One person for immediate DataStage training :wink: In the server edition it's e.g. just a regular database stage. The first one you connect to a transformer will get a full line, the rest you connect are lookups by default (which broken lines) and use slightly different semantics. The primary stage ...
by ogmios
Mon Aug 08, 2005 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Waiting for SQL script to finish
Replies: 4
Views: 3038

Then it's not a problem in DataStage but in "DOS"... what about trying to executing in the style as: D:\Ascential\DataStage\Runstats\Runstats_interface.bat & D:\Ascential\DataStage\Runstats\runstats_interface_Rename.bat The & should make for unconditional sequential execution (1 &a...
by ogmios
Mon Aug 08, 2005 7:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: joining large database tables from different databases
Replies: 3
Views: 1222

1. not really sure what your saying in this solution? select on 1 table via a database stage... connect to transformer, connect database stage to transformer as lookup (the underbroken lines) to select on the other table... same problem as 2, in your case you do not have an exact lookup in the seco...
by ogmios
Mon Aug 08, 2005 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: joining large database tables from different databases
Replies: 3
Views: 1222

Re: joining large database tables from different databases

Different solutions: 1) If you equi-join on the primary key you could select from one table and then do a database lookup on the other table (you should have one unique row per key you try to lookup) 2) Load one of the tables in a hash file in DataStage and use that as lookup, disadvantage here is d...