VMware Cloud Community
David9876
Enthusiast
Enthusiast

Single Sign On Silent Upgrade issues

So in my lab I have been trying to get the silent upgrade to work but I keep getting Error 2726.

I've done some research but I can't figure out that is causing it.

Do anyone have any suggestions?

Property(S): SOURCEDIR = D:\Single Sign-On\

Property(S): SourcedirProduct = {1258BA88-DECB-4033-8016-12E6463D11AD}

Property(S): ProductToBeRegistered = 1

MSI (c) (34:98) [07:16:29:953]: Back from server. Return value: 1603

MSI (c) (34:98) [07:16:29:953]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1

MSI (c) (34:98) [07:16:29:953]: PROPERTY CHANGE: Deleting SECONDSEQUENCE property. Its current value is '1'.

Action ended 7:16:29: ExecuteAction. Return value 3.

MSI (c) (34:98) [07:16:29:953]: Doing action: FatalError

Action 7:16:29: FatalError.

Action start 7:16:29: FatalError.

DEBUG: Error 2726:  Action not found: FatalError

The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2726. The arguments are: FatalError, ,

Action ended 7:16:29: FatalError. Return value 0.

Action ended 7:16:29: INSTALL. Return value 3.

MSI (c) (34:98) [07:16:29:953]: Destroying RemoteAPI object.

MSI (c) (34:E4) [07:16:29:953]: Custom Action Manager thread ending.

Property(C): UpgradeCode = {84920751-2BCC-4924-A34B-31D4BAAD586C}

I am trying to install with the following syntax:

start "SSO" /wait "d:\Single Sign-On\VMware-SSO-Server.msi" /qr /l*v "C:\scripts\SSO_Install.log" SSO_HTTPS_PORT=**** UPGRADEDEPLOYMODE=FIRSTDOMAIN ADMINPASSWORD=******* SSO_SITE=Lab JDBC_DBTYPE=Mssql JDBC_DBNAME=****_HOSTNAME_OR_IP=********* JDBC_HOST_PORT=***** JDBC_USERNAME=****** JDBC_PASSWORD=******* SKIP_DB_USER_CREATION=1 DBA_JDBC_USERNAME=******* DBA_JDBC_PASSWORD=******

Tags (2)
0 Kudos
0 Replies