No Reproduction of a problem in a Web Session (ECO 5.0)

We use the new E-Commerce 5.0 version on a NetWeaver 2004s (Java/ABAP).
We have deployed the Java Component B2B and use the XCM based Internet
Sales webshop from the mySAP Business Suite 2005 SR1 Java CD
(51031807).
The ISA session logs works correctly. But the customer need additional
information about the webshop activities.
I have implemented Note "921409 - Enable session tracing in mySAP CRM
5.0 java components" and all related notes. I use the "Single Session
Trace" Link to start the web session based on my XCM application
configuration.
The problem:
I cannot download the CSV- File in the NWA because we cannot find any
entries with the Session ID from the "Single Session Trace" Link.
The connection is opened via WTS. The requested usernames and password
are maintained in the SAP Marketplace.
Detailed Information about our System Landscape:
SAP Netweaver 7.00 SP12 (1000.7.00.12.0.20070507080200)
JCO: 7.0012.20070328121651.0000
Java Development Kit: Java 2 SDK, SE v1.4.2_15
SAP-SHRAPP Version: 5.0 SP9 (1000.5.0.9.3.20070713081523).

In the environment definition,
-> External Application JDBC
-> Properties
-> Outbound JDBC Connection
You have the database URL in the "DriverProperties" field
Valid URL would be : jdbc:mysql://localhost:3306/caps
!! The doc says that this field is optional !! Seems to be an error in the doc:
Hope this helps
Seb

Similar Messages

  • Problems creating a web service that uses the report generation toolkit

    Hi,
           Im trying to develop a web service using labview 2013.
    I create a html form that is correctly communicating with my labview method and part of the web service functionality is to create a report from the data obtained in the html form published.
    I realized that using the report generation toolkit inside of the web service method the server cannot generate a report. ( If I run the same Vi before publishing the web service it works on the server but it doesnt work after I deploy it)
    I thought that maybe Im unable to use the report generation toolkit VIs inside of the web service because Im not incluiding the (dynamic VIs labview uses when they run), I tried to add the excel dynamic library to the proyect but with no success.
    I also tried to use VI SERVER to call a VI that generates the report using the report generation toolkit  in the method that runs when the web service is call but  it doesnt work either.
    How can I deploy a web service able to use  the report generation toolkit ?, how can I deploy a web service able to use VI server ?
    Any help is really appreciated.
    Erwin Franz 
    Erlab

    The issue you are running into is actually a limitation intended by Microsoft.  They don't want windows services to be able to call into the ActiveX interface for Microsoft Office for security reasons.  If you are deploying your web service to the NI Application Web Server on Windows you will run into this problem since the web server is a Windows Service.
    While I haven't tested this, you may be able to work around this by packaging your Web service with a LabVIEW EXE rather than deploying to the NI Application Web server. 
    Mark
    LabVIEW R&D

  • Problem constructing a web service request wich does not include namespace

    Hi!
    I'm evaluating Flex 3 for a web development.
    I'm having problems with a web service invocation.
    This is the soap request made with Soap UI:
    <soapenv:Envelope xmlns:soapenv="
    http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:open="
    http://www.openuri.org/">
    <soapenv:Header/>
    <soapenv:Body>
    <open:querySoftware>
    <open:imei></open:imei>
    <open:groupId></open:groupId>
    </open:querySoftware>
    </soapenv:Body>
    </soapenv:Envelope
    <mx:WebService id="giService" wsdl="
    http://..." result="onResult(event)">
    <mx:operation name="querySoftware">
    <imei>1<imei>
    </mx:request>
    </mx:operation>
    </mx:WebService>
    When invoking operation I get this error:
    [RPC Fault faultString="HTTP request error"
    faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent
    type="ioError" bubbles=false cancelable=false eventPhase=2
    text="Error #2032: Error de secuencia. URL: ]
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::faultHandler()[E:\dev\3.0.x\frameworks\project s\rpc\src\mx\rpc\AbstractInvoker.as:216
    at
    mx.rpc::Responder/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\Responder.as:49 ]
    at
    mx.rpc::AsyncRequest/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AsyncRequest .as:103]
    at
    DirectHTTPMessageResponder/errorHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\mes saging\channels\DirectHTTPChannel.as:343]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/redirectEvent()
    I see that Flex is making the request like the following
    wichi is not correct according to Soap UI request:
    <querySoftware>
    <imei></imei>
    <groupId></groupId>
    <querySoftware>
    How could I construct the request to include the open:
    namespace?
    Thanks a lot.

    I actually worked through this problem yesterday. This thread
    should help you:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=60&catid=585&threadid =1377262&enterthread=y

  • I am facing a caching problem in the Web-Application that I've developed us

    Dear Friends,
    I am facing a caching problem in the Web-Application that I've developed using Java/JSP/Servlet.
    Problem Description: In this application when a hyperlink is clicked it is supposed to go the Handling Servlet and then servlet will fetch the data (using DAO layer) and will store in the session. After this the servlet will forward the request to the view JSP to present the data. The JSP access the object stored in the session and displays the data.
    However, when the link is clicked second time then the request is not received by our servlet and the cached(prev data) page is shown. If we refresh the page then request come to the servlet and we get correct data. But as you will also agree that we don't want the users to refresh the page again and again to get the updated data.
    We've included these lines in JSPs also but it does no good:
    <%
    response.setHeader("Expires", "0");
    response.setHeader("Cache-Control" ,"no-cache, must-revalidate");
    response.setHeader("Pragma", "no-cache");
    response.setHeader("Cache-Control","no-store");
    %>
    Request you to please give a solution for the same.
    Thanks & Regards,
    Mohan

    However, when the link is clicked second time then the request is not received by our servlet Impossible mate.. can you show your code. You sure there are no javascript errors ?
    Why dont you just remove your object from the session after displaying the data from it and see if your page "automatically" hits the servlet when the link is clicked.
    cheers..
    S

  • Problem deploying a web application (war)

    Hello,
    I am having a problem deploying a web application in Tomcat.
    Here is what happens:
    -I copied the war file into the webapps directory.
    -I started Tomcat.
    -Tomcat automatically expanded the war file into a directory of the same name.
    The problem is that I get the following error: "The requested resource (/jadmin) is not available." when I try to access my web application
    Can anyone please help?
    Thanks in advance,
    Balteo.

    Hi,
    check the Tomcat log file <tomcat_dir>/logs/localhost_log.yyyy-mm-dd.txt and see if there is an error corresponding to the deployement of the (/jadmin) context.

  • List of Problems with new Web Mail

    List of Problems with NEW Web Mail :
    - At first doesn't open full page message list or retain full page as default setting, have to drag down bar
    - Only shows 20 message lines after “pulling down” the divider, screen partially empty until I scroll down.  It should show at least 26, preferably all available
    - After moving bar, bar moves back up after going back to inbox (not delete message) after reading a message, have to move it down again, and again...
    - Doesn't go to next message when delete message on screen is selected, no setting option for default to do this.
    - There is a drop down to select which folder to move a selected email to.  The initial display shows 7 usable choices, with the usual slider and arrow to show more choices.  The space on the slider clearly shows more choices are present (actually about 20 or so are there), but any attempt to use the slider or arrow to see more choices causes the drop-down to instantly disappear.  I can't move the selected field with arrow keys either.  I can select any of the visible 7 choices, and move an email to only one of the 7.  NOTE: This one works in both IE and Firefox, but if Verizon Webmail was fully web standard (see http://en.wikipedia.org/wiki/Web_standards) compliant it would also work in my preferred browser, Mozilla Seamonkey, the direct descendant of the original Mozilla browser.  Webmail should be FULLY web standard.
    - Occasionally a message will move from inbox to trash, without NO indication or command to move them.
    - Emails occasionally flash an error message and simply disappear - not to trash or other findable place, just disappear.  No time to read the error message either.
    - No way to set a whitelist for supposed spam emails, unless the whitelist for “Blocking” is the same.  Very unclear.
    - How can I switch my service back to the original, basic, email which works ok?  I know it’s still there, since some of my other accounts still access it!!!
    This seems my only way of getting this info direclty to the programming staff.  If it doesn't actually do this, will SOMEONE PLEASE FORWARD THIS MESSAGE TO THEM !?!  
    Thanks!

    vz_ric wrote:
    The majority of websites are set up the same way for all browsers. It's the software manufacturers responsibility to make their software compatible with websites, not the other way around. Otherwise everyone who has a website will have to make 10 different sites to work multiple browsers.
    Contrarily, it is Verizon's, as well as other companies like Verizon whose customer base uses a wide variety of web browsers, web page designers' responsibility to use only standard W3C-recognized code and not to use non-standard non-W3C-recognized code, e.g., Microsoft's Internet Explorer specific code, when designing their web pages. In my opinion based on my observations, Verizon's web page designers are too often guilty of using IE-specific code.

  • Re: problem while installing WEB-enyterprise

    Ciao Rajeev
    It looks like you don't have the http directory under your active
    environment.
    Did you copy the http structure from '$FORTE_ROOT/appdist/webenv' to
    '$FORTE_ROOT/appdist/WhateverYourEnvironment' ?
    peace
    Claudio
    -----Original Message-----
    From: Rajiv Srivastava <[email protected]>
    To: [email protected] <[email protected]>
    Date: Tuesday, January 19, 1999 8:48 PM
    Subject: problem while installing WEB-enyterprise
    while running escript to install HTTP library on my machine(WINNT server)
    i am getting a error -
    system Error : There are no distributions available for the application
    HTTP
    can anybody help.
    rajeev
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi Starmgmjo,
    Thanks for posting you issue. Kindly browse the below mentioned URLs to install SharePoint 2013 Step by Step
    http://sharepoint-community.net/profiles/blogs/step-by-step-installation-of-sharepoint-2013-on-windows-server
    http://sharepoint-community.net/profiles/blogs/configured-domain-services-controller-and-create-users-and-groups
    http://sharepoint-community.net/profiles/blogs/step-by-step-installation-of-sharepoint-2013-on-windows-server-1
    http://sharepoint-community.net/profiles/blogs/step-by-step-installation-of-sharepoint-2013-on-windows-server-2
    http://sharepoint-community.net/profiles/blogs/step-by-step-installation-of-sharepoint-2013-on-windows-server-3
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Problem with RESTful web service

    I am running into a problem with Flex Web Services (REST) in trying to get the proper format returned. I can see that the HTTP header is set to
    Accept: */*;
    rather than
    Accept: application/xml
    when sending the request. The web service was generated via the web services HTTP data services wizard. I edited it to set the resultFormat to xml
        // Constructor
        public function _Super_UsersService()
            // initialize service control
            _serviceControl = new mx.rpc.http.HTTPMultiService();
             var operations:Array = new Array();
             var operation:mx.rpc.http.Operation;
             var argsArray:Array;
             operation = new mx.rpc.http.Operation(null, "getUsers");
             operation.url = "http://localhost:8888/users";
             operation.contentType = "";
             operation.method = "GET";
             operation.resultFormat = "xml";
             //operation.serializationFilter = serializer0;
             operation.properties = new Object();
             operation.properties["xPath"] = "/";
             operation.resultType = valueObjects.Users;
             operations.push(operation);
             _serviceControl.operationList = operations; 
             model_internal::initialize();
    How does one configure the accept header?

    Hi,
    I have posted a simple application with the RESTful reference:
    http://apex.oracle.com/pls/apex/f?p=13758
    I can give you full privileges on this so you can look at the WEB service reference. Shall I send to you separately for login user?
    It is using the RESTful service: http://apex.oracle.com/pls/apex/nd_pat_miller/demo/employee/{deptno}
    This RESTful service tests fine when I test from within the RESTful web service module of the Workspace.
    I based this on the Video demo tutorial for RESTful web service that Oracle published for 4.2 release. The video seemed to exclude the {deptno} in the URL but when I try that, it doesn't work either.
    This is the error I am getting when I run this on my Apex environment: (it, of course, will not run the web service in the apex.oracle.com environment)
    class="statusMessage">Bad Request</span>                                         
    </h3>                                         
    </div>                                         
    </div>                                         
    <div id="xWhiteContentContainer" class="xContentWide">                                         
    <div class="xWhiteContent">                                         
    <div class="errorPage">                                         
    <p>                                         
    <ul class="reasons"><li class="badRequestReason"><span class="target" style="display:none;">uri</span><span class="reason">Request path contains unbound parameters: deptno</span></li>                                    
    </ul>Thanks,
    Pat
    Edited by: patfmnd on May 8, 2013 3:33 AM

  • Problems while creating Web Services in development server

    Hello,
    We are facing problems while creating Web services . The transaction like WSADMIN, WSCONFIG are not there in development server. Its gives message u2018This transaction is obsoleteu2019.
    Due to this while creating Webservice, there is and error message . Kindly guide me whats needs to be done.
    We have also tried the transaction WSADMIN2 as suggested by SAP, but didnu2019t know wat needs to be done.
    Regards,
    Rachel
    Edited by: Rachel on Feb 3, 2009 9:15 AM

    Hi,
    With your help, we were configuring WEB Service through soamanger.Due to some problem, we couldn't proceed further.Kindly guide us with the further steps.
    *steps followed *
    Step 1 : Entered Service Registry Parameters in WSPARAM .
    Step 2 : In transaction SOAMANAGER->Technical Configuration -->System Global settings
    Step3 : From u2018SE80u2019 transaction, selected the package ZHR and then right clicked to create the enterprise service -> Client Proxy (Service Producer)
    We have followed steps in se80.Don't know how to proceed further.
    We are unable to find the service in soamanger .How to find the service name in soamanager?
    Regards,
    Rachel
    Edited by: Rachel on Feb 3, 2009 12:38 PM
    Edited by: Rachel on Feb 3, 2009 12:48 PM

  • Problems with Java web start

    Hi All,
    I am facing a problem with Java Web Start. Which is the most appropriate version of JDK recommended for SAP XI? I tried
    JDK 1.4.2_04
    JDK 1.4.2_09
    JDK1.4.2_11
    JDK1.5.0_01
    When I click on Integration repository or Directory for the first time, it loads the jar files and while loading, I get an error msg "Unable to launch Integration Builder". After a lot of retries I get sucess. But still we are facing this issue in some machines. Can you pls let me know if there is any pre configuration or some thing I am missing...
    Regards,
    Jai Shankar

    Did you check the proxy settings in JAVA Web start. Please follow the below instructions.
    This could be set to None or to specific for values HTTP Proxy and HTTP Port .
    Contact your network administrator for the correct settings. 
    To change the Proxy Settings:
    Select Windows Start menu -> All Programs -> Java Web Start -> Java Web Start
    Choose File -> Preferences -> General
    Choose None to switch off the proxy settings or Manual to set the HTTP Proxy and HTTP Port.
    ChooseOK
    Close Java™ Webstart

  • Having problems accessing certain web pages online.

    I have no problem going to web pages when I bypass the airport extreme. When I connect my G4 notebook to the airport extreme it does not allow me to go to certain web pages.

    I'm having the same issue too! I noticed it the night I installed Leopard, so I was thinking it was Mail and Safari 3 acting up. But tonight I unhooked the AEBS and was able to access my site and email just fine.
    I've tried resetting the AEBS several times, but it hasn't helped.

  • Firefox is having problems with certain web sites, but IE is ok

    Top of page is present in IE but not in latest Firefox.

    Is it a safe assumption that website is your's? <br />
    What difference does it make which browser '''''you''''' use? Isn't your website for client's or potential clients?
    That said, I don't have a problem with that web page on Firefox 2.0.0.20, 3.0.19, 3.5.16, 3.6.13, or the 4.0b9 nightly - it looks the same as in IE8 on 32-bit WinXP SP3, with an AMD 64-bit processor.
    The problem shown in your screenshot is with your own Firefox installation. It's like all the "styling" is turned off.
    ''''' "I infer Firefox needs a 64 bit version." ''''' <br />
    What good is a 64-bit browser without 64-bit plugins? <br />
    Adobe still hasn't released a 64-bit version of Flash, although they do have a "preview" version available. <br />
    http://kb2.adobe.com/cps/000/6b3af6c9.html
    ''BTW, Mozilla does have a Windows 64-bit version of the Firefox 4.0 betas that is being tested now, but it is not going to be released in Jan / Feb when Firefox 4.0 is released. It will probably be released later in 2011 with one of the 4.# versions, I suspect right after Adobe has a 64-bit Flash release version.''

  • Having problems downloading cs6 web premium

    having problems downloading cs6 web premium trial

    As Rave said we need more information in order help troubleshoot the problem better. Please provide relevant information.
    Thanks
    Nikhil

  • 3 BUGS  WITH LION CONNECTING PROBLEMS TO SOME WEB SITES & MAIL SERVERS

    I HAVE 3 BUGS  WITH LION FOR MORE THAN ONE MONTH & GETTING WORSE
    1 - CONNECTING PROBLEMS TO SOME WEB SITES  SERVERS
    I TRY  EVERY BROWSER I HAVE ( SAFARI \ FIREFOX \ CHROME )
    I CAN NOT OPEN SOME SITES ALMOST ALL TIMES
    SOME TIMES OPEN THIS SITES BUT AFTER MINUTES DO NOT CONNECT TO IT
    I GET THIS BUG IN THE PAST  BUT LATLY IT GONE WORSE
    NOW IT IS MORE FREQUENT  & MORE  SITES
    2 - CONNECTING PROBLEMS TO SOME MAIL SERVERS
    THE MAIL APP CAN NOT CONNECT TO
    ( INCOMING  HOTMAIL SERVER \  OUTGOING  HOTMAIL SERVER \  OUTGOING  YAHOO SERVER  )
    MOST OF THE TIME
    MORE FREQUENT
    3 - CHECKING OUT SHOPPING BAG FROM SHOPPING SITES PROBLEMS
    I TRY TO CHECKOUT THE SHOPPING BAG IN 2 SITES & COULD NOT CHECKOUT THE ORDER 
    I HAD TO USE ANOTHER COMPUTER
    FIRST TIME I HAVE THIS
    I HAVE LITTLE SNITCH 3 ON & LION FIREWALL ON
    I TRIED EVERY ACCOUNT  IN THIS COMPUTER
    with Little Snitch disabled   >>>>>>>  i have the same problem !!!!!
    with lion firewall off    >>>>>>>  i have the same problem !!!!! 
    I STILL HAVE THE SAME CONNECTION PROBLEM
    IF YOU HAVE ANY SUGGESTION PLEASE HELP ME
    LION  BUGS IS DRIVING ME CRAZY   IT IS BY FAR THE 2ND WORSE OS Produced by APPLE AFTER IOS 2.0 FOR IPHONE
    I WANT TO GO TO LEOPARD AGAIN
    IF YOU HAVE ANY IDEA HOW TO INSTALL LEOPARD TO THE NEW MACBOOK PRO
    PLEASE LET ME KNOW

    Biggest bug is that your key caps key gets stuck. Repost, without the all caps stuff, which is tantamount to shouting, and maybe we can read what your problems are all about.

  • Problem connecting to Web Services server

    Hello,
    I've had my printer running perfectly since I installed it 3 days ago but today I am nolonger able to use eprint. I can still scan and print from my home PC and laptop but I am unable to send emails directly to the printer now. This was working fine and I used the feature fairly often without error but today no emails arrived. When I logged on to the eprint web site using my google account {Personal Information Removed} the status of the printer said disconnected. I've tried deleting the printer and re-attaching it (which had no effect) and I've now tried disabling web services on the printer then re-enabling it. When I try this I now receive the following error: Problem connecting to Web Services server.
    The printer model is a HP Photosmart Premium C310a with the lastest software update. The printer is connected to my network via Wifi and is reachable and usable from all my PC's.
    It seems to me that there is something wrong with the software configuration on the printer, the reason I think this is because the screen interface slows down to a crawl after some use and when this happens it is not possible to switch the printer off via the power button. The only solution is to pull the power cable! This is something new and didn't happen before, is there a way to reset to factory default, the option in the menu doesn't seem to reset everything?
    Please advise ASAP.
    Thanks in advance,
    Stuart {Personal Information Removed}

    Greetings,
    The ePrint Service has been having some issues after the upgrade. The server team has found and fixed a bug in the latest release that affected connectivity. If you're having problems, please unregister your product (from the Web Services menu, select "Remove Web Services"), then register again (from the Web Services menu, select "Enable Web Services).
    After reregistering, I have been very successful using both ePrint and the Print Apps using my HP LaserJet CM1415. It has been staying connected, and promptly printing jobs I send to it. It has also been reconnecting after I powercycle. I sincerely hope you have the same experience. We had an ePrintCenter outage a few minutes ago that may have affected connectivity, but I am able to use ePrint and the Print Apps again as of 5:15 Mountain Time.

Maybe you are looking for

  • How to highlight a single row in the Table components

    Hi, I am trying to do the following : 1) Select a staff member's name from a dropdown list 2) click on dropdown.name and show all the projects the member is working in a Table1 3) when clicked on the project in Table1, show all team members of select

  • Logic for WBS ELEMENT

    hi i have an issue in the report, the problem is in the selection screen i have an WBS ELEMENT as an select option(there is no belnr in selection scrren) for eg- if i enter COMP CODE = 0010 WBS ELEMNT = 23456 YEAR = 2008. For the above details there

  • Send IDOC to XI

    Hi all, I'm trying to receive an Idoc from R/3 to XI into a File dir. I've read a few previous blogs on this subject but currently they don't help me with my problem. On the previous blogs it says to use a scenario to receive the idoc, is not possibl

  • Will this hard drive work with the macbook?

    http://www.ebuyer.com/customer/products/index.html?rb=21296039887&action=c2hvd19 wcm9kdWN0X3NwZWNpZmljYXRpb25z&product_uid=95619 Thanks

  • Mapping of IDOC Please help

    Hi, I has a scenario from JMS XI IDOC where my inbound and outbound interfaces are same ie ACCDOCUMENT ACCDOCUMENT02 IDOC.Presently there is no mapping for this interface . PA default brand = 75999 Ledger = 460050                     Ledger = 471000