Internal error 3 during Client Installation Netbackup v 7.6.1
Hi all,
I have a problem with client installation on Windows 2008R2 SERVER 64bit in MS Cluster, The installation Client Netbackup 7.6.1 abort with internal error 3, I tried with this workarounds but never has changed.
I have the some issue
this is error on logs:
08-26-2015,10:47:13 : Could not open NetBackup\CurrentVersion install key. NetBackup not installed. No need to proceed with remaining logic.
08-26-2015,10:47:24 : DEBUG: Error 2738: Could not access VBScript runtime for custom action
08-26-2015,10:47:24 : ERROR: Internal Error 2738.
08-26-2015,10:47:24 : Action ended 10:47:24: setRegistryValues.B2D5B6C9_4698_42F7_AC9D_955789A69556. Return value 3.
08-26-2015,10:47:24 : Action ended 10:47:24: INSTALL. Return value 3.
Could you help me please
Best regards
Rick
Errors in Installation -
09-07-2015,13:15:04 : DEBUG: Error 2738: Could not access VBScript runtime for custom action
09-07-2015,13:15:04 : ERROR: Internal Error 2738.
09-07-2015,13:15:04 : Action ended 13:15:04:
setRegistryValues.B2D5B6C9_4698_42F7_AC9D_955789A69556. Return value 3.
09-07-2015,13:15:04 : Action ended 13:15:04: INSTALL. Return value 3.Solution -
GENERAL ERROR: During the installation of NetBackup, the installation fails with Internal Error 2738
https://support.symantec.com/en_US/article.TECH57368.html
SOLUTION/WORKAROUND:
1. Open a Command Prompt(cmd) as the Administrator.2. At the command prompt, run the following command:
x86 Windows OS:
cd C:\Windows\System32x64 Windows OS:
cd C:\Windows\SysWOW643. Then run the command below:
regsvr32 vbscript.dllIf an error was received attempting to register vbscript.dll, please restart the computer and attempt to register vbscript.dll once again. It is possible that the administrator has settings that prevents vbscript from running. Check with your administrator.
Check Security settings on your server. There is something preventing the installation from using vbscript.
You can also check your application log is any related event is logged.
Here is a procedure to forcefully remove the registration. PLESE TRY THIS ON YOUR OWN RISK -
Please make sure you BACKUP THE REGISTRY/system before you make any changes to the registry.
To delete the registry keys, please run following commands in a command prompt with Administrator privileges.
reg delete "HKCU\SOFTWARE\Classes\Wow6432Node\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}" /f
reg delete "HKCU\SOFTWARE\Classes\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}" /f
To Re-register the DLL please run following commands with elevated privileges.
c:\windows\syswow64\regsvr32 vbscript.dll