EP Web services need to be restarted after some inactivity period

Hi All,
My EP Web services go down after some inactivity period. The services need to be restarted.
Can anybody help me on this?
Thanks!

Hi Sonali,
Did you find the solution? We are facing the same issue. We have bunch of web services setup with SAML 1.1 authentication but after we refreshed our Quality system from production system, none of the web services are working. I cannot even see the call coming either in SRT_UTIL (under DELAY_L_<QID>) or in SOAMANAGER trace monitor.
Your help will be highly appreciated. Thanks in advance.
Thanks,
Pratik

Similar Messages

  • Stateful Web Services: how to free session after commit?

    Hello,
    We're developing an interface via web services to DM5.
    The web services are stateful, so we can handle BAPI_TRANSACTION_COMMIT/ROLLBACK.
    Apparently the web service session is not freed after the call to BAPI_TRANSACTION_COMMIT/ROLLBACK. This is visible in a test that sends 100 operations very quicly, the app server stops responding after the first 90 calls (actually the server starts responding a void text/xml). After a while (I guess after some http sessions are available after timeout), the server starts responding again.
    Our assumption was that commiting the transaction would free the corresponding session, but it looks like this is not the case...
    Do you have any clues on that? Timeout is the only way to free a web service session?
    Thank you
    Regards

    Hi,
    Please refer the below article and browse code.
    http://code.msdn.microsoft.com/Remote-Authentication-in-b7b6f43c
    Thanks,
    Srikanth

  • HT201232 My I phone is restart after some time. Some times find out its off then if I press Home   Power button then again re-start. Some time after coming apple logo it take auto restart ...display become blue color.

    My I phone is restart after some time. Some times find out its off then if I press Home + Power button then again re-start. Some time after coming apple logo it take auto restart ...display become blue color. I have restored through I tunes and got I cloud backup. But stll have same problem.

    Try once again to restore using iTunes, but this time without using a backup, to make sure that this is not software related.
    If the phone still restarts on it's own, get it checked, this might then be hardware related after all.
    Use iTunes to restore your iOS device to factory settings - Apple Support

  • New to Web Services - need to call a HTTPS web service from PL/SQL

    I am new to Web Services and need to call HTTPS web service from PL/SQL program. I am using 10g Database.
    I have been reading there are 2 options -
    1. UTL_HTTP - with this package its possible to call HTTPS web services
    2. UTL_DBWS
    Questions -
    1. Is it possible to call a HTTPS web service using UTL_DBWS ? I have not been able to find any information on it.
    2. Can someone point me to UTL_HTTP and UTL_DBWS examples calling a HTTPS web service ?
    3. The HTTPS web service that I need to call needs username/password to connect - how will I incorporate this in the pl/sql code ?
    Appreciate the help.
    Cheers,
    newWebServicesUser

    Hi,
    1. UTL_DBWS not work for https from what I understand
    2. Here is a sample example:
    [http://www.oracle-base.com/articles/9i/ConsumingWebServices9i.php#]
    Be careful, you must change http/1.0 IN 1.1 inside package SOAP_API.
    Here is an example for a prime number where the SOAP message is already construct:
    CREATE OR REPLACE procedure test_ws_2
    IS
    http_req utl_http.req;
    http_resp utl_http.resp;
    request_env varchar2(32767);
    response_env varchar2(32767);
    begin
    -- Set proxy details if no direct net connection.
    UTL_HTTP.set_proxy('http://<USER>:<PASS>@10.0.2.21:8070', NULL);
    UTL_HTTP.set_persistent_conn_support(TRUE);
    request_env:='<?xml version="1.0" encoding="utf-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">'||
    '<SOAP-ENV:Body><GetPrimeNumbers xmlns="http://microsoft.com/webservices/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">'||
    '<max xsi:type="xsd:int">10</max>'||
    '</GetPrimeNumbers></SOAP-ENV:Body></SOAP-ENV:Envelope>';
    dbms_output.put_line('Length of Request:' || length(request_env));
    dbms_output.put_line ('Request: ' || request_env);
    http_req := utl_http.begin_request('http://www50.brinkster.com/vbfacileinpt/np.asmx','POST', utl_http.HTTP_VERSION_1_1);
    utl_http.set_header(http_req, 'Content-Type', 'text/xml; charset=utf-8');
    utl_http.set_header(http_req, 'Content-Length', length(request_env));
    utl_http.set_header(http_req, 'SOAPAction', '"http://microsoft.com/webservices/GetPrimeNumbers"');
    utl_http.write_text(http_req, request_env);
    dbms_output.put_line('');
    http_resp := utl_http.get_response(http_req);
    dbms_output.put_line('Response Received');
    dbms_output.put_line('--------------------------');
    dbms_output.put_line ( 'Status code: ' || http_resp.status_code );
    dbms_output.put_line ( 'Reason phrase: ' || http_resp.reason_phrase );
    utl_http.read_text(http_resp, response_env);
    dbms_output.put_line('Response: ');
    dbms_output.put_line(response_env);
    utl_http.end_response(http_resp);
    end test_ws_2;
    Otherwice for testing url, i recommand you to use that function: Re: Error using UTL_HTTP over HTTPS
    it's a verry helpful function when you have an error.
    wrote:
    When testing using UTL_HTTP, you MUST ensure that you open a new session after importing the SSL certificates into your Wallet,
    as I've learned (the hard way) that existing sessions point to the wallet contents that were present when the session was opened.
    If you don't realise/know this, it can cause a lot of additional frustration during testing, when you keep getting the ORA-29024 exception AFTER
    you've imported the SSL certificates................. ;) 3. i think you can use that after the begin_request but not sure :
    UTL_HTTP.set_authentication(r => http_req,
    username => ,
    password => ,
    scheme => ,
    for_proxy => );
    Edited by: Malebodja on Oct 22, 2009 6:53 AM
    Edited by: Malebodja on Oct 22, 2009 6:55 AM

  • Bugs in BC CRM web service need to be fix (Server was unable to process request ERROR: A server error has occured)

    I'm using the following code to retrieve order list is working fine but it give me an error Server was unable to process request ERROR: A server error has occurred when I trying to retrieve order total paid with same code: and the output when retrieve order total paid is [object Object]
    var wsUrl = "https://mysite.worldsecuresystems.com/CatalystWebService/CatalystCRMWebservice.asmx?WSDL";
                          var RetrieveTotalPaidXML =
                          '<?xml version="1.0" encoding="utf-8"?>\
                          <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" \
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">\
                          <soap12:Body>\
                          <Order_RetrieveTotalPaid xmlns="http://tempuri.org/CatalystDeveloperService/CatalystCRMWebservice">\
                          <username>user</username>\
                          <password>pass</password>\
                          <siteid>111222</siteid>\
                          <orderId>112345</orderId>\
                          </Order_RetrieveTotalPaid>\
                          </soap12:Body>\
                          </soap12:Envelope>';
                           $.ajax({
                            type: "POST",
                            url: wsUrl,
                            Host: "mysite.worldsecuresystems.com",
                            contentType: "application/soap+xml; charset=utf-8",
                            data: RetrieveTotalPaidXML,
                            dataType: "xml",
                            success: processSuccess,
                            error: function(){alert("Error: Something went wrong");}
                           function processSuccess(ResData) {
                           var RetrieveTotalPaidParse = $.parseXML(ResData);
                           var $xmlRetrieveTotalPaidParse = $(RetrieveTotalPaidParse);
                           var $Order_RetrieveTotalPaidResult = $xmlRetrieveTotalPaidParse.find('Order_RetrieveTotalPaidResult');
                                   $Order_RetrieveTotalPaidResult = $(this).find('Order_RetrieveTotalPaidResult').text();
                                   $('#RetrieveTotalPaidResult').text(Order_RetrieveTotalPaidResult);
    I think there a bug in BC CRM Web Service when trying to make a request for Order_RetrieveTotalPaid using soap need to be fix

    Perhaps it would be good to update the sample request as shown on the  Developer reference page for this method (and, actually ALL of the SOAP samples)
    The sample shows siteid (all lower case)

  • Send Port to internally hosted IIS web service needs to run on the SAME IIS SERVER from multiple orchestrations

    Hi
    We have a multi-server BizTalk environment. We have an Orchestration with multiple call orchestrations in it. Each called orchestration is calling a web service through a 2 way Send Port (which is hosted in IIS on each BizTalk server in our multi server
    environment). We have to ensure that each called orchestration is calling these web services on the same IIS server.
    I could create a dedicated host instance that the Send Port runs under to run only on one server but then this means that all our DBase traffic is happening on one server. We also thought about using the load balancer some how to achieve this through sticky
    sessions etc.
    This is all necessary because we are using Entity Framework exposed through web services and we need to manage transactions.
    Any ideas on how we may achieve this. I have inserted a picture to try and show the scenario
    Biztalk Developer

    Haha, Entity Framework strikes again!  But seriously, that is a rather odd architectural requirement, double check first. But anyway...
    Try this: Configure the Send Port URI to point to something like http://localservicehost/[yourEFService]
    Then in the local hosts file (the DNS/IP hosts file), define localservicehost to the local IP address where the service is listening.
    That way, the connection will always be made to the local machine.  Essentially the same as localhost.

  • Changed web services need to be imported in NWDS mapping

    Hi All
    I have to import a web service WSDL in service interfaces of the project in NWDS and use it in a mapping which is in a read web service step in BPM.
    The mapping already has a WSDL having different name but same namespace as of the new WSDL
    How do I do this? I imported the new WSDL using import WSDL in service interfaces but the mapping is still referrring to the old WSDL even after changing the interface to point to new WSDL in interface tab of the read web service.
    I can see the new WSDL in the mapping but when I map source to target, I get the error "expected the old wsdl ns and name but having the new WSDL namespace and name". I believe this is related to the namespace clash. What is the suggested solution for this?
    What is the procedure in this kind of situation?
    thx
    mike

    Hi Varun
    Check this thread
    Using external jars in Java Mapping jar archive
    Add the jar as imported archive and reference it in Functions tab of Message Mapping
    Regards
    Javi

  • Officejet 6500A cannot enable web services/needs proxy

    I bought this new 6500A so I could e-print.  Can't set it up.  It keeps telling me Web services has not been enabled.  MAKE SURE PRINTER IS CONNECTED TO INTERNET AND TOUCH CONTINUE.  I have been able to print my e-mails from my comcast account.  I CAN GO TO ANY WEB PAGE AND PRINT THAT PAGE BUT YET IT SAYS IT ISNT CONNECTED..  Then it says might need a proxy address.
    I have been working on this for almost a week if not soon getting it I am taking it back and buying a different brand.
    I had my HP Officejet 6310 for a gazillion years but am ready to get a different brand because i cannot get this to work.  PLEASE, PLEASE, HELP.

    I am having the same issue.  Is anyone able to help with this? 

  • Web Service Not Appearing in navigator after deployment

    have written some EJBs (Entity- and Session-Beans), created a WebService from the Session-Bean. After having deployed the WebService, which finished without error, the Web Service cannot be accessed by Web Service Navigator, nor by Visual Admin or Web Interface.
    Environment configuration:
    - SAP Web AS 6.40 SP9
    Can anybody help me, please ...

    Hi,
    Did you solve the issue ? I am facing the same issue.
    Can you please let me know whats missing
    Regards
    KG

  • Sun One Web Server connection pool goes stale after some time

    Hi all,
    I have a few web applications running on Sun One Web Server 6.1 (SP4). I configured a connection pool via the web admin of the web server. I do not know why the connections in the connection pool are never released after some time (this happened for 3 times with a couple of months in between). I need to reboot the web server to solve this problem everytime the connection pool goes stale. I have verified that the resources are released (stream and connection are closed) with proper programming logic. Even so, I think that the connections will be timed out (the setting is 5 minutes) by the web server as a bulletproof even if the resource is not released properly as implemented in the code logic. Can anybody help on this? I have been troubled by this problem by weeks.
    Thank you in advance.

    Hi all,
    I have a few web applications running on Sun One Web Server 6.1 (SP4). I configured a connection pool via the web admin of the web server. I do not know why the connections in the connection pool are never released after some time (this happened for 3 times with a couple of months in between). I need to reboot the web server to solve this problem everytime the connection pool goes stale. I have verified that the resources are released (stream and connection are closed) with proper programming logic. Even so, I think that the connections will be timed out (the setting is 5 minutes) by the web server as a bulletproof even if the resource is not released properly as implemented in the code logic. Can anybody help on this? I have been troubled by this problem by weeks.
    Thank you in advance.

  • Web services - Could not create stubs on some servers

    My error is related to web services.
    The problem is that on some servers I can consume webservices
    and on some other not. The servers have the same configuration - at
    least it look like that.
    The calling page and the webservice component are in fact
    very simple. The source code is at the bottom of the page.
    When the web service is not consumed I have a following error
    message:
    coldfusion.jsp.CompilationFailedException: Errors reported by
    Java compiler: Found 5 semantic errors compiling
    "/opt/app/coldfusionmx8/stubs/WS941899941/DefaultNamespace/WebserviceCompCfcSoapBindingSt ub.java":
    175. if (axisFaultException.detail != null) {
    <-----------------------> *** Error: No field named "detail"
    was found in type "org/apache/axis/AxisFault". 176. if
    (axisFaultException.detail instanceof java.rmi.RemoteException) {
    <-----------------------> *** Error: No field named "detail"
    was found in type "org/apache/axis/AxisFault". 177. throw
    (java.rmi.RemoteException) axisFaultException.detail;
    <-----------------------> *** Error: No field named "detail"
    was found in type "org/apache/axis/AxisFault". 179. if
    (axisFaultException.detail instanceof
    coldfusion.xml.rpc.CFCInvocationException) {
    <-----------------------> *** Error: No field named "detail"
    was found in type "org/apache/axis/AxisFault". 180. ....
    When I took a look to the stubs directory I found that all
    java classes are compiled except for:
    WebserviceCompCfcSoapBindingStub.java
    Just to save your time - I've been trying stuff with the
    displayname etc... :-/
    If you would like me to supply you more information - please
    let me know.
    Thanks for any answers.

    After investigation it turned out that one of the libraries
    was using java.rmi.RemoteException.class which was quite old.
    Apparently when the servers were starting they were launching
    the libraries in different order. So some of them were using old
    version of java.rmi.RemoteException.class and the AxisFault.class
    that inherited from it couldn't compile.

  • My Windows 2012 ISCSI Target service needs to be restarted every time the server starts.

    Every time I restart my Windows 2012 server, the ISCSI Target Service is unavailable to the clients even though it appears to be running.
    I have to restart the service, then the clients can connect to it. 
    I tried to change the startup Type to Delayed, but I get an error 87: parameter is incorrect.
    I've tried to delete and recreate the VHD and ISCSI Target.
    I've tried to uninstall the Role, and reinstall it. 
    Anybody have any additional ideas to try and troubleshoot this?
    Thank you
    James Roper

    The service is not starting correctly, even though it does start. If I restart the service, everything works correctly. Here is the event in the ISCSI Target. 
    Log Name:      Microsoft-Windows-iSCSITarget-Service/Admin
    Source:        Microsoft-Windows-iSCSITarget-Service
    Date:          5/8/2013 3:11:10 PM
    Event ID:      10
    Task Category: None
    Level:         Error
    Keywords:      
    User:          SYSTEM
    Computer:      SRV-ISCSI1
    Description:
    The Microsoft iSCSI Software Target service could not bind to network address 10.5.4.31, port 3260. The operation failed with error code 10049. Ensure that no other application is using this port.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-iSCSITarget-Service" Guid="{13953C6E-C594-414E-8BA7-DEB4BA1878E3}" />
        <EventID>10</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2013-05-08T22:11:10.899843800Z" />
        <EventRecordID>38</EventRecordID>
        <Correlation />
        <Execution ProcessID="976" ThreadID="1448" />
        <Channel>Microsoft-Windows-iSCSITarget-Service/Admin</Channel>
        <Computer>SRV-ISCSI1</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="IpAddress">10.5.4.31</Data>
        <Data Name="dwPort">3260</Data>
        <Data Name="Error">10049</Data>
      </EventData>
    </Event>

  • Regarding Web Services, Need to Access Tibco Data

    Hi Experts,
    I am very new to webservices...
    My task is to get response from TIBCO system.
    I got a xml file from tibco, I created client proxy in se80, using that xml file. Now I am trying to create a logical port
    for that proxy usng soamanager, I am getting the following error
    Error: Uninstantiated object "subject sidl service" in method IF_SRT_WSP_CONFIG_SIDL~CREATE_CLNT_CFG_FROM_WSDL_D of class CL_SRT_WSP_CONFIG_SIDL
    I do not what this error, and how to resolve it....
    please do the need ful
    thanks in advance,
    Ram

    Hi Suresh,
    I created a webservice, and tested between two R3 systems, It is working fine. Now my actual job is to get response from Tibco. I got a file from Tibco system, and I created a proxy basing on that xml file. Now I am trying to consume that proxy in my sap system and I am getting the following error
    EXCEPTION: CX_AI_SYSTEM_FAULT TRIGGERED
    SOAP : 1,007 SRT : UNSUPPORTED XTREAM FOUND (HTTP CODE : 404 ..
    what is this exception means... and how it could be resolved...
    waiting for your reply....
    thanks in advance,
    Ram

  • Mac needs to be restarted after Lion upgrade

    hi, can anyone help me? I upgraded my Mac to Lion, ever since then I am having problems: every time I turn on the Mac it tells be to hold down the power button and restart it, I do this and it starts to work only then. I have been having problems with Outlook 2011 where I have to keep on rebuilding the database. The system seems to be a lot slower as well. Dose anyone know if Apple are aware of these problems and if they are doing anything about it. I would of thought when it comes to apple it would of been more stable then this. Let's Waite and see if apple gets in on this discussion.

    Hi, thanks for the reply. I looked up Ketnel Panic on Wikipedia and the picture that is showing up on it for Mac is what I'm getting, it's the gray screen and the message in several different languages telling you to power down and then restart. What I can't understand is the PC was working great on lepored with no problems, I up graded by the App store to Lion, dose this not mean it is been caused by lion or what?
    My only problem is I'm new to apple, I use time machine to back up but how do I reinstall an OS if I have no disc as when I bought the PC from new there was no disc provided in January? Will I have to install all the software again? I also use pareralls software for XP, will XP have to be reinstalled again and all softwares installed on the XP side? Is there a way for apple to scan the PC and locate the fault and just install a fix, windows have fix updates all the time what dose apple not as it seems I'm not the only person that has had these faults?

  • Log out user after an inactive period

    I am using DW CS3 and a MySQL database.
    Is there any way I can automatically log out a user if they have been inactive for a period of time?
    The reason I am asking, is that I have been testing my latest site and even if I close all windows in a browser (not quitting the browser) and then go to history, I can still get to protected pages. This could maybe a potential problem if users never quit their browser, they could still be logged in after days of inactivity.
    This is about my 5th site I have created using ADDT. The more I use the more I find it capable of. But this has me stumped.
    Any help would be appreciated.
    PM

    Hi Paul,
    checking a user´s inactivity could mean checking if his/her session still runs of if it´s expired by now -- whenever you apply a "Restrict access to Page" behaviour to whatever page, this behaviour will not just check things like user levels etc, but also if the session is still running.
    As this behaviour also cares for a redirection to your login page, I think you should apply this to every page which needs this kind of protection.
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

Maybe you are looking for

  • While browsing the internet with my iPhone 4S the screen goes black and it looks like it's turning off, but it pops up to the unlock keypad screen.

    While browsing the internet with my iPhone 4S the screen goes black and it looks like it's turning off, but it pops up to the unlock keypad screen. It has plenty battery and I was wondering if it is an issue of using too much of the iPhones RAM or no

  • Can LXDE be the new Gnome2?

    Now that Gnome3 and Unity are here lots of users, like me, want to migrate to a more usable desktop. LXDE it's simple and fast. But not as good as we want. I think that LXDE can attract a bunch of new users with some little changes, that make it look

  • Connecting macbook to pismo PB (wirelessly)?

    My G3/400/0S 10.2.8 PB is hardwired to an external HD (via firewire) and a linksys wireless-g router (via ethernet). I'm running 10.4.8 on the macbook and connect to the internet wirelessly. id like to be able to move files to and from either machine

  • Receiver RFC Queue

    Hi , I have configured a asyncronous scenario as JDBC> PI->RFC(JDBC sender and RFC receiver) , I have multiple JDBC sender channels but a single RFC receiver channel. I want the RFC receiver channel to be set to EOIO, and queue name assigned to the R

  • Why won't my iphoto won't turn on?

    My iphoto won't turn on completely. The screen for iphoto comes on, but it stays a blank white with ball just spinning around and around. No pictures, library, no albums, nothing! I have iphoto '09, version 8.1.2 . Has any one else had this problem?