Joe, This is all good information. I will definitely pursue the information of the Stored Procedure you mention. Thank you for all of your help. Bruce
_____ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Joe D'Souza Sent: Wednesday, June 27, 2007 8:56 AM To: [email protected] Subject: Re: Installing ARS 5.1.2 on SQL 2005 ** What it does is prepares the DB as though it was of the version that you specify. For e.g. if your server is 2005 but you assign a compatibility level of 80 to the ARSystem database, it is as though this ARSystem database were residing in a version 2000 server. So you might be able to get around your connection problems using this method. I had used this stored procedure years ago when the DBA had upgraded an SQL server from version 6.5 to version 7 without checking with us, and my connection to the ARS had failed. I think it was ARS 4. So instead of rolling back we tried to find out if we can move further and came up with this solution. This stored procedure is basically designed for migrations when you are moving up on your database version but need its compatibility level to be on another level.. you can only move lower than your server version level. For e.g. if you are on 2000 server you cannot move your database compatibility level to 2005.. Please read the help for this SP so you know what you should expect it to change on your database.. Joe -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Bruce Scott Sent: Wednesday, June 27, 2007 11:11 AM To: [email protected] Subject: Re: Installing ARS 5.1.2 on SQL 2005 ** Joe, Thanks for the info. Do you know if that will bypass the dll check performed by the installer when attempting to install ARS Server? Thanks, Bruce _____ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Joe D'Souza Sent: Wednesday, June 27, 2007 8:08 AM To: [email protected] Subject: Re: Installing ARS 5.1.2 on SQL 2005 ** Hi, Its sp_dbcmptlevel. That is what you use to drop or raise the compatibility level of an SQL database.. Look for help on using it and you should find your way through it.. The different compatibility levels are: 60 = SQL Server 6.0 65 = SQL Server 6.5 70 = SQL Server 7.0 80 = SQL Server 2000 90 = SQL Server 2005 So drop it down to 80 to make it work.. Cheers Joe -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Bruce Scott Sent: Wednesday, June 27, 2007 10:19 AM To: [email protected] Subject: Re: Installing ARS 5.1.2 on SQL 2005 ** Rogerio, I've just finished looking at the thread you mentioned. How did you get AR Server to install on SQL 2005? Thanks, Bruce _____ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Rogerio Sent: Wednesday, June 27, 2007 7:03 AM To: [email protected] Subject: RES: Installing ARS 5.1.2 on SQL 2005 ** Bruce, We did this installation in our enviroment using some advices from Joe D'Souza (thanks Joe). You can search the archives, search for the "Webservice installation" thread, two weeks ago. HTH, Rogerio Bronzoni Aguiar _____ De: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Em nome de Bruce Scott Enviada em: quarta-feira, 27 de junho de 2007 10:55 Para: [email protected] Assunto: Re: Installing ARS 5.1.2 on SQL 2005 I agree that ARS 5.1.2 is not supported on SQL 2005. In fact, the whole point of this exercise is to move off of ARS 5.1.2 to something more supported. I'm just looking for options at this point before I get into the crunch that always comes with an upgrade. Thanks, Bruce _____ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Nall, Roger Sent: Wednesday, June 27, 2007 4:41 AM To: [email protected] Subject: Re: Installing ARS 5.1.2 on SQL 2005 ** Bruce, I hate to point out the obvious but if you look at the compatibility matrix SQL 2005 is not supported until ARS v7.x. Good luck, Roger A. Nall Manager, OSSNMS Remedy T-Mobile USA Desk: 813-348-2556(New) Cell: 973-652-6723 FAX: 813-348-2565 sf49fanv AIM IM RogerNall Yahoo IM _____ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Scott Sent: Tuesday, June 26, 2007 6:39 PM To: [email protected] Subject: Installing ARS 5.1.2 on SQL 2005 I am trying to move my existing ARS system from Oracle 9i to SQL Server 2005 prior to upgrading the version of ARS. However, I can't get the ARS 5.1.2 installer to recognize the SQL 2005 Client dlls. Newer versions of ARS will install correctly, but I would like to take a smaller jump in changes if possible. Has anyone else experienced this? The error message I'm seeing is this: Cannot load database connection DLL. The database software might not be installed. Click OK to return to the Select Database screen. With an earlier install using the Oracle 9i client this error was attributed to having a semi-colon in place of the colon of the path statement. The path statement has been modified to include the following variants: C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Progra~1\Micros~4\90\Tools\ Binn\VSShell\Common7\IDE\;"C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\" Any suggestions would be greatly appreciated. Bruce Scott Application Developer - Remedy SSG, PetSMART, Inc. Office: 623.587.2340 eMail: [EMAIL PROTECTED] __20060125_______________________This posting was submitted with HTML in it___ ##################################################################################### The information contained in this electronic mail message, including attachments, if any, is PetSmart confidential information. It is intended only for the use of the person(s) named above. If the reader of this message is not the intended recipient, or has received this message in error, you are hereby notified that any review, dissemination, distribution or copying of this communication is strictly prohibited. If you are not the intended recipient or have received this message in error, please notify the sender via e-mail and promptly delete the original message. ##################################################################################### _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

