OAM 11gR2 - Remote Registration Exception - HTTP Error 501

Hello
I installed OAM 11gR2 and am trying to configure OAM with WebGate.
While doing remote registration using rreg.bat I get an exception
RemoteRegistrationException
HTTP error 501 could not send HTTP Post message
Can anyone help me?
Thanks,
Ram

Its most likely a problem with your java version.
I know for sure that Java version 1.6.0_37 doesn't work and that 1.6.0.41 works for sure.
Can you try installing a different version of java.
if on linux use the
update-alternatives --config java
as root to point to the java (other version that you installed) and try again.
Let me know if that helps.
Cheers
-Kungo

Similar Messages

  • HTTP Error 501 with SOAP Sender channel

    Hello,
    i've am simple Question:
    I want to call the following SAP XI SOAP Sender channel "MySoapSenderChannel":
    XI-Parameters:
    namespace: <myInterfaceNamespace>
    Interface:   <myAsynchInterface>
    QoS: Exactly Once in Order
    Queue: MY_QUEUE
    We do not care about the Response - so the processing is asynchron.
    Thus my interface mapping maps to asynch interfaces. The desitnation
    is an ABAP Proxy. The configuration has been done and tested.
    Here my question:
    according the documentation, the URL has the following syntax:
    http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel.
    In our case:
    http://<myHost>:8002/XISOAPAdapter/MessageServlet?channel=:MyService:MySoapSenderChannel.
    But when i generate a WSDL for the interface out of the Configuration, the address is:
    <soap:address location="http://<myHost>:8002/sap/xi/engine?type=entry&amp;version=3.0&amp;Sender.Service=MyService&amp;Interface=...
    and so forth.
    But was is the difference between these 2 possibilities?
    Why do i get HTTP Error 501 when i use the URL from the documentation (the first one)?
    Thanx in advance
    Gunnar

    Gunnar,
    I will suggest you to go through it once to check all your connection.
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    Regards,
    Sarvesh

  • "HTTP error: 501 Not Implemented" error while uploading emp photo

    Hi,
    While uploading employee photo
    getting error "HTTP error: 501 Not Implemented"
    this error i am getting while linking employee photo to SAP.
    pls suggest me how to solve.
    thanx in advance

    Hi,
    don't worry about the "HTTP error:501 Not Implemented The adminContRep command is an internal SAP R/3 command and not accepted by this content repository" error message, it only means that if you chosen the CSadmin button (or transaction) that this only developed from SAP content server and cannot be used for other 3rd party ones, like OpenText.
    BR,
    Janos

  • Exceptions & HTTP Error 500

    I noticed that weblogic web services layer sends a http error 500 back when exceptions are thrown form an EJB.
    Anyone know how to control the http error so it is 200 instead of 500.
    Thanks,
    -Tony

    Ramesh
    The 500 error I guess is due to a miss correlation, sending wrong data to the server making it crash.
    You can record JavaScript files by editing the proxy filter:
    View -> OpenScript Preferences -> Record -> HTTP module (or Sieble) -> Change to URL Filters tab; you can add edit remove filters from there.
    Regards
    Alex

  • OAM 11gR2 Throwing SSL Warning after configured to use HTTPS Load Balancer

    I have configured OAM 11gR2 to use an https load balancer on 14100 and have set my managed servers SSL listen port to 14100 (Could not use 14101 because the HTTPS VIP created was listing on 14100) everything works fine with this configuration, but my logs are filling up the the following warning.
    <Oct 3, 2012 1:41:54 PM UTC> <Warning> <Security> <BEA-090475> <Plaintext data for protocol HTTP was received from peer 10.228.0.1 - 10.228.0.1 instead of an SSL handshake.>
    I know that 10.228.0.1 is the DNS server, but I'm not sure why this happening. Any ideas?

    What is WLS and OHS versions are you using in this environment?
    If it's old version than these, please upgrade WLS to 10.3.3 and the OHS to 11.1.1.3. These is a known bug on WLS side not it OAM.
    I hope this helps,
    Thiago Leoncio.

  • Rv042 Error 501 not implemented

    Hi
    My quickvpn setup has been working great for a few years but it stop working recently with the following error message in
    wget_request_error.txt:
    HTTP request sent, awaiting response... 501 Not Implemented
    20:10:10 ERROR 501: Not Implemented.
    quickvpn hangs on the dreaded verifying network stage.
    Checked VPN router logs and also quickVPN client logs and confirmed the tunnel has been created successfully. However the ping was unsuccessful.
    I look through the forum and confirmed that my quickvpn user account and password only contains alphanumeric characters.
    Really appreciate if someone can please help me resolve this issue.
    Thanks.

    Hi,
    don't worry about the "HTTP error:501 Not Implemented The adminContRep command is an internal SAP R/3 command and not accepted by this content repository" error message, it only means that if you chosen the CSadmin button (or transaction) that this only developed from SAP content server and cannot be used for other 3rd party ones, like OpenText.
    BR,
    Janos

  • BizTalk 2013 SFTP Adapter Dynamic SFTP send port exception: Open remote file for write error

    I am using BizTalk 2013 SFTP adapter. I defined a Dynamic One-Way
    send port on BizTalk server administration.
    Below is the error I'm getting on BizTalk while trying to write files to a designated folder on a client's SFTP server.
    When defining the same path and properties on a Static One-Way send port everything works properly and the files are being saved on the SFTP server.
    A message sent to adapter "SFTP" on send port "ComverseSFTP_1.0.0.0_ComverseSFTP.SendFileToSFTP_SendFileToSFTPServer_f6b86b86a22079f8" with URI "SFTP://abc.xyz.com:22/upload/%SourceFileName%"
    is suspended.
    Error details: Microsoft.BizTalk.Adapter.SftpInvoker.SftpException: Open remote file for write error.
     Server stack trace:
       at Microsoft.BizTalk.Adapter.SftpInvoker.SftpInvoker.OpenRemoteFileWrite(String fileName, Int32 fileOffset)
       at Microsoft.BizTalk.Adapter.SftpInvoker.SftpFileWriterStream.Write(Byte[] buffer, Int32 offset, Int32 count)
       at Microsoft.BizTalk.Adapter.Sftp.SftpOutputChannel.Send(Message message, TimeSpan timeOut)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
     Exception rethrown at [0]:
       at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
     Exception rethrown at [1]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at System.ServiceModel.Channels.IOutputChannel.EndSend(IAsyncResult result)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.SendCallback(IAsyncResult result)
    MessageId:  {926F44F2-9180-4B33-96FF-9E4CBC459382}
    InstanceID: {36A50A7F-63C4-48D9-903D-A33C85DDAE36}
    Can you please assist with explaining why are we getting this exception?
    Thank you for your help.

    Below is the error I'm getting on BizTalk while trying to write files to a designated folder on a client's SFTP server.
    When defining the same path and properties on a Static One-Way send port everything works properly and the files are being saved on the SFTP server.
    A message sent to adapter "SFTP" on send port "ComverseSFTP_1.0.0.0_ComverseSFTP.SendFileToSFTP_SendFileToSFTPServer_f6b86b86a22079f8" with URI "SFTP://abc.xyz.com:22/upload/%SourceFileName%"
    is suspended.
    Error details: Microsoft.BizTalk.Adapter.SftpInvoker.SftpException: Open remote file for write error.
    Hi Yaeli1,
    From the error message above,  please check the permission for file writing , it seems that this issue is related to access permission.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Oracle epm 11.1.2.2 http error

    I installed (personal installation) and configured 11.1.2.2. Installation was successful. Configuration only partly successful as most of the errors point to http error and unable log on to workspace. It brings up a java.net error.
    Can you help please?

    ( Apr 4, 2013 5:12:40 PM ) Configuration tasks state test successfully completed.
    ( Apr 4, 2013 5:12:40 PM )  - passed: Validating that configuration tasks have been completed
    ( Apr 4, 2013 5:12:40 PM ) DB Connectivity test for repository successfully completed.
    ( Apr 4, 2013 5:12:40 PM )  - passed: Checking connection to database jdbc:oracle:thin:@RATNAP01:1521:FUSION
    ( Apr 4, 2013 5:12:43 PM ) Web Applications check failed.
    ( Apr 4, 2013 5:12:43 PM )  - failed: Availability of Web application context http://RATNAP01:9000/aif/faces/setup/Main.jspx
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code with GET method: 404
    ( Apr 4, 2013 5:12:43 PM )  - failed: Availability of Web application context http://RATNAP01:9000/oracle-epm-erpi-webservices/RuleService
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code with GET method: 404
    ( Apr 4, 2013 5:12:49 PM ) External Providers check successfully completed.
    ( Apr 4, 2013 5:12:49 PM )  - passed: Check Native Directory external authentication provider configuration
    ( Apr 4, 2013 5:12:53 PM ) Login check failed.
    ( Apr 4, 2013 5:12:53 PM )  - failed: Checking availability of login http://RATNAP01:9000/interop/logon
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code: 404
    ( Apr 4, 2013 5:12:58 PM ) Missed registry links check successfully completed.
    ( Apr 4, 2013 5:12:58 PM )  - passed: Checking that all components in the registry have a link to host
    ( Apr 4, 2013 5:12:58 PM ) Datasource entries existence successfully completed.
    ( Apr 4, 2013 5:12:58 PM )  - passed: Checking if datasource property exists in the registry
    ( Apr 4, 2013 5:12:58 PM ) Datasource entries existence failed.
    ( Apr 4, 2013 5:12:59 PM ) Datasource entries existence successfully completed.
    ( Apr 4, 2013 5:12:59 PM )  - passed: Checking if datasource property exists in the registry
    ( Apr 4, 2013 5:13:00 PM ) Datasource entries existence failed.
    ( Apr 4, 2013 5:13:02 PM ) Web Server Registry check successfully completed.
    ( Apr 4, 2013 5:13:02 PM )  - passed: Checking if Web Server linked to the all Web Applications
    ( Apr 4, 2013 5:13:02 PM ) Shared library targeting test failed.
    ( Apr 4, 2013 5:13:13 PM ) Checking if registry database compy with taxonomy. successfully completed.
    ( Apr 4, 2013 5:13:13 PM )  - passed: All components comply with registry taxonomy.
    ( Apr 4, 2013 5:13:13 PM ) System path variable length test successfully completed.
    ( Apr 4, 2013 5:13:13 PM )  - passed: Checking whether system path variable length exceeds 2,000
    ( Apr 4, 2013 5:13:13 PM ) CSS Status Check failed.
    ( Apr 4, 2013 5:13:13 PM )  - failed: Validating that CSS has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=CSS
    ( Apr 4, 2013 5:13:14 PM ) CES Status Check failed.
    ( Apr 4, 2013 5:13:14 PM )  - failed: Validating that CES has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=CES
    ( Apr 4, 2013 5:13:14 PM ) Audit Status Check failed.
    ( Apr 4, 2013 5:13:14 PM )  - failed: Validating that Audit has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=AUDIT
    ( Apr 4, 2013 5:13:14 PM ) LCM Status Check failed.
    ( Apr 4, 2013 5:13:14 PM )  - failed: Validating that LCM has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=LCM
    ( Apr 4, 2013 5:13:15 PM ) HUB Status Check failed.
    ( Apr 4, 2013 5:13:15 PM )  - failed: Validating that HUB has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=HUB
    ( Apr 4, 2013 5:13:15 PM ) Registry Status Check failed.
    ( Apr 4, 2013 5:13:15 PM )  - failed: Validating that Registry has been initialized
        Error:java.io.FileNotFoundException: http://RATNAP01:9000/interop/status?component=REGISTRY
    ( Apr 4, 2013 5:13:15 PM ) Product registry component test successfully completed.
    ( Apr 4, 2013 5:13:15 PM )  - passed: Checking if product has only one product node in registry.
    ( Apr 4, 2013 5:13:18 PM ) Product registry component test failed.
    ( Apr 4, 2013 5:13:25 PM ) EPMA DimensionServer Server Configuration successfully completed.
    ( Apr 4, 2013 5:13:25 PM )  - passed: Validating EPMA Dimension Server hyperion-bpma-server startup... Successful...
    ( Apr 4, 2013 5:13:34 PM ) Check EPMA services individually failed.
    ( Apr 4, 2013 5:13:34 PM )  - failed: Validating whether jobmanager service is available.
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code: 500
    ( Apr 4, 2013 5:13:35 PM ) Essbase Studio Server failed.
    ( Apr 4, 2013 5:13:35 PM )  - failed: Validating Essbase Studio Server connection
        Error:api.CPException.networkError
    ( Apr 4, 2013 5:13:40 PM ) Financial Management Web Service access test successfully completed.
    ( Apr 4, 2013 5:13:40 PM )  - passed: Checking accessibility of Web services on http://RATNAP01:80/HSFWebServices/HSFWebService.asmx.
    ( Apr 4, 2013 5:13:40 PM ) Check if the Interactive Reporting Product (INTERACTIVE_REPORTING_PRODUCT) component exists. successfully completed.
    ( Apr 4, 2013 5:13:40 PM )  - passed: Found: 1.
    ( Apr 4, 2013 5:13:41 PM ) Check if IR BI Services are available. successfully completed.
    ( Apr 4, 2013 5:13:41 PM )  - passed: All IR BI Services are available: IRBI_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:41 PM ) Check if IR Job Services are available. successfully completed.
    ( Apr 4, 2013 5:13:41 PM )  - passed: All IR Job Services are available: IRJOB_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:41 PM ) Check if IR DAS Services are available. successfully completed.
    ( Apr 4, 2013 5:13:41 PM )  - passed: All IR DAS Services are available: IRDAS_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:41 PM ) Check if IR Log Services are available. successfully completed.
    ( Apr 4, 2013 5:13:41 PM )  - passed: All IR Log Services are available: IRLOG_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:42 PM ) Check if the Reporting and Analysis Setup (RA_SETUP) component exists. successfully completed.
    ( Apr 4, 2013 5:13:42 PM )  - passed: Found: 1.
    ( Apr 4, 2013 5:13:42 PM ) Check if all required RAF properties exist under the Reporting and Analysis Setup component. successfully completed.
    ( Apr 4, 2013 5:13:42 PM )  - passed: All required properties exist.
    ( Apr 4, 2013 5:13:42 PM ) Check if the Agent Module (AGENT_MODULE) components exist. successfully completed.
    ( Apr 4, 2013 5:13:42 PM )  - passed: Found: 5.
    ( Apr 4, 2013 5:13:43 PM ) Check if the Reporting and Analysis Service (RA_SERVICE) components exist. successfully completed.
    ( Apr 4, 2013 5:13:43 PM )  - passed: Found: 20.
    ( Apr 4, 2013 5:13:43 PM ) Check if the Agent (AGENT) components exist. successfully completed.
    ( Apr 4, 2013 5:13:43 PM )  - passed: Found: 1. Hosts for the components: RATNAP01.
    ( Apr 4, 2013 5:13:43 PM ) Check if the RAF Logical Web App (LOGICAL_WEB_APP) component exists. successfully completed.
    ( Apr 4, 2013 5:13:43 PM )  - passed: Found: 1.
    ( Apr 4, 2013 5:13:43 PM ) Check if the RAF Web App (RA_FRAMEWORK_WEB_APP) components exist. successfully completed.
    ( Apr 4, 2013 5:13:43 PM )  - passed: Found: 1. Hosts for the components: RATNAP01.
    ( Apr 4, 2013 5:13:44 PM ) Check consistency of the Service Agent sets between Registry and V8_SERVICEAGENT. successfully completed.
    ( Apr 4, 2013 5:13:44 PM )  - passed: Data in Registry and database are consistent.
    ( Apr 4, 2013 5:13:45 PM ) Check consistency of the Service Agent properties between Registry and database tables (V8_SERVICEAGENT, V8_SA_PROPS). successfully completed.
    ( Apr 4, 2013 5:13:45 PM )  - passed: Data in Registry and database are consistent.
    ( Apr 4, 2013 5:13:45 PM ) Check if all required RAF properties exist under the RAF Logical Web App component. successfully completed.
    ( Apr 4, 2013 5:13:45 PM )  - passed: All required properties exist.
    ( Apr 4, 2013 5:13:45 PM ) Check if all required Workspace configuration files exist under the RAF Logical Web App component. successfully completed.
    ( Apr 4, 2013 5:13:45 PM )  - passed: All required files exist.
    ( Apr 4, 2013 5:13:46 PM ) Check if Agents are available. successfully completed.
    ( Apr 4, 2013 5:13:46 PM )  - passed: All Agents are available: Agent on ratnap01.
    ( Apr 4, 2013 5:13:46 PM ) Check if RAF Services are available. successfully completed.
    ( Apr 4, 2013 5:13:46 PM )  - passed: All RAF Services are available: RAF_AGENT_MODULE (Agent on ratnap01).
    ( Apr 4, 2013 5:13:47 PM ) Check if Repository data folder exists. successfully completed.
    ( Apr 4, 2013 5:13:47 PM )  - passed: Data file locations are valid.
    ( Apr 4, 2013 5:13:48 PM ) Check if Job Factory data folder exists. successfully completed.
    ( Apr 4, 2013 5:13:48 PM )  - passed: Data file locations are valid.
    ( Apr 4, 2013 5:13:49 PM ) Check if Service Broker data folder exists. successfully completed.
    ( Apr 4, 2013 5:13:49 PM )  - passed: Data file locations are valid.
    ( Apr 4, 2013 5:13:50 PM ) Check if Event Server data folder exists. successfully completed.
    ( Apr 4, 2013 5:13:50 PM )  - passed: Data file locations are valid.
    ( Apr 4, 2013 5:13:50 PM ) Check if every Agent is associated with some Agent Module(s). successfully completed.
    ( Apr 4, 2013 5:13:50 PM )  - passed: Every Agent is associated with some Agent Module(s).
    ( Apr 4, 2013 5:13:51 PM ) Check if every Reporting and Analysis Service is associated with some Agent Module. successfully completed.
    ( Apr 4, 2013 5:13:51 PM )  - passed: Every Reporting and Analysis Service is associated with some Agent Module.
    ( Apr 4, 2013 5:13:52 PM ) Check if every Agent Module is associated with some Agent. successfully completed.
    ( Apr 4, 2013 5:13:52 PM )  - passed: Every Agent Module is associated with some Agent.
    ( Apr 4, 2013 5:13:52 PM ) Check if every Agent Module (except IR Log) is associated with some Reporting and Analysis Service(s). successfully completed.
    ( Apr 4, 2013 5:13:52 PM )  - passed: Every Agent Module (except IR Log) is associated with some Reporting and Analysis Service(s).
    ( Apr 4, 2013 5:13:53 PM ) Check if Agent Modules and corresponding Agents belong to the same host. successfully completed.
    ( Apr 4, 2013 5:13:53 PM )  - passed: Agent Modules and corresponding Agents belong to the same host.
    ( Apr 4, 2013 5:13:56 PM ) Check if Reporting and Analysis Services and corresponding Agent Modules belong to the same host. successfully completed.
    ( Apr 4, 2013 5:13:56 PM )  - passed: Reporting and Analysis Services and corresponding Agent Modules belong to the same host.
    ( Apr 4, 2013 5:13:57 PM ) Check the possibility to login on Web Analysis Server. failed.
    ( Apr 4, 2013 5:13:57 PM )  - failed: An error occurred while running the check.
        Error:An error occurred while running the check.
    ( Apr 4, 2013 5:13:57 PM ) Check connectivity between Web Analysis Server and Essbase Server. failed.
    ( Apr 4, 2013 5:13:57 PM )  - failed: An error occurred while running the check.
        Error:An error occurred while running the check.
    ( Apr 4, 2013 5:13:58 PM ) Check connectivity between Web Analysis Server and Financial Management Server. failed.
    ( Apr 4, 2013 5:13:58 PM )  - failed: An error occurred while running the check.
        Error:An error occurred while running the check.
    ( Apr 4, 2013 5:14:20 PM ) External repository access test successfully completed.
    ( Apr 4, 2013 5:14:20 PM )  - passed: Launch external checker with next command: C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\launchChecker.bat FetchCategory ****** localhost 6800 /Sample Content
    ( Apr 4, 2013 5:14:36 PM ) External login test for IR successfully completed.
    ( Apr 4, 2013 5:14:36 PM )  - passed: Launch external checker with next command: C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\launchChecker.bat PingBQService ****** localhost 6800
    ( Apr 4, 2013 5:14:36 PM ) Financial Management Application Server Configuration successfully completed.
    ( Apr 4, 2013 5:14:36 PM )  - passed: Validating Financial Management Server registration Successful...
    ( Apr 4, 2013 5:14:50 PM ) Financial Management Service Validation failed.
    ( Apr 4, 2013 5:14:50 PM )  - failed: Verify that the Financial Management service is working.
        Error:EPMVLD-01024: The Financial Management service check failed: ERROR: Unable to CreateApplicationCAS
    ( Apr 4, 2013 5:14:52 PM ) Financial Management Web Server successfully completed.
    ( Apr 4, 2013 5:14:52 PM )  - passed: Validating Financial Management Web application connection Successful...
    ( Apr 4, 2013 5:14:54 PM ) SmartView Provider successfully completed.
    ( Apr 4, 2013 5:14:54 PM )  - passed: Validating Financial Management SmartView Provider connection Successful...
    ( Apr 4, 2013 5:14:57 PM ) LCM Provider successfully completed.
    ( Apr 4, 2013 5:14:57 PM )  - passed: Validating Financial Management LCM Provider connection Successful...
    ( Apr 4, 2013 5:15:16 PM ) Essbase Java API checker failed.
    ( Apr 4, 2013 5:15:16 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect ****** RATNAP01:1423 Embedded
        Error:EPMVLD-01011: Result 1; Error message: Message was not included in output, check logs for details.
    ( Apr 4, 2013 5:15:16 PM ) Check system-jazn-data.xml file for HIT entries successfully completed.
    ( Apr 4, 2013 5:15:16 PM )  - passed: All HIT entries are present in system-jazn-data.xml
    COMP ID = oracle.EPMOHPS
    Hyperion Provider Services - Release 11.1.2.2.100.2167
    Copyright (c) 1991, 2012 Oracle and / or its affiliates. All rights reserved.
    connection mode : EMBEDDED
    essbase.properties: essbase.properties
    java System properties -DESS_ES_HOME: null
    ( Apr 4, 2013 5:15:29 PM ) Essbase server check failed.
    ( Apr 4, 2013 5:15:29 PM )  - failed: Validating Essbase Server connection to RATNAP01
        Error:Cannot connect to olap service. Cannot connect to Essbase Server at "RATNAP01:1423". Network error [10061]: Failed to connect to [RATNAP01:1423]
    ( Apr 4, 2013 5:15:37 PM ) Essbase server check using MaxL failed.
    ( Apr 4, 2013 5:15:37 PM )  - failed: Validating Essbase Server startup using MaxL command
        Error:EPMVLD-01010: Cannot connect to Essbase Server using MaxL.
    ( Apr 4, 2013 5:15:38 PM ) Module login test failed.
    ( Apr 4, 2013 5:15:38 PM )  - failed: Module test for Performance Management Architect with URL http://RATNAP01:9000/workspace/index.jsp?module=awb.awb
        Error:com.hyperion.cis.utils.BadResponseCodeException: Bad response code with POST method: 404
    ( Apr 4, 2013 5:15:38 PM ) Web Server link test failed.
    ( Apr 4, 2013 5:15:48 PM ) EnumerateDimensions failed.
    ( Apr 4, 2013 5:15:48 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.dimeditor.EnumDimensions
        Error:EnumDimensions failed on initialization. Please check all registry information is valid and that HSS is running.
    ( Apr 4, 2013 5:15:59 PM ) EnumerateApplications failed.
    ( Apr 4, 2013 5:15:59 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.repository.EnumApplications
        Error:EnumApplications failed on initialization. Please check all registry information is valid and that HSS is running.
    ( Apr 4, 2013 5:16:09 PM ) EnumerateDataSynchronizations failed.
    ( Apr 4, 2013 5:16:09 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.repository.EnumDataSyncs
        Error:EnumDataSyncs failed on initialization. Please check all registry information is valid and that HSS is running.
    ( Apr 4, 2013 5:16:20 PM ) DimensionEditorLoadAdf failed.
    ( Apr 4, 2013 5:16:20 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.dimeditor.DimEditorLoadAdf
        Error:DimEditorLoadAdf failed on initialization. Please check all registry information is valid and that HSS is running.
    ( Apr 4, 2013 5:16:29 PM ) ApplicationManagerLoadAdf failed.
    ( Apr 4, 2013 5:16:29 PM )  - failed: Launch external checker with next command: C:\Oracle\Middleware\EPMSystem11R1\..\jdk160_29/bin/java -DEPM_ORACLE_HOME=C:\Oracle\Middleware\EPMSystem11R1 -DEPM_ORACLE_INSTANCE=C:\Oracle\Middleware\user_projects\epmsystem1 -Djava.util.logging.config.class=oracle.core.ojdl.logging.LoggingConfiguration -Doracle.core.ojdl.logging.config.file=C:\Oracle\Middleware\user_projects\epmsystem1\config\validation\11.1.2.0\validationTool-logging.xml com.oracle.epm.epma.config.validations.appmanager.AppMgrLoadAdf
        Error:AppMgrLoadAdf failed on initialization. Please check all registry information is valid and that HSS is running.

  • Powershell Error for SharePoint Online -"The remote server returned an error: (407) Proxy Authentication Required."

    I am trying to call sharepoint online from powershell. Below is the code. I get 
    Exception calling "ExecuteQuery" with "0" argument(s): "The remote server returned an error: (407) Proxy Authentication Required."
    $loadInfo1 = [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint.Client")
    $loadInfo2 = [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint.Client.Runtime")
    $webUrl = "ZZZZ"
    $username = "XXX"
    $password = "YYYY"
    $ctx = New-Object Microsoft.SharePoint.Client.ClientContext($webUrl) 
    $ctx.Credentials = New-Object Microsoft.SharePoint.Client.SharePointOnlineCredentials($username, $password)
    $web = $ctx.Web
    $lists = $web.Lists 
    $ctx.Load($lists)
    $ctx.ExecuteQuery()
    $lists| select -Property Title
    Raj-Shpt

    Hi,
    About how to access SharePoint online site using PowerShell, the blog below would be helpful:
    http://social.technet.microsoft.com/wiki/contents/articles/29518.csom-sharepoint-powershell-reference-and-example-codes.aspx
    Another two demos for your reference:
    http://www.hartsteve.com/2013/06/sharepoint-online-powershell/
    http://www.sharepointnutsandbolts.com/2013/12/Using-CSOM-in-PowerShell-scripts-with-Office365.html
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • The remote server returned an error: (503) Server Unavailable In SharePoint 2010.

    I created a web app with claims based authentication ,
    basiclly i follwe this blog
    http://donalconlon.wordpress.com/2010/02/23/configuring-forms-base-authentication-for-sharepoint-2010-using-iis7/
    but when i login it throws 503 error
    Server Error in '/' Application.
    The remote server returned an error: (503) Server Unavailable.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [WebException: The remote server returned an error: (503) Server Unavailable.]
    System.Net.HttpWebRequest.GetResponse() +1126
    System.ServiceModel.Channels.HttpChannelRequest.WaitForReply(TimeSpan timeout) +81
    [ServerTooBusyException: The HTTP service located at http://localhost:32843/SecurityTokenServiceApplication/securitytoken.svc is too busy. ]
    System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +10258154
    System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +539
    Microsoft.IdentityModel.Protocols.WSTrust.IWSTrustContract.Issue(Message message) +0
    Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst, RequestSecurityTokenResponse& rstr) +61
    Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst) +36
    Microsoft.SharePoint.SPSecurityContext.SecurityTokenForContext(Uri context, Boolean bearerToken, SecurityToken onBehalfOf, SecurityToken actAs, SecurityToken delegateTo) +26062081
    Microsoft.SharePoint.SPSecurityContext.SecurityTokenForLegacyLogin() +270
    Microsoft.SharePoint.IdentityModel.SPWindowsClaimsAuthenticationHttpModule.GetSecurityTokenFromWindowsIdentity(WindowsIdentity windowsIdentity, HttpContext httpContext) +21
    Microsoft.SharePoint.IdentityModel.SPWindowsClaimsAuthenticationHttpModule.AuthenticateRequest(Object sender, EventArgs e) +1176
    System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
    any thoughts?
    thanks in advance!
    Share Knowledge and Spread Love!

    Hi ,
    I was also facing the same issue on changing my credentials. This effects the ServiceTokenApplicationPool and other pools related to the Web applications
    To resolve this  follow these :
    1. Open IIS Manager , under Connection section you can see the Name of your site collection(as
    siteCollectionName(Username))
    2. Open SiteCollection , select Application Pools. A new window with your Web application pool names would open.
    3. Right click on web app, select Advance Setting... , under Process Model select Identity 
    4. check for Custom account , click set and enter your Credentials and click
    OK
    Atlast Refresh the IIS manager.
    Thank you.
    Under application pools Do select the ServiceTokenApplicationPool  also and follow steps 3 and 4

  • The remote server returned an error: (401) Unauthorized error while using Microsoft.SharePoint.Client.dll

    I have access to sharepoint site and I have tested this by manually creating the lists and announcements in the sharepoint site.
    now the same thing when I try to do it through the c#.net code it always gives me the following :
    "An unhandled exception of type 'System.Net.WebException' occurred in
    Microsoft.SharePoint.Client.dll Additional information: The remote server returned an error:
    (401) Unauthorized."
    My code looks like below:
    string userName = "[email protected]";
    SecureString password = new SecureString();
    foreach (char c in "abc123".ToCharArray()) password.AppendChar(c);
    using (var context = new ClientContext("https://sharepoint.partners.extranet.adlabs.com/sites/UniTest"))
    context.Credentials = new SharePointOnlineCredentials(userName, password);
    context.Load(context.Web, w => w.Title);
    context.ExecuteQuery();
    Krrishna

    Hi Krrishna,
    You code is used to access SharePoint Online, if you are use SharePoint 2007, we can use SharePoint web service or custom web service to achieve your requirement. 
    Lists Web Service
    http://msdn.microsoft.com/en-us/library/lists(v=office.12).aspx
    Creating a Custom Web Service
    http://msdn.microsoft.com/en-us/library/ms464040(v=office.12).aspx
    About SharePoint 2007(MOSS 2007), you can also post it to the forum below, you will get more help and confirmed answers there.
    https://social.technet.microsoft.com/Forums/en-US/home?forum=sharepointdevelopmentlegacy
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • No "Remote-User" in HTTP header when HTTP request gets to WLS

    Hello Exprers,
    I have a customer, using 10.3.3 on Linux machine. Web server as Apache.
    He wants Remote-User in HTTP header, he used to get it when he used Tomcat. But when he transffered to Apache and 10.3.3, he is not getting the Remote-User in header, instead he is getting proxy-remote-user.
    He wants the Remote-user in HTTP header.
    Any clue, on why he is not getting it.

    Hi,
    We are facing error while doing openConnection
    When I tried with simple java file it worked as shown below
    import java.io.*;
    import javax.net.ssl.HttpsURLConnection;
    public class test
    public static void main(String[] args) throws Exception
    String httpsURL = "https://rcfe.aspac.citicorp.com:40054/servlet/Verify";
    URL myurl = new URL(httpsURL);
    HttpsURLConnection con = (HttpsURLConnection)myurl.openConnection();
    InputStream ins = con.getInputStream();
    InputStreamReader isr = new InputStreamReader(ins);
    BufferedReader in = new BufferedReader(isr);
    if (con!=null)
    System.out.println("con="+con);
    System.out.println(ins);
    Output*
    [rcrrgbg2@kauh0079:/rcrmap2/weblogic/bea/ORA_PFRD/forms/j2ee] java test
    con=com.ibm.net.ssl.www2.protocol.https.e:https://rcfe.aspac.citicorp.com:40054/servlet/Verify
    sun.net.www.protocol.http.HttpURLConnection$HttpInputStream@5f6c5f6c
    However when I tried with below program I am able to write upto Web CL URL but after that no log is written when it tries to do openConnection() for this line csConn=(HttpsURLConnection)new URL(webclURL).openConnection(); in the below code
    Some part of the code:_
    =======================================================================
    import java.io.*;
    import javax.servlet.http.*;
    import javax.servlet.*;
    import java.util.Hashtable;
    import java.io.File;
    import java.io.FileInputStream;
    import javax.servlet.ServletException;
    import javax.servlet.ServletOutputStream;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.net.ssl.HttpsURLConnection;
    import java.net.URL;
    public class CRMSLogin extends HttpServlet
    private static final long serialVersionUID=-6294676216324813290L;
    public void doPost(HttpServletRequest request,HttpServletResponse response) throws ServletException,IOException
    String iniFile=request.getParameter("CRMS_INI_FILE_PATH");
    String sessionId=request.getParameter("SessionId");
    String applId=request.getParameter("apl_id");
    String userId=request.getParameter("userId");
    String clientIp=request.getRemoteAddr();
    Properties iniProp=this.getProperties(iniFile);
    String crmsAppServerContext=iniProp.getProperty("CRMS_APP_SERVER_CONTEXT");
    String appModule=iniProp.getProperty("CRMS_MODULE");
    String webclURL=iniProp.getProperty("WEBCL_URL");
    // HttpsURLConnection csConn=null;
    String crmsFormsTerm=null;
    crmsFormsTerm=getEntitlements(iniFile.trim(),sessionId,applId.trim(),clientIp.trim(),webclURL.trim());
    String baseContent=this.getBaseContent(iniProp);
    ServletOutputStream out=response.getOutputStream();
    baseContent=baseContent.replaceAll("<!APP_TITLE!>","Credit Risk Management System");
    baseContent=baseContent.replaceAll("<!APP_CONTEXT!>",crmsAppServerContext);
    baseContent=baseContent.replaceAll("<!APP_MODULE!>",appModule);
    baseContent=baseContent.replaceAll("<!APP_TRACE!>",crmsFormsTerm.replaceAll(" ", ""));
    baseContent=baseContent.replaceAll("<!USER_ID!>",userId);
    baseContent=baseContent.replaceAll("<!SESSION_ID!>",sessionId);
    baseContent=baseContent.replaceAll("<!APPL_ID!>",applId.trim());
    baseContent=baseContent.replaceAll("<!CLIENT_IP!>",clientIp.trim());
    baseContent=baseContent.replaceAll("<!INI_FILE!>",iniFile.trim());
    out.println(baseContent);
    out.flush();
    out.close();
    private synchronized Properties getProperties(String inifile)
    Properties iniProp=new Properties();
    FileInputStream iniFileStream=null;
    try
    iniFileStream=new FileInputStream(inifile);
    iniProp.load(iniFileStream);
    iniFileStream.close();
    catch(Exception e)
    finally
    try
    if(iniFileStream!=null)
    iniFileStream.close();
    catch(Exception e)
    return iniProp;
    public static synchronized String getEntitlements(String inifile,String sessionId,String applId,String clientIp,String webclURL)
         HttpsURLConnection csConn=null;
         OutputStreamWriter requestStream=null;
         BufferedReader responseStream=null;
         StringBuffer responseData=new StringBuffer();
         String csReturnString=null;
         //String webclURL=null;
         BufferedWriter traceLog=null;
         int csCount=6;
         Properties iniProp=new Properties();
         String traceFile=null;
         String entitlementData=null;
         try
         readIniProperties(inifile,iniProp);
         traceFile=getTraceFile(iniProp);
         traceLog=new BufferedWriter(new FileWriter(traceFile,true));
         if(traceFile!=null)
         traceLog.write("###########################");
         traceLog.write("P A R A M E T E R S");
         traceLog.write("###########################");
         traceLog.newLine();
         traceLog.write("INI_FILE:"+inifile);
         traceLog.newLine();
         traceLog.write("SESSION_ID:"+sessionId);
         traceLog.newLine();
         traceLog.write("APPL_ID:"+applId);
         traceLog.newLine();
         traceLog.write("CLIENT_IP:"+clientIp);
         traceLog.newLine();
         traceLog.write("count:"+csCount);
         traceLog.newLine();
         traceLog.write("###########################");
         traceLog.newLine();
         //webclURL=getWebclURL(traceLog,iniProp);
         if(webclURL!=null)
         traceLog.write("Web CL URL:"+webclURL);
              traceLog.newLine();
         csConn=(HttpsURLConnection)new URL(webclURL).openConnection();     
    traceLog.write("Open Connection - Completed!");
         traceLog.newLine();
         csConn.setRequestMethod("POST");
         csConn.setDoInput(true);
         csConn.setDoOutput(true);
         requestStream=new OutputStreamWriter(csConn.getOutputStream());
         traceLog.write("Open Request Stream - Completed!");
         traceLog.newLine();
         requestStream.write("SessionId="+sessionId+"&ClientIP="+clientIp+"&apl_id="+applId+"&count="+csCount);
         requestStream.flush();
         requestStream.close();
         traceLog.write("Write Params to Request Stream - Completed!");
         traceLog.newLine();
         responseStream=new BufferedReader(new InputStreamReader(csConn.getInputStream()));
         traceLog.write("Open Response Stream - Completed!");
         traceLog.newLine();
         while((csReturnString=responseStream.readLine())!=null)
         responseData.append(csReturnString);
         traceLog.write("Response Stream Reading - Completed!");
         traceLog.newLine();
         responseStream.close();
         csConn.disconnect();
         entitlementData=getEntitlementData(traceLog,responseData.toString(),iniProp);
         traceLog.write("responseData::"+responseData);
         traceLog.newLine();
         traceLog.newLine();
         traceLog.write("entitlementData::"+entitlementData);
         traceLog.newLine();
         traceLog.flush();
         traceLog.close();
         catch(Exception e)
         e.printStackTrace();
         finally
         try
         if(requestStream!=null)
         requestStream.close();
    =======================================================================
    output_
    ###########################P A R A M E T E R S###########################
    INI_FILE:/rcrmap1/rcrrgbg2/crms.ini
    SESSION_ID:%2526%253ASIGNED_TICKET%253D%2526PROVIDER_TICKET%253D002c6e4cH0tZy2Gj4JBCOiSL7uSlKisfsqgwP9KoRRn7e%252BY%253D%253AKRSERVER0006%252BA9A52AAE%252B4D1DC7AA%252B14400
    APPL_ID:RCRMKR
    CLIENT_IP:169.165.42.174
    count:6
    Web CL URL:https://rcfe.aspac.citicorp.com:40054/servlet/Verify
    Please help to guide us.
    Regards,
    Harish

  • The remote server returned an error: (403) Forbidden on container.CreateIfNotExistsAsync() method

    static class StorageUtils
            public static CloudStorageAccount StorageAccount
                get
                    string account = ConfigurationManager.AppSettings["StorageAccountName"];
                    //string account = CloudConfigurationManager.GetSetting("StorageAccountName");
                    //string key = CloudConfigurationManager.GetSetting("StorageAccountAccessKey");
                    string key = ConfigurationManager.AppSettings["StorageAccountName"];
                    string connectionString = String.Format("DefaultEndpointsProtocol=https;AccountName={0};AccountKey={1}", account, key);
                    return CloudStorageAccount.Parse(connectionString);
    I have a web project and I converted it to "MS Azure Cloud Service Project"
    I make the Azure project default and run CreateAndConfigureAsync() to create the container. It works fine and creates the images container in Azure storage.
    Then I make my web project default and change CloudConfigurationManager.GetSetting to ConfigurationManager.AppSettings in StorageUtils class and run the web app project. Then I get "The remote server returned an error: (403) Forbidden" error whencontainer.CreateIfNotExistsAsync()
    line get executed.
    What is the reason for this?
    async public void CreateAndConfigureAsync()
                try
                    CloudStorageAccount storageAccount = StorageUtils.StorageAccount;
                    // Create a blob client and retrieve reference to images container
                    CloudBlobClient blobClient = storageAccount.CreateCloudBlobClient();
                    CloudBlobContainer container = blobClient.GetContainerReference("images");
                    // Create the "images" container if it doesn't already exist.
                    if (await container.CreateIfNotExistsAsync())
                        // Enable public access on the newly created "images" container
                        await container.SetPermissionsAsync(
                            new BlobContainerPermissions
                                PublicAccess =
                                    BlobContainerPublicAccessType.Blob
                catch (Exception ex)
            }

    Hi,
    It seems there is something wrong with your code, from your code the account and key are the same, because their appsetting name are the same.
    string account = ConfigurationManager.AppSettings["StorageAccountName"];
    //string account = CloudConfigurationManager.GetSetting("StorageAccountName");
    //string key = CloudConfigurationManager.GetSetting("StorageAccountAccessKey");
    string key = ConfigurationManager.AppSettings["StorageAccountName"];
    string connectionString = String.Format("DefaultEndpointsProtocol=https;AccountName={0};AccountKey={1}", account, key);
    return CloudStorageAccount.Parse(connectionString);
    If you use CloudConfigurationManager.GetSetting, please consider set azure project as the startup project, if not, this value will be null, this resulted in solution being started as a web project that didn't run inside the Azure emulator. Since CloudConfigurationManager.GetSetting
    tries to get setting by contacting Azure (or Azure emulator in this case), and it is not running, it returns null.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • ESB Portal : The remote server returned an error: (400) Bad Request

    Hi,
    I am getting the below error message while trying to access ESB Portal:
    ========================
    Event code: 3005 
    Event message: An unhandled exception has occurred. 
    Event time: 12/18/2013 12:07:10 PM 
    Event time (UTC): 12/18/2013 12:07:10 PM 
    Event ID: 2a429911fb69455ab3b77348c8b259ce 
    Event sequence: 10 
    Event occurrence: 2 
    Event detail code: 0 
    Application information: 
        Application domain: /LM/W3SVC/1/ROOT/ESB.Portal-1-130318418493427545 
        Trust level: Full 
        Application Virtual Path: /ESB.Portal 
        Application Path: C:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\ 
        Machine name: WIN-HG1MJEC7KJS 
    Process information: 
        Process ID: 3220 
        Process name: w3wp.exe 
        Account name: NT AUTHORITY\SYSTEM 
    Exception information: 
        Exception type: WebException 
        Exception message: The remote server returned an error: (400) Bad Request. 
    Request information: 
        Request URL: http://localhost/esb.portal/default.aspx 
        Request path: /esb.portal/default.aspx 
        User host address: ::1 
        User: WIN-HG1MJEC7KJS\ESBUser 
        Is authenticated: True 
        Authentication Type: Negotiate 
        Thread account name: NT AUTHORITY\SYSTEM 
    Thread information: 
        Thread ID: 4 
        Thread account name: NT AUTHORITY\SYSTEM 
        Is impersonating: False 
        Stack trace:    at System.Net.HttpWebRequest.GetResponse()
       at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
    Custom event details: 
    ====================
    I also looked at thread : http://social.msdn.microsoft.com/Forums/en-US/1fb510a8-9f4b-4e1e-9261-3273b037786c/esbportal-bad-request-400?forum=biztalkesb
    However didn't able to find the workaround for the same.
    Best Regards,
    Harkirat

    Hi,
    On a local server you don't have to change the web.config if you use local Windows Groups. Check if the User is added to the "BizTalk Server Administrators" Group. Also check if the Group or the User has rights to access EsbExceptionDb & ESBAdmin
    database. You also have to enable "Windows Authentication" in IIS for the ESB.Portal.
    Local Machine settings:
    ESB.Exceptions.Service\Web.config
    <connectionStrings><add providerName="System.Data.SqlClient" connectionString="Integrated Security=SSPI;Data Source=.;Initial Catalog=EsbExceptionDb" name="EsbExceptionDbConnectionString"/></connectionStrings>
    C:\Projects\Microsoft.Practices.ESB\Source\Samples\Management Portal\ESB.Portal\Web.config
    <connectionStrings>
    <add name="AdminDatabaseServer" providerName="System.Data.SqlClient" connectionString="Network Library=dbmssocn;Data Source=(local);Integrated Security=True;Initial Catalog=ESBAdmin;"/>
    </connectionStrings>
    <authentication mode="Windows"/>
    <authorization><allow roles="BizTalk Application Users"/>
    <allow roles="BizTalk Server Administrators"/>
    <allow roles="Administrators"/>
    <deny users="*"/>
    </authorization>
    Kind regards,
    Tomasso Groenendijk
    Blog 
    |  Twitter
    MCTS BizTalk Server 2006, 2010
    If this answers your question please mark it accordingly

  • Workflow Manager for SP2013. The remote server returned an error: (500) Internal Server Error.

    I am *almost* all the way through provisioning my on premise SP 2013 farm for SharePoint 2013 Workflows.  Workflow manager is installed alongside Service Bus.  Workflow Manager client is installed on the SP servers.  I built a new simple list-based
    workflow in SP Designer 2013, saved it, and published it without any errors.  However, when I go back to the list in my portal and try to run the workflow, I get the "Sorry, something went wrong" page, and the logs say this:
    05/15/2013 12:41:05.07  w3wp.exe (0x071C)                        0x085C SharePoint Foundation        
     Runtime                        tkau Unexpected System.Net.WebException: The remote server returned an error: (500) Internal Server
    Error.    at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)     at Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.End(IAsyncResult result)     at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest
    request, T content) 27be1b9c-f990-f096-34a8-7ac8816bc7a5
    05/15/2013 12:41:05.08  w3wp.exe (0x071C)                        0x085C SharePoint Foundation        
     General                        ajlz0 High     Getting Error Message for Exception System.Web.HttpUnhandledException
    (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Workflow.Client.InternalServerException: Exception thrown from the data layer. For more details, please see the server logs. HTTP headers received from the server
    - ActivityId: 0c03f692-8153-43a7-bed5-096214b06168. NodeId: VM22. Scope: /SharePoint/default/d386fdc7-ea7b-4d46-9a39-5c114096eef8/f203a564-e83a-47a3-b11b-e432ac1e6dab. Client ActivityId : 27be1b9c-f990-f096-34a8-7ac8816bc7a5. ---> System.Net.WebException:
    The remote server returned an error: (500) Internal Server Error.     at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)     at Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.End(... 27be1b9c-f990-f096-34a8-7ac8816bc7a5
    05/15/2013 12:41:05.08* w3wp.exe (0x071C)                        0x085C SharePoint Foundation        
     General                        ajlz0 High     ...IAsyncResult result)     at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest
    request, T content)     --- End of inner exception stack trace ---     at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest request, T content)     at Microsoft.Workflow.Client.InstanceManager.GetInternal(Int32
    skip, Int32 count, String workflowName, WorkflowInstanceStatus workflowStatus, IDictionary`2 activationMetadataFilter)     at Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider.EnumerateByMonitoringParameter(Guid monitoringParameter,
    Int32 offset, Int32 count, Boolean checkPermissions)     at Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider.EnumerateInstancesForListItem(Guid listId, Int32 itemId, Int32 offset)     at Microsoft.Sh... 27be1b9c-f990-f096-34a8-7ac8816bc7a5
    05/15/2013 12:41:05.08* w3wp.exe (0x071C)                        0x085C SharePoint Foundation        
     General                        ajlz0 High     ...arePoint.WorkflowServices.FabricWorkflowInstanceProvider.EnumerateInstancesForListItem(Guid
    listId, Int32 itemId)     at Microsoft.SharePoint.WorkflowServices.ApplicationPages.WorkflowPageBase.ConstructStatusArraysWF4(ArrayList running, ArrayList completed, Boolean onlyMyWorkflows)     at Microsoft.SharePoint.WorkflowServices.ApplicationPages.WorkflowPage.ConstructStatusArrays()    
    at Microsoft.SharePoint.WorkflowServices.ApplicationPages.WorkflowPage.OnLoad(EventArgs e)     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStages... 27be1b9c-f990-f096-34a8-7ac8816bc7a5
    05/15/2013 12:41:05.08* w3wp.exe (0x071C)                        0x085C SharePoint Foundation        
     General                        ajlz0 High     ...AfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) 27be1b9c-f990-f096-34a8-7ac8816bc7a5
    05/15/2013 12:41:05.08  w3wp.exe (0x071C)                        0x085C SharePoint Foundation        
     General                        aat87 Monitorable   27be1b9c-f990-f096-34a8-7ac8816bc7a5
    Some sort of "general server error" returns a 500 code, but I can't tell from this what the problem(s) might be. Has anyone seen this before?
    Thanks.

    Go to the server running Workflow Manager and open the Event Viewer; Applications and Services Logs; Microsoft-Workflow; Operational; and look for the underlying error.  In our case, the CU for Workflow Manager did something to the SQL permissions and
    we ended up using the workaraound described here:
    http://social.msdn.microsoft.com/Forums/windowsazure/en-US/054d2a58-8847-4a6a-b1ab-05a79f49fe65/workflow-manager-cumulative-update-february-error?forum=wflmgr
    Joe

Maybe you are looking for