Hi,
we are using ASMCD to sync our cubes from a Cubebuild Server to a Reporting Server. We migrated some days ago from 2012 to 2014. We are also using rel. Engine with StoredProcs for calling and executing xp_cmdshell for the Ascmd.
Actually all works fine for our smaller cubes. For the bigger one we got the following issue. The cube is being synced but the proc delivers error.
In the log we found this entry:
(7/7/2015 11:26:22 AM) Message: The directory '\\?\D:\SSAS_DATA\GPMR Local CNTR.510.db\Local Controlling Cube.0.cub' could not be deleted. Please check the directory for permissions. (Source:
\\?\D:\SSAS_LOG\msmdsrv.log, Type: 3, Category: 289, Event ID: 0xC1210020)
(7/7/2015 11:26:34 AM) Message: The directory '\\?\D:\SSAS_DATA\GPMR Local CNTR.510.db' could not be deleted. Please check the directory for permissions. (Source:
\\?\D:\SSAS_LOG\msmdsrv.log, Type: 3, Category: 289, Event ID: 0xC1210020)
(7/7/2015 11:34:04 AM) Message: Lock conflict status report: Aborting transaction on SPID 264495 blocking transaction on SPID 264858. (Source:
\\?\D:\SSAS_LOG\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x41210042)
As said the other cubes are working fine. They using the same SQl user, impersonating by the same Domain user to execute the xp_cmdshell, got the same Proc structure. ForceCommitTimeout: 30000, CommitTimeout:0
Any Ideas?
Kr Jrgen