Search found 67 matches

by CharlesNagy
Wed Oct 17, 2007 5:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running a SQL from dos command
Replies: 11
Views: 6719

Yes, I see what you mean. Bit tricky that. Obtainable readily enough within the Datastage environment, but from outside... Just curious as to why you need to run the sql query from the Dos prompt. If you can describe why you need to do it that way, there may be another solution. Thanks for help KIM!...
by CharlesNagy
Fri Oct 12, 2007 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running a SQL from dos command
Replies: 11
Views: 6719

Just curious as to why you need to run the sql query from the Dos prompt. If you can describe why you need to do it that way, there may be another solution. It is a little program written by me in VB. They may post source code for something like this in a members only area. If that would be somethin...
by CharlesNagy
Thu Oct 11, 2007 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a way to turn off the "Run" button in Dir
Replies: 9
Views: 2630

We have a routine that will update a DSX file automatically with stuff like the addition of a subroutine, but your idea of a 'wrapper job' to run jobs individually is a good one, Thanks, Hmmm... not only will you have to add that to every job, but there will be times when you'll want to run a job ma...
by CharlesNagy
Wed Oct 10, 2007 12:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a way to turn off the "Run" button in Dir
Replies: 9
Views: 2630

Thanks, the before job subroutine sounds like the solution, that way Production has full funtionality, but cannot run jobs we don't want them to run. cheers, Create a before-job subroutine that checks whether the job is being run under control. If it is not, set the error flag (ErrorCode argument) t...
by CharlesNagy
Tue Oct 09, 2007 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a way to turn off the "Run" button in Dir
Replies: 9
Views: 2630

Thanks guys, Yes, I was hoping for an easy solution, but it looks like I will have to do as suggested, build some kind of display process that will just display the log files. Thanks all, Cheers Yeah I also do not think that there is a way but if u want monitoring team to just see the log files you ...
by CharlesNagy
Tue Oct 09, 2007 4:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a way to turn off the "Run" button in Dir
Replies: 9
Views: 2630

Is there a way to turn off the "Run" button in Dir

We are putting in place an automated Job running system, and as such, we do not want to allow the production monitoring team to run a job on it's own by mistake. We do want them however to be able to monitor job logs so that they know if something is wrong, and can inform us. Perhaps there is a read...
by CharlesNagy
Mon Oct 01, 2007 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Hash Files in a remote directory
Replies: 7
Views: 3116

For anyone interested in the actual syntax, here it is, as I entered it on my PC. It works just as well on the server at the office: CREATE TABLE SQLEMPS DATA C:/Ascential/TestStatic/SQLEMPS DICT C:/Ascential/TestStatic/D_SQLEMPS (TYPE 2, MODULO 1, SEPARATION 1, EMPNUM CHAR(10) NOT NULL PRIMARY KEY,...
by CharlesNagy
Sat Sep 29, 2007 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Hash Files in a remote directory
Replies: 7
Views: 3116

Thanks Ray, Will investigate the CREATE TABLE option further, I didn't realise it actually created Hashed Files. The "DSU." prefix tells us that this routine (DSU.CreateHashFile) was created at your site; it is not one "out of the box" in DataStage. So if there's no source code, ...
by CharlesNagy
Fri Sep 28, 2007 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Hash Files in a remote directory
Replies: 7
Views: 3116

We have some 3000 files to load, and would like to make sure that they load as fast as possible. We have done tests with the default Universe Dynamic files and they tend to slow down quite markedly if we are trying to load large quantities of data. Therefore we plan to create static hash files with ...
by CharlesNagy
Fri Sep 28, 2007 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating Hash Files in a remote directory
Replies: 7
Views: 3116

Creating Hash Files in a remote directory

I have read the previous posts from 2005 on this and was wondering if the Datastage function DSU.CreateHashFile could accomplish this. I notice it is in DSU_BP.O , but of course there is no source code, so I have no idea what arguments it takes. Anybody have any idea where some documentation exists ...
by CharlesNagy
Thu Sep 27, 2007 1:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared Memory File Problem
Replies: 4
Views: 2200

Shared Memory Problem

This has now been resolved, (though not by me). Apparently production were using the wrong Project parameters, (I have no details of the parameters they were using, sadly). I will make a follow up posting when I find out exactly what happened. Meanwhile, thanks for everybodys comments, much apprecia...
by CharlesNagy
Wed Sep 26, 2007 3:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared Memory File Problem
Replies: 4
Views: 2200

Shared Memory File Problem

We have upgraded Oracle to version 9 and Datastage from V6 to 7.5.2, and a job that used to work, now has the error: ds_ipcopen() - shared memory file /tmp/PRODACHD.AchMajErpExtrCommLig..RGL_1-RGL_2 is wrong size The jobs name is AchMajErpExtrCommLig, and RGL_1 - RGL_2 are transformers in the job. U...
by CharlesNagy
Wed Sep 26, 2007 3:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared Memory File Problem
Replies: 0
Views: 440

Shared Memory File Problem

We have upgraded Oracle to version 9 and Datastage from V6 to 7.5.2, and a job that used to work, now has the error: ds_ipcopen() - shared memory file /tmp/PRODACHD.AchMajErpExtrCommLig..RGL_1-RGL_2 is wrong size The jobs name is AchMajErpExtrCommLig, and RGL_1 - RGL_2 are transformers in the job. U...
by CharlesNagy
Thu Sep 20, 2007 4:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Max Array Size in Basic
Replies: 6
Views: 2542

Even though it's not related to this problem, DataStage BASIC dimensioned arrays do have an upper limit of 65535 elements. Someone might be searching for this one day. Dynamic arrays may have an arbitrary (and unlimited) number of elements, until you run out of memory. Thanks Ray, I didn't know tha...
by CharlesNagy
Tue Sep 18, 2007 10:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Max Array Size in Basic
Replies: 6
Views: 2542

Perhaps the array size referenced here is for your transfer buffer to/from the database. Yes, this looks like some sort of custom algorithm used to set the Array Size option in a database stage, specifically the DRS stage from the comments. Nothing to do with BASIC arrays but that passive stage opt...