Search found 35 matches

by nigel
Fri Sep 19, 2003 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 4/6 and Oracle 8i/9i compatability
Replies: 1
Views: 942

DataStage 4/6 and Oracle 8i/9i compatability

Hi Can anyone please help me with the following queries: My o/s is solaris 2.8 For DS6: 1) does the OCI8 plugin work with oracle 8.1.7 databases? 2) Is there an OCI9 plugin for oracle 9i (oracle 9 release2)? 3) Would jobs developed on ver 4 using the oci 8 plugin to connect to oracle 8.1.7 databases...
by nigel
Tue May 06, 2003 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with Oracle OCI Bulk Loader PlugIn
Replies: 2
Views: 1161

Thanks Craig

We'll check that out

Nigel
by nigel
Fri May 02, 2003 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems with Oracle OCI Bulk Loader PlugIn
Replies: 2
Views: 1161

Problems with Oracle OCI Bulk Loader PlugIn

Hi, I'm currently getting this error after I installed the OCI Buulk loader plug-in.: oraocibl.so: symbol nauzaoss: referenced symbol not found Any ideas? I've checked the Oracle sites and most info relates to a problem with oracle libraries and paths. The standard OCI plug works and has been for ag...
by nigel
Mon Mar 31, 2003 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identifying all components in a job
Replies: 3
Views: 1482

Thanks Ray and Kevin, I will certainly make that request ( some hope hey!) I managed to install metastage and found the "where-used" and "depends on" in the imapct analysis. This certainly does help. My client uses PVCS as their strategic version control tool. They required some ...
by nigel
Wed Mar 19, 2003 3:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identifying all components in a job
Replies: 3
Views: 1482

Identifying all components in a job

Hi, Does anyone know how to write some sort of routine to identify all dependant components of a datastage job/control job. We need to basically prompt for a Job name and then return all controlled jobs(if a batch job is entered), and every routine and transform that is used in the job. For batch jo...
by nigel
Wed Mar 19, 2003 2:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hats off to Ray Wurlod
Replies: 16
Views: 4621

Hi, Ray, you're great. I've always managed to find answers to most of my queries by searching the archives. Almost everytime a solution would be posted by you. Your help has proved invaluable and is so refreshing to find someone willing to transfer their skills Thanx Nigel[:D][:D][:D][:D][:D][:D][:D...
by nigel
Wed Mar 19, 2003 2:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using a routine to write to Oracle tables
Replies: 8
Views: 3714

Hi Looks like all the info you require is stored in the RT_STATUSxx file for the job where xx is the job number. This file contains several types of entries, the valid types for your requirement being: JOB => which gives you job stats of start time and end time STAGE => number of rows processed on e...
by nigel
Mon Jan 27, 2003 4:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Any known problems upgrading from 4.02 to 6
Replies: 1
Views: 1123

Any known problems upgrading from 4.02 to 6

Hi We are currently undergoing a scoping exercise for a forthcoming upgrade from DS 4.02 to DS.6.0xx Our site config is as follows: 1. Three DataStage Servers (all on Ver 4.02) running on 3 different versions of Solaris (2.6, 2.7. and 2.8) 2. Oracle Databases accessed also vary in versions - this re...
by nigel
Wed Oct 09, 2002 1:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loops in Datastage jobs/sequences
Replies: 3
Views: 1650

Hi Guys, What about write some code that does the following: Creates a file pointer entry in the VOC with a type "F", data location of the directory name, dictionary pointing to the same path as the dictionary of the "&UFD&" file. This will make datastage see the direcory...
by nigel
Wed Jul 24, 2002 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Counting records in a hash file
Replies: 4
Views: 2748

You could also log into DS administrator and at the command area issue the following command: "COUNT hashfilename".
This is using the native DS/UniVerse retrieve commands

Regards

Nigel

Nigel
by nigel
Wed Jul 10, 2002 4:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CompileAll tool
Replies: 7
Views: 2655

Hi,

Could I also please get the link to download the "CompileAll" utility

Regards

nigel

Nigel
by nigel
Fri Jun 07, 2002 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data would not fit in current prefetch buffe
Replies: 1
Views: 400

Hi, I encountered the same error. In my case, the error occured on a lookup table. Staging the data to a hash table and then reading from the hash table solved my problem. I've raised this with Oracle and am still awaiting a solution. The DBAs tried everything to resolve this including dropping and ...
by nigel
Tue May 21, 2002 3:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters in the constraint
Replies: 1
Views: 1537

Hi, I've never encountered that problem sofar. You should reference the parameter in your constraint without the "#" prefix and suffix. eg. Field(PARAM,",",1) instead of Field(#PARAM#,",",1) where PARAM is your parameter. Hope this helps and that I've understood your pr...
by nigel
Fri May 17, 2002 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job missing in Director
Replies: 3
Views: 1685

Hi Bala It depends on what was done prior to your problem. If you had just installed/imported a large amount of jobs into your project via DataStage Manager, then it is best to do project cleanup prior to and after importing components. This is just a precautionary measure, and seems to work for me....
by nigel
Fri May 17, 2002 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Designer Browser on UNIX
Replies: 0
Views: 721

DataStage Designer Browser on UNIX

Hi Just thought I'd post this problem we've just resolved. In DS Designer, while entering a parameter with a type "pathname" and then double-clicking the default box, An error was returned "Cannot open directory /, directory appears to be empty". This problem occures on Solaris. ...