Access Services Issue

SharePoint 2013 Enterprise. This is a single server just for proof of concept demonstration.
I setup Access Services and when I go to access 2013 to create a web app I get an error. "An error has occurred"
Here are  the messages that I get from the log file with the correlation ID from the error message
SecurityTokenServiceReceiveRequest: LocalAddress: 'http://domain.domain.com:32843/SecurityTokenServiceApplication/securitytoken.svc/actas' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue'
MessageId: 'urn:uuid:ea5ce60c-58c4-4566-be96-ec17edd0d2a5'
Entering monitored scope (ExecuteSecurityTokenServiceOperationServer). Parent No
Updating X.509 certificate validation policy
Adding X.509 certificate thumbprint 'D908E2D5A495C370BFB1D243CF4E859F291E350C' to root authority trust
Adding X.509 certificate thumbprint 'D982CA90CF8D27C312908EFAE331637B7551DDE8' to root authority trust
Cannot find site lookup info for request Uri urn:schemas-microsoft-com:sharepoint:service.
IPFS has just come up in AppDomain /LM/W3SVC/2/ROOT/SecurityTokenServiceApplication-2-130340160013756114
Leaving Monitored Scope (SPClaimProviderOperations.ClaimsForEntity()). Execution Time=405.93032
STS Service request: Successfully requested claim identity acting as user '0#.w|domain\administrator'.
Leaving Monitored Scope (SPSecurityTokenService.GetOutputClaimsIdentity()). Execution Time=406.463184
Leaving Monitored Scope (SPSecurityTokenService.Issue). Execution Time=479.579376
Leaving Monitored Scope (ExecuteSecurityTokenServiceOperationServer). Execution Time=481.785296

Hi
Phillip6653 ,
According to your error message, it says you are running the Access Services service application in an application pool acting as user '0#.w|domain\administrator’. Is the user '0#.w|domain\administrator’ 
the farm account ?
The identity for the application pool that is running Access Services cannot be the farm account.  If you attempt to run the application pool as the farm account, you will see an error like "04.06.201304:14:58.47 
w3wp.exe (0x1080)       0x12FC  Access Services   Data Layer      ahkty   Exception       System.InvalidOperationException:TheSystemAccount  
cannot perform this   action." 
So if the user '0#.w|domain\administrator’ is the farm account,  please  run the application pool as a different domain account, and make sure to grant that identity the correct permissions.
Also  you can refer to the blog for troubleshooting: Access
Services 2013 Setup for an On-Premises Installation
Here is a similar thread you can have a look:
Error
creating Access Web App
Best Regards,
Eric
Eric Tao
TechNet Community Support

Similar Messages

  • ACS 5.1 - Access Services Issues

    Folks,
    I have an issue with an implementation, I had a ACS R5.1 that I'm using to authenticate the wireless users with 802.1x, that's OK and working fine. Now I want to use the same ACS to authenticate wired users using MAB (for IP phones, printers, servers, and other devices) and 802.1x (for corporate users). I already configured the authentication services (MAB and 802.1x) on ACS, but when I'm doing tests I can see that for example the phones are trying to authenticate using the 802.1x rules of wireless connection, not using the MAB rules.
    Below you could see my switch configuration related to authentication.
    switchport access vlan 2011
    switchport mode access
    switchport voice vlan 2111
    ip access-group PRE-AUTH in
    authentication event fail action authorize vlan 2211
    authentication event no-response action authorize vlan 2211
    authentication host-mode multi-domain
    authentication port-control auto
    mab
    dot1x pae authenticator
    dot1x timeout tx-period 5
    dot1x max-reauth-req 1
    You could also see an screen from the ACS in the attached file. On the picture remark you could see a IP Phone trying to authenticate using the wireless Access Services insted of using MAB.
    Any help would be apreciated.
    Regards,
    Luis F. Martinez

    Can you share the service selection rules you have defined
    Also the RADIUS attributes in the wireless and MAB requests.
    select: Monitoring and reports -> Launch Monitoring & Report Viewer
    and then select Authentications -> RADIUS today
    You should see a list of the requests including the ones you had tried. In the details column click on the icon and you will see the details of your RADIUS request. This includes the list of RADIUS attributes received.

  • SCOM 2012 Issue The Data Access service is either not running or not yet initialized

    Hello All,
    My SCOM 2012 console all of sudden stopped working when I changed the size of the SQL database for the SCOM server.
    The setup is all on a virtual machine running windows 2012, with SQL 2012 running SCOM 2012 SP1. Everything was working until I made the SQL server database size change.
    Now I am getting an error when I try to open the SCOM 2012 console. It just says Failed to connect to server servername.internaldomain.com The Data Access service is either not running or not yet initialized. Check the event log for more information.
    here is the logs from the console app (the application logs are below this)
    Date: 2/11/2013 12:16:45 PM
    Application: Operations Manager
    Application Version: 7.0.9538.0
    Severity: Error
    Message: Failed to connect to server 'servername.internaldomain.com'
    Microsoft.EnterpriseManagement.Common.ServiceNotRunningException: The Data Access service is either not running or not yet initialized. Check the event log for more information. ---> System.ServiceModel.EndpointNotFoundException: Could not connect to
    net.tcp://servername.internaldomain.com:5724/DispatcherService. The connection attempt lasted for a time span of 00:00:02.0956135. TCP error code 10061: No connection could be made because the target machine actively refused it 192.168.X.X:5724.  --->
    System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 192.168.X.X:5724
       at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       --- End of inner exception stack trace ---
    Server stack trace:
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
       at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
       at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
       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.EnterpriseManagement.Common.Internal.IDispatcherService.Connect(SdkClientConnectionOptions connectionOptions)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Initialize(EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
       --- End of inner exception stack trace ---
       at Microsoft.EnterpriseManagement.Common.Internal.ExceptionHandlers.HandleChannelExceptions(Exception ex)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.ConstructEnterpriseManagementGroupInternal[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore clientCallback)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.RetrieveEnterpriseManagementGroupInternal[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore callbackDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Connect[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore callbackDispatcherService)
       at Microsoft.EnterpriseManagement.ManagementGroup.InternalInitialize(EnterpriseManagementConnectionSettings connectionSettings, ManagementGroupInternal internals)
       at Microsoft.EnterpriseManagement.ManagementGroup.Connect(ManagementGroupConnectionSettings connectionSettings)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Common.ManagementGroupSessionManager.Connect(String server)
       at Microsoft.EnterpriseManagement.Monitoring.Console.Internal.ConsoleWindowBase.TryConnectToManagementGroupJob(Object sender, ConsoleJobEventArgs args)
    System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://servername.internaldomain.com:5724/DispatcherService. The connection attempt lasted for a time span of 00:00:02.0956135. TCP error code 10061: No connection could be made because
    the target machine actively refused it 192.168.X.X:5724.  ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 192.168.X.X:5724
       at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       --- End of inner exception stack trace ---
    Server stack trace:
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
       at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
       at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
       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.EnterpriseManagement.Common.Internal.IDispatcherService.Connect(SdkClientConnectionOptions connectionOptions)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Initialize(EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
    System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 192.168.X.X:5724
       at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
    Application Error: Event ID:1000
    Faulting application name: Microsoft.Mom.Sdk.ServiceHost.exe, version: 7.5.2808.0, time stamp: 0x5082b3a5
    Faulting module name: KERNELBASE.dll, version: 6.2.9200.16451, time stamp: 0x50988aa6
    Exception code: 0xe0434352
    Fault offset: 0x000000000003811c
    Faulting process id: 0xb28
    Faulting application start time: 0x01ce088d19221739
    Faulting application path: C:\Program Files\System Center 2012\Operations Manager\Server\Microsoft.Mom.Sdk.ServiceHost.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: 5a80a27e-7480-11e2-93fc-00155d01651b
    Faulting package full name:
    Faulting package-relative application ID
    .NET Runtime Error Event ID: 1026
    Application: Microsoft.Mom.Sdk.ServiceHost.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: Microsoft.EnterpriseManagement.ConfigurationReaderException
    Stack:
       at Microsoft.EnterpriseManagement.ServiceDataLayer.DispatcherService.Initialize(Microsoft.EnterpriseManagement.InProcEnterpriseManagementConnectionSettings)
       at Microsoft.EnterpriseManagement.ServiceDataLayer.DispatcherService.InitializeRunner(System.Object)
       at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
       at System.Threading.ThreadHelper.ThreadStart(System.Object)
    I tried to reinstall the console and some of other mentioned things from the other posts but I think that there is a SQL issue here that I am not seeing. Can someone please help.
    Thanks
    Robert Lavigne Network Operations Manager - Kilobytes Data Solutions.

    Hi
    The issue got resolved after refresh the SCOM Data base access service  account in SQL 2012.
    Unable to launch the operations manager 2012 R2 console after extended the C drive of the SQl server ,getting error "The Data
    Access service is either not
    running or not yet initialized.
    Got to your SQL server -->databases-operationsmanager--security-users--locate the daa service account and refresh.issue fixed and am able to luanch.

  • Issue with changing Access Service in ACS 5.2

    Hi,
    I am working on lab setup where I installed ACS 5.2 I created new access service and used it in existing service selection rule (Rule-2) earlier but it didn't work. Later I created new service selection rule and applied new service access rule. However even after this change it keeps applying predefined default access access service. Please refer attached picture for better understanding.
    As shown, I want Aks-Rule to work and apply service 'Lab-Policy' however it keeps referring Rule-2 and applies 'Default Device Admin' access service even after I disable it. 
    I have to restart ACS service from CLI console to make it work. Is this a bug or am I missing anything. Please advise guys.
    Regards,
    Akshay

    Since the policy AKS is top in sequence under service selection rule so it should hit for sure. As you wrote that even after disabling the default device admin, then also request is hitting the same and restarting the ACS services resolved the issue. The symptoms of your issue are exactly same as stated in this defect.
    CSCuo93378    Certain browsers cause ACS database corruption
    Due to this issue we have seen cases where request hits the disable and default policies without any reason. Actually accessing ACS via chrome mess around with all the operators in conditions.
    The only workaround is to access all the rules and conditions in supported browser. Ensure all the operators are correct, save the changes and restart the ACS services.
    The issue seems to be fixed in ACS 5.5 patch 5
    Regards,
    Jatin

  • Access Services & Web Database Issues

    So, recently an access web database (AWDB) was added to the SharePoint 2010 Farm. It was working fine until about a week or so ago. There are 2 web front-end servers on the farm (let's call them WFE1 and WFE2), which are load-balanced (just stating
    this to clear up any future confusion).
    Now, when I force my client PC to send requests to AWDB through WFE1 I get an error in the issue details comments box stating, "Access Services reports are not enabled." However, when I force my PC to send requests through WFE2, I don't get this
    error but rather all comments are listed. There's more though; while I am able to view comments via WFE2, I encounter error messages pertaining to macros when I attempt to make a change to any issue; e.g. "Failed to start macro 'AddComment" or "Failed
    to start macro 'AfterUpdate".
    Any help is appreciated...

    Hi,
    Thank you for your response.
    "As the “Access Services reports are not enabled” error occurred in WFE1, I recommend to check if the
    Reporting Services add-in for SharePoint 2010 is installed in this WFE." ~ So, WFE1 was the only one that didn't have the Add-in installed. I was able to install it and that got rid of the error on WFE1.
    As for the macro errors, I have a more detailed error message from the ULS logs:
    RunWorkflow: Microsoft.SharePoint.SPException: <Error><CompilerError Line="15" Column="2" Text="CreateInstance failed for type 'Microsoft.Office.Access.Server.Macro.Runtime.InitializeMacroActivity'. Loading this assembly would produce a different
    grant set from other instances. (Exception from HRESULT: 0x80131401)." /><CompilerError Line="16" Column="2" Text="CreateInstance failed for type 'Microsoft.Office.Access.Server.Macro.Runtime.ContextAwareSequenceActivity'. Loading this assembly would
    produce a different grant set from other instances. (Exception from HRESULT: 0x80131401)." /><CompilerError Line="17" Column="3" Text="Invalid data found while deserializing an object of type 'Microsoft.SharePoint.WorkflowActions.RootWorkflowActivityWithData'."
    /><CompilerError Line="34" Column="2" Text="CreateInstance failed for type 'Microsoft.Office.Access.Server.Macro.Runtime.FinalizeMacroActivity'. Loading this assembly would produce a different grant set from other instances. (Exception from HRESULT:
    0x80131401)." /></Error>   
     at Microsoft.SharePoint.Workflow.SPNoCodeXomlCompiler.LoadXomlAssembly(SPWorkflowAssociation association, SPWeb web)   
     at Microsoft.SharePoint.Workflow.SPWinOeHostServices.LoadDeclarativeAssembly(SPWorkflowAssociation association, Boolean fallback)   
     at Microsoft.SharePoint.Workflow.SPWinOeHostServices.CreateInstance(SPWorkflow workflow)   
     at Microsoft.SharePoint.Workflow.SPWinOeEngine.RunWorkflow(SPWorkflowHostService host, SPWorkflow workflow, Collection`1 events, TimeSpan timeOut)   
     at Microsoft.SharePoint.Workflow.SPWorkflowManager.RunWorkflowElev(SPWorkflow workflow, Collection`1 events, SPWorkflowRunOptionsInternal runOptions)
    I really don't know where to start with this one...

  • Access Services 2013 issue

    Hi,
    I have set-up Access Services 2013 and it's working well on a couple of non SSL web app's.
    We have another 2 web app's that are configured for SSL and unfortunately Access custom web app's are not working on these.
    The access app is created but when I try to browse to it IO get prompted for username and password and then I just get a white page.  Can anyone help?
    On the SSL sites, I was originally getting a http 404 error page but using the below article I created a new web app with no host header and setup for SSL for routing to the app domain.
    ShjarePoint 2013 enterprise, 3 server setup, DB-App-WFE, March 2013 PU installed.
    Thanks

    Import that certificate in Central Admin > Security > Manage Trust.
    If it does not work try below:
    New-SPTrustedSecurityTokenIssuer –MetadataEndpoint "https://<HostName>/metadata/json/1" –IsTrustBroker –Name "<FriendlyName>"

  • Remote Delta link setup problem with Bean / Access Service

    Hello,
    I am trying to setup Remote Delta Link (RDL) between two portals. (Both portals same version - EP 7.0 EHP1 SP 05 - are in the same domain)
    I already have the Remote Role Assignment working without any issues.
    The following have been done successfully:
    1. Same user repository has been setup for both the portals
    2. Setup trust between producer and consumer (SSO working fine)
    3. Producer added and registered succesfully on consumer
    4. Permissions setup on producer and consumer
    4. pcd_service user with required UME actions setup
    I am able to see all the remote content in the Consumer portal.
    When I try to copy the remote content and paste it as local content, I am getting the following error:
    Could not create remote delta link to object 'page id'. Could not connect to the remote portal. The remote portal may be down, there may be a network problem, or your connection settings to the remote portal may be configured incorrectly.
    After increasing the log severity, I am able to see the following in Default Trace:
    com.sap.portal.fpn.transport.Trying to lookup access service (P4-RMI) for connecting to producer 'ess_int' with information: com.sap.portal.fpn.remote.AccessServiceInformation@31c92207[connectionURL=hostname.mycompany.com:50004, shouldUseSSL=false, RemoteName=AccessService]
    com.sap.portal.fpn.transport.Unable to lookup access service (P4-RMI) with information: com.sap.portal.fpn.remote.AccessServiceInformation@31c92207[connectionURL=hostname.mycompany.com:50004, shouldUseSSL=false, RemoteName=AccessService]
    AbstractAdvancedOperation.handleDirOperationException
    [EXCEPTION]
    com.sap.portal.pcm.admin.exceptions.DirOperationFailedException: Could not retrieve the bean / access service to connect with producer
    Could not retrieve the bean / access service to connect with producer
    Like you can see above, there is some bean / access service which is not retrieved successfully. I am not sure if this is a permission problem on the consumer.
    I have checked that the P4 ports are configured correctly (standard - not changed) and I am able to telnet from producer to consumer (and vice versa) on the P4 port.
    I am stuck at this point and am not able to find any information on this.
    I would really appreciate if some one can point me in the right direction.
    Thank you for reading.
    - Raj

    Hi Raj,
    Please check your config of the P4 port on the producer.  Is it really 50004 (check SystemInfo of the producer)?
    I do think there's a problem with the P4 communication since RDL requires P4 connection.
    Do you have load balanced consumer-producer connection? Please refer to this blog for further details
    Little known ways to create a load balanced Consumer – Producer connection in a FPN scenario
    Regards,
    Dao

  • "unable to connect to the data access service" installing report server

    Trying to do a 2 server SCOM 2012 R2 install on Server 2012 w/SQL 2012.  Management server and operations console on one, and SQL, web console, and reporting server on the other.  When I get to the web console and reporting server install, and
    the "Specify Management Server" screen, I input the 1st management server name and it gives me a red X with the message:
    "Unable to connect to the Data Access service for this management server. Ensure the Data Access service is running and that the service, the management group, and setup are all the same version."  
    Here is the setup log error:  
    "Info: :Could not connect to Management Server: scom-app with exception: Threw Exception.Type: System.ArgumentException, Exception Error Code: 0x80070057, Exception.Message: Version string portion was too short or
    too long."
    I don't see the "Data Access" service in services on either server.  I followed all of the setup prereqs in SCOM 2012 unleashed book, and also referenced this article for setup advice:
    http://blogs.technet.com/b/kevinholman/archive/2013/01/16/opsmgr-2012-sp1-quickstart-deployment-guide.aspx
    Everything seems to be working until I get to this point. 
    Thank you for any help you can provide,
    Dan

    Hi Tom,
    1. Did the setup complete successfully on the MS and Console server?
    >>>Yes, without issue
    2. You do not see the service "System Center Data Access Service"
    >>>I do indeed see it on the MS and Console server, it is set to Auto and running.  (I also tried rebooting this server and retried, no help)
    3. Is the Windows Firewall enabled?
    >>>It has symantec endpoint protection.  I disabled symantec completely on both servers and retried, no help.
    Thx,
    Dan

  • Solution Manager 4.0/When accessing services as ex. showing graphic in Proj

    Hi,
    We have just upgraded from Solution Manager 3.1 to 4.0. When accessing services as ex. showing graphic in Projects, tab graphics shows: " Service cannot be reached.
    What has happened?
    URL http://dnismpa.danisco.com:1080/sap/bc/solman/defaultUser/graphic/solmangraphic.htm call was terminated because the corresponding service is not available.".
    Services activated as told in IMG/Activate Solution Manager Services. Service user created as in IMG/Create Service User for HTTP access. Alias created as in IMG/Create Alias for Business Server Pages and Create Alias for Document Manager Service.
    Please, can anybody advise on this issue. Thanks in advance.
    Med venlig hilsen / Best regards
    Hanne Münther
    Danisco IT/SAP-Basis
    Danisco A/S

    Hello,
    Same problem here. Did you find a solution to your problem ?
    Regards.

  • Error During install Exchange 2013 through Powershell on Server 2012 "Mailbox role: Client Access service"

    Dear all
    During install Exchange 2013 through Powershell on Server 2012 I got this error in Mailbox role: Client Access service :
    The following error was generated when "$error.Clear();
    $BEVdirIdentity = $RoleNetBIOSName + "\OWA (Exchange Back End)";
    new-OwaVirtualDirectory -Role Mailbox -WebSiteName "Exchange Back End" -DomainController $RoleDomainController
    set-OwaVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
    " was run: "An error occurred while creating the IIS virtual directory 'IIS://MONAMBX2.mona.local/W3SVC/2/ROOT/o
    wa' on 'MONAMBX2'.".
    The following error was generated when "$error.Clear();
    $BEVdirIdentity = $RoleNetBIOSName + "\OWA (Exchange Back End)";
    new-OwaVirtualDirectory -Role Mailbox -WebSiteName "Exchange Back End" -DomainController $RoleDomainController
    set-OwaVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
    " was run: "The operation couldn't be performed because object 'MONAMBX2\OWA (Exchange Back End)' couldn't be fo
    und on 'MonaDc1.mona.local'.".
    Any advice please !!

    I can't answer your question but I had a similar issue when I was trying to move our mailbox database off the C: drive.  Our environment still has an Exchange 2007 server in it and when I was trying to move the database on the 2013 server, I would get
    error messages saying the database does not exist.  It seemed like it was trying to move the database on the 2007 server from the similar error messages that I was getting.  To get around it, I deleted the database and created a new one on the drive
    where we wanted it.
    I discovered this when I was configuring the Antispam settings.  I deleted our 2007 settings, added them to the 2013 shell, the settings appeared on our 2007 server.  The shell on 2013 was making changes to 2007.
    I'm not sure if there is a "Get|Set or New" command that I/we should be using when this happens.  Or maybe my issues will be fixed if I just remove the Exchange 2007 server?  I'm not ready to do that yet because I can't configure the spam filtering
    on 2013 yet with its shell not being able to make the changes that we need.
    I don't know if your environment is in coexistence mode like mine.
    Hopefully someone else out there has an answer or can tell us when/how the shell can make the appropriate changes to the 2013 server.  Does this happen after the 2007 server is removed?

  • Error 1053 when starting the Routing And Remote Access service

    Hi all,
    When I tried to start the "Routing And Remote Access" service on Windows 8.1 I got an error message as follow.
    Could some one help me please.
    Than's.

    Hi MRAB,
    Please check if all dependences are enabled first.
    Then set the start type to Automatic.
    Does this issue still occur after a restart?
    Alex Zhao
    TechNet Community Support

  • Error in Accessing Service Browser in CAF

    I am trying to accessing Service browser from test tools in CAF.I am getting Sevurity warning as Access forbidden.So please resolve this issue.
    Thank you,
    Murthy.

    Hi,
    You need to assign the required roles to your user. Check the following links for more details:
    [SAP Network Blog: Setting up Roles for CAF, GP and Visual Composer|/people/ashutosh.rastogi/blog/2006/11/25/setting-up-roles-for-caf-gp-and-visual-composer]
    Thanks,
    Dipankar

  • Access Services Not Working Correctly

    I have deployed Access Services and kept to the correct steps accurately according to the Microsoft whitepaper on deploying it.
    When I create a new Access app, this is the way it looks in a browser when I go into it:
    As you can see, it looks quite terrible. If anyone can please help me with where to start, I would appreciate it. I did go through the white paper and make sure I followed all the steps.

    I went to the app permissions and clicked the option to repair permissions if they seem to be broken, this seems to have corrected the CSS issue.
    The other issue I am having is that from anywhere outside the network (and over the VPN) where the VM's are located, you cannot see any data in the Access 2013 Client.

  • The Data Access service is either not running or not yet initialized

    data access agent service is running.
    Database is running
    still facing this error .

    Hi,
    Please check if the System Center Data Access Service is running.
    If it is SCOM 2012, please check if this is the issue:
    System Center Data Access or Management Configuration services fail to start after applying KB2677070
    http://support.microsoft.com/kb/2730040
    If it is SCOM 2007, please refer to the following post:
    OpsMgr 2007: Operations Console does not open and gives SDK service error
    http://support.microsoft.com/kb/2002620
    Thanks.
    Nicholas Li
    TechNet Community Support

  • Anyconnect is not able to run with windows routing & remote access service

    I am unable to connect with the new Anyconnect VPN installation when it tries to connect, it raises an alert that says, "The Windows Routing and Remote Access service is not compatible with the VPN client. The VPN client cannot operate when this service is running."
    I have a Dell system laptop, OS is XP SP2 with all the latest Windows updates up to SP2. My internet connection is DSL modem. Internet hardware is an
    external adapter connected to my USB port. The adapter is controlled by the Routing and Remote Access service mentioned in the alert message.
    Can anyone help me how we can solve this issue. I appreciate the help and currently some of the users can not connect to my network who works from home.
    Thanks
    Chandru

    I believe that Chandru's concern is in his statement that his DSL modem is controlled by the RAS service.
    I agree with Andrew that Chandru probably does not need the RAS enabled. I have used several Dell laptop running XP and connected to DSL just fine without needing RAS. If there is some aspect of how the laptop is configured that results in needing RAS for the modem then perhaps Chandru can clarify this for us.
    HTH
    Rick

Maybe you are looking for

  • Offset customer and vendor open items from different company codes

    Dear all, I would appreciate if you could help me with below issue: We have 2 company codes, these 2 company codes are under one company, i.e one group. When one company code (company code A) make vendor payment, the other company code (company code

  • Why can't I get the pdf to convert to publisher?

    Why can't I get the pdf to convert to publisher?

  • Photo gallery on Belle update (N8)

    The photo browser in Anna used to show both the photos and videos I shot with the phone. After updating to Belle the photo browser only shows the video files I shot during 2012, but photos from both 2011 and 2012. In the video browser all videos shot

  • How do I print a photo in a particular size?

    Just got my mac about 6 weeks ago and I'm having my first "i want to rip my hair out" experience. On my PC, this happened once a week, so progress at least. Here's the question: I want to print a photo in a much smaller size than it is imported into

  • Prob in merge FI & MM data using infoset

    hi I need to integrate data from FI and MM. that for a particular PO , i want all the MM data as well as the FI doc created for it in a single record. For this I am creating an Infoset in R/3 against the RBKP , BSIK and BSAK tables. & joining conditi