Posted On March 31, 2019

Veritas Backup Exec

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Veritas Backup Exec
Download installation files:
 
Current Licenses:
M00737xxxxx
M14095xxxxx
M90722xxxxx
M95677xxxxx
 
Note: do not install the same license files on two servers – that will cause issues with license registration
 
Support telephone number: 800-327-2232
 
Fixed VSS error Windows 2008 R2:
cd /d %windir%\system32
net stop vss
net stop swprv
regsvr32 /s ole32.dll
regsvr32 /s oleaut32.dll
regsvr32 /s vss_ps.dll
vssvc /register
regsvr32 /s /i swprv.dll
regsvr32 /s /i eventcls.dll
regsvr32 /s es.dll
regsvr32 /s stdprov.dll
regsvr32 /s vssui.dll
regsvr32 /s msxml.dll
regsvr32 /s msxml3.dll
regsvr32 /s msxml4.dll
vssvc /register
net start swprv
net start vss

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Windows Error When Joining Domain

Error Message: ---------------------------Computer Name/Domain Changes---------------------------Changing the Primary Domain DNS name of this computer to ""…

Fix Missing User Special Folders

1. create C:\Users\KimConnect\Pictures 2. Regedit >> HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders >> modify "My Pictures" value to…

How to Search for Installed Application by Name in PowerShell

One can search using the known Vendor or application Name as illustrated below: [testwindows]: PS…