Hi ,
An optimize occurs it takes appset offline but why it didn't come back online when it completed.When SSIS package that performs the part of optimzing applications.
In the morning time the first optimize in the SSIS pack would be running?If a user logs in during this process is it cause the problem or shall I look in different option.Please advice me .Thankyou.
Regards
Yaswanth
Yaswanth - This is a bug that was fixed I believe in BPC 7.0 M SP 6 or SP 7. If you're using SQL Server 2008, I believe you can go into Services on your Server and find the Send Governor service and set it to restart on boot - which may or may not fully work.
Instead, All you have to do is to add a custom task to your SSIS package that restarts the Send Governor service after the Optimize task is complete.
Greg
Hi Yashwant,
If it is an SSIS package, do you have a SYSTEM AVAILABLE task at the end of the package to bring back the appset online?
When an optimization (except Lite optimization) is running, the user will not be able to enter data. The users must wait till the package ends and brings the appset online.
Karthik
Edited by: Karthik AJ on Sep 27, 2010 1:15 PM
Add a comment