Critical System Protection

 View Only
  • 1.  Unable to installed SCSP on Server.

    Posted Nov 08, 2012 12:01 PM

    Hi,

    We are trying to install SCSP 5.2.8 version but while installation we are getting error like MDAC 2.7 SP1 and above version is required.

    This Server already having some application on SQL server 2005 and we need to create one instance on it.

    Please Suggest as soon as possible.



  • 2.  RE: Unable to installed SCSP on Server.

    Posted Nov 08, 2012 02:29 PM

    Some suggestions:

    • Is the SQL browser service running?
    • Double check that you entered in the correct instance name in the SCSP installer
    • Make sure that if you have already tried the install, there are not any residual users that have the letters "scsp" in the master Security > Logins folder in SQL Management Studio
    • Make sure that in the SQL Server Configuration Manager, you have enabled "Shared Memory", "Named Pipes" and "TCP/IP" in the network protocols of the instance
    • Make sure you create a unique instance for SCSP, this will avoid any conflicts with other instance settings required for other databases
    • Ensure your password meets the SQL complexity rules (you can only use # and _ as non-alphanumeric characters for the SCSP users).  Or, as a less secure method to test the complexity issue, disable the password complexity rules for the instance in SQL Management Studio and see if that makes a difference.
    • Make sure you are running the latest Service Pack of SQL.  See SCSP install guide/release notes for your version to make sure that you have at least the required SQL service pack level.

     



  • 3.  RE: Unable to installed SCSP on Server.

    Posted Nov 08, 2012 02:50 PM

    We have tryied all but still this is not working.sam error we are getting

    can you please explain me what is use of MDAC 2.7 SP1 in sql?

    and one more think, my server is in cluster domain so it's possible to install SCSP on cluster domain?

     



  • 4.  RE: Unable to installed SCSP on Server.

    Posted Nov 08, 2012 04:35 PM

    To answer your MDAC question, that is the framework with which the SCSP installer communicates with the SQL server during the install process (setting up tables, users, stored procedures, etc).

     



  • 5.  RE: Unable to installed SCSP on Server.

    Posted Nov 08, 2012 04:43 PM
    • SCSP is cluster unaware.  If you are using a SQL cluster, then SCSP sees it the same way it sees a single node install. Yes, you can install SCSP in a clustered SQL environment.
       
    • Look for residual files in this location from a previous install:

      Manually delete all the files/folders in C:\Program Files (x86)\Common Files\Symantec Shared\SCSP\MSSQL.1\MSSQL\ directory before doing fresh SCSP server installation.
       
    • What service pack of SQL 2k5 are you on?
       
    • Look in the person who attempted the install temp directory (from command line, type %temp%) and locate the install log called SISManagementInstallWrapper.log.  Attach that file to this thread.
      Also look for log file here:

      - %ProgramFiles%\Symantec\Critical System Protection\Server\SISManagementInstallWrapper.txt

      - %ProgramFiles%\Symantec\Critical System Protection\Server\SISManagerSetup.txt

      - %ProgramFiles%\Symantec\Critical System Protection\Server\msde-dbStatus.txt

    • Also open a command window and enter "net start" copy and paste the results into notepad and attach to this thread.
       
    • Have you tried to connect to the instance using command line OSQL?  Note you will need SQL Client installed if you are using a remote machine to test this (recommended to ensure no firewall or network issues).  Note also that you will need an SA account that is active to do this:
    OSQL –U sa –P <sa password> -S <hostname or IP address of SQL box>\SCSP (or database instance name used during the install)

    You should get this prompt if this works:

    >1

    • Try connecting using both the IP address instead of the hostname, as a test for DNS issues.

     

     



  • 6.  RE: Unable to installed SCSP on Server.

    Posted Nov 09, 2012 04:48 AM

    Thanks

    But can you please tell me how to create Instance in SQL server 2005 and how to check Instance Which has already created on SQL server 2005?



  • 7.  RE: Unable to installed SCSP on Server.

    Posted Nov 09, 2012 01:00 PM

    To create a new instance, find the SQL install media, and start the install process.  It will detect that you already have SQL installed, and will ask you if you want to create a new instance.