Wrong URL when running Web queries

Hello all,
I'm running a query preview (Or any query which is added to my Favorites SAP menu) and I'm getting this error:
Logon failed
What has happened?
Call of URL http://sap-bw.nw04.com:8000/sap/bw/BEx terminated due to error in logon data.
Note
Logon performed in system BWD .
Logon performed for client 000, user tomer , and language EN.
What can I do?
Check that you have entered the client, user, and password correctly.
If you do not yet have a user ID, contact your system administrator.
Error Code: ICF-LE-http-c:000-l:E-T:1-C:6-U:5-P:5-L:3
HTTP 401 - Unauthorized
Your SAP Internet Communication Framework Team
If I would add to the URL &SAP-client=800 (which is the right client, the query would work). How do I change the default client for those URL from the BW side?
Thanks,
Tomer.

hi Tomer,
try transaction SICF, expand default host,
and right click 'sap', 'display service',
in next screen click tab 'error pages'
and 'edit' (pencil icon, beside V),
you will see ... 
/sap/public/bsp/sap/system/login.htm?sap-url=<%=PATHTRANS%>&BspLanguage=EN&BspLanguageVisible=X&BspChangePasswordVisible=X
&BspClient=000&BspClientVisible=X&BSPAccessibilityVisible=X
<b>change
&BspClient=yourclient</b>
oss note 498936-Logon/password change in Web with BW 3.0B or higher
Symptom
In the standard system, you log on to BW 3.0B in the Web using HTTP authentication, which does not allow you to enter the language or change your password.
Other terms
BW, Business Explorer, 30A, 30B
Reason and Prerequisites
You have installed BW 3.0A or higher and are using BW Web Analysis and Reporting.
Refer also to Note 517860.
Solution
SAP BW 3.5 and higher (SAP Web Application Server 6.40, Support Package Stack 12 or higher)
With SAP BW 3.5 and higher based on SAP Web Application Server 6.40 Support Package Stack 12 or higher, there is an additional option for executing a system logon.
You will find detailed documentation at http://help.sap.com -> Documentation -> SAP NetWeaver -> SAP NetWeaver '04 -> English -> SAP NetWeaver -> Application Plattform -> ABAP-Technology -> UI-Technology -> Web-UI-Technology -> Business Server Pages -> User Concepts -> System Logon.
SAP BW 3.x and SAP BW 3.5 (SAP Web Application Server 6.20 and 6.40 prior to Support Package Stack 12)
The following solution describes the conversion in SAP BW 3.x and SAP BW 3.5 based on SAP Web Application Server 6.20 and 6.40 prior to Support Package Stack 12.
Documentation
For up-to-date documentation on the subject of logging on to the SAP Web Application Server, see the attachment to note 517860. The attachment is found under Note Administration, under the Attachments tab (which is beside Related notes and Attributes).
For more information, go to http://help.sap.com -> SAP Web Application Server -> SAP Web Application Server 6.20 -> mySAP Technology Components -> SAP Web Application Server -> Web Applications -> Web Application Server -> Web Applications and Business Server Pages -> User Concepts -> Logging onto BSP Applications.
You can find further information on the subject of security at http://service.sap.com/security.
Activation
You activate SAP logon via service maintenance for the Web Application Server (Transaction SICF). First select the default_host/sap/bw/bex entry and double-click to display and change it.
On the Error Pages tab, change the setting from "Explicit reply page" to "Redirect to URL". You must make an entry in the following format as a redirect.
/sap/public/bsp/sap/system/login.htm?sap-url=<%=PATHTRANS%>
The URL (including the text between the parameters at the end) cannot contain any blank characters.
The URL should be a relative URL, without a host name or a port. This is the only way you can use load balancing across several servers (if this  is set up, as described in Note 493475).
Activate the "Form field (Base64)" option.
Activate the "Standard" option on the register service data under Safety Requirements.
The possible additional parameters are explained below.
The setting is made on the Error Pages tab because the Web Browser should usually get a HTTP 401 error first (unauthorized) and should then execute HTTP authentication because of this error. If "Redirect to URL" is maintained, a HTTP 401 error is not sent to the browser but, in the above case, a BSP application is called, which performs a logon.
Deactivation
You can deactivate the SAP logon (for example, with BW 3.0B) by selecting the "Explicit reply page" option on the Error tab.
Calling BW Web Applications with Domains
If you install this logon option, note that the logon application requires you to enter the domain in the URL because the BSP runtime needs it for cookie management.
Therefore, the URL you call must have the following form:
http://<server>.<domain>.<extension>:<port>/sap/bw/bex
for example:
http://ls0028.sap-ag.de:1080/sap/bw/bex
For more information, see Note 434918.
Explanation of the redirect parameters
bspchangepasswordvisible
With =X, a switch for the password change is displayed.
bsplanguagevisible
With =X, a text field for entering the language is displayed.
bspclient
This parameter specifies the client. If 'auto' is specified, 'sy-clnt' is generated. If nothing is entered or bspclient is omitted, an InputField appears with sy-clnt as the default value.
bsplanguage
This parameter specifies the logon language. If 'auto' is specified, 'sy-langu' is generated. If nothing is entered or bsplanguage is omitted, an InputField appears with sy-langu as the default value.
bsptermsofuse
This parameter displays the 'terms of use' switch, if bsptermsofuse is specified. The value of bsptermsofuse then corresponds to the URL that should display the 'terms of use' (the URL must be programmed by the application).
bspforgotpass
This parameter displays the 'Forget password?' switch if bspforgotpass is specified. The value of bspforgotpass then corresponds to the URL which describes the follow-up actions (what must the user do now) (the URL must be programmed by the application).
bspsysidvisible
This parameter specifies the system ID. If nothing is entered or if bspsysidvisible is omitted, no SystemId is displayed. If bspsysidvisible is not initial, this is displayed.
bspdontshowhttpswarning
You can use the bspdontshowhttpswarning=X parameter to suppress the warning that HTTPS is not set up. However, for safety reasons, we recommend that you install HTTPS to transfer passwords securely (see below).
Example with all parameters
/sap/public/bsp/sap/system/login.htm?sap-url=<%=PATHTRANS%>
  &bspchangepasswordvisible=X
  &bsplanguagevisibe=X
  &bspclient=000
  &bsplanguage=de
  &bsptermsofuse=/sap/bc/bsp/sap/lib/termsofuse.htm
  &bspforgotpass=/sap/bc/bsp/sap/lib/forgotpass.htm
  &bspsysidvisible=x
Profile parameters
If you want to use the SAP logon, you must activate Single Sign On (SSO) with the following profile parameters:
login/accept_sso2_ticket=1
login/create_sso2_ticket=1 or 2
icm/server_port_...=PROT=HTTPS ...
To change these profile parameters, you need to reboot the server.
It is absolutely imperative that you activate SSO (or SSO2). However, you can also change your password without HTTPS, although this is not recommended for security reasons.
Note the remarks above on the BspDontShowHttpsWarning parameter under Explanation of the redirect parameters.
To activate SSO/SSL, you need to do more than just set the above profile parameters. You must also install the corresponding security libraries on the application server. You can find a description of how to install it under http://service.sap.com/security -> Security in Detail -> Infrastructure Security -> SAP SAP Web Application Server Security (Release 6.20) -> Configuring the SAP Web Dispatcher to Support SSL.
You do not need to install SSO software on the client PC.
Message server settings
If you are using a message server, the settings should already be implemented, as described in Note 493475. To use HTTPS, you also need to maintain the following profile parameter on the message server.
ms/https_port
The HTTP(S) port of the message server (for example, 1090) cannot be identical to the HTTP(S) port of the application server (for example, 1080) on which the message server is running.
Consider the required SAP kernel patch, as described in Note 517860.
Application server settings
No additional settings are required for the application server Consider the required SAP kernel patch, as described in Note 517860.
BW Web Intelligence settings
No settings are required in BW Web Intelligence. Business Explorer tools such as the Web Application Designer, Query Designer or SAP Easy Access Menu automatically generate URLs with the message server and port if this is defined by the profile parameters above.
Adjusting the layout
Information on adjusting the layout is available at http://help.sap.com -> SAP Web Application Server -> SAP Web Application Server 6.20 -> mySAP Technology-Components -> SAP Web Application Server -> Web Applications -> Web Application Server -> Web Applications and Business Server Pages -> User Concepts -> Logging onto BSP Applications -> Enhancements, Layout changes section.
Problems
If problems occur despite of the above remarks and references to other notes, enter a message under the BC-BSP component.

Similar Messages

  • WDRuntimeException: Exit-Plug must no be triggered with an URL when running

    Dear SAP,
    In our SRM-JAVA system, when I am leaving a web page, I get this error :
    The initial exception that caused the request to fail, was:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exit-Plug must no be triggered with an URL when running in portal.
    Use portal navigation instead to navigate to another application!
    at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:516)
    at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:462)
    at com.sap.mdm.srmcat.uisearch.master.wdp.InternalMasterWindowInterfaceView.wdFirePlugToApplicationPlugOUT
    (InternalMasterWindowInterfaceView.java:205)
    at com.sap.mdm.srmcat.uisearch.master.Master.callOCIComponent(Master.java:1119)
    at com.sap.mdm.srmcat.uisearch.master.wdp.InternalMaster.callOCIComponent(InternalMaster.java:940)
    ... 32 more
    More detail :
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exit-Plug must no be triggered with an URL when running at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:516)
    at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:462)
    at com.sap.mdm.srmcat.uisearch.master.wdp.InternalMasterWindowInterfaceView.wdFirePlugToApplicationPlugOUT(at com.sap.mdm.srmcat.uisearch.master.Master.callOCIComponent(Master.java:1119)
    at com.sap.mdm.srmcat.uisearch.master.wdp.InternalMaster.callOCIComponent(InternalMaster.java:940)
    at com.sap.mdm.srmcat.uisearch.master.MasterView.onPlugfromResultSetViewIn(MasterView.java
    Thanks in advance for your input.
    Best regards
    SAP NetweaverAdmin
    Edited by: SAPNetWeavAdmin on Jan 14, 2011 7:11 PM

    Hi,
    could you please take a look at the following SAP note and see if this is relevant for you?
    1450826 - Error when SLD administration called in portal environment
    About your problem, is this happening every time you leave a web page?
    Regards,
    Jonas Cella

  • Problem running web queries on machines with internet explorer 8 installed

    Hello All,
    We started noticing that a few of our users can no longer execute web queries in MS Excel spreadsheets created from .IQY files exported from Discoverer.
    The users get the following error when they attempt to refresh data on their excel worksheet:
    "The file could not be accessed. Try one of the following:
    *Make sure the specified folder exists.
    *Make sure the folder that contains the file is not read-only.
    *Make sure the file name does not contain any of the following characters: < > ? [ ] : | or *
    *Make sure the file/path name doesn't contain more than 218 characters."
    Followed immediately by: "Invalid Web Query"
    We believe that we've linked this issue to only occurring with users who've installed Internet Explorer 8, so I'm hoping that it could be some configuration setting that I could tweak, either in their internet settings or on the discoverer server.
    Has anyone else encountered this problem? Does anyone have any suggestions?
    FYI: Our discoverer server is version: 10.1.2.3.0 with CP4, and our clients are using JRE 1.6.0_12, the problem is occurring on my test machine with Excel 2003.
    Thanks,
    -Scott

    After looking into this further I checked firewall settings in Panda A.V. For Firefox they were set to Custom settings which effectively disabled it. I changed setting to Outbound only like Internet Explorer and other programs and Firefox seems to work fine now. Hope this helps others who have experienced this problem. I have teenage children who use computer a lot (Face Book, etc.) so the root of the problem may have been Malware, Adware, or something else but hopefully Panda has taken care of this.

  • Wrong URL by running the form

    Hello,
    When I start my form inside form developer a wrong URL is launched:
    http://%%20"http://........"
    instead of
    http://.....
    Where can I correct this setting?
    Thanks in advance.
    Anna

    You may also need to explicitly set the browser executable in the preferences. You set this in the same screen where you set the Application Server URL.

  • Icons files will not displaying when running web-based forms locally

    My icon files (jpgs) are not displaying from within Forms Developer 10g or when I run the web-based forms from within Developer. I have tried the following without success:
    6.4 Deploy Icons for Forms Running on Web
    Option One: For Running Web Based Forms from Within the Forms Builder in Oracle 10g Developer Suite
    1) Copy all the icon image files (*.jpg) to the directory of <Oracle_10g_Developer_Suite_Installation_Root_Dir>\forms\j2ee\formsapp\formsweb\icons
    2) Make sure to set imageBase=DocumentBase in the file < Oracle_10g_Developer_Suite_Installation_Root_Dir >\forms\server\formsweb.cfg.
    3) Edit the < Oracle_10g_Developer_Suite_Installation_Root_Dir >\forms\java\oracle\forms\registry\Registry.dat file, specify the icon image file extension by modifying the following line:
    default.icons.iconepath=icons/
    default.icons.iconextension=jpg
    Save this Registry.dat file.
    4) Restart the OC4J Instance.
    5) Launch the form from Forms Builder.
    I just got a new laptop and am setting everything up again. I have everything setup the same way as on my old machine (same as above). It worked fine on my old computer but not on the new one.

    hi
    try to create jar file for u r all jpgs but also u have to check the size of u r images
    and if possible try to resave the same images by using Acdsee or use any other image viewer softwares.
    hope this helps u...
    sarah

  • "Missing Class" error when running web service

    Hi,
    I am getting an "Missing Class" error when running a web service. The web service was generated from a Java class via the "create J2EE web service" option.
    The web service has a JAX-RPC handler class added, which belongs to the same package as a logging class. The logging class is used to write to a file for debug purposes. A "missing class" error is being generated whenever I attempt to invoke the web service (via the enterprise manager test util), the error refers to the logging class which is used by the main handler class. The JAX-RPC handler works fine by itself, the error is only seen when I attempt to use the logging class.
    I have re-built, re-deployed from scratch again, but still get the same error! Am I missing something simple here?
    thanks for any advice

    Cant you paste some of your code, formatted in code tags? It looks like there is a problem passing some of the XMl response, it doesnt like a tag html.
    If you post some code somebody might actually be able to help you.

  • Screen colour temperature changes (bluer) when running web video, iDVD

    An odd intermittent issue I noticed since upgrade from Lion to Mountain Lion.
    Noticed on MacBook Pro 15" (high resolution), Early 2011 (MacBookPro8,2).
    When I launch iDVD the screen turns brighter and a more blue-ish hue. It reverts when I close iDVD.
    Issue is not isolatied to iDVD, for example it also occurs when running BBC Olympics web video content:
    http://www.bbc.co.uk/sport/olympics/2012/live-video/bbc_one_2012_hd
    Anyone know the cause or have a workaround? Driving me crazy!

    kbtan wrote:
    Hi guys, this thread seems to solved my MBP's problem:
    http://forums.macrumors.com/showthread.php?t=1392978
    http://www.macrumors.com/2012/07/10/gfxcardstatus-allows-easy-control-of-macbook -pro-graphics-cards/
    gfxCardStatus by Cody Krieger: http://codykrieger.com/gfxCardStatus
    Preventing the MacBook from dynamically switching from integrated (not blue) to discrete (blue) is not really suitable for me. What is posted in above links are only workarounds that limit the functionailty of my device. I want to use the features of my Mac as intended by Apple to preserve battery life. I want both display drivers to show the same colour.
    PRAM reset never worked for me.
    Booting Mac, logging in then off and on again is also a workaround -- I think mentioned here somewhere previously. This is a major pain though, as you can imagine.
    Thanks for drawing my attention to display mode switching as being the potential cause however.

  • Apparent server timeout when running Webi report

    Hi,
    when running a Webi report in BOXIr2 SP4 we are getting the follwing error which appears to indicate that the reports is hitting the Webi Report Server timeout:
    "The Web Intelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your BusinessObjects administrator. (Error: WIJ 20002)"
    However we get the error after approximately 5 minutes, but the Webi Report Server connection timeouts are all set to 60 mniutes.
    What other settings could be causing this 5 minute problem? The same report works fine when a shorter period of time (and so a smaller selection of data) is used in the parameters.
    thanks
    Keith

    Hi,
    Do you have a Windows Server?
    If so, please find the below information, you need to implement this on the server box.:
    Swap Timeout
    This is the amount of time before a user session WebI document would be removed. In other words, this controls the flushing interval of WebI temporary files. When you are in the Java Report Panel and you leave it idle for more then 5 minutes (Default), you will notice that you will no longer be able to save your
    WebI report into the CMS or your report will take longer to generate. This is because every 5 minutes the WebI cache is cleared so those temporary files would have to be regenerated by refreshing the document before you can actually save the document.
    The temporary files can be found in
    ..\BusinessObjects Enterprise 11.5\Data\ServerName\
    ServerName.Web_IntelligenceReportServer\sessions\SessionID\
    In order to modify this timeout you need to change the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite
    11.5\default\WebIntelligence\Server\Admin\SwapTimeOut
    Please let me know if this works for you.
    Thanks,
    Madhu.

  • Precision Changes when running parallel queries in Oracle?

    I am trying to speed up our SQL queries and database draws by running parallel queries. However, we are noticing a slight difference in one of our queries. We have identified two possible reasons. One of those reasons is parallel queries for some reason have either less or more precision than what we were doing.
    Has this ever been reported before? Is it even possible? Thanks for any help.

    One of those reasons is parallel queries for some reason have either less or more precision than what we were doing.What do you mean? Show us an example of that happening and exactly what you mean.

  • Exchange and Office Web Apps Integration - Wrong Url to Outlook Web App port 444

    Hi,
    I'm trying to setup Office Web Apps integration with Exchange 2013.  Office Web Apps are working fine with SharePoint 2013 and the WAC servers are listed as in a healthy state.
    When trying to open an office document from OWA I get the usual "Sorry...we ran into a problem.  Please try again"
    However I have noticed that the URL that OWA is passing WAC is in the format: https://exchangeservername.domain.com:444/owa/[email protected]/wopi/files...
    This is the backend server address! All the internal and external urls for owa, ecp, ews etc are set to https://mail.domain.com and they all seem to be working fine.  Client Access and Mailbox roles are on the same server.
    If I change the url to https://mail.domain.com/owa/[email protected]/wopi/files... then the office file opens correctly in Office Web Apps
    How do I correct the URL that OWA is sending Office Web Apps?  
    Thanks!

    Hi DJL,
    If everything works well except open document via OWA, it seems Exchange server 2013 has been configured correctly.
    Please follow me to check Office Web Apps Server settings and Integration.
    OWAS settings
    1. Certificate:
    Come from a trusted CA, include FQDN of OWAS farm in SAN field.
    Exportable private key.
    Friendly name must be unique within Trusted Root Certificate Authorities store.
    2. Farm:
    New-OfficeWebAppsFarm with following parameters
    -InternalURL is the FQDN of the server that runs OWAS
    -ExternalURL is the FQDN so that OWAS can be access on the Internet
    -CertificateName is the friendly name of the certificate to be used for HTTPS
    3. Explore this URL https://mail.domain.com/hosting/discovery
    If OWAS works well, you can see a WOPI-discovery XML file in web browser.
    Integration
    1. Configure OWAS URL via EMS,
    Set-OrganizationConfig –WACDiscoveryEndpoint https://mail.domain.com/hosting/discovery
    2. WAC stands for Web Access Components.
    Check App Log the 140 and 142 Event IDs for MSExchange OWA.
    142 means the discovery of the OWAS was successful, 141 means something went wrong.
    3. Enable OWAS.
    By default, OWA Virtual Directory is already enable WAC Viewing on both public and private computer.
    Please run "Get-OwaVirtualDirectory | FL *wac* "to check whether both “WacViewingOnPublicComputersEnabled” and “WacViewingOnPrivateComputersEnabled” parameter is True.
    4. Method to collect logs on OWAS.
    Run following command in OWAS powershell prompt:
    Get-OfficeWebAppsFarm | FL *log*
    More details to refer:
    http://www.msexchange.org/articles-tutorials/exchange-server-2013/management-administration/exchange-2013-office-web-apps-server-integration.html
    Disclaimer:
    Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure
    that you completely understand the risk before retrieving any suggestions from the above link.
    Thanks
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Mavis Huang
    TechNet Community Support

  • Report returns wrong data when run on server

    Hi,
    I'm runing CRS XI R2 on Windows Server 2003 SP2.  When I refresh a report in the Crystal Reports XI Designer, I'm getting correct data.  But when I schedule the report to run on the server it returns wrong data.  The data is different from what I see when I refresh it from the designer.  In the report I have running totals set up to count customers that meet a certain criteria.  The report is very large.  It take almost 2 hours to refresh.
    I was wondering what is causing the difference in running total data between refreshing it on the designer and running it on the server.  Is it returning wrong data b/c of it not reading all the records?  Should I be making any changes to the server settings?  I saw that under pageserver, there are options for  setting the 'Minutes Before an Idle Report Job is Closed' and 'Database Records To Read When Previewing Or Refreshing a Report".  Do either of those have anything to do with the report returning incorrect data when being scheduled to run on the server?
    Thanks,
    Kim

    Hi Xuandao,
    You would need to Use Cell Binding and Trigger concept to accomplish this.
    Its simple, however, you would have to work on a trial and error basis to understand this concept as implementing the same is subject to your dashboard and WEBI Design.
    Open you LiveOffice.
    Insert your WEBI, Now, go to Object Properties of your WEBI, select the second tab that says Prompt, Here, it lists the prompts that you have for your WEBI. This would also enlist your BEx variables as well. Select this BEx variable and click on the button that says Prompt at the bottom of this window. Here, select choose Excel Data Range and click on the cell select button on the right (small button that lets you choose what cell you want to bind this prompt to), Now select a free cell that would not be even populated later on when you run the dashboard say A1 (remember the value that you select). Click on OK and again OK. The WEBI Refreshes and you can see all the prompt values at the cell A1. These are all the possible values stored for your BEx prompt variables (these values are fetched from BW system dynamically).
    Now, save this LiveOffice, Go to you dashboard. Connect your dashboard to your Live office. Go to Data-> connections-> Now, select the WEBI and in the right hand pane  go to Usage tab, here, Click on Trigger cell button on the right hand side and select A1 in you LiveOffice.
    It should work fine.
    Let me know.
    Rgds,
    Sreekul Nair

  • WIS 10901 error when running webi report on top SAP BW InfoCube Universe

    Hello,
    After completing all the role assignments and integration kit installations, finally got to a point where have completed the universe development on top of a SAP BW InfoCube.
    Once, I have exported the universe tried creating a Webi report and with a simple one dimension report I am getting the error "error_db" "WIS 10901".
    I looked in the forums and came across some messages talking about MDX Parser. So, based on the OSS Note 1032461 went into SM59 to test the connection for MDX Parser and it is working fine.
    When I hit "Run query" from webi the following is the error message
    A database error occured. The database error text is: The supplied XML is not valid. [0GL_ACCOUNT].[LEVEL01].[20GL_ACCOUNT].[Value]. (WIS 10901)
    I am not sure what went wrong.
    Please let me know if I missed out anything or if there is anything else to be checked to avoid this error.
    I tried looking into SM21 and ST22 but did not see any error messages out there.
    Thanks
    Dharma.

    Hello,
    I also went into transaction MDXTEST and wrote a sample MDX statement on the InfoCube on top of which the universe is built.
    SELECT
    [Measures].MEMBERS ON COLUMNS,
    NON EMPTY [<dimension>].MEMBERS ON ROWS
    FROM [<cubename>]
    <dimension> is the dimension in the rows and <cubename> is the cube on top of which the Universe is built for creating the webi reports.
    This MDX came back with proper data.
    But the Webi is still giving me the same error.
    Please let me know.
    Thanks
    Dharma.

  • Error when running Web Service Proxy from JDev (running publisher report)

    Hello.
    I would like to call publisher report from forms, so i was using this instructions:
    http://www.oracle.com/technology/products/xml-publisher/docs/Forms_BIP_v21.pdf
    When i test my Web Service Proxy, i get this warning:
    WARNING: The received SOAP fault contains non standard fault element: "{http://xml.apache.org/axis/}hostname". This element will be ignored.
    javax.xml.rpc.soap.SOAPFaultException: oracle.apps.xdo.webservice.exception.OperationFailedException: PublicReportService::generateReport failed: due to oracle.apps.xdo.servlet.CreateException: Report definition not found:/Path/Employees.xdo
    at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:555)
    at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:396)
    at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
    at bip_webservice.proxy.runtime.PublicReportServiceSoapBinding_Stub.runReport(PublicReportServiceSoapBinding_Stub.java:290)
    at bip_webservice.proxy.PublicReportServiceClient.runReport(PublicReportServiceClient.java:105)
    at bip_webservice.proxy.PublicReportServiceClient.main(PublicReportServiceClient.java:79)
    What is wrong? Did anyone try those instructions?
    Thanks.

    I am getting the same error. What was the solution that worked for you? Please help

  • Error when running web analyzer

    HI friends,
    Iam getting the following error when opening BEx Web Analyzer,I have tried some of the threads i found and didnt get any result.Please help me in solving the problem.
    Error while loading the Web template "0ANALYSIS_PATTERN" (return value "4")
    Note:0Analysis_Pattern is in Active mode in our system.
    Thanks in Advance
    Regards
    Ravikanth
    Edited by: ravi kanth on May 15, 2009 11:07 AM

    Hi Ravi,
    from Note 917950:
    Test Standard Web Template in BI (both directions)
    This test will check the ABAP to Java and Java to ABAP communication. Additionally, this check will ensure that the new Java-based BEx Web runtime is working.
    1. Run Report RS_TEMPLATE_MAINTAIN_70
    2. Enter Template ID 0ANALYSIS_PATTERN
    3. Choose Program / Execute
    4. Choose Analyse / Validate
    5. Choose Analyse / Execute in Debug Mode
    A Web Browser is opened and you have to logon to the Portal. Finally, an empty Analysis Pattern (without data) should appear.
    Error messages during executing Web Template
    If only a blank screen or message "Access Denied" appears, see note 872043.
    If message "Error while loading the Web template "0ANALYSIS_PATTERN" (return value "5")" appears, activate Content (see topic Additional Information below).
    --> I think you have to activate the Content....
    Activate Web Template of BI Content
    Please perform the following steps to activate a Web Template of BI Content:
    1. Logon to BI System
    2. Start transaction Data Warehouse Workbench (transaction code RSA1)
    3. Choose register Business Content (left pane)
    4. Select Object Types
    5. Expand BEx Web Template in tree (middle pane)
    6. Double click on Select Objects
    7. Choose 0ANALYSIS_PATTERN (or any other Web Template of the BI Content)
    8. Object will be transferred to right pane
    9. Press button Install / Install to activate the Web Template
    Now, you can execute the activated Web Template.
    Links:
    "0ANALYSIS_PATTERN"
    Re: template  0ANALYSIS_PATTERN returns errors
    Error loading template 0ANALYSIS_PATTERN while broadacasting through WAD
    917950 - SAP NetWeaver 2004s: Setting Up BEx Web
    [SAP NetWeaver Setting Up BEx Web|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ca6de811-0c01-0010-43b2-c64584eef943]
    Re: Question about Bex Web Setup
    Regards
    Andreas

  • Connection timeout when running web service

    I'm running a desktop application which call an a web service every 10 minutes.
    Every few calls to this web service it fails. (for example: 4 calls to ws works fine but fifth call failed)
    When executing the application on: windows xp professional (physical computer) it works fine with no errors.
    But on windows server (virtual server) 2003/2008 it has this error.
    Here is the stacktrace:
    24-08-2011 09:40:04 ERROR [main] MyTestService - Could not get data
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
    faultSubcode:
    faultString: java.net.ConnectException: Connection timed out: connect
    faultActor:
    faultNode:
    faultDetail:
         {http://xml.apache.org/axis/}stackTrace:java.net.ConnectException: Connection timed out: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:153)
         at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:120)
         at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
         at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
         at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:2443)
         at org.apache.axis.client.Call.invoke(Call.java:2366)
         at org.apache.axis.client.Call.invoke(Call.java:1812)
         {http://xml.apache.org/axis/}hostname:TestServer
    java.net.ConnectException: Connection timed out: connect
         at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
         at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:154)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
         at org.apache.axis.client.Call.invoke(Call.java:2767)
         at org.apache.axis.client.Call.invoke(Call.java:2443)
         at org.apache.axis.client.Call.invoke(Call.java:2366)
         at org.apache.axis.client.Call.invoke(Call.java:1812)
    Caused by: java.net.ConnectException: Connection timed out: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:529)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:153)
         at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:120)
         at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
         at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
         at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
         ... 12 more
    what cause this exception?

    But it doesn't happen all the time. when application is running some calls to the web service run successfully and some not.

Maybe you are looking for

  • PDF Maker in Excel 2003 prompts to save multiple files for one report

    It seems each time i try to PDF multiple tabs I end up having to save more than one copy of the report in order to get all the sheets in PDF form.  I then have to merge all the PDF copies into one file and save it.  Does anyone know why it is generat

  • How do I specify the 'My Documents' folder as the sync directory for 'Creative Cloud Files'?

    I know how to move the 'Creative Cloud Files' directory within preferences, but when I do this, it simply moves the 'Creative Cloud Files' directory within the 'My Documents' folder. I do not think you can set a specific folder as a 'sync' folder in

  • Standard Transformation XML to ABAP

    Is there a sense to read bigger xml with standard transformations into an internal table? Or is it at least to restrictive? I can't find a real good documentation of it. Also I can't find out which way is the best to get my xml into a table. Can some

  • Unable to view reports in Telesales

    Hi, I am unable to view any standard reports from Telesales and Telesales Agent responsibility. Is there anything do I need to view the standard reports. Please guide as I am new to this module for implementation Thank you

  • Cannot restart website using Azure/azure-sdk-for-node

    I have a couple of websites working and running and I am trying to build a monitoring service for them. One of the operations its supposed to do is restart the website. The SDK contains a restart function which issues a POST request to the azure mana