Search found 7201 matches
- Fri Jan 24, 2003 2:35 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Connecting to MS SQL Server 2000
- Replies: 6
- Views: 2393
William, I also had to be case specific as to the configuration parameters, namely ADDRESS and DATABASE while on Solaris 2.8 DS 5.1. Good luck! -Ken Ex: [ECACSQL01] Driver=/opt/Ascential/DataStage/DSEngine/../branded_odbc/lib/VMmsss15.so Description=ECACSQL01.KCB.COM SQL-Server ADDRESS=12.149.2.135,...
- Fri Jan 24, 2003 2:11 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: How to Avoid Users from Sign on to Datastage clients during
- Replies: 0
- Views: 380
How to Avoid Users from Sign on to Datastage clients during
Hi, Is there any way/approach to avoid users from signing on to datastage clients during steps like whole project exports/imports ? Thanks in advance for your ideas. Thanks, Surendra This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by ...
- Fri Jan 24, 2003 1:46 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: DSR.ADMIN: Failed to enumerate domain groups.
- Replies: 0
- Views: 546
DSR.ADMIN: Failed to enumerate domain groups.
This one has been around since at least release 2.2. What it means is that the Administrators helper subroutine (DSR.ADMIN) has, for some reason, been unable to garner a list of the names of Windows group names with which to populate the drop down list on the Security tab. Its typically intermittent...
- Fri Jan 24, 2003 1:40 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Oracle greatest/ least function
- Replies: 6
- Views: 4969
DataStage has MAXIMUM and MINIMUM functions that operate on dynamic arrays. So you need to convert your comma-delimited arrays to field mark delimited. For example: Maximum(Convert(",", @FM, field2)) (You did not specify in the original post that you were processing lists.) ----- Original Message --...
- Fri Jan 24, 2003 1:27 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Oracle greatest/ least function
- Replies: 6
- Views: 4969
Thanks, I was unaware that I could call a Basic function directly from a transform derivation. It is slightly annoying that in the transform it appears as invalid (derivation displayed in red) but still compiles and runs. I take it that this is a "feature" of DS? Regu -----Original Message----- From...
- Fri Jan 24, 2003 12:57 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Oracle greatest/ least function
- Replies: 6
- Views: 4969
Oracles GREATEST and LEAST functions simply return the highest and lowest value respectively from a list of parameters passed to it. In DataStage, Maximum and Minimum can be used to achieve a similar result. They take a dynamic array as a single parameter. For example, Oracle: GREATEST(1,2,3,4,5) Da...
- Fri Jan 24, 2003 12:52 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Oracle greatest/ least function
- Replies: 6
- Views: 4969
Hi Ray, The data I need to evaluate is in a multi value field. Im not sure this would work in an Aggregator stage. The data looks something like this.... field1,filed2 1,"343,5365,4,455,9" The second field can contain any number of values and I need to extract the greatest. So my output should be......
- Fri Jan 24, 2003 12:47 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Setting Project properties
- Replies: 0
- Views: 521
I always get the same message under Windows 2000. It has not impacted anything we need to do, so I have not followed it up. If anyone could explain what is not set correctly, Id be interested. -----Original Message----- From: wolfgang.huerter@gerling.de [mailto:wolfgang.huerter@gerling.de] Sent: Fri...
- Fri Jan 24, 2003 12:16 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Oracle greatest/ least function
- Replies: 6
- Views: 4969
It has the Last or First grouping in the Aggregator stage. Works best with pre-sorted input. ----- Original Message ----- From: Regu.Saliah@astrazeneca.com Date: Fri, 24 Jan 2003 12:39:39 +0100 To: datastage-users@oliver.com Subject: Oracle greatest/ least function > Regu. > > Can someone tell me if...
- Fri Jan 24, 2003 12:14 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Connecting to MS SQL Server 2000
- Replies: 6
- Views: 2393
Its trying to connect to SQL Server with a user id of "administrator". Do you have such a user defined (granted at least CONNECT privilege) in SQL Server? Maybe you need to configure the ODBC driver with an appropriate default user id and password ("sa" and "" perhaps). ----- Original Message ----- ...
- Fri Jan 24, 2003 11:39 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Oracle greatest/ least function
- Replies: 6
- Views: 4969
Oracle greatest/ least function
Regu.
Can someone tell me if DataStage has an equivalent function to Oracles
greatest or least functions.
Thanks,
Regu.
Can someone tell me if DataStage has an equivalent function to Oracles
greatest or least functions.
Thanks,
Regu.
- Fri Jan 24, 2003 9:12 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Connecting to MS SQL Server 2000
- Replies: 6
- Views: 2393
Hi DaeHwan, I had checked the documentation and yes ver 5.2 does support connection to MS SQL Server 2000. We tried to connect DataStage 5.2 on HP-UX to MS SQL Server 2000 but it was not successful with DataStage providing the following error mesage: "DSR.MetaGeta(GET.TABLES)(SQLConnect(SQLServer,ad...
- Fri Jan 24, 2003 2:13 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Connecting to MS SQL Server 2000
- Replies: 6
- Views: 2393
Hi William If you want to connect MS sql 2000, then as I know, Upgarde Datastage First, Because DataStage 5.2 upper is only supporting to connect MS SQL 2000. See the ODBC Doc. Regards D.H Kim ----- Original Message ----- From: "William Tan" To: "DataStage Users List" Sent: Friday, January 24, 2003 ...
- Fri Jan 24, 2003 1:35 am
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Connecting to MS SQL Server 2000
- Replies: 6
- Views: 2393
Connecting to MS SQL Server 2000
Hi everyone,
We have DataStage 4.0. R3 on a Sun Solaris box. Our objective is to have
DataStage connect to Microsoft SQL Server 2000 on Windows NT.
Appreciate if anyone can inform what are the things we need to do to set
up the connection.
Thanks in advance.
With Best Regards,
William
We have DataStage 4.0. R3 on a Sun Solaris box. Our objective is to have
DataStage connect to Microsoft SQL Server 2000 on Windows NT.
Appreciate if anyone can inform what are the things we need to do to set
up the connection.
Thanks in advance.
With Best Regards,
William
- Thu Jan 23, 2003 10:42 pm
- Forum: Archive of DataStage Users@Oliver.com
- Topic: Datastage V4.0 to V6 migration
- Replies: 1
- Views: 472
Re: Datastage V4.0 to V6 migration --5002 by: Laurent SALVI Hi, Im in the process of migrating from 4.0 to 6.0 on NT 4.0. I have a development box set up and test jobs running. I did the following on the test box: Install NT Service Pack 6a Install Oracle Net8 Protocols Install Oracle SQLPlus 8.0 In...