Posting to GL trying to test

Hi all
I have created a company code and woould like to test it.
If its possible please explain step by step, i have been using transaction FBN1 but do not know how to go about it.
Thanks!

Hi,
Valuable Docs sent. Check your mail.
Hope its useful.
Regards
Jyostna

Similar Messages

  • Error while trying to test an external WS deployed via the ESB

    Hi,
    The registering of an ESB project that contains a SOAP Service pointing to an external wsdl went fine. However, when I tried to test it, I'm getting the following error:
    __soap_EIDDataService_EIDDataService
    Operation : getEIDInfo HTML Form XML Source Cannot test this Operation using the Test Page because Could not find definition for element: {http://ice.dhs.gov/xdm/0.1}PersonsQueryRequest
    My hunch is, its unable to locate the xml schema file. If this is the cause for the error, how do I resolve this?
    I'm using the SOA suite & JDev preview versions(10.1.3.1) for Windows 2003.
    Thanks in advance for your quick response.
    Best Regards,
    David R

    Hi Eric,
    I've tried to resolve the error with the information that you provided and I'm still getting the same error as indicated in my first post. I've pasted the wsdl files for the soap service that is deployed in the esb which in turn calls the WS that is deployed elsewhere:
    ESB wsdl
    <?xml version="1.0" encoding="UTF-8" ?>
    <definitions targetNamespace="http://myremotewsserver/eid"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://myremotewsserver/eid"
    xmlns:ws="http://www.example.com/webservice"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
    xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:esb="http://www.oracle.com/esb/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:import="http://myremotewsserver/eid">
    <import namespace="http://myremotewsserver/eid"
    location="http://myremoteesbserver:8888/esb/wsil/DefaultSystem/EIDDataService?wsdl"/>
    <binding name="__soap_EIDDSFI_EIDDataService" type="tns:EIDDataService">
    <soap:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    style="document"
    transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="getEIDInfo">
    <soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    style="document" soapAction="getEIDInfo"/>
    <input>
    <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    use="literal"/>
    </input>
    <output>
    <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    use="literal"/>
    </output>
    </operation>
    </binding>
    <binding name="__esb_EIDDSFI_EIDDataService" type="tns:EIDDataService">
    <esb:binding/>
    <operation name="getEIDInfo">
    <esb:operation event-name="DefaultSystem.EIDDSFI.getEIDInfo"/>
    <input/>
    <output/>
    </operation>
    </binding>
    <service name="EIDDataServiceService">
    <port name="__esb_EIDDSFI_EIDDataService"
    binding="tns:__esb_EIDDSFI_EIDDataService"/>
    <port name="__soap_EIDDSFI_EIDDataService"
    binding="tns:__soap_EIDDSFI_EIDDataService">
    <soap:address xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    location="http://myremoteesbserver:8888/event/DefaultSystem/EIDDSFI"/>
    </port>
    </service>
    <plt:partnerLinkType name="EIDDataServiceLT">
    <plt:role name="EIDDataServiceProvider">
    <plt:portType name="tns:EIDDataService"/>
    </plt:role>
    </plt:partnerLinkType>
    </definitions>
    WS wsdl:
    <?xml version="1.0" encoding="UTF-8" ?>
    <definitions targetNamespace="http://myremotewsserver/eid"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://myremotewsserver/eid"
    xmlns:ws="http://www.example.com/webservice"
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
    xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:esb="http://www.oracle.com/esb/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:import="http://myremotewsserver/eid">
    <import namespace="http://myremotewsserver/eid"
    location="http://myremotewsserver2/wis-eid/services/EIDDataService?wsdl"/>
    <binding name="__soap_EIDDataService_EIDDataService" type="tns:EIDDataService">
    <soap:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    style="document"
    transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="getEIDInfo">
    <soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    style="document" soapAction="getEIDInfo"/>
    <input>
    <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    use="literal"/>
    </input>
    <output>
    <soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    use="literal"/>
    </output>
    </operation>
    </binding>
    <binding name="__esb_EIDDataService_EIDDataService" type="tns:EIDDataService">
    <esb:binding/>
    <operation name="getEIDInfo">
    <esb:operation event-name="DefaultSystem.EIDDataService.getEIDInfo"/>
    <input/>
    <output/>
    </operation>
    </binding>
    <service name="EIDDataServiceService">
    <port name="__soap_EIDDataService_EIDDataService"
    binding="tns:__soap_EIDDataService_EIDDataService">
    <soap:address xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    location="http://myremoteesbserver:8888/event/DefaultSystem/EIDDataService"/>
    </port>
    <port name="__esb_EIDDataService_EIDDataService"
    binding="tns:__esb_EIDDataService_EIDDataService"/>
    </service>
    <plt:partnerLinkType name="EIDDataServiceLT">
    <plt:role name="EIDDataServiceProvider">
    <plt:portType name="tns:EIDDataService"/>
    </plt:role>
    </plt:partnerLinkType>
    </definitions>
    Please help.
    Thanks,
    Best Regards,
    David R

  • Error "Application not found" from SICF while trying to test WD service

    Hi All,
    I am getting an error as "Application not found" when i am trying to test my web dynpro component service from SICF.
    This service is active as well.
    But when i copied the same URL and pasted it in browser then my web dynpro component opened.
    And i am able to open my web dynpro compoent from SE80 also.
    Regards,
    Amar

    Hi All,
    Is is related to browser, because i am using IE8.
    But the only doubt i have is when i am pasting the URL in IE8 then it is loading the WD page.
    Regards,
    Amar

  • Error while trying to test the Synchronization!!!

    Hi all
    The props file is configured properly with system name and sysid.
    When I am trying to test synchronization URL and  the data sync from java client, I am getting the following error.
    Synchronization Log:
    Successfully connected with Server
    Processing of Inbound began
    Unable to synchronize the data.File M25.Props Can't be found in the servlet configuration on J2EE engine.
    I need help on this regard.
    Thanks
    Pathy

    Hi Pathy...
    /meSync/servlet/meSync?sysid=<SystemID>&login=&password=<Password>&client=&language=<Language>&acknowledge=X&~test=true&
    Check if u get this result
    &WAF_SYNC&STATUS=&Execution Time =103129& HeaderType = MEREPLICATION
    &MORE_PACKAGES_WAITING = &

  • Nullpointer error when trying to test dispatcher in Identity Center

    Hi all,
    I am getting a nullpointer exception when I am trying to test my dispatcher in Identity Center.  In tools/options/java I have defined where the java.exe and jvm.ddl are located.
    I had tried to use a Java 1.6 before, but I got a 126 error which did not get me as far.  It was 64 bit, so I have installed various versions of Java 1.5 32 bit and have tried them all with the same result as below.
    I am running Identity Center 7.2 the latest patch (7.20.3.0-ORA-2011-11-16 with schema 1050).
    Simple fix? 
    Thanks.
    ================================================
    Running MxDispatcher_idf_dispatcher.
    MxDispatcher version: 7.2.00.0 Built: 22.11.2010 18:36:12 (c) Copyright 2008 SAP
    AG. All rights reserved.
    Java VM: Sun Microsystems Inc.   Version: 1.5.0_07
    Java home: C:\Program Files (x86)\Java\jdk1.5.0_07\jre
    Java lib/ext: C:\Program Files (x86)\Java\jdk1.5.0_07\jre\lib\ext
    CLASSPATH: C:\usr\sap\IdM\Identity Center\Java\mxdispatcher.jar;C:\usr\sap\IdM\I
    dentity Center\Java\mxmcapi.jar;C:\SAP\Oracle_OCI_10_2\ojdbc14.jar;
    java.lang.NullPointerException
            at com.sap.idm.ic.services.api.MXMCApi_Connection.getConnection(MXMCApi_
    Connection.java:70)
            at com.sap.idm.ic.services.api.MXMCApi_Connection.<init>(MXMCApi_Connect
    ion.java:49)
            at com.sap.idm.ic.services.api.MXMCApi_Connection.getInstance(MXMCApi_Co
    nnection.java:22)
            at com.sap.idm.ic.services.api.disp.MXMCApi_CTX_Dispatcher.getInstance(M
    XMCApi_CTX_Dispatcher.java:39)
            at com.sap.idm.ic.services.dispatcher.MxDispatcher.main(MxDispatcher.jav
    a:170)
    C:\Windows\system32>
    Edited by: Chad Chromwell on Dec 7, 2011 6:25 PM

    I was able to get past the issue with testing the dispatcher.  I added the mxdispatcher.jar and mxmcapi.jar to the classpath.
    So the test of the dispatcher looks fine.  But when I try to actually run a job in the Identity Center, nothing seems to happen.  I ran these jobs in 7.1 without a problem, but not now.  When I click run now on the job, an entry never appears in the System log or Job log for the Job.  Used to before.
    In the MMC, AS Java process is running and I can get to the NWA via the web broswer on port 50000.
    Not sure what is wrong.
    Running MxDispatcher_idf_dispatcher.
    MxDispatcher version: 7.2.00.0 Built: 22.11.2010 18:36:12 (c) Copyright 2008 SAP
    AG. All rights reserved.
    Java VM: Sun Microsystems Inc.   Version: 1.5.0_12
    Java home: C:\Java\jre1.5.0_12
    Java lib/ext: C:\Java\jre1.5.0_12\lib\ext
    CLASSPATH: C:\SAP\IdM\IC72\Java\mxdispatcher.jar;C:\SAP\IdM\IC72\Java\mxmcapi.ja
    r;C:\SAP\Oracle_OCI_10_2\ojdbc5.jar;
    [11.12.2011 18:53:21-883] - MxDispatcher:Waiting for succesfull start-up of the
    thread:RELOAD
    [11.12.2011 18:53:21-883] - MxDispatcher:Main loop for thread:IDS_DispThread-REL
    OAD-idf_dispatcher
    [11.12.2011 18:53:21-884] - MxDispatcher:Started thread:IDS_DispThread-RELOAD-id
    f_dispatcher
    [11.12.2011 18:53:21-884] - MxDispatcher:THREAD BODY Execution:IDS_DispThread-RE
    LOAD-idf_dispatcher
    [11.12.2011 18:53:21-884] - MxDispatcher:Reading main MxDispatcher configuration
    [11.12.2011 18:53:21-888] - MxDispatcher:Global constant DISPATCHER_POLICY_TYPE
    not found, using default = 0
    [11.12.2011 18:53:21-888] - MxDispatcher:Global constant MX_MAX_CONCURRENT_RUNTI
    ME_ENGINES not found, using default = 9999
    [11.12.2011 18:53:21-979] - run_java: "C:\Java\jre1.5.0_12\bin\java.exe"  -cp "C
    :\SAP\IdM\IC72\Java\DSE.jar;C:\SAP\IdM\IC72\Java;C:\SAP\IdM\IC72\Java\sapjco.jar
    ;C:\SAP\Oracle_OCI_10_2\ojdbc5.jar;C:\SAP\IdM\IC72\Java\mxdispatcher.jar;C;SAP\I
    dM\IC72\Java\mxmcapi.jar;C:\SAP\IdM\IC72\Java\mxdispatcher.jar;C:\SAP\IdM\IC72\J
    ava\mxmcapi.jar;C:\SAP\Oracle_OCI_10_2\ojdbc5.jar; " "-DDSE_HOME=C:\SAP\IdM\IC72
    " com.sap.idm.ic.DSERunTime "Drivers=com.microsoft.jdbc.sqlserver.SQLServerDrive
    r;com.microsoft.sqlserver.jdbc.SQLServerDriver;com.sap.dbtech.jdbc.DriverSapDB;o
    rg.gjt.mm.mysql.Driver;sun.jdbc.odbc.JdbcOdbcDriver;oracle.jdbc.driver.OracleDri
    ver;COM.ibm.db2.jdbc.app.DB2Driver;COM.ibm.db2.jcc.DB2Driver;COM.ibm.db2.jdbc.ne
    t.DB2Driver;com.sap.db.jdbc.Driver;oracle.jdbc.driver.OracleDriver" "DatabaseURL
    =jdbc:oracle:thin:mxmc_rt/****@localhost:1521:ORCL" Machine=idf_dispatcher Log
    Level=4 StackTrace=2 loop
    [11.12.2011 18:53:27-191] - run_java: "C:\Java\jre1.5.0_12\bin\java.exe"  -cp "C
    :\SAP\IdM\IC72\Java\DSE.jar;C:\SAP\IdM\IC72\Java;C:\SAP\IdM\IC72\Java\sapjco.jar
    ;C:\SAP\Oracle_OCI_10_2\ojdbc5.jar;C:\SAP\IdM\IC72\Java\mxdispatcher.jar;C;SAP\I
    dM\IC72\Java\mxmcapi.jar;C:\SAP\IdM\IC72\Java\mxdispatcher.jar;C:\SAP\IdM\IC72\J
    ava\mxmcapi.jar;C:\SAP\Oracle_OCI_10_2\ojdbc5.jar; " "-DDSE_HOME=C:\SAP\IdM\IC72
    " com.sap.idm.ic.DSERunTime "Drivers=com.microsoft.jdbc.sqlserver.SQLServerDrive
    r;com.microsoft.sqlserver.jdbc.SQLServerDriver;com.sap.dbtech.jdbc.DriverSapDB;o
    rg.gjt.mm.mysql.Driver;sun.jdbc.odbc.JdbcOdbcDriver;oracle.jdbc.driver.OracleDri
    ver;COM.ibm.db2.jdbc.app.DB2Driver;COM.ibm.db2.jcc.DB2Driver;COM.ibm.db2.jdbc.ne
    t.DB2Driver;com.sap.db.jdbc.Driver;oracle.jdbc.driver.OracleDriver" "DatabaseURL
    =jdbc:oracle:thin:mxmc_rt/****@localhost:1521:ORCL" Machine=idf_dispatcher Log
    Level=4 StackTrace=2 loop

  • I am trying to test an 810 an am getting an error in the business message

    I am trying to test an 810 an am getting this error in the business message report.
    Machine Info: ("Client host name")
    Failed guideline.
    Version: Oracle Application Server Integration B2B, Release 10.1.2, Build dev_B2B_10.1.2.3.0_SOLARIS_RELEASE.

    Hi Anuj,
    Thanks for responding.
    Its an outbound 810. There are no internal properties in the payload. The error message report states the following
    Machine Info: (oracle.lhdottie.com)
    Failed guideline.
    error code is AIP-51505.
    There are no <Internal-Properties> in the xml payload.
    Is there anything else I need to look at?
    Vijay

  • Trying to test the process on the EM but nothing happens

    I am trying to test my process but I don't see anything happening. That process was working fine till the last week and when I tried it today nothing seem to be happening. I see that the instance has been created and the client endpoint of my service has been started but nothing is happening after that.
    I have dropped the db adapter connection factory from the console but that doesn't seem to help.
    My process flow is
    Database call> Webservice Call > Database Call > End of process
    Is there anything that can be done to sort this out?
    Thanks.

    Actually there is no exception that is being raised that I can see on the EM, the only thing that I am able to see is that the process has been started and nothing beyond that
    This is the soa_server_diagnostic log
    [2012-10-22T03:00:03.550-07:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.agents] [tid: orabpel.engine.pool-5.thread-11] [userId: <anonymous>] [ecid: 0000JdpmBd4CSsh5xBx0iW1GW7JZ000002,1:28697] [APP: soa-infra] Done finding 0 expirable work items for the bpel engine
    [2012-10-22T03:05:03.596-07:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.agents] [tid: orabpel.engine.pool-5.thread-12] [userId: <anonymous>] [ecid: 0000JdpmBd4CSsh5xBx0iW1GW7JZ000002,1:28698] [APP: soa-infra] Done finding 0 expirable work items for the bpel engine
    [2012-10-22T03:10:03.636-07:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.agents] [tid: orabpel.engine.pool-5.thread-13] [userId: <anonymous>] [ecid: 0000JdpmBd4CSsh5xBx0iW1GW7JZ000002,1:28699] [APP: soa-infra] Done finding 0 expirable work items for the bpel engine
    [2012-10-22T03:15:03.676-07:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.agents] [tid: orabpel.engine.pool-5.thread-14] [userId: <anonymous>] [ecid: 0000JdpmBd4CSsh5xBx0iW1GW7JZ000002,1:28700] [APP: soa-infra] Done finding 0 expirable work items for the bpel engine
    [2012-10-22T03:20:03.751-07:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.agents] [tid: orabpel.engine.pool-5.thread-15] [userId: <anonymous>] [ecid: 0000JdpmBd4CSsh5xBx0iW1GW7JZ000002,1:28701] [APP: soa-infra] Done finding 0 expirable work items for the bpel engine
    [2012-10-22T03:25:03.792-07:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.agents] [tid: orabpel.engine.pool-5.thread-16] [userId: <anonymous>] [ecid: 0000JdpmBd4CSsh5xBx0iW1GW7JZ000002,1:28702] [APP: soa-infra] Done finding 0 expirable work items for the bpel engine
    [2012-10-22T03:30:03.838-07:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.agents] [tid: orabpel.engine.pool-5.thread-17] [userId: <anonymous>] [ecid: 0000JdpmBd4CSsh5xBx0iW1GW7JZ000002,1:28703] [APP: soa-infra] Done finding 0 expirable work items for the bpel engine
    [2012-10-22T03:35:03.909-07:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.agents] [tid: orabpel.engine.pool-5.thread-18] [userId: <anonymous>] [ecid: 0000JdpmBd4CSsh5xBx0iW1GW7JZ000002,1:28704] [APP: soa-infra] Done finding 0 expirable work items for the bpel engine
    [2012-10-22T03:40:03.948-07:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.agents] [tid: orabpel.engine.pool-5.thread-19] [userId: <anonymous>] [ecid: 0000JdpmBd4CSsh5xBx0iW1GW7JZ000002,1:28705] [APP: soa-infra] Done finding 0 expirable work items for the bpel engine
    [2012-10-22T03:45:03.993-07:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.agents] [tid: orabpel.engine.pool-5.thread-20] [userId: <anonymous>] [ecid: 0000JdpmBd4CSsh5xBx0iW1GW7JZ000002,1:28706] [APP: soa-infra] Done finding 0 expirable work items for the bpel engine
    [2012-10-22T03:50:04.031-07:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.agents] [tid: orabpel.engine.pool-5.thread-21] [userId: <anonymous>] [ecid: 0000JdpmBd4CSsh5xBx0iW1GW7JZ000002,1:28707] [APP: soa-infra] Done finding 0 expirable work items for the bpel engine
    [2012-10-22T03:55:04.069-07:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.bpel.engine.agents] [tid: orabpel.engine.pool-5.thread-22] [userId: <anonymous>] [ecid: 0000JdpmBd4CSsh5xBx0iW1GW7JZ000002,1:28708] [APP: soa-infra] Done finding 0 expirable work items for the bpel engine
    This is the soa_server1 log
    ####<Oct 22, 2012 9:35:22 AM PDT> <Info> <Common> <emussoaapp01.leapfrog.com> <soa_server1> <FabricScheduler_QuartzSchedulerThread> <<anonymous>> <> <0000JdpmBd4CSsh5xBx0iW1GW7JZ000002> <1350923722170> <BEA-000628> <Created "1" resources for pool "SOALocalTxDataSource", out of which "1" are available and "0" are unavailable.>
    ####<Oct 22, 2012 9:35:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350923729310> <BEA-310002> <63% of the total memory in the server is free>
    ####<Oct 22, 2012 9:35:32 AM PDT> <Info> <JDBC> <emussoaapp01.leapfrog.com> <soa_server1> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-000000000006d956> <1350923732952> <BEA-001128> <Connection for pool "mds-soa" closed.>
    ####<Oct 22, 2012 9:35:47 AM PDT> <Info> <Common> <emussoaapp01.leapfrog.com> <soa_server1> <MDSPollingThread-[soa-infra, jdbc/mds/MDS_LocalTxDataSource]> <<anonymous>> <> <0000JdpmBd4CSsh5xBx0iW1GW7JZ000002> <1350923747428> <BEA-000628> <Created "1" resources for pool "mds-soa", out of which "1" are available and "0" are unavailable.>
    ####<Oct 22, 2012 9:36:06 AM PDT> <Info> <Common> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@6b2faaa7> <<anonymous>> <> <0000JdpmBd4CSsh5xBx0iW1GW7JZ000002> <1350923766113> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.>
    ####<Oct 22, 2012 9:36:11 AM PDT> <Info> <Common> <emussoaapp01.leapfrog.com> <soa_server1> <[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-15AFB48959B8F6E6A885> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-000000000006d985> <1350923771744> <BEA-000628> <Created "1" resources for pool "OraSDPMDataSource", out of which "1" are available and "0" are unavailable.>
    ####<Oct 22, 2012 9:37:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350923849325> <BEA-310002> <41% of the total memory in the server is free>
    ####<Oct 22, 2012 9:38:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350923909333> <BEA-310002> <52% of the total memory in the server is free>
    ####<Oct 22, 2012 9:39:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350923969341> <BEA-310002> <36% of the total memory in the server is free>
    ####<Oct 22, 2012 9:40:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350924029348> <BEA-310002> <48% of the total memory in the server is free>
    ####<Oct 22, 2012 9:42:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350924149363> <BEA-310002> <59% of the total memory in the server is free>
    ####<Oct 22, 2012 9:43:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350924209371> <BEA-310002> <32% of the total memory in the server is free>
    ####<Oct 22, 2012 9:46:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350924389393> <BEA-310002> <63% of the total memory in the server is free>
    ####<Oct 22, 2012 9:48:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350924509409> <BEA-310002> <38% of the total memory in the server is free>
    ####<Oct 22, 2012 9:49:45 AM PDT> <Info> <JDBC> <emussoaapp01.leapfrog.com> <soa_server1> <[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-000000000006ddbb> <1350924585335> <BEA-001128> <Connection for pool "SOADataSource" closed.>
    ####<Oct 22, 2012 9:50:00 AM PDT> <Info> <JDBC> <emussoaapp01.leapfrog.com> <soa_server1> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-000000000006ddcf> <1350924600384> <BEA-001128> <Connection for pool "SOALocalTxDataSource" closed.>
    ####<Oct 22, 2012 9:50:18 AM PDT> <Info> <JDBC> <emussoaapp01.leapfrog.com> <soa_server1> <[ACTIVE] ExecuteThread: '25' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-000000000006dde6> <1350924618134> <BEA-001128> <Connection for pool "OraSDPMDataSource" closed.>
    ####<Oct 22, 2012 9:50:19 AM PDT> <Info> <Common> <emussoaapp01.leapfrog.com> <soa_server1> <FabricScheduler_QuartzSchedulerThread> <<anonymous>> <> <0000JdpmBd4CSsh5xBx0iW1GW7JZ000002> <1350924619533> <BEA-000628> <Created "1" resources for pool "SOALocalTxDataSource", out of which "1" are available and "0" are unavailable.>
    ####<Oct 22, 2012 9:50:30 AM PDT> <Info> <Common> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@47ec43b8> <<anonymous>> <BEA1-26EBB48959B8F6E6A885> <0000JdpmBd4CSsh5xBx0iW1GW7JZ000002> <1350924630920> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.>
    ####<Oct 22, 2012 9:50:32 AM PDT> <Info> <JDBC> <emussoaapp01.leapfrog.com> <soa_server1> <[ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-000000000006ddf9> <1350924632955> <BEA-001128> <Connection for pool "mds-soa" closed.>
    ####<Oct 22, 2012 9:50:47 AM PDT> <Info> <Common> <emussoaapp01.leapfrog.com> <soa_server1> <MDSPollingThread-[soa-infra, jdbc/mds/MDS_LocalTxDataSource]> <<anonymous>> <> <0000JdpmBd4CSsh5xBx0iW1GW7JZ000002> <1350924647921> <BEA-000628> <Created "1" resources for pool "mds-soa", out of which "1" are available and "0" are unavailable.>
    ####<Oct 22, 2012 9:51:11 AM PDT> <Info> <Common> <emussoaapp01.leapfrog.com> <soa_server1> <[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-27BBB48959B8F6E6A885> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-000000000006de30> <1350924671769> <BEA-000628> <Created "1" resources for pool "OraSDPMDataSource", out of which "1" are available and "0" are unavailable.>
    ####<Oct 22, 2012 9:52:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350924749439> <BEA-310002> <64% of the total memory in the server is free>
    ####<Oct 22, 2012 9:55:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350924929462> <BEA-310002> <52% of the total memory in the server is free>
    ####<Oct 22, 2012 10:00:00 AM PDT> <Info> <Common> <emussoaapp01.leapfrog.com> <soa_server1> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <0000JdpmBd4CSsh5xBx0iW1GW7JZ000002> <1350925200153> <BEA-000628> <Created "1" resources for pool "SOALocalTxDataSource", out of which "1" are available and "0" are unavailable.>
    ####<Oct 22, 2012 10:00:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350925229500> <BEA-310002> <34% of the total memory in the server is free>
    ####<Oct 22, 2012 10:01:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350925289507> <BEA-310002> <54% of the total memory in the server is free>
    ####<Oct 22, 2012 10:04:45 AM PDT> <Info> <JDBC> <emussoaapp01.leapfrog.com> <soa_server1> <[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-000000000006e264> <1350925485339> <BEA-001128> <Connection for pool "SOADataSource" closed.>
    ####<Oct 22, 2012 10:05:00 AM PDT> <Info> <JDBC> <emussoaapp01.leapfrog.com> <soa_server1> <[ACTIVE] ExecuteThread: '22' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-000000000006e27c> <1350925500409> <BEA-001128> <Connection for pool "SOALocalTxDataSource" closed.>
    ####<Oct 22, 2012 10:05:18 AM PDT> <Info> <JDBC> <emussoaapp01.leapfrog.com> <soa_server1> <[ACTIVE] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-000000000006e296> <1350925518139> <BEA-001128> <Connection for pool "OraSDPMDataSource" closed.>
    ####<Oct 22, 2012 10:05:32 AM PDT> <Info> <JDBC> <emussoaapp01.leapfrog.com> <soa_server1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-000000000006e2a9> <1350925532949> <BEA-001128> <Connection for pool "mds-soa" closed.>
    ####<Oct 22, 2012 10:05:44 AM PDT> <Info> <Common> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@32f1857e> <<anonymous>> <BEA1-393DB48959B8> <0000JdpmBd4CSsh5xBx0iW1GW7JZ000002> <1350925544967> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.>
    ####<Oct 22, 2012 10:05:48 AM PDT> <Info> <Common> <emussoaapp01.leapfrog.com> <soa_server1> <MDSPollingThread-[soa-infra, jdbc/mds/MDS_LocalTxDataSource]> <<anonymous>> <> <0000JdpmBd4CSsh5xBx0iW1GW7JZ000002> <1350925548360> <BEA-000628> <Created "1" resources for pool "mds-soa", out of which "1" are available and "0" are unavailable.>
    ####<Oct 22, 2012 10:06:11 AM PDT> <Info> <Common> <emussoaapp01.leapfrog.com> <soa_server1> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-39C5B48959B8F6E6A885> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-000000000006e2da> <1350925571775> <BEA-000628> <Created "1" resources for pool "OraSDPMDataSource", out of which "1" are available and "0" are unavailable.>
    ####<Oct 22, 2012 10:08:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350925709561> <BEA-310002> <43% of the total memory in the server is free>
    ####<Oct 22, 2012 10:14:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350926069606> <BEA-310002> <59% of the total memory in the server is free>
    ####<Oct 22, 2012 10:16:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350926189621> <BEA-310002> <39% of the total memory in the server is free>
    ####<Oct 22, 2012 10:17:23 AM PDT> <Info> <Common> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@32f1857e> <<anonymous>> <BEA1-4738B48959B8> <0000JdpmBd4CSsh5xBx0iW1GW7JZ000002> <1350926243054> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.>
    ####<Oct 22, 2012 10:18:29 AM PDT> <Info> <Health> <emussoaapp01.leapfrog.com> <soa_server1> <weblogic.GCMonitor> <<anonymous>> <> <1319d5d69cad8b22:-15511621:13a75c8995a:-8000-0000000000000fce> <1350926309637> <BEA-310002> <54% of the total memory in the server is free>
    Thanks

  • An error message occured when I tried to test my rule in wanavigator

    Hi, all.
    I tried to deploy my rule as a web service with ws generation tool. After I deplyed my generated .ear file, I tried to test it in wsnavigator. When I found my ws and clicked on it, I got an error message which is below.
    "Invalid Response Code: (404) Not Found. The request URL was:"http://iwdfvm1047.wdf.sap.corp:50000/setcallcharge/SetCallChargeService". Check, whether the URL is correct, and the Web Service that you are requesting is up and running."
    I had no idea what`s wrong with my ws. Can anyone give me a hand?
    Thx
    Best Regards.
    Louis Huang.

    Hello Louis,
    This problem may be occurring because you are using an earlier version of CE 7.11 Beta. I would suggest your using a newer version of CE which is now available on SDN - https://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/00846edd-355b-2b10-f38c-df94ec96eb74
    We have tested the web service you had sent me, with this version and it works as expected.
    Please do let us know if you need any further clarifications.
    Regards,
    Arti

  • Error when trying to test from FM

    Hi,
    I created a FM from SE37 and tried to test it by clicking on the test icon, and I got an error "<b>Error generating the test frame</b>".
    How can I fix this problem?
    Thanks.
    RT

    Hi,
    Thanks for the reply. The interface...
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(I_AREA) TYPE  UPC_Y_AREA
    *"     REFERENCE(I_PLEVEL) TYPE  UPC_Y_PLEVEL
    *"     REFERENCE(I_METHOD) TYPE  UPC_Y_METHOD
    *"     REFERENCE(I_PARAM) TYPE  UPC_Y_PARAM
    *"     REFERENCE(I_PACKAGE) TYPE  UPC_Y_PACKAGE
    *"     REFERENCE(IT_EXITP) TYPE  UPF_YT_EXITP
    *"     REFERENCE(ITO_CHASEL) TYPE  UPC_YTO_CHASEL
    *"     REFERENCE(ITO_CHA) TYPE  UPC_YTO_CHA
    *"     REFERENCE(ITO_KYF) TYPE  UPC_YTO_KYF
    *"  EXPORTING
    *"     REFERENCE(ET_MESG) TYPE  UPC_YT_MESG
    *"  CHANGING
    *"     REFERENCE(XTH_DATA) TYPE  HASHED TABLE
    This is actually for BW. I think I didn't mention this.
    Anyway, is there another way to trace this besides the tool icon and the debugger?
    Thanks,
    RT
    Message was edited by: Rob  Thomas

  • Trying to test the Collaboration portal url using the below option in SICF but it is only pulling a blank screen

    Hi All,
    Am trying to test the Collaboration portal url using the below option in SICF but it is only pulling a blank screen.
    The path in SICF is  : /sap/bc/ui5_ui5/tmui/coll_portal
    The webpage does not reflect any error except a blank screen.
    Is there any basis side or TM side configuration that needs to be done to have data displayed on that webpage?
    Appreciate quick reply.
    Thanks.
    Sat

    Hi Jan,
    Now am getting this error :
    Gateway service /SCMTMS/USER not active
    From the security guide I found a handful of services to be activated :
    The following services are required if you intend to use the SAP TM Collaboration Portal:

    /sap/public/bc/ur/

    /sap/public/bc/icf/logoff

    /sap/public/bc/UI2/

    /sap/bc/ui2/startup

    /sap/opu/odata/SCMTMS/TENDERING/

    /sap/opu/odata/SCMTMS/USER/

    /sap/opu/odata/SCMTMS/GENERAL/

    /sap/opu/odata/SCMTMS/EVENT_NOT/

    /sap/opu/odata/SCMTMS/INVOICE_SUBMISSION

    /sap/opu/odata/SCMTMS/FRT_PROCUREMENT

    /sap/opu/odata/SCMTMS/INVOICING

    /sap/bc/ui5_ui5/tmui/coll_portal/
    But in my system, in SICF only this path is present /sap/opu/odata.
    /SCMTMS onwards is missing, so am not able to activate these bunch of services which ideally should be present in the system. Hence am thinking to open a ticket with SAP for the same.
    What you suggest?
    Regards,
    Sat

  • Trying to test connection ...

    We are trying to test the connecton with managing the site.  We were told we need to maybe change some of the settings with our system preferences.  So far we can't figure out what we need to change.  We are using Dreamweaver CS4 and Mac OS X version 10.6.3.   We had someone try to connect to the website from  a diferent computer and he was able to but wasn't using a mac.  Any suggestions would be welcome. thank you

    Windows or Mac won't matter. The protocols to access the FTP server are the same. Unless the Firewall is active on the Mac it should be able to connect without any changes to anything.
    You mention that another party was able to connect on a PC. Does that person have the site in DW on that system?
    If so have them go to site management and export a .ste file, then e-mail it to you. Use Dreamweaver to import that .ste file and it will set the Mac with the same settings as the PC that was able to connect.

  • Getting black screen trying to test PHP/Apache

    Environment:
    Oracle 9.2.0.1
    - using the bundled HTTP server (Apache 1.3.22 I believe)
    PHP 4.3.1 for Windows
    Windows 2000
    Problem:
    I am trying to test out my initial install and I am getting nowhere. I believe that I have followed all of the install instructions correctly but this things just ain't workin' for me!
    I am not trying to get the CGI version of PHP going. I have created a sample html file with "<?php phpinfo(); ?>" in it. I would expect to see the version of PHP printed in my browser window when I view this file/URL but I just get a blank screen. If I view the source then I can see all of the html.
    I have copied the following files to C:\oracle\ora92\Apache\Apache -
    php_oci8.dll
    php4ts.dll
    I have copied php-dist.ini to c:\winnt\php.ini and modified it to include my document root, uncommented out the "extension=php_oci8.dll" and "safe_mode = off".
    I have modified by httpd.conf to include:
    =================================================
    "LoadModule php4_module C:\php-4.3.1-Win32\sapi\php4apache.dll"
    AddModule mod_php4.c
    <IfModule mod_php4.c>
    AddType application/x-httpd-php .php
    </IfModule>
    =================================================
    I have bounced Apache. Running it via a command shell reveals errors which may or may not be something to worry about....
    C:\oracle\ora92\Apache\Apache>apache
    [Sun Sep 21 22:59:42 2003] [warn] Loaded DSO C:\php-4.3.1-Win32\sapi\php4apache.
    dll uses plain Apache 1.3 API, this module might crash under EAPI! (please recom
    pile it with -DEAPI)
    Oracle HTTP Server Powered by Apache/1.3.22 (Win32) PHP/4.3.1 mod_ssl/2.8.5 Open
    SSL/0.9.6b mod_fastcgi/2.2.12 mod_oprocmgr/1.0 mod_perl/1.25 running...
    Any help would be greatly appreciated!
    Ty Haeber
    San Diego, CA

    The Apache startup messages say that Apache is running and
    PHP is available. The warning is something to look at if
    you plan to go production, but probably won't stop basic
    testing.
    The http.conf line "AddType application/x-httpd-php .php"
    says that files with .php extensions will be processed by
    PHP. You are getting results I would expect if you are
    trying to load a ".html" file.
    Create a PHP file with extension ".php", put
    <?php
    phpinfo();
    ?>
    in it and try to load the file in the browser. You should
    get a long page with PHP information.
    -- CJ

  • Went in to update schedule on a page in my site. Looks fine on my end in editing. Go to move to server, once posted from the browser side there is now a Gray box going across the page. Tried a test page from another page and made a change and posted and s

    Here is link to what the page looks like after being uploaded to server. Gray box appears, and its not in code. Even when I create a new page, this Gray box appears. Where is this coming from? How do I get rid of this from this page and any new pages I create, why is it doing this? Schedule

    Morning Ken...
    I went home and replaced the Music page image with the one you said worked (previous background image), but I am still getting the same issue, now this file is showing up as having errors? [If I use your previous background image
    http://lynnsorensen.com/images/Music_bckgrnd.jpg]
    Could it be Dreamweaver itself? I noticed there has been an update lately with Dreamweaver to my computer...some new Live option has been added. I use the online subscription to Dreamweaver. This is happening on all my pages with the images on all my sites, only shows up with the gray box if I make a change to a page. If I don't make a change to a page the page appear fine and in working order. I'm confused and frustrated. Any other options you may know of or suggest? Thank you so much for your time. I've provided screen shots from Goggle and Firefox below.
    Here is screen shot in Google:
    Here is screen shot in Firefox:

  • Z77A-GD65 build won't post, I've tried everything I can think of...

    Hello all,
    Here are the parts:
    MSI Z77A-GD65 mobo
    Intel i5-3570K LGA 1155
    MSI N560GTX-TiHawk graphics card
    Samsung 30nm DDR3 RAM 2x 4gb
    Corsair H100 cooling
    Samsung 830SSD
    Silverstone ST1000 1000watt power supply (this and my HDD are the only components from my old build and the HDD isn't attached)
    I plug everything in, check and recheck, and all the fans and lights turn on for maybe a second and shut off with no beeps. I've RMA'd the board and processor to no avail. I've been breadboarding the build since the first time it failed to start. I checked the power supply with the paper clip test and on my old build to see if it was the problem and it was not as far as I can tell. It still functions as it should with the old build.
    I followed multiple instructions to trouble shoot this problem and haven't gotten anywhere. I've tried with just the CPU, H100 and a stick of RAM and still get the same issue. I've tried both sticks separately in each socket and had the same issue, as well as a completely different set of sticks. I've switch the CPU cooler from the H100 to the stock one with no results. Reseated everything. Reset the CMOS. This build has never posted so nothing is overclocked and nothing has had any firmware updates. I've tried everything I can think of to get this problem fixed and I can't find the solution. Any suggestions would be greatly appreciated. I should probably note that my old build is pretty old so most of the new parts aren't compatible with it so I can't update firmware and such on my own if those are possible issues.
    Thanks.
    PS. Posting from my IPad so I apologize for any typos.

    Quote from: Bernhard on 27-July-12, 12:50:02
    Are you saying that this is a new board and processor after having the same problems on the previous parts ?
    I bought all the parts for this build, had the issue and though it was mobo caused so I sent that back. Then I had the same issue with the replacement so i sent the processor back. Same issue with the replace ment processor.
    Quote from: xmad on 27-July-12, 19:37:58
    Just to ask a probably silly question, but does that old psu have the proper connectors? Are the 4 pin connectors near the cpu filled? Is the backplate on backwards and shorting something?
    Yes, it has all the right ports and connections. The backplate is correct as far as I can tell.
    After talking with MSI and a local computer shop my current best guess is that I got a board with an old version of the bios that isn't compatible with the processor I have. That means to bios will need to be flash updated, something I have no idea how to do. My local computer shop said they could do it for 65$ but with no garuntees if something goes wrong. So, I'm going to send it to MSI and have them do it.
    Thanks for the ideas guys, if you can think of anything else let me know.

  • Trying to test my ichat ?

    hi all --
    Just wondering how i'd use this test address in ichat ?
    appleu3test01
    trying to set up a network with friends and want to test my end of things...
    are there any other ways to test?
    thanks for any help in adv.
    John W.

    Hi John,
    Just add it as a Buddy.
    USe the Plus sign at the bottom of the Buddy List
    Change the Account type to AIM
    Type in the name from your post
    Add any other details if you want and hit ht OK/Add buuton
    It will now appear in your Buddy list.
    It is an Auto responding account so just double Clicking the camera icon will start you off and it will answer (pale green icons for cameras or telephone (Audio) icons means the person is already busy.
    This FAQ Ralph Johns (UK), "FAQ: Want to Test your iSight With Another Person?", 10:18am Dec 14, 2004 CDT
    also list Real people willing to test. Some have more expertise than others to help solve any problems but use these discussions as a first port of call.
    Ralph

Maybe you are looking for

  • Need to add Message variant field in BD87 selection option

    Hi Friends, We have a requirement to add "Message variant" field in BD87 selction screen. Our technical team is doing analysis from there end. Mean time we came to know that the field can be added through report variant in customiziting. If anyone kn

  • Firefox page stop refreshing(drawing) when the flash plugin exit full screen mode.

    While watching youtube video from youtube.com in full screen mode (this is flash player full screen mode, not browser full screen mode), if you exit the full screen mode, some times the original page when the full screen was started from would stop d

  • How to convert a structure to string?

    Hi all, I want to convert a structure to a string variable. we have a structure with length 1020 we want to convert it into string. Thanks in advance hari

  • Lot number generation when ever GR is done

    Dear All, As there is a requirement like Lot number generation when ever GR is done. For each material Lot Number is defined by the client. And there is partial receipt of Goods. Whenever you do GR system automatically generates Lot number. So we nee

  • Basic help - can't save

    When I make certain edits (such as changing to black and white), then click "Save As", then choose JPG file type and "save", I am unable to view the image in Windows or even to open it back up in Photoshop Elements (if I try to open back up in PSE, I