I am deploying MR 2012 for GP 2013 and receiving what appears to be a permissions error creating the Data Mart database. I have tried as the domain admin which has full rights/access and the SQL sa user, both with same error. Log is below:
5/8/2013 6:55:51 AM - Creating [dbo].[InsertUnitOfMeasure]... 5/8/2013 6:55:51 AM - Creating [dbo].[RecalculateBalances]... 5/8/2013 6:55:51 AM - Creating [SchemaVersion]... 5/8/2013 6:55:51 AM - Creating [dbo].[Fact].[FactType].[MS_Description]... 5/8/2013 6:55:52 AM - Assigning role permissions to stored procedures... 5/8/2013 6:55:52 AM - Assigning role permissions to functions... 5/8/2013 6:55:52 AM - Assigning role permissions to tables and views... 5/8/2013 6:55:52 AM - (1 row(s) affected) : (1 row(s) affected)
5/8/2013 6:55:52 AM - Update complete. 5/8/2013 6:55:53 AM - Application service URI is http://airnuserver:4712/ 5/8/2013 6:56:03 AM - System.ServiceModel.Security.SecurityAccessDeniedException: Access is denied.
Server stack trace: at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter) at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Microsoft.Dynamics.Performance.Deployment.DataProvider.DataMart.Connector.IConfigurationServiceContract.GetDefaultAdaptersWithSettings(DefaultAdapterWithSettingsRequest[] requests) at Microsoft.Dynamics.Performance.Deployment.DataProvider.DataMart.ConnectorConfigurationHelper.<>c__DisplayClassa.<GetAdaptersWithSettings>b__8() at Microsoft.Dynamics.Performance.Deployment.DataProvider.DataMart.ConnectorConfigurationHelper.ExecuteAndNotifyError[T](Func`1 function) 5/8/2013 6:56:03 AM - Rolling back data mart database creation due to installation error. Connection information: Create new database: True Server name: AIRNUSERVER Database name: DDM Integrated authentication: True Encrypted connection: False 5/8/2013 6:56:03 AM - The data mart database was rolled back successfully. 5/8/2013 6:57:14 AM - System.ServiceModel.Security.SecurityAccessDeniedException: Access is denied.
Server stack trace: at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter) at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Microsoft.Dynamics.Performance.Deployment.DataProvider.DataMart.Connector.IConfigurationServiceContract.GetDefaultAdaptersWithSettings(DefaultAdapterWithSettingsRequest[] requests) at Microsoft.Dynamics.Performance.Deployment.DataProvider.DataMart.ConnectorConfigurationHelper.<>c__DisplayClassa.<GetAdaptersWithSettings>b__8() at Microsoft.Dynamics.Performance.Deployment.DataProvider.DataMart.ConnectorConfigurationHelper.ExecuteAndNotifyError[T](Func`1 function) at Microsoft.Dynamics.Performance.Deployment.DataProvider.GP.GPDataMartDeploymentPart.ConfigureGpToDMAdapters(ConfiguredDatabaseConnection configuredGpDatabaseConnection, ConfiguredDatabaseConnection configuredDataMartDatabaseConnection, ConnectorConfigurationHelper helper, AdapterWithSettings& gpAdapter, AdapterWithSettings& dataMartAdapter) at Microsoft.Dynamics.Performance.Deployment.DataProvider.GP.GPDataMartDeploymentPart.ValidateSettingsWhenAppServiceExists(IDictionary`2 settingsToValidate) at Microsoft.Dynamics.Performance.Deployment.DataProvider.GP.GPDataMartDeploymentPart.DeployWithSettings(IDictionary`2 settingsToDeployWith) at Microsoft.Dynamics.Performance.Deployment.Console.ConfigurationConsole.Wizard.Screens.DeploymentViewModel.TryRemoveFromView(Boolean isProgressing) 5/8/2013 7:07:07 AM - Verifying provided credentials for change tracking... 5/8/2013 7:07:07 AM - Credentials for user sa were successfully verified. 5/8/2013 7:07:07 AM - Change tracking configuration is beginning. If any changes are needed in the target ERP database, they will be listed below. 5/8/2013 7:07:07 AM - Change tracking was configured successfully.
Any ideas would be appreciated.
Thanks,
Dave
*This post is locked for comments