Relocating xdo.cfg on a Siebel disconnected client?

Hello all,
I have BIP 10.1.3.4 integrated with Siebel 8.1.1.4 and used to generate reports in remote client.
I have a question about relocating xdo.cfg to a folder other that JRE_HOME/lib. For a variety of reasons it is difficult to be able to keep and maintain the file in there. So I am investigating an alternative approach of relocating that file without letting BIP lose sight of it.
From a variety of Google searches on XDO, I've found out that the XDO subsystem (for the lack of a better word) could be potentially searching for xdo.cfg under
1. "xdo.ConfigFile" and "xdo.DeliveryConfigFile" system properties ( Absolute paths for the config files )
2. "XDO_TOP" system property ( XDO's top directory )
3. "java.home/lib"
([source 1|http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e12063/oracle/dss/util/xdo/common/config/ConfigLocation.html], [source 2|http://download.oracle.com/docs/cd/E10383_01/doc/bip.1013/e10462/oracle/apps/xdo/template/FOProcessor.html] ).
This is backed up by a few references ( [here's one|http://psofttechguy.blogspot.com/2008/05/xml-publisher-part-2.html] ) to non-Siebel documents that refer to applications setting the java property to the direct location of the file.
So that brings up the idea of using JVM switches to set that specific property. The idea was to use the final command line to look something like:
java -Dxdo.ConfigFile=C:\Siebel\8.1\Client_1\XMLP\xdo.cfg <etc etc>
So I went ahead and made the following change to
1.     Move xdo.cfg from JRE/lib to C:\Siebel\8.1\Client_1\XMLP\
2.     Modify the [XMLPJvmSubsys] section of the client CFG so it looks like the following:
[XMLPJvmSubsys]
CLASSPATH = <trimmed>
DLL = C:\Progra~1\Java\jre6\bin\client\jvm.dll
VMOPTIONS = -Dxdo.ConfigFile=C:\Siebel\8.1\Client_1\XMLP\xdo.cfg
3.     Retry generating the report to see if it works (I have a test case that would fail if BIP did not see xdo.cfg)
Unfortunately, it did fail meaning that BIP was unable reference. I can see that the options are being correctly picked up. Client log extract is below:
JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 Got following JVM parameters from 'XMLPJvmSubsys' jvm subsystem, JVM will be initialized based on these parameters.
JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 DLL = C:\Progra~1\Java\jre6\bin\client\jvm.dll
JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 CLASSPATH = {trimmed}
JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 VMOPTIONS = -Dxdo.ConfigFile=C:\Siebel\8_1\Client\XMLP\xdo.cfg
JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM will be initialized with following parameters:
JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM dll path = 'C:\Progra~1\Java\jre6\bin\client\jvm.dll'
JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 VM options:
JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 -Djava.class.path={trimmed}
JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 -Xmx100m
JVMInit JVMInitInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 -Dxdo.ConfigFile=C:\Siebel\8_1\Client\XMLP\xdo.cfg
GenericLog GenericInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM total VMOptions are 4
GenericLog GenericInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM VMOptions for index 0 are -Djava.class.path={trimmed}
GenericLog GenericInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM VMOptions for index 1 are -Xmx100m
GenericLog GenericInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM VMOptions for index 2 are -Dxdo.ConfigFile=C:\Siebel\8_1\Client\XMLP\xdo.cfg
GenericLog GenericInfo 3 000000024e4b99ac:0 2011-08-17 09:05:55 JVM VMOptions for index 3 are vfprintf
I was wondering if anyone has attempted anything similiar and if you could share the results? If not, you could try :-)
Any ideas what else I can do?
Thanks in advance.

Hi,
Try to create ExecutionMode argument of QueryPage method and then set it to ExecutionMode = ForwardOnly prior to invoking the EAI Siebel Adapter.
The best is to copy EAI Siebel Adapter and then modify it and use within your process.
Best regards,
Alex.
Edited by: AlexM87 on Jun 2, 2010 3:16 PM

Similar Messages

  • Can XML Publisher add a digital certificate (cert.pfx) via the xdo.cfg file or do I need to upgrade and use BI Publisher instead?

    Hi Guys
    I need to add a digital certificate to a clients customer statements and invoices. XML Publisher 5.6.3 has been used originally to design the templates as RTF. I have the following questions please...
    1. Can an RTF template be used or do I need to convert it to a pdf template?
    2. Can XML publisher even be used or do I need to get the DBAs to install BI Publisher. XML Publisher doesn't even have the signature properties in the admin screens that BI Publisher has.
    Below is a copy of the xdo.cfg file which currently does not add the pfx file...
    <config version="1.0.0"  xmlns="http://xmlns.oracle.com/oxp/config/">
    <properties>
       <property name="system-temp-dir">/tmp</property>
       <property name="pdf-security">false</property>
       <property name="pdf-open-password">testpass</property>
       <property name="pdf-permissions-password">testpass</property>
       <property name="pdf-encryption-level">1</property>
       <property name="pdf-no-printing">true</property>
       <property name="pdf-no-changing-the-document">true</property>
       <property name="signature-enable">true</property>
       <property name="signature-pkcs12-path">/app/oracle/product/appldev/apps/apps_st/appl/xdo/12.0.0/resource/digcert.pfx</property>
       <property name="signature-pkcs12-password">testpass</property>
       <property name="signature-field-location">top-left</property>
       <property name="signature-reason">taxreasons</property>
       <property name="signature-signed-at">Cape Town</property>
       <property name="signature-display-style">detailed</property>
    </properties>
    </config>
    Any help will be greatly appreciated.

    thanks for the summary of the many posts and threads describing all of these steps.

  • 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! :)

  • Error in resource clean up for a disconnected client

    Hi
    we are using NW04s portal. in the default.log of this dispatcher I continuously receive the following error. this is fulling my log in less then 10 minutes. anobody have an id ??
    regards
    #1.#00156004CA3300070000FEEC000062CA00043EE5ADC2F2ED#1195056074160#com.sap.engine.core.manipulator.TCPRunnableConnection##com.sap.engine.core.manipulator.TCPRunnableConnection.closeConnection()#######OrderedChannel for http service##0#0#Warning#1#/System/Network#Java###Exception occurred while closing connection.
    [EXCEPTION]
    #1#java.net.SocketException: Socket already closed.
            at iaik.security.ssl.SSLTransport.a(Unknown Source)
            at iaik.security.ssl.SSLOutputStream.flush(Unknown Source)
            at com.sap.engine.core.manipulator.TCPRunnableConnection.closeConnection(TCPRunnableConnection.java:194)
            at com.sap.engine.core.manipulator.TCPRunnableConnection$CloseThread.run(TCPRunnableConnection.java:1050)
            at com.sap.engine.core.manipulator.TCPRunnableConnection.run(TCPRunnableConnection.java:547)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:78)
            at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:148)
    #1.#00156004CA3300070000FEED000062CA00043EE5ADC2F71B#1195056074162#com.sap.engine.services.httpserver.dispatcher##com.sap.engine.services.httpserver.dispatcher#######OrderedChannel for http service##0#0#Error##Plain###Connection [237267712] is NOT removed! serverToConnections = [{299438950={}, 299438951={}, 299438952={}, 278697050={}, 278697051={}, 278697052={}, 8914750={}, 8914751={}, -1={}, 8914752={}, 299438900={}, 278697000={}, 8914700={}, 261671250={}, 261671251={}, 261671252={}, 261671200={}, 289070750={com.sap.engine.core.manipulator.TCPRunnableConnection@4c032069[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237253376], com.sap.engine.core.manipulator.TCPRunnableConnection@5424bf0[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237255680], com.sap.engine.core.manipulator.TCPRunnableConnection@73eef3b0[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237250816], com.sap.engine.core.manipulator.TCPRunnableConnection@5978bb14[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237260288], com.sap.engine.core.manipulator.TCPRunnableConnection@44ad78a2[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237260800]}, 289070751={com.sap.engine.core.manipulator.TCPRunnableConnection@193c7c35[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237256960], com.sap.engine.core.manipulator.TCPRunnableConnection@6909037d[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237260544], com.sap.engine.core.manipulator.TCPRunnableConnection@68634baf[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237235200]}, 289070752={com.sap.engine.core.manipulator.TCPRunnableConnection@4e3f905b[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237242368], com.sap.engine.core.manipulator.TCPRunnableConnection@5424bf0[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237255680], com.sap.engine.core.manipulator.TCPRunnableConnection@7b15d277[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237247744], com.sap.engine.core.manipulator.TCPRunnableConnection@6ba5d6d6[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237249280], com.sap.engine.core.manipulator.TCPRunnableConnection@23ec4333[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237199104], com.sap.engine.core.manipulator.TCPRunnableConnection@3f29a75a[closed=false, initialize=false, markedForClose=false, passCount=1, replyThreadRunning=false, replyThreadToStart=false, readThreadRunning=true, serviceName=http, synchronous=1, workingThreads=1, inProcess=true, dataFromServer=false, connectionID=237213952]}}]#
    #1.#00156004CA3300070000FEEE000062CA00043EE5ADC2F885#1195056074162#com.sap.engine.services.httpserver.dispatcher##com.sap.engine.services.httpserver.dispatcher#######OrderedChannel for http service##0#0#Error##Plain###Error in resource clean up for a disconnected client
    java.lang.NullPointerException

    Hi guys
    We are running a EP 7.0. We have external clients connecting from the internet through a 3rd party application gateway / reverse proxy. We have the problem that this gateway responds with 'service unavailable' while direct http(s) connections to the portal work without problem.
    Now i noticed the same messages in the dispatcher default trace.
    2008-02-07 17:40:55:155 Connection 300800 is NOT removed! serverToConnections = ...
    2008-02-07 17:40:55:154 Exception occurred while closing connection. EXCEPTION java.net.SocketException: Socket already closed....
    2008-02-07 17:40:55:154 Cannot get input and output streams from socket. ConnectionsManipulator is not initialized. EXCEPTION java.io.EOFException: Connection closed by remote host....
    I do not have a solution here, but i list some information on our system, so you can compare it to your environnements.
    - Enterprise Portal 7.0 SP13
    - our network guys observed a lot of tcp connections from the gateway to the portal with status CLOSE_WAIT
    - they also observed the portal sending a RST tcp packet instead of FIN (or FIN_ACK?)
    - the application gateway runs on Sun Solaris the portal on Linux x86_64
    - connection uses https
    The issue is very obscure, we are trying to tcpdump and decrypt the data, but no luck so far.
    Best regards, Michael

  • How to edit Siebel Email Client

    Hello
    I want to add a new button on Siebel Email Client. Whenever a F9 functionality will be invoked on Service Request or Activity, then this Email Client will be prompted with that button.
    This button will invoke a business service which in turn populate the Cc and BCc fields.
    Is it possible to add a new Button on Siebel Email Client?
    If yes, then how to do that?
    I require this information ASAP.
    Thanks a lot in advance.
    Regards
    Somnath Paul

    Open Mail, choose Preferences from the Mail menu, and change the default email client.
    (109621)

  • WAP321 random disconnecting clients

    Hi all,
    I'm having problems with my WAP321 that is randomly disconnecting clients. It's not disconnecting all clients, but just a couple of clients. It's random which clients get disconnected and it can be different clients that will be disconnected when it happens a couple times, but they do get disconnected at the same time.
    My setup:
    Cisco ASA5505
    |
    Cisco WAP321
    |
    Cisco 7925 phone - iPhone - Macbook - three IP cam's (different brands) - and some more clients
    Last time it occurred I just for sure changed DHCP server from Cisco ASA5505 to two windows servers, now it happened again, my 7925 started beeping (enabled SSID monitoring on it so it alerts when it isn't connected to my Callmanager) and my iPhone couldn't connect to the SSID. My Macbook was still just connected. Retrieved a diagnostics report and checked the logging, rebooted the WAP321 and everything started connecting again.
    Noticed screens are scaled so hope it's readable...
    The MAC address is my iphone. I turned off the 7925 because the beeping was annoying so no logging from the 7925 trying to connect.
    Logging is saying:
    assoc request from [mac] BSSID [bssid] SSID LEVELS
    STA [mac] deauthed from BSSID [bssid] reason 3: STA is leaving IBSS or ESS
    There is nothing wrong with the coverage, the WAP321 is about ten feet from the iPhone and Cisco 7925 phone
    Can anybody help me how to best troubleshoot this issue. I'm not familiar with the troubleshoot/debug options available for the WAP321

    Dear Wesley,
    Thank you for reaching the Small Business Support Community.
    There is an opened caveat on the latest firmware release, version 1.0.4.2; CSCue24521:
    -Symptom: Some clients may lose wireless connection when authenticating via Captive portal.
    -Workaround: Reconnect wireless devices.
    If this is not the case I'd like to know if you have tried using a different IEEE 802.11 standard, same as a different authentication type.  If you are not running the latest firmware release I then suggest you to, and something else I've seen from experience that fixes similar issues is to reset to factory conditions and reconfigure manually.
    http://software.cisco.com/download/release.html?mdfid=284152656&softwareid=282463166&release=1.0.1.10
    I hope you find this information helpful and please do not hesitate to reach me back of there is any further assistance I may help you with.
    Kind regards,
    Jeffrey Rodriguez S. .:|:.:|:.
    Cisco Customer Support Engineer
    *Please rate the Post so other will know when an answer has been found.

  • Disconnecting clients

    Is there a way to disconnect clients who are connected to the weblogic 6.0
    server from the console?
    Thanks
    Sioux

    Is there a way to disconnect clients who are connected to the weblogic 6.0
    server from the console?
    Thanks
    Sioux

  • ServerSocket does not detect a disconnected client

    Hi,
    I have created a serverscoket, which will accept 'n' number of clients and send data to all the connected clients.
    And the server should detect when any client goes down or disconnected from network and give the appropriate message to the use that this particluar client has got disconnected.
    I'm able to detect the disconnected client, when the client application is shut down properly (and the application closes the socket). But while the application is running, when the network card is unplugged, then my server is not able to detect this connection loss, and it continues to send the data to the client without throwing any exception.
    Any help would really be greatly appreciated.
    Thanks,
    Hema

    I Asume you don't mean the ServerSocket but the Socket the ServerSocket accepted, for this Socket you can try using
    acceptedSocket.setKeepAlive (true);This may speed up the disconnection detection depending on the implementation of the keepalive mechanism.
    But it then may be that the connection will be terminated, although the connection is only very slow.
    You have to test out, what is better for your purpose.

  • Regarding Disconnected Client

    Hi
    I have installed Oracle BI Server on one system and Client and Presentation services on other system. So can any one tell me how to Install Disconnected Client.
    I have tried to install Disconnected Client on the system where client is present but it install Oracle BI Server also.
    Please tell me how to install Oracle BI Disconnected analysis.
    Thanks
    Siddhartha P

    Hi,
    While we log on to Answers we can view the option " Disconnected Analysis" under the "more products" option but when i try to connect , i am getting error message like :
    Remote System
    There is no disconnected application set for usage.
    Error Details
         Error Codes: ASIVGRZC
    i am trying to short it out, any help will be appreciable
    Thanks & Regards,
    Brijesh

  • [WLAN Controller] Disconnect Client PC in AP

    Hi Guys,
    How can I disconnect client PC from AP using Wireless LAN controller 4402? I can only disconnect my APs but not the client of AP.
    Thanks in Advance.

    You're not the only one who's busy! :)
    When you choose to "CONTAIN" an AP, client or something, this means that up to 4 of your LAP will take a round-robin approach and transmit a massive amount of de-authenticate packet to the poor bugger. Basically, it's a DoS and the target will be unable to authenticate to your wireless network until you lift the containment. So make sure you want to do this.
    From the main webpage, Ad-Hoc rogue. You'll find the wireless MAC address of your target client. Click on this. In a new page, you'll find a number of drop-down menus. Choose "external", "malicious" and choose the number of APs and then you choose Contain.
    \Hope this helps.

  • How to remove disconnected client from admin console

    Hi All,
    I have developed a video chat application and during my testing, I found that if video chat is going on and in between the call if some one unplugged Internet cable then FMS admin console is taking too much time to disconnect as well as remove from list.
    Is there any way to remove disconnected client immediately from admin console then please help me either by doing any configuration or logic.
    Thanks
    Ram

    You can set the AutoCloseIdleClients parameter for your application (simple), or write your own active detection method (harder).
    Here is a link to old documentation for AutoCloseIdleClients:
    http://livedocs.adobe.com/flashmediaserver/3.0/docs/help.html?content=03_configtasks_18.ht ml

  • IO Mapping error on Siebel mobile client

    Hi Experts,
    After extraction of mobile client, we have configured the OPA server on local machine. This IO Mapping based web determination window gives the generic error
    "An error occurred trying to process your request.
    This error has been logged and is available in the application logs.
    For support and assistance please contact [email protected]."
    However upon checking in the log.
    Error in Log:
    756649 [http-apr-8080-exec-1] ERROR com.oracle.determinations.web.siebel.SiebelIOClient  - Error loading case
    com.oracle.determinations.siebel.io.web.ServiceCallException: Read timed out
      at com.oracle.determinations.siebel.io.web.SiebelServiceUtil.callService(SiebelServiceUtil.java:98)
      at com.oracle.determinations.siebel.io.web.SiebelGetIOService.call(SiebelGetIOService.java:114)
      at com.oracle.determinations.siebel.io.web.SiebelServiceFactory.call(SiebelServiceFactory.java:41)
      at com.oracle.determinations.web.siebel.SiebelIOClient.load(SiebelIOClient.java:128)
      at com.oracle.determinations.web.siebel.SiebelIOClient.loadSession(SiebelIOClient.java:80)
      at com.oracle.determinations.web.siebel.SiebelDataAdapter.load(SiebelDataAdapter.java:139)
      at com.oracle.determinations.web.siebel.SiebelDataAdapter.preseed(SiebelDataAdapter.java:93)
      at com.oracle.determinations.web.siebel.PreseedOnSessionCreatedHandler.handleEvent(PreseedOnSessionCreatedHandler.java:36)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at com.oracle.util.reflection.ClassWrapper.invokeMethod(ClassWrapper.java:248)
      at com.oracle.util.plugins.events.EventDispatcher.fireEvent(EventDispatcher.java:214)
      at com.oracle.determinations.web.platform.controller.actions.StartSessionAction.getResource(StartSessionAction.java:156)
      at com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.doGet(WebDeterminationsServlet.java:112)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
      at com.oracle.determinations.web.platform.util.CharsetFilter.doFilter(CharsetFilter.java:46)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
      at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
      at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1008)
      at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
      at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1852)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
    Caused by: java.net.SocketTimeoutException: Read timed out
      at java.net.SocketInputStream.socketRead0(Native Method)
      at java.net.SocketInputStream.read(Unknown Source)
      at java.io.BufferedInputStream.fill(Unknown Source)
      at java.io.BufferedInputStream.read1(Unknown Source)
      at java.io.BufferedInputStream.read(Unknown Source)
      at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
      at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
      at com.oracle.determinations.siebel.io.web.SiebelServiceUtil.callService(SiebelServiceUtil.java:95)
      ... 36 more
    Can any one predict the cause this error?
    Thanks,

    Web Determinations relies on Siebel Inbound web services running to communicate with Siebel. From your stack trace, the line: com.oracle.determinations.siebel.io.web.ServiceCallException: Read timed out indicates that ether the web services are not running, or are running on a different port from the one configured.
    Normally inbound web services do not run on a Siebel Mobile client. However, any mobile client after 8.1.1 can be configured to run them (see: Bookshelf v8.1: Invoking Web Services on the Siebel Mobile Web Client)
    If you are sure that inbound web services are running, you will probably still need to configure the siebel-data-adapter.properties file in web determinations.
    This file can be found in the siebel-web-determiations/WEB-INF/classes directory. See http://docs.oracle.com/html/E48626_01/toc.htm#Technical Reference/Seibel_Data_Adapter_Config_File.htm?Highlight=siebel-data-adapter.properties
    Basicall you need to ensure that the url is set correct. The defualt port used on a Mobile client is 2330, so it should probably be something like:
    URL=http://localhost:2330/eai_anon_enu/start.swe?SWEExtSource=SecureWebService&SWEExtCmd=Execute

  • Which directory do Siebel thick client get the image file

    Hi
    My colleague had created a new picture file and uploaded into the server. In order for my thick client works properly I have to get the picture and put inside my local.But exactly where is the directory?
    My siebel thick client is install in this default directory C:\Siebel\8.1\Client_1
    I believe that the C:\Siebel\8.1\Client_1\PUBLIC\enu\images is where siebel would get the images. But is not showing in my thick client. Perhaps im wrong. Or am I missing out something. And the picture is for eChannel Partner Portal
    Thanks

    Hello,
    By any chance is the browser setting for downloading images disabled? Just have a look. It is somewhere in IE settings (don't ask where as I myself get lost in those settings) :)
    In case that is not the issue then as a last resort delete temporary interenet files and clear cache for IE. Then go to the Downloaded Installations folder inside the Windows directory and delete all the ActiveX controls that are in any way related to Siebel. They will get reinstalled once you start up thin / thick client again so do not worry about that.
    Warm Regards,
    Tanmay Jain

  • How to run siebel dedicated client in a IE sandbox

    Hi all,
    I don't know if sandbox is the right term for this, but here is what I need to do. We use Internet Explorer 8 to run our Siebel 8.1.1.10 version. Our Enterprise want's to install a newer IE version, but they cannot because Siebel requieres IE 8. I must admit, that I am not aware why it would not run on newer IE versions but they made a test and it failed. The solution to this would be to migrate to Open UI but due to high costs this is not an option.
    However, our Windows Engeneers developed a package to run IE8 in a sandbox. So we have IE8 installed under C:/Program Files/Internet Explorer and have a sandbox folder C:/Workarea/SiebelApps Thinapp_V2/ where another Internet Explorer8.exe is located. We use a separate Registry within the sandbox folder. The target is to have IE12 installed under Program Files and IE8 in a sandbox. We are able to open the webclient using the sandbox IE8 exe and everything seems to work fine. But if we try to open the dedicated client the application doesn't start. IE shows "Internet Explorer cannot display the webpage". The URL is "http://localhost/start.swe" so this seems to be ok.
    To start the dedicated Client we use the command line. We added the parameter /b pointing to the sandbox IE8 exe File (as you may see we use DEU language on Windows...)
    START "" /D "C:\Programme\APP\SIA\Client_81110\BIN" "C:\Programe\APP\SIA\Client_81110\bin\siebel.exe" /c "C:\Programe\APP\SIA\Client_81110\bin\deu\zkbconnect_kfg2.cfg" /b "C:\Workarea\SiebelApps Thinapp_V2\Internet Explorer 8.exe" /u T580 /p T580 /d ServerDataSrc
    It seems to me that start.swe command cannot be found.
    If we remove the /b parameter so that siebel uses the IE installed under Program Files the dedicated client starts and works.
    Has anyone tried to do something like this before or has a hint on how we could do this?
    Kind Regards
    Claudio
    We found an issue description in Oracle SupportWeb. There is a problem with the /b parameter found in 8.1.1.6. The Bug has been closed without a solution. Just naming the workarround to use the default browser. However I would say that the workaround was just a way to close a bug they do not want or cannot close because you would not need /b to open Siebel in the default browser. You would just use it if you want Siebel to open in a  browser that is not set as default. So I will close this thread because there will never be a solution to this problem.
    https://support.oracle.com/epmos/faces/DocumentDisplay?id=1378545.1
    Nachricht geändert durch user3261506

    Hello Chetan,
    Thank you for the hints.
    Dedicated Client itself works fine if we use the standard IE browser installed on the windows machine. We are just not able to start the Dedicated Client if we use the IE installed as a sandbox. Actually it is better to say, that the Dedicated Client starts, but IE throws an exception that it cannot connect to the website. It is maybe clearer if i put this in context:
    Using the IE Standard Browser:
    Shortcut: C:\APP\SIA\Client_81110\BIN\siebel.exe /b "C:\Program Files\Internet Explorer\iexplore.exe" /c "C:\APP\SIA\Client_81110\bin\deu\zkbconnect_eng1.cfg"
    1. When I press the shortcut, Siebel asks for my credentials.
    2. Type in logon Id and password
    3. Dedicated Client starts in IE. URL is http://localhost/start.swe
    4. Siebel Application starts and the siebel homepage is shown in IE.
    --> So everything OK
    Using the IE Standbox Browser (just the /b parameter is different):
    Shortcut: C\APP\SIA\Client_81110\BIN\siebel.exe /b "C:\Workarea\SiebelApps Thinapp_V2\Internet Explorer8.exe" /c "C:\APP\SIA\Client_81110\bin\deu\zkbconnect_eng1.cfg"
    1. When I press the shortcut, Siebel asks for my credentials.
    2. Type in logon Id and password
    3. Dedicated Client starts in IE. URL is http://localhost/start.swe
    4. Siebel is unable to load the homepage. We get a connection error instead. "Internet Explorer cannot display the webpage"
    --> NOK
    We actually just want the Dedicated Client to start with a differen browser. But this failes for unknown reasons. As you mentioned we tried to renaming the exe-File so that it would not contain spaces. Unfortunatly it did not help.
    The client log files doesn't show any connection error on debug level 5. So we have no idea what could be the problem is.
    Our windows team is currently analysing the registry files in the sandbox to check if there is a problem. If they get me new information I will post this in the thread.
    Kind Regards,
    Claudio

  • How to connect back a disconnected client on an rmi server

    I am making a client -server rmi game .
    if a client get disconnected (throwing a remote exception on the server) how can I
    have some other client or same client continue from the the same point as it got disconnected.
    it obvioulsy requires state preservation but how?

    well actually I am making a game.
    if a player logs out during the game , when the server
    tries to pass it information it gets a remoteexception at the server.
    What I need is that any other player could replace this loggged out player and should get the latest state of the game ie latest score (while other players coud play as much as they can without him) , latest turn etc.
    The game is coded in an object which contains the lates turn and score etc, but how do I give it out to a new player joining in the middle of the game?
    Also if the server keeps thrwoing remoteexceptions ,
    it might hang or might haveto be shut down to be restarted.

Maybe you are looking for