- The first reason it stops at the DumpLoad task is there is alot of data and it just takes that long. You can always Abort the import and try importing a smaller set of data.
- The OutlookSoft SendGovernor Service is not started. This is usually the result of a server reboot. To check this out:
- Start > Run
- Type services.msc and press Enter
- Scroll down to the OutlookSoft SendGovernor Service
- Start the service if it is not running
- The other reason has to do with the dbo.lck[Application Name] table. So if the application name is Finance, then there are rows left in the dbo.lckFinance table. This can happen if an import errors out. To solve this:
- Verify no imports are occurring
- Check if there are any rows in the table: SELECT * from dbo.lckFinance
- If there are, remove them: DELETE dbo.lckFinance
SharePoint, SQL Server, SAP-BPC and some miscellaneous topics like virtualization.
Wednesday, October 7, 2009
BPC Import Won't Complete
I find there are a couple reasons for an import into BPC to not complete, getting stuck on the the DumpLoad task:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment