StoreOnce Backup Storage
1753746 Members
4975 Online
108799 Solutions
New Discussion юеВ

Re: StoreOnce SQL Catalyst plugin 1.4 installer issues

 
spotaccme
Occasional Collector

StoreOnce SQL Catalyst plugin 1.4 installer issues

The new "installanywhere" installer for StoreOnce 1.4 checks to see if SQL is installed by looking for the default service MSSQLSERVER but if you only use named instances, you are unable to install it

4 REPLIES 4
GaneshPrasad
HPE Pro

Re: StoreOnce SQL Catalyst plugin 1.4 installer issues

Hello,

The link had issues for some time, now its clear you can try the below link @

https://h20392.www2.hpe.com/portal/swdepot/try.do?productNumber=StoreOnceForMSSQLSVR&lang=en&cc=us&hpappid=114372_PDAPI_SWD_PRO_HPE

HPE StoreOnce Catalyst Plug-in 1.4.0 for MS SQL User Guide (EH991-90934_SQL_UserGuide.pdf)
HPE StoreOnce Catalyst Plug-in 1.4.0 for MS SQL Release Notes (EH991-90933_SQL_ReleaseNotes.pdf)
HPE StoreOnce Catalyst Plug-in 1.4.0 for MS SQL Windows (EH991-90948_SQL_Win-1.4.0.2332.exe)

 

I AM AN HPE EMPLOYEE

 

 

 


I am an HPE Employee

Accept or Kudo

shyam369
Occasional Visitor

Re: StoreOnce SQL Catalyst plugin 1.4 installer issues

Hi,

 

did you find a fix for this? i am facing exact same issue.

personal info erased

esb5
New Member

Re: StoreOnce SQL Catalyst plugin 1.4 installer issues

I have the same issue with the last version of the software.

esb5
New Member

Re: StoreOnce SQL Catalyst plugin 1.4 installer issues

If you want as workaround, you can create a fake service, so you can pass the pre-Installation Check : 

Open PowerShell and execute this command : 

New-Service -Name 'MSSQLSERVER' -BinaryPathName 'C:\windows\notepad.exe' -DisplayName 'Fake MSSQLSERVER Service' -StartupType Manual