Search found 7201 matches

by admin
Mon Jul 08, 2002 12:10 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Create another column for MONTH
Replies: 3
Views: 908

Celeste, VSG is "visual schema generator", which is a part of UniData that makes a schema that ODBC clients and other SQL applications can access. It presents the data in a normalized form, since this is what these environments expect. For example, multi-valued fields are not recognized by ODBC; ins...
by admin
Sun Jul 07, 2002 10:29 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Moving hashed file data
Replies: 2
Views: 1087

To clarify my comments on hash files and the copying of data between them: * The permanent store of data is the data warehouse. Hash files are used to expedite the lookup and allocation of surrogate keys. * I simply use the data copying method I described as a way to pre-populate hash files in diffe...
by admin
Sun Jul 07, 2002 10:03 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: archive link for Oliver.com
Replies: 3
Views: 796

Neil Thanks for the link, Damien Kavney MIS Technical Support Department Of Natural Resources & Mines PH: 38963989 -----Original Message----- From: Neil Beckwith [mailto:neilbeckwith@hotmail.com] Sent: Thursday, 4 July 2002 3:57 PM To: datastage-users@oliver.com Subject: Re: archive link for Oliver....
by admin
Sun Jul 07, 2002 8:22 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Moving hashed file data
Replies: 2
Views: 1087

Thanks Ray, and by the way, good luck with your future endeavors! Rays correct, I assumed when doing a hash copy of the data and overflow files that you used DataStages default DYNAMIC hash files. Theres a hidden file ".Type30" in every DYNAMIC hash files directory. Also, I assumed Chris was doing a...
by admin
Sun Jul 07, 2002 5:12 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: MONTHLY POSTING - DataStage Users List
Replies: 0
Views: 435

MONTHLY POSTING - DataStage Users List

MONTHLY POSTING - DataStage Users List As of 07 July 2002 the DataStage Users discussion list had 661 subscriber addresses. A few of the addresses are to organizations who then redistribute the postings to more than one reader. ================== Posting Guidelines ================== 1) Non-moderate...
by admin
Sat Jul 06, 2002 1:35 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Moving hashed file data
Replies: 2
Views: 1087

Moving hashed file data

A word of caution about copying DATA.30 and OVER.30. Two in fact. (1) Make sure the target directory also has a zero-length file called .Type30 in it. (2) Make very sure that the source hashed file is not in use (the ANALYZE.SHM -d command can be used for this). Kenneth Bland cc: Subject: Re: extern...
by admin
Sat Jul 06, 2002 1:21 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Jobs Log File Purging
Replies: 6
Views: 1202

In Administrator (project properties > log purge), you can set the default rule for all jobs in the project (for example, purge entries more than 1 day old, or all entries except the last run). In Director, (Job > Purge Log) you can change the default for the currently selected job. "m_musumeci@inwi...
by admin
Fri Jul 05, 2002 10:48 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Datastage Architecture
Replies: 1
Views: 643

Stacy, I would seriously consider keeping your development on a separate server to production. We ran for over 2 years on a single server and as a result, were not able to upgrade DataStage, as we did not have an environment in which to test the upgrade. There is no way I would upgrade my production...
by admin
Fri Jul 05, 2002 9:12 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Using Oracle Stored Procedure
Replies: 4
Views: 1120

> Anybody know if DS 5.2 for AIX can receive and process a stored > procedure system-return-code at run time ? > > Previous postings on this list stated lesser versions could not. > > Its understood the most common DataStage use for stored procedures is > to read or write rows in a database, and Dat...
by admin
Fri Jul 05, 2002 5:02 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Jobs Log File Purging
Replies: 6
Views: 1202

Jobs Log File Purging

Hello, I would like to purge log entries for all the Jobs in a Job Batch and I would like to do this at every Job Batch run. May I set the default purge settings to the existing job from the Administration Window ? If not, may I create a routine for purging ? Thank you for interest Massimiliano
by admin
Fri Jul 05, 2002 2:44 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: externally pathed hash files vs default project/account
Replies: 5
Views: 1305

Chris, I would argue first of all that you should never store "production" data within your tool (DataStage or whatever). If you need a persistent and static lookup, put it in your warehouse! That way you can refresh your hash file whenever, because hash files can corrupt, etc. As far as copying has...
by admin
Fri Jul 05, 2002 2:39 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Antwort: Re: externally pathed hash files vs default project
Replies: 1
Views: 2004

Your metadata should be stored in DataStage in the table definitions. You want a system of record of all metadata stored inside DataStage. Using the dictionary created by DataStage doesnt necessarily reflect the true content of the hash file. This is because failure to delete and recreate the hash f...
by admin
Fri Jul 05, 2002 1:48 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: DataStage architecture
Replies: 0
Views: 857

DataStage architecture

All I am faced with a dilemma - we currently have two instances of DataStage running for two different departments. Both have development/test/production folders. As we plan for growth, we are wondering if it is not better to build one ETL server that handles ETL for all departments and then assign ...
by admin
Fri Jul 05, 2002 1:42 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Unix Security
Replies: 0
Views: 479

Unix Security

All I am trying to set up the security for DataStage on a Unix machine. I know that on NT, security can be assigned to NT user groups and users assisgned to those groups. I am not familiar with DataStage security on UNIX. What is the best way to handle this and at what level is security assigned. An...
by admin
Fri Jul 05, 2002 11:51 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Upgrading to new license and XML plugin
Replies: 2
Views: 617

Hi Lawrence, If you are upping the clientside user limit, then my understanding is that you will need to do a client reinstall on each of your machines. Machines left with a lower client licence will probably fail to connect when that limit is reached. I dont think you will need to uninstall first t...