Search found 185 matches

by denzilsyb
Mon Aug 16, 2004 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: non-root install
Replies: 6
Views: 2890

hello Amos

just finished it. man, i dont recommend it. The only problem I have now is to know why the uvrpcd process needs to run as root?

yes, all subsequent connections are dsadm processes, but dsadm cannot start the server, but can stop the server.
by denzilsyb
Mon Aug 16, 2004 4:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: non-root install
Replies: 6
Views: 2890

non-root install

Hallo all Im getting grey hairs trying the above, and just need a few things answered.. 1) Does anyone have a succesfull non-root installation on solaris 2.9 1.1) if yes, what is the trick. We seem to go by the book, but no luck. The installation fails when attempting to create the projects (of whic...
by denzilsyb
Wed Aug 04, 2004 2:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF - EBCDIC Binary data
Replies: 4
Views: 1211

The CFF does support occurs depending on , but it helps if there is a maximum occurs in the file definition. From the above, one could try to be clever :idea: and accept that the columns until the occurs depending on will be defined. that means that if the first columns are 53 in length, that would ...
by denzilsyb
Tue Aug 03, 2004 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF - EBCDIC Binary data
Replies: 4
Views: 1211

CFF - EBCDIC Binary data

Hi all We have a download from the mainframe in ebcdic/binary format. This means that we need to know the length of the record to determine when the next record starts - i.e. no CR/LF to do that for us. We are reading each record in as one column (or at least, thats what i want to do), because i onl...
by denzilsyb
Tue Aug 03, 2004 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calling transform from within routine
Replies: 4
Views: 1371

we actually had trouble calling the sdk transform - simply because we didnt know the syntax. So, from reading here and there we eventually found that by saving the transform to examples/functions we could call it using: DSU.CopyOfTransformNowInExamplesFunctions What is DSU? How could I avoid using D...
by denzilsyb
Tue Aug 03, 2004 5:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to handle DB2 (zOS) unloaded Data in an DS Server Job?
Replies: 1
Views: 1419

hi Mathias How to deal with the EBSDIC-Code issue? We are also getting db2 data and currently we are using the CFF to read the data. The data is downloaded in binary . Try avoid the temptation of appending CR/LF at the end of each line when FTPg the data to your server. I have not hit a NULL charact...
by denzilsyb
Tue Aug 03, 2004 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: calling transform from within routine
Replies: 4
Views: 1371

calling transform from within routine

again! i am in need of assistance.

We want to call a sdk_transform from within a user defined routine AND want to use the value returned from the transform within the routine.

i.e.

Code: Select all

 Call DataTypePicComp3( col1 )

from the above, we want to use the value returned in the rest of the routine.
by denzilsyb
Mon Aug 02, 2004 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The specified module could not be found.
Replies: 5
Views: 2526

Hi Morney Looking a little better - I have it working (almost) on my pc. i.e. if i import metadata for a table on db2 its working. now, when i want to view the data i get error messages that disappear as soon as i remove the derivation... which i have just fixed by importing the metadata checking &q...
by denzilsyb
Mon Aug 02, 2004 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The specified module could not be found.
Replies: 5
Views: 2526

hi morne we all have the dll required. i asked the developer to log in from my pc and test and no luck with the data. Im getting unable to initialize plug in when trying to import db2 plugin metadata - think this could have anything to do with it? ive tried 3 times now to reregister the plugin (usin...
by denzilsyb
Mon Aug 02, 2004 4:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The specified module could not be found.
Replies: 5
Views: 2526

The specified module could not be found.

hallo! Ray - ozzies won a tough match on saturday. well done to gregan and his men. I get the following error when accessing db2 data (well, I try). ds_loadlibrary: Win32 error in LoadLibrary of dsdb2.dll - The specified module could not be found. The set up is as follows: we connect via DS clients ...
by denzilsyb
Fri Jul 30, 2004 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF occurs depending on
Replies: 2
Views: 988

Hi morne The server job CFF also does this, except that you need to specify for obvious reasons the maximum occurs in an 'occurs dep. on' field. else, if you have int(4) as your occurs defined field there is a possible 9999 occurs if the maximum is not defined. When we eventually start developing on...
by denzilsyb
Thu Jul 29, 2004 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why landing data is good for warehouse batch ETL
Replies: 14
Views: 8479

It will be good to see, and I'll go check out IBMs site - but you should see Sybase IQ at bulk loads.. man, its impressive. Ive seen it at 100 000 rows per second. :shock: and then the queries are just as fast. I once was blind, but now can see :!: and then theres this... EVERY column is indexed :!:
by denzilsyb
Thu Jul 29, 2004 3:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why landing data is good for warehouse batch ETL
Replies: 14
Views: 8479

ray.wurlod wrote: Get Red Brick Warehouse! World's best bulk loader, and automatic maintenance of aggregates.
Ray, I'm interested - Do you have a site with performance stats on the bulk load? I'd like to compare it to Sybase IQ bulk loading.
by denzilsyb
Thu Jul 29, 2004 2:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer not linking source columns
Replies: 1
Views: 571

The solution... :idea:

dont use -hyphens- as seperator between words for a column, rather use _underscores_
by denzilsyb
Wed Jul 28, 2004 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer not linking source columns
Replies: 1
Views: 571

Transformer not linking source columns

hallo all hows this one! CFF stage --> Transform --> SeqFile In the transform, the CFF columns are to be dragged across as is and written to the SeqFile. The links in the transform refer to Linknn.colname which are correct BUT the link is not displayed - its all in red now.. when we take the CFF and...