After updating to 0.1, we are trying to install a new organization. The install gets all the way to the last step and then hangs for hours. There is clearly connectivity to the database and there are no permissions issues. What seems to be happening is that the database will run an update and then, instead of instantly doing the next update, it seems to wait.
(@RibbonDiffId0 uniqueidentifier,@SolutionId0 uniqueidentifier,@Entity0 nvarchar(200),@Sequence0 int,@OrganizationId0 uniqueidentifier,@ComponentState0 int,@OverwriteTime0 datetime,@RibbonCustomizationId0 uniqueidentifier,@DiffId0 nvarchar(1000),@RDX0 nvarchar(3000),@DiffType0 int,@TabId0 nvarchar(1000),@IsManaged0 bit)insert into [RibbonDiffBase]([SolutionId], [Entity], [Sequence], [OrganizationId], [ComponentState], [OverwriteTime], [RibbonCustomizationId], [RibbonDiffId], [DiffId], [RDX], [DiffType], [TabId], [IsManaged]) values (@SolutionId0, @Entity0, @Sequence0, @OrganizationId0, @ComponentState0, @OverwriteTime0, @RibbonCustomizationId0, @RibbonDiffId0, @DiffId0, @RDX0, @DiffType0, @TabId0, @IsManaged0)
Other forums suggest an issue with resources but the boxes each have 4 cores and 16 GB RAM for fairly light use boxes. This is ridiculous, infuriating and costing me money every minute because the new organization is on the critical path. PLEASE can someone help? Server 2012 running on VMware, separate application and database server, 2 organizations currently in place and working fine. If you close the window, the new org shows as "pending" and requiring an update.






