Search found 653 matches

by ogmios
Fri Mar 19, 2004 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsadm stop / start DataStage
Replies: 12
Views: 8726

The setuid thing happens even when installed by root. ... This is what I meant, when you install as root some binaries get setuid to root and as a result the DataStage subprocesses are able to run using the userid that logs on to DataStage (root authority is required to switch ids). When you don't ...
by ogmios
Fri Mar 19, 2004 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsadm stop / start DataStage
Replies: 12
Views: 8726

Re: dsadm stop / start DataStage

zhaicaibing wrote:Hi,

I wonder dsadm can stop and start DataStage v6.0 on Sun Solaris 8 platform :?:

Is dsadm the supper user?
So dsadm is not the super user. If you install DataStage as root some binaries are 'setuid'ed and run under root permissions but dsadm on itself is pretty harmless for the rest.

Ogmios
by ogmios
Fri Mar 19, 2004 11:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can we use a BCP Load to load data into Sequential Files
Replies: 3
Views: 963

Re: Can we use a BCP Load to load data into Sequential Files

Hi All, Can we use BCP to be loaded in Sequential Files. If yes how can we do it. I see only options to a SQL Server. Thanks Krishna How would you bulk load to a sequential file :wink: ? Bulk loaders usually take a sequential file and dump it into a database by sidestepping a lot of database checks...
by ogmios
Wed Mar 17, 2004 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle 9i runtime client
Replies: 2
Views: 1010

There's an Oracle client version for Solaris 2.9, I used it :P

Ogmios
by ogmios
Wed Mar 17, 2004 10:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2Load with DB2/EEE 7.2
Replies: 2
Views: 2267

Re: DB2Load with DB2/EEE 7.2

1) How it would work: you would have DataStage generate the rows to be loaded to a Sequential file, have the control file generated by DataStage, have it edited via a program to add your fields... There have been some discussions on this in the past. 2) You can't use all features of the DB2 bulk loa...
by ogmios
Mon Mar 15, 2004 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CoSort success
Replies: 4
Views: 1950

Re: CoSort success

CoSort's latest newsletter boasts its plugin for DS 7 is 2 to 10 times faster than the sort stage. Of course there is a big different between 2X and 10X. What are the approximate gains that CoSort implementers have had in the past? Also, how easily can it be implemented? It seems pretty simple... A...
by ogmios
Mon Mar 15, 2004 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fixing corrupted log files on reboot
Replies: 15
Views: 6130

roy wrote:Hi,
Just Wanted to fill you in.
the CLEAR.FILE for the RT_LOGnn & RT_STATUSnn files
did the job :)
Thanks All,
If you do a CLEAR.FILE on RT_LOGnn you will lose the autopurge.

Ogmios
by ogmios
Mon Mar 15, 2004 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: meta data
Replies: 6
Views: 2661

Re: meta data

Save the file in csv format, write a small perl script to take this file as input and generate an Ascential style .dsx file It would require a little bit of reverse engineering and would be totally on your own risk. I don't have an example handy right now. And I would only suggest to make it yoursel...
by ogmios
Mon Mar 15, 2004 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: AS400 / ODBC / User-defined sql
Replies: 14
Views: 6004

Re: AS400 / ODBC / User-defined sql

In the .odbc.ini file in the DataStage DSEngine directory activate Tracing: Trace/TraceFile and see what that gives. Or have your DBA's give you a list of SQL statements DataStage tries to execute. To see whether what you actually execute is what you intended to be executed, you could be amazed. Ogm...
by ogmios
Sat Mar 13, 2004 4:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Last_Updated_On and Last_Updated_By
Replies: 3
Views: 933

Another method I've used in the past (with a moderate amount of rows < 400000) is just passing all rows to the database using update/insert and having the last_updated_on column changed by a trigger if there are different values in any of the columns (on update/insert). However in this case it would...
by ogmios
Tue Mar 09, 2004 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output Hash File Does not Modify Orginal creation Length?
Replies: 8
Views: 2588

Re: Output Hash File Does not Modify Orginal creation Lengt

This is where the "fun" begins. I avoid hash files whenever I can, and if I have to use them I make sure it's recognizble to which jobs they belong (usually by using a prefix, but this would depend on how you make your ETL design). If you moved the hash file, your job still runs correctly ...
by ogmios
Tue Mar 09, 2004 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output Hash File Does not Modify Orginal creation Length?
Replies: 8
Views: 2588

Re: Output Hash File Does not Modify Orginal creation Lengt

Hashfiles grow but they never shrink, unless you resize them.

The easiest is probably deleting the hash file after use and this depends on where you create the hash file: either in the project or in an explicit directory.

Ogmios
by ogmios
Fri Mar 05, 2004 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to stop a datastage job
Replies: 2
Views: 716

Re: How to stop a datastage job

For the quick answer: the status in DataStage is just a snapshot. If the process is killed it's no longer updated, if you do a clear status you will be ready to run it again.

Ogmios
by ogmios
Fri Mar 05, 2004 3:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS SERVER/CLIENT PROBLEM - too slow
Replies: 4
Views: 1986

Re: DS SERVER/CLIENT PROBLEM - too slow

Rolling on the floor laughing. Sorry, DataStage is slow but I think you should split up your jobs in seperate smaller jobs. In most of my jobs I only have 1 transformer and possible 1 or 2 lookups. The problem with your slowness is probably because DataStage was never really "meant" to be ...
by ogmios
Fri Mar 05, 2004 1:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Truncate in DB2
Replies: 3
Views: 18676

Re: Truncate in DB2

Hi, I've not been able to do it via DataStage directly. What we usually do is launch a script that does this. The "import" is probably not real a SQL statement but gets properly redirected via the client. One way to be absolutely sure: take a non DB2 client (e.g. winsql) and try whether th...