dbTalk Databases Forums  

License error

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss License error in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Murali
 
Posts: n/a

Default License error - 01-08-2004 , 03:19 PM






I am running SQL 7.0 Desktop server on Win2k Prof. When I
use DTS to import data from another sql server, it says
License does not permit DTS function.

Can anyone say how to get it to work?

Thanks,
Murali

Reply With Quote
  #2  
Old   
Lee Gillie
 
Posts: n/a

Default Re: License error - 01-08-2004 , 06:17 PM






Murali -

I have had to deal with this in the past, myself, when I was
telecommuting to work from my home then, in Montana. I wrote VBScript
to utilize Database.Transfer objects from SQL-DMO. It is not too
tough, but takes a tiny bit more head scratching than the DTS EXPORT
WIZARD.

HTH - Best Regards, Lee Gillie - Spokane, WA

"Murali" <smurali (AT) att (DOT) net> wrote

Quote:
I am running SQL 7.0 Desktop server on Win2k Prof. When I
use DTS to import data from another sql server, it says
License does not permit DTS function.

Can anyone say how to get it to work?

Thanks,
Murali



Reply With Quote
  #3  
Old   
Lee Gillie
 
Posts: n/a

Default Re: License error - 01-08-2004 , 06:32 PM



I found this looking for an answer to one of my own problems just
now...

This is from SQL Server 7.0 END-USER LICENSE AGREEMENT:

Note Regarding Interaction between Microsoft SQL Server and
Microsoft Data Engine ("MSDE").
If you use MSDE to access or use the services of Microsoft
SQL Server (for example, replication, data transformation or
heterogeneous query services), you must use Microsoft SQL Server in
Per Seat Mode (that is, each unique Device accessing SQL Server must
have a Client Access License dedicated to it).

Note Regarding Use of SQL Server Desktop.
You may only install and use the SQL Server Desktop component of
Microsoft SQL Server on each Device to which a valid Client Access
License for the Server Software has been dedicated. If you use
SQL Server Desktop to access or use the services of any version
of Microsoft SQL Server (for example, replication, data
transformation or heterogeneous query services), you must use
such Microsoft SQL Server in Per Seat Mode.



Reply With Quote
  #4  
Old   
Darren Green
 
Posts: n/a

Default Re: License error - 01-09-2004 , 02:17 AM



Put simply your SQL Server is in Per Server licensing mode, which means you
are not entitled to install the Desktop edition. since DTS can detect this
it will not work since it isn't licensed. This is sometimes a bit
restrictive as you may have multiple servers, one in per seat, and one in
per server mode, so you can be covered by a per seat CAL, but you still get
the restriction on the other server. Thankfully this was removed in SQL
2000.


--
Darren Green
http://www.sqldts.com


"Murali" <smurali (AT) att (DOT) net> wrote

Quote:
I am running SQL 7.0 Desktop server on Win2k Prof. When I
use DTS to import data from another sql server, it says
License does not permit DTS function.

Can anyone say how to get it to work?

Thanks,
Murali



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.