Link to home
Start Free TrialLog in
Avatar of Daniel Kline
Daniel KlineFlag for United States of America

asked on

Upgrading Service Bus 1.0 to 1.1 InvokeSBFarmUpgrade

I have recently followed the steps of upgrading Service Bus 1.0 to Service Bus 1.1. I am at the step were I am using PowerShell to run "Invoke-SBFarmUpgrade" and the commandlet is failing with:

Invoke-SBFarmUpgrade : Upgrade encountered an exception in upgrade_GatewayDatabase_2.13.0.0_1.7.81.0: Online index operations can only be performed in Enterprise edition of SQL Server.

I don't see an option in the common parameters to be able to set the rebuild option to offline. How can I get over this hurdle?

If this isn't possible, can I create a new Service Bus Farm using the configuration wizard and reattach the Workflow manager to the new farm?

Any help would be appreciated. I'm stuck
ASKER CERTIFIED SOLUTION
Avatar of Daniel Kline
Daniel Kline
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Daniel Kline

ASKER

I claim no points for this solution, but rather submit my own answer for others who face the same issue.