cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
SamDman
Level 3

Creating an upgrade with CA which uses SQL Login

I have a Basic MSI install. I'm developong the upgrade which has a CA using the SQL Login info. I have ISSQLServerValidate in the sequence which loaded the login data for Repair and Remove, but does not load this info for an upgrade.

Am I missing something? Not sure how to get the Server and Login credentials loaded for the upgrade. I need the following data for the CA:
IS_SQLSERVER_SERVER
IS_SQLSERVER_AUTHENTICATION
IS_SQLSERVER_USERNAME
IS_SQLSERVER_PASSWORD
Labels (1)
0 Kudos
(7) Replies
Snoopstah
Level 7

Have you added a connection via the SQL Scripts view in the IDE and populated the values there?
0 Kudos
SamDman
Level 3

Yes, I have a connection.
Looking at the MSI Log, the connection defaults are loaded. It does not load the parameters configured in the original install.
I tried creating an empty script, hoping this would get the data to load. Didn't work.
0 Kudos
hidenori
Level 17

What type of upgrade are you using?
0 Kudos
SamDman
Level 3

It is setup as an automatic Upgrade Item. Is that what you needed to know?
0 Kudos
hidenori
Level 17

I need to know if it is a minor upgrade or major upgrade. If you are not sure, would it be possible for you to post a Windows Installer verbose log for the installation?

Thank you.
0 Kudos
SamDman
Level 3

it is a minor upgrade.

Attached is the log file.
For a major upgrade the values are loaded, but not in a minor.
0 Kudos
SamDman
Level 3

Figured it out.
Had to remove some of the Condition for ISSQLServerValidate - just use Installed now and it worked
0 Kudos