Multiple convergence web client sessions

Is it possible to configure convergence so that it allows a user to log into multiple web client sessions in different windows/tabs at the same time? The default behavior seems to be that if you log in another window, it breaks the other web client session with the following error: "Unauthorized request for : Mail Service : Valid token is required "

jessethompson wrote:
I suspected that this may be your use-case. I used to run the central email/calendar/IM services at Monash University in Australia so I understand the needs of EDU's all-to-well. We're creating a web-survey to send to our departmental mail administrators. The survey should gauge how prevalent and important this feature is. I'll share the results.That would be very useful.
This same issue (co-existence of role accounts/user accounts) occurred during the Netscape Mail days where you couldn't have multiple IMAP accounts defined in a given profile. Every time you wanted to "act" as a role you would need to log-out of Netscape Mail and log in as a different profile.
When Mozilla Thunderbird provided multiple IMAP account access/multiple sender identities this issue went away.Evolution. Improvement. Sometimes I feel that the process of moving rich applications to the web has led to a lot of devolution.It does seem like we (not just Sun but companies in general) are constantly re-inventing the wheel.
Perhaps these people can stick with using IMAP clients. The survey will attempt to figure that out.I am firmly in the best-tool-for-the-job camp. Heavy IMAP clients, rich-web interfaces, mobile-low-bandwidth clients all have their part to play.
For Convergence, shared IMAP folders, shared address-books, shared calendars and multiple sender identities seems to me the best path forward. This would allow a user to login once and access/maintain the various role account data. It also provides improved user-access granularity -- you don't need to provide role account passwords to everybody who may need to access some part of the data.We've always disabled shared IMAP folders since they never worked across mail stores. We're a little worried about it being a maintenance and support hassle, but we will consider enabling the feature now that it will supposedly work across mail stores in v7.Shared IMAP folder functionality definitely works in MS7.0. Ensure that you are patched up to the latest MS7.0 revision (patch -04 and above) before deploying this functionality to avoid a number of IMAP cross-server shared-folder specific issues that cropped up in early MS7.0 days.
Shared IMAP folders/address-books and multiple sender identities are all on the roadmap for future revisions of Convergence.Multiple sender identities would be a very nice feature indeed.RFE #6783797 - "Support of Multiple Sender Identities & Sender Identity Options in convergence"
Usual rules apply -- make your voice heard by pushing features that are useful for your organisation via your Sun Account Rep.
Regards,
Shane.

Similar Messages

  • WEB Client session maximizes automatically

    Dear Frds,
    does anyone know how to solve below probelm?WEB IC session is being maximised automatically.
    1. I log in in and Minimises WEB IC session and keep working with something else.
    2. After some time (30 mins!!) Web IC session Maximises (opens to the work area) on itself.
    Does anyone know how can i stop this from happening?
    Thanks and regards,
    Dinesh.

    Hello,
    First of all I would not call this a real "problem", correct me if I'm wrong but when the page maximizes your webclient also times out, correct?
    Well, this behaviour is controlled by javascripts, these javascripts are located in the page fragment "root_content.htm" of the BSP application "IC_BASE". I did not take a close look but I see a javascript function called  function timeoutHandler()
                /* close session(s) */
                try{
                  getContextAreaWnd().focus();
                  contextArea.focus();
                  contextArea.document.getElementById("End").onclick();
                  parentWndNav.parent.exitBSPApplicat
    Maybe try to take a look there.
    You cannot control this behaviour without changing the SAP standard!!!!!
    You could set a breakpoint (a javascript breakpoint that is, not a ABAP/session breakpoint!) to see what piece of javascript is called at what time.
    Hope this helps,
    Kind regards,
    Joost

  • Java error in session initializations - IC web client

    Hi All,
    When i access the CRM IC web client through browser (BSP page), Page is loading but inside the page im getting the following error.
    " Java error in session initialization [Error message: abcj2systemid.domain.com: CALL_METHOD(SYS_METHODNAME) sessionid = SOAP Runtime Execption; CSoapExceptionTransport : HTTP recive failed with exception communication_failure ( Message Class CRMM_IC_FRAMEWORK- message number 106).
    Pl suggest
    Thanks
    PRadeep

    Hi Sai,
    Kindly make sure that you have JREE1.4.0 and  not above for  your  error.
    Secondly, you are getting the first message because when you are closing your application by clicking onto the close at top, it doesnt log out your agent from the Webclient. The correct approach would be to close using the path Menu Bar> File> Close
    The channels are not  available because you have not maintained the queues and channels for your system. The same is do be done in SAP Easy Acess> Webclient> Additional Settings. It is also available in the Best Practices C78.
    The link for the same is
    http://help.sap.com/bp_crmv250/CRM_DE/index.htm
    Hope this would help.
    Regards,
    Rekha Dadwal
    <b>You gain a point for every point that you reward. So reward helpful answers generously</b>

  • Java error in session initialization Error - When calling IC Web client

    Hi All,
    When i access the CRM IC web client through browser (BSP page), Page is loading but inside the page im getting the following error.
    " Java error in session initialization [Error message: abcj2systemid.domain.com: CALL_METHOD(SYS_METHODNAME) sessionid = SOAP Runtime Execption; CSoapExceptionTransport : HTTP recive failed with exception communication_failure ( Message Class CRMM_IC_FRAMEWORK- message number 106).
    Pl suggest
    Thanks
    PRadeep

    hi Indhra,
    did you check, whether the services are active:
    /Nsicf
    /default_host/sap/bc/bsp/sap/
    sam_sess_queue and sam_notifying
    and the polling profile is defined with polling frequence:
    /Nspro
    ->Interaction Center WebClient
    ->Basic Functions
    ->Define Context Area Profile
    there "Define Polling Profile"
    best wishes,
    Hakan

  • How to select from multiple addresses of account in IC Web Client

    Hi all,
    We are implementing a B2C scenario for IC Web Client. We have customers with multiple addresses. However, when we search the acount, only standard address comes to screen.  We want to be able select the related address, and then confirm the acount with that address.
    Is there any way to customize the Web Client in order to be able to select from multiple addresses of the acount?
    Thanks in advance.
    Edited by: Danisman Danisman on Aug 31, 2010 2:52 PM

    Thanks for the answer. Yes, we are using 7.0 but in the account identification screen, there is no personalize button ( I assume you are suggesting adding an addres block by using that button, right?).
    We checked the necessary customizing : there is an entry for fucntional profile PERSONALIZATION : ALL_ENABLED.
    Should we do something else to show the button?
    Thanks again.

  • Your Web Intelligence Rich Client session is no longer valid. (RWI 00242)

    Hi,
    I am running a report via BOXI .net SDK but after exactly 20 minutes BoxiReportEngine.GetDocumentInformation returns the  following exception: "Your Web Intelligence Rich Client session is no longer valid. (Error: RWI 00242)"
    I have set my timout to 2 hours in my C# app with
                BoxiConnection.TimeOut = 120 * 60;
    before calling
                BoxiSession = new Session(BoxiConnection);
    I have set the ODBC used by the report to 600 minutes timeout. The report has no "max retrieval time". Why is this happening after 20 min? Where can I change this setting? My BOXI installation is: BOE XI 3.1 FP 2.7 Update 12.2.7.598
    BTW: I have not found any official documentation of RWI 00242.
    Thanks

    Hi,
    I am getting error message when I try to access the application:
    Error : Your session is no longer valid.Was this working before? If yes, what changes have you done recently?
    Review Apache log files (error_log and access_log) for more details about the error.
    Let me know the fix.In addition to the above, review the following documents and see if it helps.
    Note: 267229.1 - APPS Login Error: Your Session Is No Longer Valid
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=267229.1
    Note: 395953.1 - Your Session Is No Longer Valid. Please Login Again. Oracle error 20001: java.sql.SQLException: ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=395953.1
    Regards,
    Hussein

  • Multiple Transaction Type Specifications in Navigation Bar of IC web client

    Hi Experts,
    We created three transaction ZCBC-Customer Billing Complaints,
    ZCRR-Customer Refund Request and Z_SC-Service Ticket which are the
    copy of CRMC-Service Complaints with Transaction Category
    'BUS2000120 Complaint'.
    The IC Web Profile we created ZAGENT0001, Runtime profile:ZAGENT0001
    and Navigation Bar Profile:ZAGENT0001, Business TransactionProfile:
    ZBTP0001.
    The Navigation entries are ZCUSTOMER_REFUND_REQUEST-Cust. Refund,
    SERVICE_COMPLAINTS-Service Ticket, ZCBC0001-Cust. Bill. Complaint.
    Problem: In the Business Transaction Profile only one default
    transaction type (Complaint (BUS2000120)is allowed. But our
    Business Process demands to choose 3 transactions for the same
    Transaction Category where it is not supported by the Standard
    functionality.
    Advice us the possibility of choosing the 3 transactions
    where the Agent is allowed to access all the three in the
    IC Web through the navigation bar.
    Please send me a solution for that as it is very urgent.
    Thanks in advance
    Koustav

    Hi thirumala:
    Could you send me the ic web client cook book, or do you have any guide on how to configure transaction launcher, in crm 5.0, i know it is a standar funciontality, but i have the following problem, i need to show some transactions like BP, in icwc, and then pass the transaction the confirmed bp number, i've already configured ITS, but i don't know wich are the following steps to do what i want, so could you give some guideance.
    Thanks & Regards

  • Which Web Client Framework? BC4J-JSP, UIX-JSP, UIX-XML, etc

    Trying to determine which, if any of the JDeveloper frameworks, to use for do web browser (HTML) clients.
    What are the pros/cons of BC4J-JSP, UIX-JSP, UIX-XML, etc?
    What are some common things you might rule out using one or more of the frameworks?
    I plan to be using BC4J, updating, inserting data (currently MS-SQL) and the apps will run on WebLogic 7 or Caucho Resin (webapps no EJB) in a cluster. I would like to be as RAD as possible and still be able to do what I need to do. One main concern is being able to add custom HTML/JavaScript for things like client side validation. I didn't see a way to do this when doing BC4J-JSP. Is that right?
    If I define any validation in the BC4J, will UIX utilized any of this to define a JavaScript validator or must it be redudantly defined?
    One other concern is what the framework requires in terms of architecture, like do I have to have sticky sessions in my web cluster or can it work fine stateless or stateful?
    For UIX-XML, how is this architected for performance? Specifically, is the XML effectively compiled and converted into something more efficient and performant or does it do XML parsing all the time? Is there any significant performance differences between the frameworks?
    Is there any significant difference in dealing with security? Anything in the framework to make it easier to handle certain users being able to see/edit different set of data?
    I have things like some groups can edit only certain entities (product info but not pricing), others only certain types of products (possibly subclass entities) and others situations where what fields than can edit varies. Obviously I can handle this programmatically, but I was wondering what the frameworks had to offer, especially in terms of having different views of the same data.
    Steve

    ...I am little confused then about how BC4J works and what is meant by "session" here.
    When you talk about appmodules in the plural, does this mean that there are potentially multiple instances of the same data on a single server or there is a common datastore with pending data and client specific stuff varying?
    The common datastore is the database. Each client (momentarily, during the span of their request) uses an instance of an application module from the pool. The pool can grow and shrink with load on your system and all of the various tuning parameters. Our doc on the AM Pool covers all the parameter settings and their users.
    What kind of "session" is this?
    It is an abstract notion of a session for a user. The implementation used for Web clients uses the HTTP Session Key as the session key. However, we have other session implementations (and you can provide your own to do custom stuff for more sophisticated needs). We don't store anything else in the HTTP Session to the best of my knowledge. This way in a cluster, the web container doesn't have to waste time propagating all of your serialized HTTP Session state among cluster members. This session key also include an id for the application module and together those provide the key to store your pending state in the database for the "Stateful == Managed State" feature.
    I assume that if I have a cluster which doesn't use session-to-same-server-affinity but uses JDBC for http-session persistance or distributed in-memory http-sessions then I cannot use stateful BC4J even though I can use http-sessions.
    You can use BC4J in this way because the browser will send a cookie that contains the key to your database-stored pending state. In this way, we work great in a server farm for failover and/or scalability reasons.
    Even if I use stateless BC4J, are there issues with round-robin'ng all requests to different servers in a cluster?
    As I said, both our Stateless and Stateful features are designed to be used in Server farms, no problem.
    BTW I wouldn't necessarily say you picked the wrongs terms for the modes, but I know what you mean. There's problems with these terms. I am trying to explain to my mgrs/engineers that there is some state in stateless transactions - that simply making everything "stateless" doesn't mean don't lose anything in a disastrous failure. I am arguing to get support for sessions in our cluster, that the performance gain and simplified development is worth it as long as you put intelligent limits on what you store in the session. Right now, they are insisting on randomly sending requests into two entirely different data centers, with two different clusters.
    Amen. I have seen too many developers make the mistake of trying to be totally stateless, only to completely complicate their development environment with having to peristent partially-completed transaction data to the database. I've seen this done with sets of "Shadow" tables (yuck!) or using hand-written techniques similar to what BC4J provides a robust implementation of in the box.
    We've tuned our "Stateless With Affinity for Server Farms" model over several releases of carefully studying the performance of the Web apps built by our internal Oracle Applications teams using BC4J (over 20 of them now, and growing!) so compared with a hand-written strategy for your web-tier state management, using BC4J's implementation will be much more productive for you.
    We're tuning and tweaking and enhancing it even more for the 9.0.3 release as new needs are highlighted with continued use by our customers (both Oracle internal and external).

  • Siebel Web Client  crashes when clicking a certain view (Income).

    We are using Siebel Public Sector and I am encountering a recurring issue with our Siebel Web Client. For most part it works but something strange occurs when I execute a series of steps. Whenever I go to the Contacts Screen > Income View then click on another screen tab (i.e. Contacts, Cases, Calendar, Home, Households, etc.) the web client stops responding and throws out an error saying: Session Warning: The server you are trying to access is either busy or experiencing difficulties. Please close the Web browser, open a new browser window, and try logging in again.
    I'm not really sure what is going on so I checked the logs. I'm not really sure what is going on. If someone could enlighten me on what this issue could be that would be awesome!
    ----------- Log FILES -----------
    The sweapp logs got updated with these messages.
    SisnapiLayerLog     Error     1     000000814c570f29:0     2010-08-03 09:54:43     1440934800: [SISNAPI] Async Thread: connection (0xb919828), error (1180682) while reading message
    GenericLog     GenericError     1     000000814c570f29:0     2010-08-03 09:54:43     (ssmsismgr.cpp (837) err=1180682 sys=0) SBL-NET-01034: The SISNAPI connection was closed by the peer.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     ( (0) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe ((null)) on process (null).
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (773) err=3670020 sys=0) SBL-SSM-00004: SISNAPI Hello failed. The server component could be down.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (1761) err=3670022 sys=0) SBL-SSM-00006: Error while sending message to server.
    ObjMgrSessionLog     Error     1     000000024c570e66:0     2010-08-03 09:54:43     CSSUModel::InvokeSrvcMethod - Failed with Error=10879179 for service=Web Engine Interface, method=Request
    ProcessPluginRequest     ProcessPluginRequestError     1     000000024c570e66:0     2010-08-03 09:54:43     -1742095472: [SWSE] Error invoking service method 10879179
    ProcessPluginRequest     ProcessPluginRequestError     1     000000024c570e66:0     2010-08-03 09:54:43     -1742095472: [SWSE] Error Message 0 : error 10879179 : Not connected to the server.
    SBL-SSM-00006: Error while sending message to server.
    ProcessPluginState     ProcessPluginStateError     1     000000024c570e66:0     2010-08-03 09:54:43     -1742095472: [SWSE] Invoke service method failed.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     ( (0) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe ((null)) on process (null).
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (773) err=3670020 sys=0) SBL-SSM-00004: SISNAPI Hello failed. The server component could be down.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (1761) err=3670022 sys=0) SBL-SSM-00006: Error while sending message to server.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     ( (0) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe ((null)) on process (null).
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (773) err=3670020 sys=0) SBL-SSM-00004: SISNAPI Hello failed. The server component could be down.
    ProcessPluginRequest     ProcessPluginRequestError     1     000000024c570e66:0     2010-08-03 09:54:43     -1742095472: [SWSE] Set Error Response (Session: Error: 10879179 Message: Not connected to the server.
    SBL-SSM-00006: Error while sending message to server.)
    The PSCcObjMgr_enu log file got these errors:
    ObjMgrLog     Error     1     000000a44c570f29:0     2010-08-03 09:55:00     (cscfg.cpp (165)) SBL-CSR-00418: Communication: User is not associated with any communication configuration in the database.
    The SCBroker log file got these errors:
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:51:01     (scbcomp.cpp (264) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_4565) on process 4565.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (851) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (462) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (264) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (851) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (462) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (264) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (851) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (462) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (264) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    The SRBroker log file got these errors:
    GenericLog     GenericError     1     000000814c570f29:0     2010-08-03 09:54:43     (srbroute.cpp (3089) err=3735554 sys=0) SBL-SRB-00002: Invalid argument provided.
    The <enterprise name>.<siebel server name> log got these errors:
    ServerLog     ProcessExit     1     000014a44c570e53:0     2010-08-03 09:54:43     PSCcObjMgr_enu      10776     SBL-OSD-02006 Process 10776 exited with error - Process exited because it received signal SIGABRT.
    ServerLog     ProcessCreate     1     000014a34c570e53:0     2010-08-03 09:54:43     Created server process (OS pid =      10838     ) for PSCcObjMgr_enu

    Dude - you definitely don't need any 3rd party software to figure this out. A bit of patience and research will help you solve it AND help you gain a better understanding of how Siebel works and how to debug problems such as this in the future.
    Setting the Log Level to 5 for all events in the Public Sector Object Manager is your first step. Log out then log back in and replicate the problem.
    Locate your log file and have a look at what's going on - chances are you'll see something in there that will immediately reveal the source of the problem.
    If there's a proper 'crash' involved, Siebel will generate a Flight Data Recorder (FDR) file - there are instructions on My Oracle Support on how to decode these. Really useful and very interesting to see how Siebel works at a low level.
    Debugging and fixing can definitely be arduous in Siebel - no two ways about it. However, researching, analysing and fixing issues yourself will prove both rewarding and educational! :)

  • Property default value in presentation doesn't work in vSphere Web Client.

    Hi,
    Some of my default values don't work in the vSphere Web client.
    Here is an example :
    The user need to choose a date, this input parametter is called "FormDateRealisation".
    In the next step, I have a user interraction with external input called "AppDateRealisation", that is an attribute. In the presentation, this parameter as a Default value property set to "#FormDateRealisation".
    It work perfectly in the Java client, but when I try the workflow in vSphere web client, the default value doesn't not work.
    Does anyone have an idea how to solve this ? I already found a solution to bypass this bug (Creating a script to transfert the input to the attribute)... But I would like to use the default value.

    Hi,
    I opened a ticket, they didn,t found the solution. But we found those logs:
    Execution of action com.DemandeServeur/EspaceDisqueMultiple10 returned a javacsript 'undefined' value. Perhaps a return statement is missing in this action ? Will be converted to null.
    Here is my code of "EspaceDisqueMultiple10":
    Return type: string
    Input: InGBHD (number)
    if (InGBHD%10 != 0)
      return "L'espace disque doit être un multiple de 10";
    else
      return;

  • Failed to acquire exclusive lock on client session - Webdynpro

    Anyone experience this below intermittent error on Webdynpro - e.g. Display Leave Summary functions ?  If user retry/revisit the same screen again. it will be working fine.
    Having some hard to to get thread dump at those short and intermittent moment.
    Any suggestions are welcome.
    Found this note below but doubt it will help at this moment.
    Web Dynpro error page, known error situations, error codes
    SAP Note Number: 1113811 
    NW/EP 7.0 SPS13
    #2#sap.com/pb/PageBuilder#com.sap.tc.webdynpro.services.session.LockException: Thread SAPEngine_Application_Thread[impl:3]_21 failed to acquire exclusive lock on client session ClientSession(id=(J2EE11441500)ID1662520351DB00529024001059157699End_1898143411). Existing locks: LockingManager(ThreadName:SAPEngine_Application_Thread[impl:3]_21, exclusive client session lock: ClientSessionLock(SAPEngine_Application_Thread[impl:3]_16), shared client session locks: ClientSessionSharedLockManager([]), app session locks: ApplicationSessionLockManager([]), current request: sap.com/pb/PageBuilder).Hint: Take a thread dump of the server node to find the blocking thread that causes the problem.
         at com.sap.tc.webdynpro.clientserver.session.ClientSession$LockingManager.lock(ClientSession.java:1511)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:233)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:150)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

    Hi,
    Check this,
    ESS SC Import Problem
    Thanks and Regards,
    gopal.sattiraju

  • Web Service session manager not found.

    I'm trying to understand how to use the HTTP utilities, and I'm having trouble just creating a session.  I get a Web Service session manager not found error.  I've read where the client has to support cookies.  My eventual client will be a labview VI that talks to a web server.  I llooked at the Toolsptions, but don't see anything related to cookies.  Not sure if that's what's causing this anyway, but I'm just digging.  Also, I want to eventually send http messages across TCP/IP.  Do I need to use the TCP/IP VIs (i.e. open connection, etc) or do I use the http utilities alone.  If both are needed, how does the httpRequestID and the TCP/IP connection ID correlate.
    Attachments:
    htttGetSession.vi ‏9 KB
    WebServerError.PNG ‏13 KB

    Hi can you please let me know how you resolved this issue?

  • Keeping "CS Web Service session" alive while uploading big files.

    Hi.
    I have a problem when I'm uploading big files, which takes longer than the session timeout value, causing the upload to fail.
    As you all know uploading a file is a three step process:
    1). Create a new DocumentDefinition Item on the server as a placeholder.
    2). Open an HTTP connection to the created placeholder and transfer the data using the HTTPConnection.put() method.
    3). Create the final document using the FileManager by passing in the destination folder and the document definition.
    The problem is that step 2 take so long that the "CS Web Service Session" times out and thus step 3 can not be completed. The Developer guide gives a utility method for creating an HTTP connection for step 2 and it states the folllowing "..you must create a cookie for the given domain and path in order to keep the session alive while transferring data." But this only keeps the session of the HTTP Connection alive and not the "CS Web Service Session". As in my case step 2 completes succesfully and the moment I peform step 3 it throws an ORACLE.FDK.SessionError:ORACLE.FDK.SessionNotConnected exception.
    How does one keep the "CS Web Service Session" alive?
    Thanks in advance
    Regards.

    Okay, even a thread that pushes dummy stuff through once in a while doesn't help. I'm getting the following when the keep alive thread kicks in while uploading a big file.
    "AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (409)Conflict
    faultActor:
    faultNode:
    faultDetail:
    {}:return code: 409
    &lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;409 Conflict&lt;/TITLE&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;409 Conflict&lt;/H1&gt;Concurrent Requests On The Same Session Not Supported&lt;/BODY&gt;&lt;/HTML&gt;
    {http://xml.apache.org/axis/}HttpErrorCode:409
    (409)Conflict
         at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:732)
         at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:143)
         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:2765)
         at org.apache.axis.client.Call.invoke(Call.java:2748)
         at org.apache.axis.client.Call.invoke(Call.java:2424)
         at org.apache.axis.client.Call.invoke(Call.java:2347)
         at org.apache.axis.client.Call.invoke(Call.java:1804)
         at oracle.ifs.fdk.FileManagerSoapBindingStub.existsRelative(FileManagerSoapBindingStub.java:1138)"
    I don't understand this, as the exception talks about "Concurrent Requests On The Same Session", but if their is already a request going on why is the session timing out in the first place?!
    I must be doing something really stupid somewhere. Aia ajay jay what a unproductive day...
    Any help? It will be greatly appreciated...

  • BP not Valid for Sales Org - Web Client error

    Hi,
        We are currently upgrading from CRM 4.0 --> 2007. We have multiple Sales Organisations and different business roles. In the Web Clients we have a number of transactions. When we try and add additional users from other sales orgs to these activities/transactions we get the following error  "BP not Valid for Sales Org".
    In CRM 4.0 for the various Interaction Centers we never got this error. We were able to add additional users from other sales orgs to transactions.
    Mt question is  - How can we stop this error from occuring , so that we can add additional users from other sales orgs to these activities/transactions in the various Web Clients.
    Any help on this would be greatly appreciated,
    Thanks,
    Dan

    Hi,
        This error is appearing for the addition of employees. These employees are set up in the Org model for the relevant Sales Org's, yet the error still appears.
    How would you go about adding employees,contacts etc from different Sales Org's to transactions (i.e attendees for an audit) in a Web Client that is set up to be Sales Org specific.
    Regards,
    Dan

  • How to disconnect a web BEx session encapsulated into a BSP ?

    Hello,
    I have built a statefull BSP application aimed at displaying BW queries results.
    This BSP is composed of many frames. Into one frame, I have to display a web BEx session (like the BEx displays query results through an internet browser).
    Into this frame, the following type of URL is called :
    http://server:port/sap/bw/BEx?sap-language=EN?cmd=ldoc?infocube=<my info cube name>?query=<my query name>?<variables handling ...>
    It works. From a user session point of view, I have 2 'Plugin HTTP' sessions for the user :
    - one for my BSP
    - one for this Web BEx session
    When I leave my BSP (by closing the browser for instance), my BSP session is well ended (thanks to session.htm and session_default.htm) but not my Web BEx session.
    My objective is to end this Web BEx session
    - either when I trigger an action changing the frame content
    - or when I leave my BSP application
    I have already thought about switching to stateless mode the call to the Web BEx. But I consequently loose my data when I navigate through the tabstrips from Web BEx window.
    How could I do to end properly the statefull Web BEx session in any case ?
    Thank you very much for your help.
    Regards.
    Fabrice

    Hi Fabrice,
    I  am developing an Bsp application with multiple Frames for BW LIKE YOUR'S, of which the BW developers can up date the  results table weekly/monthly & the End users can view the results through web. I appreciate, if u mail me some suggestions regarding my following queries.
    1.The internal table of results table could be created/inserted in BSP or in BW ODS/INFOCUBE ?? Or incase of this how to do it ?? How to connect that ODS/ODS Table with BSP Pages??
    2.PLS Mail me how to publish through web Bex query as I am not trained in this aspect??
    I really appreciate your cooperation, as My BSP Application is similar to your application,as you have better Idea of same concept and pls mail me some sample code.
    Kind regards,
    CSM REDDY

Maybe you are looking for

  • How to change screen settings

    Hi I have a small issue that in ABAP editor, screen is displaying like script editor and allowing me to delete the lines one by one ratherthan deleting all the lines at the same time.could u plz tel me,how to change the settings to allow the user for

  • HT5577 I lost recovery key and trusted device, how do I rescue my funds on account?

    Lost recovery key and trusted dev, and need to transfer balance on account how do I do this?

  • Adding Service to a group of phones

    Hi all, I'm making a java app that connect directly to SQLServer DB on Callmanager 4.1(3). I want to INSERT directly some service to a lot of phones. I identify the tables: "TelecasterService" and "TelecasterSubscribedService" on "CCM0300" DB. So, i

  • YEAR COMPARISON

    Hi I seached in all forum but i did not find relevent solution for my requirment My requirement is like this i'm doing  SAP BW/HR full update I got one requirement such a way that ,there want to compare 2009 data with 2010 new data eg) let us presume

  • How can i make imessages work

    how can i make imessages work