Web Service Issue

Hello Everyone,
I am having an issue with web services. I created an ABAP FM based web service in R/3 (WAS 640). The web service was created successfully but when I try to publish it to wsNavigator using WSADMIN, it take me to the wsNavigator on our J2EE server but gives me the following error:
"Cannot download WSDL from http://server:port/sap/bc/srt/rfc/sap/ZWS_TST?sap-client=100&wsdl=1.1&mode=sap_wsdl: It is not allowed to access this service. If you believe you should be able to, please contact your system administrator"
When I click this error then it downloads the WSDL wthout any issues. Is there any security that needs to set up on the R/3 side for this because it seems like wsNavigator is trying to download the WSDL from R/3 but it does not have the access.
Do ABAP based web services even show up in wsnavigator?
Has anyone ever come across this issue? Any ideas or suggestions will be great.
I have researched a lot but have not gotten anywhere.
Regards.

Hii
Did you found out the solution to this problem, as i am facing the same issue.
Please let me know if you got the solution.
Thanks in advance
Jeet

Similar Messages

  • Iplanet Web Service issue.. Please Help

    Hi All,
    I am new Admin User for Iplanet and would required your kind help in one of our ongoing issue.We are using Iplanet Web Server Admin Server.
    Since while we have been noticing that the iplanet Web Server Service goes down frequentely when ever there is some installtion been done from Java.
    [13/Aug/2009:14:07:00] info ( 8472): successful server startup
    [13/Aug/2009:14:07:00] info ( 8472): iPlanet-WebServer-Enterprise/6.0SP5 B10/31/2002 14:41
    [13/Aug/2009:14:07:01] info ( 8472): Installing a new configuration
    [13/Aug/2009:14:07:01] info ( 8472): [LS ls1] http://ssoportal1.uk.money.ge.com, port 8080 ready to accept requests
    [13/Aug/2009:14:07:01] info ( 8472): A new configuration was successfully installed
    [13/Aug/2009:14:07:01] info ( 8472): Using the Classic VM v1.2.2 from Sun Microsystems Inc.
    [13/Aug/2009:14:07:01] info ( 8472): Java VM classpath: C:/iPlanet/Servers/plugins/servlets/examples/legacy/beans.10/SDKBeans10.jar;C:/iPlanet/Servers/bin/https/jar/NSServletLayer.jar;C:/iPlanet/Servers/bin/https/jar/NSJavaUtil.jar;C:/iPlanet/Servers/bin/https/jar/AdminNativeUtil.jar;C:/iPlanet/Servers/bin/https/jar/NSJavaMiscUtil.jar;C:/iPlanet/Servers/bin/https/jar/servlet.jar;C:/iPlanet/Servers/bin/https/jar/servlet-2.3-filters-api.jar;C:/iPlanet/Servers/bin/https/jar/jsp092.jar;C:/iPlanet/Servers/bin/https/jar/jaxp.jar;C:/iPlanet/Servers/bin/https/jar/crimson.jar;C:/iPlanet/Servers/bin/https/jar/xalan.jar;C:/iPlanet/Servers/bin/https/jar/jspengine.jar;
    [13/Aug/2009:14:07:01] info ( 8472): Loading IWSSessionManager by default.
    [13/Aug/2009:14:07:01] info ( 8472): IWSSessionManager: Maximum number of sessions is 1000
    [13/Aug/2009:14:07:01] info ( 8472): Successfully initialized web application environment (web-apps.xml) for virtual server (https-myukswcap1ip001-SSO)
    Our Iplanet Web Server is operating on Windows 2000 SP4.
    Any suggestion on this will be of Gr8 Help.
    Thanks
    Anand

    Okie-dokie then.
    You can hard-code the hostname into the /etc/hostconfig file. Usually, it reads <pre>HOSTNAME=-AUTOMATIC-</pre> but you can substitute <pre>HOSTNAME=machine.domain.com</pre>
    You don't need to reboot if you also issue the command
    <pre>sudo hostname machine.domain.com</pre> on the command line. (I could be wrong, but I think the hostconfig file is read on boot only.)
    Then try <pre>sudo apachectl configtest</pre> once again. If you get no errors, see if you can start up the web service. You can do it either with the Server Admin app or with <pre>sudo apachectl start</pre>

  • Web Service Issue - Security or Coding problem? *HELP*

    Hello all - I am stuck on a particular problem, which I've posted under flash player but also will post here in the event that it's my issue, and not a security/player issue.
    I have built a video player in Flash/ AS3 which communicates with WSDL web services using the as3webservice code package from wellconsidered. The player makes a call at startup to check a user's progress in a series of videos, and updates that progress by talking to the web service as the videos are played back.
    Tested locally, it works flawlessly. As soon as the player is uploaded, however, the web service' hangs' - so no fault is produced, but it seems to just never connect. This is presumably because the SWF is on one server, the web service on another. I've tried uploading it to two different servers, both different than the web service server. I'm trying to avoid moving the web service to the same server that hosts the SWF.
    I've tried adding a crossdomain.xml file to the root and subdirectories of the server that hosts the web service:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM
    "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
        <site-control permitted-cross-domain-policies="master-only"/>
        <allow-access-from domain="*"/>
        <allow-http-request-headers-from domain="*" headers="*"/>
    </cross-domain-policy>
    I've also tried playing with the SWF publishing options (Local Access only vs. Network only options), but no solution seems to help. I know it's not just the web service i"m using, because public web services (such as the ones found on webservicex.net) don't connect either.
    I'm at the end of my rope, and am wondering if this is a Flash Player security issue, or something I need to reconsider from my side (such as using a different web services package).I am wondering if a crossdomain.xml does not help, what other possible areas do I need to look at? If there is an article someone could point me to, or a simliar situation they've been in, i'm iopen to all suggestions.
    Thanks so much...fg

    You can generally check what the player is doing from the browser by using firefox with the firebug plugin. For example you can see the crossdomain permission requests or other urlrequests and responses. This is a useful way to debug as it sometimes shows issues or at the very least means you can eliminate one potential cause of the issue if there are no obvious problems there.
    If you don't have firefox/firebug, then (if you can) post a url with the swf in it that exhibits the error and I or someone else can check it for you and report back.

  • BPEL 10.1.3.5 calling web service issue.

    Hi All,
    I am basically calling a java webservice from BPEL which takes XML as input along with some other value. The XML content is sent in a string format after stripping the namespaces in BPEL. When this XML content is received by the WS, its throwing an error saying "This parser does not support specification "null" version "null"", which it should have thrown when the XML content structure has issues. I mean the WS is expecting one structure and the BPEL is posting another. As a part of our debugging process, we realized that the WS is looking for some jar libraries before processing the data,which were not available and its throwing this error. The same web service when invoked explicitly, is perfectly accepting the same XML content.
    Can anyone please suggest how to take this ahead. Should I be adding these java jar libraries in our oc4j application server or is there any other workaround. No doubt the XSD has no issues. I am using SOA 10.1.3.5 version.
    Any inputs would be a great help to resolve this. Many thanks in advance.
    Gautham A

    Hi all,
    can anyone please respond to my issue. Its sort of urgent.
    thanks,

  • BIPlatform web service - issue

    I am unable to schedule the report using BIPlatform web service. I can connect to the server and the request is being submitted successfully. I can check the history of the reports and it says 'No Parameters' using the infoview. I can see the soap request call contains the input values for the report in the CurrentValues section. I don't see this in the soapenvelop response from the web service. Please guide me.
    I am enclosing below part of soap request and response which is being generated by web services sdk when I schedule the report as follows:
    Request:
          <ns1:ReportParameters>
           <ns1:Parameters>
            <ns1:CurrentValues>
             <ns1:CurrentValue>
              <ns1:ShowDescriptionOnlyEnabled>false</ns1:ShowDescriptionOnlyEnabled>
              <ns1:Data>1111111</ns1:Data>
             </ns1:CurrentValue>
             <ns1:CurrentValue xsi:nil="true"/>
            </ns1:CurrentValues>
            <ns1:SortMethod>1</ns1:SortMethod>
            <ns1:PromptOnDemandViewing>false</ns1:PromptOnDemandViewing>
            <ns1:ParameterName>xx_number</ns1:ParameterName>
            <ns1:ValueType>STRING</ns1:ValueType>
            <ns1:ReportParameterOptions>
             <ns1:ReportParameterOption>HAS_DISCRETE_VALUES</ns1:ReportParameterOption>
            </ns1:ReportParameterOptions>
            <ns1:GroupNumber>0</ns1:GroupNumber>
           </ns1:Parameters>
          </ns1:ReportParameters>
    Response:
    <cr:ReportParameters>
       <cr:Parameters>
           <cr:CurrentValues/>
           <cr:SortMethod>1</cr:SortMethod>
           <cr:PromptOnDemandViewing>false</cr:PromptOnDemandViewing>
           <cr:EditMask/>
           <cr:ParameterName>xx_number</cr:ParameterName>
           <cr:DefaultValues/>
           <cr:ReportParameterOptions>
             <cr:ReportParameterOption>HAS_DISCRETE_VALUES</cr:ReportParameterOption>
           </cr:ReportParameterOptions>
           <cr:Prompt>Enter number:</cr:Prompt>
           <cr:ReportName/><cr:GroupNumber>0</cr:GroupNumber>
        </cr:Parameters>
    </cr:ReportParameters>

    Hi
    Please read the following for information on future posts:
    [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]
    These forums are for community assistance with general questions and not a technical support venue.
    People will try and help with technical support issues, but there is no guarentee that you will be able to get a resolution for technical issues. There is also no way to control how fast or slow responses from users come or how much/little help they will be. 
    If you have technical support questions that can not wait for assistance on the forums or are not being answered to your liking, you have the option to purchase support.
    You can call 1-800-877-2340 Option 4 then Option 1 to purchase single case incidents as long as you are using Crystal Reports.  If you are using BusinessObjects Enterprise then you will need to have a support contract in place.
    Each question would need a seperate case.
    Best Regards,
    Jason

  • Web service issues with two live Ethernet connections

    Running OSX Leopard 10.5.3 on a Quad-core G5.
    Configuring Web services, I am running into issues while having two simultaneous Ethernet connections active.
    My first E-net connection is a LAN address; the second is a external WAN IP.
    I've created one website under the "Web" service and made it active on all IP addresses (*).
    Under this config, I can only connect to my site from inside of my LAN. External machines try to connect and simply time out.
    I know that my DNS is configured correctly, because--and here's the crux--whenever I turn off my LAN connection under System Prefs -> Network, external clients can immediately hit the website without a hitch. It's only when both connections are active that external clients time out.
    Any input appreciated.

    This sounds like a routing issue - the server is trying to route all replies over the internal network, not the external network.
    Do you have a router/gateway address specified in System Preferences -> Network for the internal NIC? If so, remove it - you should only have one default router set and it should be on the interface that gets you to the outside world.
    You can also try reordering the network interfaces in System Preferences -> Network. Use the little gear wheel in the lower left corner to 'Set service order' then drag the interfaces into the order you want them to be used.

  • Query as Web service issue.

    Hi,
    I have created a BAPI for sales order creation in one of the R/3 system. On top of that i created xeclsius report and used "Web service connection", and mapped the input and output fileds. when I click preview it working properly, but when next time open the xlf file it is not fetching the data, again we have to import and do the same process then only it is fetching the data.
    I have tried by Exsporting to SWF file and through opendoc url also, but the problem is same.
    Can any one help me on this?
    Best Regards
    Raju.k

    Hi All,
    You can try this solution. It has something to do with the universe parameter, END_SQL.
    I implemented this as a work around and it solved our problem about the sorting issue with QAAWS.
    Here are the steps:
    1: Open the universe
    2. Ope File,  then Universe Parameter
    3. Click the parameter tab
    4. Scroll down until you see the 'END_SQL' entry. This entry is blank by default.
    5. Select END_SQL
    6. On the VALUE box, type: ORDER BY 1
    7. This will enable the REPLACE button. Click REPLACE
    8. Save the universe
    9 Test a query using 2 columns and view the SQL.
    You should see now the ORDER BY 1 inferred in the SQL statement.
    Voila!!!!
    Of course you can always add ORDER By 1,2,3 later if there's a need.
    Enjoy.....
    Ferdinand

  • Web Services Issues in Coldfusion 8

    Hello all,
    I am trying to deploy .cfc files as web services in a multiserver coldfusion 8 environment.  So far it has not been working out so well.  Whenever I navigate to the .cfc file in a browser the page dumps the .cgi scope and not the component documentation.  If i append ?wsdl to the URL  I get the code for the .cgi scope dump.   You also cannot manually register a web service in the coldfusion administrator.  (components that will be web services are marked as access="remote", these same .cfc files have been and are being used in CF 7.1.)
    The cfc files in the CFIDE folder use the cfcexplorer.cfc component and do show the component documentation.
    My Environment:
    3 x T6300 Sun Solaris Blades
    3 x 8 core processors
    32GB RAM
    Hardware Load Balancer:
    Juniper DX
    NAS /web partition mount for webroot
    Does anyone know of any issues with web services in multiserver CF 8 environment?  Why would the .cfc and .cfc?wsdl dump the cgi scope and not show me the component documentation or the WSDL file?  Is there a setting that I am missing somewhere to allow web services?  Why can't I explore the cfc documentation on a file in the webroot?
    Any help or insight would be greatly appreciated!
    thanks in advance
    Steve

    There is nothing about web service and multi-home ColdFusion or ColdFusion 8 that should be radically different then web services in stand-alone CF7.
    Is there anychance there is an arrent Application.cfc file that might be applied to these ColdFusion component files?  Note that any Application.cfc file (or Application.cfm) between the CFC file and the root directory would be applied to the code running the web service.  There is an often overlooked gotcha with some Application.cfc files that use the onRequest() method.  This method can interfere with the normal deliver of a wsdl response to a web service request if this has not been accounted for in the onRequest() method.

  • Consuming Web Service Issues

    Hello All,
    I appreciate any help in getting me pointed in the right
    Direction.
    I am trying to pull values from my vender's web services.
    They required that I place .wsdl file on my server then call to the
    local file which will then make calls to their server on the
    Internet. I placed the .wsdl file on my webserver and then
    referenced it via cfinvoke command. I keep getting the following
    error no mater what parameters I change.
    "Web service operation getDefaultVehicleAndValueByVin with
    parameters {vehicleRequest={3HGCM56477G705152}} cannot be found."
    Here is my Code. Any ideas or where I can go to get me jump
    started would be great. I tried googling but find very basic
    examples.
    Thanks
    Craig

    Making you put the wsdl file on your local machine is very
    bad architecture. It's a mess to support. What if it changes? Then
    they have to send new wsdl files out to everyone that is using
    their webservice. You might want to point that out to them.
    Even though the "?wsdl" is often the syntax used in web
    services to retrieve the wsdl file it's not required and wouldn't
    be used for the local wsdl file. Though you do put the soap port in
    the URL for a remote call.
    I found with the web services I have to call, with the
    complex types the only way I could get it to work was by using
    cfhttp with a post and setting the SOAPACTION to the method to
    call. Here is one example, and there are others out there.
    http://www.jamesnetherton.com/blog/index.cfm/2007/1/14/Invoking-a-webservice-using-CFHTTP
    I find that when you have many complex types that Coldfusion
    is about as easy to use with web services as carrying an 800 lb.
    gorilla.
    Jim

  • Web Service issue in moving to TST

    Initially created web services using web service creation wizard in SE37 . Released and tested using tcode
    WSCONFIG and WSADMIN. After patch update in our DEV system, the tcodes WSCONFIG and WSADMIN become obsolete, so used tcode SOAMANAGER .  But when I tried to move my web service to TST,which is not yet updated, the tcode SOAMANAGER is not available and I cannot see my web service in WSADMIN/WSCONFIG. My new transport request (using SOAMANAGER) contains only u2018Virtual End pointu2019 as its object. I cannot see my web service in SICF also. Kindly advise me on the procedures. Thank you.

    service created in SOAMANAGER will  not work in older patch level version where
    WSADMIN/WSCONFIG. is available

  • Java Web Service Issue

    I got this error in my console, while using the web service - please any one give me a solution for me
    java.lang.NoClassDefFoundError: org/apache/soap/SOAPException
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
         at java.lang.Class.getConstructor0(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    import java.io.*;
    import java.util.*;
    import java.net.*;
    import org.w3c.dom.*;
    import org.apache.soap.util.xml.*;
    import org.apache.soap.*;
    import org.apache.soap.SOAPException;
    import org.apache.soap.encoding.*;
    import org.apache.soap.encoding.soapenc.*;
    import org.apache.soap.rpc.*;
    import org.apache.soap.transport.http.SOAPHTTPConnection;
    import javax.swing.*;
    import java.awt.event.*;
    public class AppletClient extends JApplet implements ActionListener
      JLabel m_lblURL;
      JTextField m_txtURL;
      JButton m_btnSend;
      JTextArea m_txtareaMsg;
      JPanel m_panelURL;
      JFrame m_frameWnd;
      String m_szMsg;
      public AppletClient()
          try {
                 m_lblURL = new JLabel("URL :");
                 m_txtURL = new JTextField(20);
              m_txtURL.setText("http://localhost/XMLService/myservice.asmx");
              m_btnSend = new JButton("Send");
              m_txtareaMsg = new JTextArea("");
              m_panelURL = new JPanel();
              m_panelURL.add(m_lblURL);
              m_panelURL.add(m_txtURL);
              m_panelURL.add(m_btnSend);
              m_panelURL.setBounds(0, 0, 400, 50);
              m_txtareaMsg.setBounds(10, 51, 380, 250);
              m_txtareaMsg.setEditable(false);
              m_frameWnd = new JFrame ("Java - XML");
              m_frameWnd.getContentPane().setLayout(null);
              m_frameWnd.getContentPane().add(m_panelURL);
              m_frameWnd.getContentPane().add(m_txtareaMsg);
              m_btnSend.addActionListener (this);
              m_frameWnd.setBounds (200, 100, 405, 315);
              m_frameWnd.setVisible (true);
              m_szMsg = "";
          catch(Exception e)
          {   e.printStackTrace();  }
      public void actionPerformed (ActionEvent ae)
            m_txtareaMsg.setText("See Console for Output ...");
            urlRequest (m_txtURL.getText());
      public void urlRequest (String szURL)
         try
              URL url = new URL (szURL);
              SOAPMappingRegistry smr = new SOAPMappingRegistry ();
              StringDeserializer sd = new StringDeserializer ();
              smr.mapTypes (Constants.NS_URI_SOAP_ENC,    new QName ("", "Result"), null, null, sd);
              // create the transport and set parameters
              SOAPHTTPConnection st = new SOAPHTTPConnection();
              // build the call.
              Call call = new Call ();
              call.setSOAPTransport(st);
              call.setSOAPMappingRegistry (smr);
              call.setTargetObjectURI ("http://tempuri.org/");
              call.setMethodName("addNumbers");
              call.setEncodingStyleURI ("http://schemas.xmlsoap.org/soap/encoding/");
              Vector params = new Vector();
              int     num1 = 5, num2 = 10;
              params.addElement(new Parameter("num1", Double.class, num1, null));
              params.addElement(new Parameter("num2", Double.class, num2, null));
              call.setParams(params);
              Response resp = null;
              try {
                resp = call.invoke (url, "http://tempuri.org/addNumbers");
              catch (SOAPException e) {
                   System.err.println("Caught SOAPException (" + e.getFaultCode () + "): " + e.getMessage ());
                   return;
              // check response
              if (resp != null && !resp.generatedFault()) {
                 Parameter ret = resp.getReturnValue();
                Object value = ret.getValue();
                System.out.println ("Answer--> " + value);
              else {
                   Fault fault = resp.getFault ();
                   System.err.println ("Generated fault: ");
                   System.out.println (" Fault Code = " + fault.getFaultCode());
                   System.out.println (" Fault String = " + fault.getFaultString());
         catch (Exception e)
              System.out.println("Caught Exception : " + e.getMessage ());
    }

    Hi
    Has anyone solved this problem. I been working on this problem since days. I set the soap.jar files and jwsdk etc in the systems environment variables as well. I am using java sdk 1.4.But I dont know what is wrong my browser wont display the applet ifI use soap in it,if I leave the soap part the browser displays it.

  • Web Service issue in eclipse IDE

    Hi,
    I am trying to execute a code for web service related in eclipse IDE (Plug in environment).
    when i am trying to debug, It throws class not found exception in plugin environment and its not creating instance for Wsdlparser1.
    but it is executing fine in java environment.
    And the code is,
    public void testCaseCreation() {
              try{
                   Wsdlparser1 wsdlParser1 = new Wsdlparser1(sWsdlFilePath);
                   wsdlParser1.createWSDLReader(sWsdlFilePath);
                   GenerateTypeSystem gTypeSystem = new GenerateTypeSystem(sPath);
                   gTypeSystem.createModule();
                   System.out.println("TypeSystem Created Successfully");
                   GenerateTestCase1 gTestCase = new GenerateTestCase1(wsdlParser1,sPath);
                   gTestCase.createTestcases();
                   System.out.println("TestCase Created Successfully");
              } catch (Exception e) {
                   e.printStackTrace();
    let me know how to proceed further.

    service created in SOAMANAGER will  not work in older patch level version where
    WSADMIN/WSCONFIG. is available

  • Exposing Portal's User Management functionality via Web Service issue

    Dear experts,
    I am trying to create and deploy a web service that will tap into User Management functionality (UMFactory) of the Portal. I created a Java project with a Java class with one of the methods exposed via Web Service. Since this is a Java project and not a Web Dynpro project, a number of external jars and libraries, but I don't know how to add WD_RUNTIME and I am guessing that my problem is related to that.
    When trying to run the application, I receive the following error message when trying to envoke UMFactory:
    java.lang.NoClassDefFoundError: com/sap/tc/logging/Location
         at com.sap.security.api.UMFactory.<clinit>(UMFactory.java:166)
         at com.hollister.getusers.GetPortalUsers.getPortalUsers(GetPortalUsers.java:75)
         at com.hollister.getusers.GetPortalUsers.main(GetPortalUsers.java:39)
    Please, help.
    Thanks,
    Alex

    Container Managed Authentication. Does everything you need.

  • Web Services - Issue with running OC4J stand alone server from JDeveloper

    I created a stand alone OC4J App. server instance in JDeveloper. I deployed my Webservice (WebServices.deploy) to that OC4J server.
    Now I want to test my web service. I opened a browser window and I specfied the URL as
    http://localhost:<RMI Port#>/<Project1>-context-root/<Webservice name>.
    Default RMI Port#23791.
    http://localhost:23791/<Project1>-context-root/<Webservice name>.
    and I am getting the following error message
    ã vInvalid protocol verification, illegal ORMI request or request performed with an incompatible version of this protocolvInvalid protocol verification, illegal ORMI request or request performed with an incompatible version of this protocol.
    Could you please let me know, what's going on.
    Thanks!

    OK, so there's two threads in this email.
    1. When using a Web browser client and an OC4J standalone instance, the default address of the OC4J website is http://host:8888/.
    The port you keep referring to is the ORMI port. That is a different protocol that is used with EJBs, and our remote deployment mechanism. As you have observed, JDeveloper uses it to deploy to the OC4J instance.
    2. The root problem you are seeing is related to the message you posted on the console.
    OC4J 10g (10.1.3) Default Web Site. Application: bc4j does not exist. Error creating Web application: webapp
    Because this web app is misconfigured, its not starting so you can't access it.
    In the j2ee/home/config/default-web-site.xml file, there is a reference to an application called BC4J -- which is not available on the server as a deployed application.
    So you need to correct that situation -- BC4J is not normally present in a vanilla OC4J standalone distribution.
    You can try editing the j2ee/home/config/default-web-site.xml file and remove the <web-app> entry that mentions BC4J and then try starting OC4J.
    If you don't have a lot of time invested in configuring the instance, you could also try extracting oc4j_extended.zip again and starting with a fresh one.
    cheers
    -steve-

  • SharePoint 2013 error 8059 & Excel Web service issues

    Hello
    The issues I am getting is a 8059 error "and exception occurred when trying to issue security
    token" it then asks me to turn on "includeexceptiondetailsinfaults" whichIi try to do on the security token service web.config. when I do this it Error 500's and I can't even access the SharePoint site, once I remove the code line I can access
    the site but cant get any more information regarding the errors .
    Any suggestions? In the ULS logs the error appears on numerous occasions.
    Next issue is regarding Excel web access, it reports an error of "we're sorry we ran into a
    problem completing your request. please try again in a few minutes"
    I tried switching form workbook url to local but I am not sure if that's the solution, I have seen
    that it resolved the issue for other users but not for me.
    Code Below
    The ULS logs report a number of entries the key one's being regarding load balancing.
    It seems to suggest UNC or permissions but I don't know where to go from here.
    05/22/2014 17:08:08.16  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Browser ajfya   Medium  MossHostHelperMethods.IsUserLicensedForExcelServices:
    User passed 'ExcelServices' license check.    d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.16  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Browser alv5s   Medium  ExcelWebRenderer.OnLoad:
    Starting loading external EWR  d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Excel Calculation Services  ai4hl  
    Medium  MossHost.GetSPFile: exception System.ArgumentException: Value does not fall within the expected range.     at Microsoft.SharePoint.SPWeb.GetWebRelativeUrlFromUrl(String strUrl, Boolean includeQueryString, Boolean canonicalizeUrl)    
    at Microsoft.Office.Excel.Server.MossHost.MossHost.TryGetSPFile(SPWeb web, String fileUri, SPFile& file) accesing SPFile for url = https://sharepoint2013.bpdconsulting.co.uk/SA/Shared Documents/Business Development/Documents List.xlsx, possibly UNC or
    permissions   d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Browser ajfya   Medium  MossHostHelperMethods.IsUserLicensedForExcelServices:
    User passed 'ExcelServices' license check.    d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Excel Calculation Services  ai4hl  
    Medium  MossHost.GetSPFile: exception System.ArgumentException: Value does not fall within the expected range.     at Microsoft.SharePoint.SPWeb.GetWebRelativeUrlFromUrl(String strUrl, Boolean includeQueryString, Boolean canonicalizeUrl)    
    at Microsoft.Office.Excel.Server.MossHost.MossHost.TryGetSPFile(SPWeb web, String fileUri, SPFile& file) accesing SPFile for url = https://sharepoint2013.bpdconsulting.co.uk/SA/Shared Documents/Business Development/Documents List.xlsx, possibly UNC or
    permissions   d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Browser ajfya   Medium  MossHostHelperMethods.IsUserLicensedForExcelServices:
    User passed 'ExcelServices' license check.    d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  SharePoint Server   Logging Correlation Data    xmnv
       Medium  User=i:0#.w|bpdconsulting\gharwood  d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Web Front End   6k3v   
    Medium  LoadBalancer.GetNextServer: failed to get server using load balancing scheme Local, falling down to health base d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Web Front End   abho   
    Monitorable ServerSession.GetNextServerHealthBased: There are no healthy servers although the number of available server in the farm is 1; updated with no candidates available for the health based load balancing. The update duration was 0 millisecs   
    d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Web Front End   ablz   
    Monitorable LoadBalancer.GetNextServerHealthBased: There are no healthy server in the farm  d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Web Front End   abgn   
    Medium  LoadBalancer.GetFailoverServer: Failed to get a failover server using health based load balancing scheme.   d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Browser aeh11   Medium  EwaState.OpenWorkbookAndUpdateState:
    errors occurred while trying to open the workbook, [MessageId: RetryError, MessageIdHash: -80526566]   d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.18  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Excel Calculation Services  ai4hl  
    Medium  MossHost.GetSPFile: exception System.ArgumentException: Value does not fall within the expected range.     at Microsoft.SharePoint.SPWeb.GetWebRelativeUrlFromUrl(String strUrl, Boolean includeQueryString, Boolean canonicalizeUrl)    
    at Microsoft.Office.Excel.Server.MossHost.MossHost.TryGetSPFile(SPWeb web, String fileUri, SPFile& file) accesing SPFile for url = https://sharepoint2013.bpdconsulting.co.uk/SA/Shared Documents/Business Development/Documents List.xlsx, possibly UNC or
    permissions   d66d939c-c124-d0d5-5242-d280742cae03
    05/22/2014 17:08:08.19  w3wp.exe (0x0E20)   0x1FB0  Excel Services Application  Browser 3kdd  

    We've seen this error when the system was under load using SharePoint 2013 workflows. We tracked it back to problems with the distributed cache service. The fix is supposed to be applying CU3 or CU4 for the AppFabric Cache and potential changing some of
    the timeouts for the distributed cache. Take a look at this article:
    http://habaneroconsulting.com/insights/SharePoint-2013-Distributed-Cache-Bug#.U3yUE_mSwsa
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

Maybe you are looking for

  • How do I create a downloadable pdf link in DW?

    I am setting up a web page but can't figure out how to make it possible for viewers to download a pdf version of a resume from the site? Any help...

  • Logic is randomly creating fades..............

    hi, crazy annoying problem. I notice that when I start editing audio in logic, copying and pasting, dragging audio around in the arrange window, Logic starts to create fades, even when the regions are not touching. Also, Logic will play audio that is

  • My ipod video sound cuts out after 30 sec

    I play my movie and the sound cuts out after a while and then it only plays the video with no sound. It's not the video because it works fine on my computer and all the other videos are doing the same thing. I found if I rewind or fast foreward the s

  • Apply Filter to Tables for LAST_DDL_TIME doesn't work.

    I'm trying to apply a filter to the table listing for a user (me!). Opening the dialong box I choose LAST_DDL_TIME for the column, ">=" as the operator and type in "(sysdate - 30)". Even though the tree listing says "Tables (Filtered)", I still see a

  • Finder sidebar broken after 10.5.6 upgrade

    Hallo everyone After upgrading my MacPro using the full combo update, I have the following problem with the Finder: If you collapse all disclosure triangles on the sidebar and expnad them again, the display of all icons and labels is completly messed