Oracle 9.i Driver issues when connecting a pool in WLS6.1

Ok. Ammendment to other message as I haven't gotten a solution yet. My problem is
I am using Oracle 9.i on a Sun UNIX box and using Weblogic 6.1 SP2 on another box.
Trying to connect a pool between the two of them.
Obviously, there has to be a way to do this but none of the documentation seems to
tell you how. I am used to doing MS SQL drivers on NT so I am a little new to this.
I would appreciate it if someone has a solution to this problem that will help me.
The error I am getting is as follows:
Starting Loading jDriver/Oracle .....
<Jun 7, 2002 9:04:25 AM CDT> <Error> <JDBC> <Cannot startup connection pool "FargoPool"
weblogic.common.ResourceException:
Could not create pool connection. The DBMS driver exception was:
java.sql.SQLException: System.loadLibrary(weblogicoci37) threw java.lang.UnsatisfiedLinkError:
/usr/local/wlserver6.1/lib/solaris/oci901_8/libweblogicoci37.so: ld.so.1: /home/bea/jdk131/jre/bin/../bin/sparc/native_threads/java:
fatal: libclntsh.so.9.0: open failed: No such file or directory
at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:226)
at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:193)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:134)
at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698)
at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:623)
at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
at $Proxy8.addDeployment(Unknown Source)
at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
at $Proxy17.setTargets(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.console.info.FilteredMBeanAttribute.doSet(FilteredMBeanAttribute.java:92)
at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:209)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:134)
at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698)
at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:623)
at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
at $Proxy8.addDeployment(Unknown Source)
at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
at $Proxy17.setTargets(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.console.info.FilteredMBeanAttribute.doSet(FilteredMBeanAttribute.java:92)
at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

Ok. Ammendment to other message as I haven't gotten a solution yet. My problem is
I am using Oracle 9.i on a Sun UNIX box and using Weblogic 6.1 SP2 on another box.
Trying to connect a pool between the two of them.
Obviously, there has to be a way to do this but none of the documentation seems to
tell you how. I am used to doing MS SQL drivers on NT so I am a little new to this.
I would appreciate it if someone has a solution to this problem that will help me.
The error I am getting is as follows:
Starting Loading jDriver/Oracle .....
<Jun 7, 2002 9:04:25 AM CDT> <Error> <JDBC> <Cannot startup connection pool "FargoPool"
weblogic.common.ResourceException:
Could not create pool connection. The DBMS driver exception was:
java.sql.SQLException: System.loadLibrary(weblogicoci37) threw java.lang.UnsatisfiedLinkError:
/usr/local/wlserver6.1/lib/solaris/oci901_8/libweblogicoci37.so: ld.so.1: /home/bea/jdk131/jre/bin/../bin/sparc/native_threads/java:
fatal: libclntsh.so.9.0: open failed: No such file or directory
at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:226)
at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:193)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:134)
at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698)
at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:623)
at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
at $Proxy8.addDeployment(Unknown Source)
at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
at $Proxy17.setTargets(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.console.info.FilteredMBeanAttribute.doSet(FilteredMBeanAttribute.java:92)
at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:209)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:134)
at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698)
at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:623)
at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
at $Proxy8.addDeployment(Unknown Source)
at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
at $Proxy17.setTargets(Unknown Source)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.console.info.FilteredMBeanAttribute.doSet(FilteredMBeanAttribute.java:92)
at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

Similar Messages

  • Ea6300 causing network issues when connecting to web browser on my Mac

    I have had my ea6300 for two months and its causing major issues when connecting to my web broweser before I throw it out the window can someone give me some help.

    Hi bigtimer30, what do you mean by “it’s causing major issues when connecting to my web browser”? Do you mean that the MAC computer is no longer able to access the internet? If yes, is it with both wired and wireless connections? Is this happening to all of your devices? Or just that specific MAC computer? If all the other devices are still able to connect except the MAC, I suggest that you do a power cycle on the computer (if you haven’t done it yet). And you’re having difficulties with the wireless part, try to hard wire the computer straight to your router, and check if you experience the same thing. If the wired connection is okay, you may try playing with the router’s wireless channel. Better if you could give more details for us to give you more suggestions. 

  • How to solve the noise issue when connecting an electric guitar?

    Hello,
    I own a 15'' MacBook Pro of early 2011, with Lion Mac OS X 10.7.2
    I have an issue when connecting my electric guitar (Guitar Rig 4 LE) via USB & starting the Garageband '11 (ver. 6.0.4). I tried playing with the settings to get around the fuzziness/noise that's produced when the guitar is connected.
    The original software I got with Guitar Rig 4 ALSO had a similar issue, but I solved it by turning down the ''Gate'' volume to get a clear guitar sound. I tried looking for a similar thing on Garageband but no luck. I'm taking the online lessons via Garageband, with all that noise it makes it even harder to learn.
    Hope I made my case clear, and I'm looking forward for any suggestions in this technical problem I'm facing.
    Cheers

    Hey Keith, thanks for your response.
    Well, to be honest I had no idea what that was, so I opened Garageband and looked for that option, and it seems I can't access it during the guitar lessons. I tried exiting the lessons to the main window but the option you talked about under the ''Track'' tab was still faded (i.e. inaccessible).
    Did I misunderstand you or done it wrong?
    The noise even gets WORSE when trying out the Rock Guitar lessons, not so bad on the Basic Guitar & Blues Guitar...
    By the way, I did try the ''Aggregate'' Audio MIDI setup thingy from the utilities to enable both ''Built-in Output'' & ''USB PnP Sound Device (which is the guitar)" and didn't solve the problem.
    Running out of options. Opt for surgery? haha jk

  • Kerberos issue when connecting via VPN

    Hi,
    I am have some issues when connecting via VPN.
    The following kdc log is issued when I log via VPN
    May 02 12:12:21 ATHENA.MYDOMAIN.LAN krb5kdc[163](info): DISPATCH: repeated (retransmitted?) request from 192.168.2.5, resending previous response
    May 02 12:12:21 ATHENA.MYDOMAIN.LAN krb5kdc[163](info): TGS_REQ (7 etypes {18 17 16 23 1 3 2}) 192.168.2.5: UNKNOWN_SERVER: authtime 1146535939, [email protected] for ldap/[email protected], Server not found in Kerberos database
    I also have a system log May 2 12:12:21 ATHENA DirectoryService[41]: GSSAPI Error: Miscellaneous failure (Server not found in Kerberos database)
    This logs only happen while logging through VPN.
    Any idea?
    Cheers
    Ben

    Hi,
    When using your VPN are yo using Terminal LIcense or Remote Desktop Connection?
    Please do the following to save form settings:
    1. Only 1 module should be open when using form settings.
        Close other modules that doesn't need.
    2. Close the module after changed. To make sure the settings are saved.
    3. Always close all the module before exiting SBO program, use the click FIle and Exit habit.
    4. Terminal Licensing should be use when connecting remotely.
    Thanks.
    Clint

  • Sound Issue when connecting to TV

    I have been using the Apple AV cords to connect my video ipod to my tv with no issue for several month. Last night when I plugged my IPOD into the tv and played a movie, there was video but no sound. It was working fine two days ago. I have played with all of the settings. The video plays fine through my headphones. Has anyone experienced this? Could have my AV cable just died? Nothing has happened in the past two days....any insight?

    Hi JimSmith,
    Thanks for reply.
    TNS entry as below:
    ORCL_DB =
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 91.198.252.83)(PORT = 1521)) )
    (CONNECT_DATA = (SID = orcl) (SERVER = DEDICATED) ) )
    It works fine if I choose TNS (Network Allias: ORCL_DB).
    For the Basic setting:
    Hostname = 91.198.252.83
    Port = 1521
    SID = orcl
    The error I received when connecting to db based on Basic option is Failure -Io exception: The Network Adapter could not establish the connection.
    Below are the entries of SQLnet.ora. Any entry should I add into sqlnet.ora?
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    Appreciate your comment.
    Thanks.
    Regards,
    Jia

  • Oracle Retail 13 - Performance issues when open, save, approving worksheets

    Hi Guys,
    Recently we started facing performance issues when we started working with Oracle Retail 13 worksheets from within the java GUI at clients desktops.
    We run Oracle Retail 13.1 powered by Oracle Database 11g R1 and AS 10g in latest release.
    Issues:
    - Opening, saving, approving worksheets with approx 9 thousands of items takes up to 15 minutes.
    - Time for smaller worksheets is also around 10 minutes just to open a worksheet
    - Also just to open multiple worksheets takes "ages" up to 10-15 minuts
    Questions:
    - Is it expected performance for such worksheets?
    - What is your experience with Oracle Retail 13 in terms of performance while working with worksheets - how much time does it normally take to open edit save a worksheet?
    - What are the average expected times for such operations?
    Any feedback and hints would be much appreciated.
    Cheers!!

    Hi,
    I guess you mean Order/Buyer worksheets?
    This is not normal, should be quicker, matter of seconds to at most a minute.
    Database side tuning is where I would look for clues.
    And the obvious question: remember any changes to anything that may have caused the issue? Are the table and index statistics freshly gathered?
    Best regards, Erik Ykema

  • Itunes Scrolling Issue when connected to itunes-share

    I have a very annoying issue, when i scroll in my Itunes shares, check the video-demo
    https://www.youtube.com/watch?v=4fNAjjUgFp0
    thanks in advance for an advice
    Itunes 11.0.3

    I also have a new MB Pro running OS X 10.9.5 and a new iPhone 6.  My iPhone connects to iTunes, but hangs at step 6 in the sync process -- copying apps to the iPhone.  I let it run all night last night and it never got beyond the second app.  This morning I upgraded to iOS 8.0.2 and have the same problem.  Now I am stuck at the third app.

  • Keeping all secondary drive sleeping when connecting rdp

    I have a windows system. it has 6 hdds
    when I remote in, the drives start! 
    i find this annoying waiting for 5 drives, power usage also... spinup ware and tear...
    there must be a way to stop this from happening.. in group policy maybe? please help find a solution to this

    Hi,
    Did you mean this setting under Remote Desktop Connection? You can check other secondary drives when connecting RDP.
    Yolanda Zhu
    TechNet Community Support

  • Issue when connecting to database from SQL Developer tool

    Hi,
    I was trying to connect to a remote oracle database 10.2.0.5 (hosted at window 2008 R2 server) from my local SQL Developer tool.
    When setting up connection in SQL Developer tool, I was able to connect to the database by selecting TNS (Network Allias).
    However, it does not work when I choose Basic type with the same information (HOST, PORT, SID).
    What is the difference between TNS and Basic setting option? Please advise and assist.
    Thanks.
    Regards,
    Jia

    Hi JimSmith,
    Thanks for reply.
    TNS entry as below:
    ORCL_DB =
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 91.198.252.83)(PORT = 1521)) )
    (CONNECT_DATA = (SID = orcl) (SERVER = DEDICATED) ) )
    It works fine if I choose TNS (Network Allias: ORCL_DB).
    For the Basic setting:
    Hostname = 91.198.252.83
    Port = 1521
    SID = orcl
    The error I received when connecting to db based on Basic option is Failure -Io exception: The Network Adapter could not establish the connection.
    Below are the entries of SQLnet.ora. Any entry should I add into sqlnet.ora?
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    Appreciate your comment.
    Thanks.
    Regards,
    Jia

  • Iputils issue, when connecting with netcfg.

    I hope what I will do is correct to put it here.
    I updated today iputils and suddenly I couldn't connect to my networks anymore.
    I'm not an expert and I don't know exactly what was going on.
    1) I tried to connect using netcfg to wireless with WPA security, and the result was dhcp lease attempt failed.
    2) I tried to connect using netcfg to ethernet, same problem as before.
    3) I used dhcp without netcfg and it connected correctly.
    then I downgraded iputils and netcfg worked again.

    Hi JimSmith,
    Thanks for reply.
    TNS entry as below:
    ORCL_DB =
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 91.198.252.83)(PORT = 1521)) )
    (CONNECT_DATA = (SID = orcl) (SERVER = DEDICATED) ) )
    It works fine if I choose TNS (Network Allias: ORCL_DB).
    For the Basic setting:
    Hostname = 91.198.252.83
    Port = 1521
    SID = orcl
    The error I received when connecting to db based on Basic option is Failure -Io exception: The Network Adapter could not establish the connection.
    Below are the entries of SQLnet.ora. Any entry should I add into sqlnet.ora?
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    Appreciate your comment.
    Thanks.
    Regards,
    Jia

  • Data Modeler 3 (EA1): Connection issue when connecting to oracle 11R2

    Hi all,
    When I try to create a connection object for a oracle 11r2 database I get the following error:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-22285: non-existent directory or file for FILEEXISTS operation
    ORA-06512: at "SYS.DBMS_LOB", line 725
    ORA-06512: at line 5
    when I test the connection.
    I have checked the oracle 11r2 instance and have 3 directory objects and all are correct;
    SYS ORACLE_OCM_CONFIG_DIR /opt/oracle/app/oracle/product/11.2.0.1/ccr/state
    SYS DATA_PUMP_DIR /opt/oracle/app/oracle/product/11.2.0.1/rdbms/log/
    SYS XMLDIR /opt/oracle/app/oracle/product/11.2.0.1/rdbms/xml
    What can cause this problem. I have the same issue with the older version of the data modeler
    Thanks

    Hey if you want me too I can create a tar/sr.
    It happens even when I log in as sysdba. The three directory objects on the file system are all owned by oracle and oracle can rwx into those.
    My user can see XMLDIR but does not have read/write on the directory object all other it does have read write.
    Thanks.
    datamodeler.log:
    2010-10-19 11:54:14,947 [main] INFO DataModelerAddin - Oracle SQL Developer Data Modeler 2.1
    2010-10-19 12:01:32,288 [AWT-EventQueue-0] ERROR AbstractDBMExtractionWizardImpl - java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-22285: non-existent directory or file for FILEEXISTS operation
    ORA-06512: at "SYS.DBMS_LOB", line 725
    ORA-06512: at line 5
    Environment:
    About
    Oracle SQL Developer Data Modeler 3.0.0
    Version 3.0.0
    Build 649
    Copyright © 2008,2010 Oracle. All Rights Reserved.
    IDE Version: 11.1.1.4.37.58.38
    Product ID: oracle.datamodeler
    Product Version: 3.0.0.649
    Version
    Component     Version
    =========     =======
    Java(TM) Platform     1.6.0_21
    Oracle IDE     3.0.0
    Versioning Support     3.0.0
    Properties
    Name     Value
    ====     =====
    awt.toolkit     sun.awt.windows.WToolkit
    class.load.environment     oracle.ide.boot.IdeClassLoadEnvironment
    class.load.log.level     CONFIG
    class.transfer     delegate
    file.encoding     Cp1252
    file.encoding.pkg     sun.io
    file.separator     \
    ice.browser.forcegc     false
    ice.pilots.html4.ignoreNonGenericFonts     true
    ice.pilots.html4.tileOptThreshold     0
    ide.bootstrap.start     3457609345725564
    ide.build     649
    ide.conf     D:\app\oracle\datamodeler\3.0.0\datamodeler\bin\datamodeler.conf
    ide.config_pathname     D:\app\oracle\datamodeler\3.0.0\datamodeler\bin\datamodeler.conf
    ide.debugbuild     false
    ide.devbuild     false
    ide.extension.search.path     datamodeler/extensions:jdev/extensions
    ide.firstrun     true
    ide.java.minversion     1.6.0_04
    ide.launcherProcessId     4160
    ide.main.class     oracle.ide.boot.IdeLauncher
    ide.patches.dir     ide/lib/patches
    ide.pref.dir     D:\Documents and Settings\StreekRG\Application Data\Oracle SQL Developer Data Modeler
    ide.pref.dir.base     D:\Documents and Settings\StreekRG\Application Data
    ide.product     oracle.datamodeler
    ide.shell.enableFileTypeAssociation     D:\app\oracle\datamodeler\3.0.0\datamodeler.exe
    ide.splash.screen     splash.png
    ide.startingArg0     D:\app\oracle\datamodeler\3.0.0\datamodeler.exe
    ide.startingcwd     D:\app\oracle\datamodeler\3.0.0
    ide.user.dir     D:\Documents and Settings\StreekRG\Application Data\Oracle SQL Developer Data Modeler
    ide.user.dir.var     IDE_USER_DIR
    ide.vcs.noapplications     true
    ide.work.dir     D:\Documents and Settings\StreekRG\My Documents\Oracle SQL Developer Data Modeler
    ide.work.dir.base     D:\Documents and Settings\StreekRG\My Documents
    java.awt.graphicsenv     sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob     sun.awt.windows.WPrinterJob
    java.class.path     ..\..\ide\lib\ide-boot.jar
    java.class.version     50.0
    java.endorsed.dirs     D:\java\jdk1.6.0_21\jre\lib\endorsed
    java.ext.dirs     D:\java\jdk1.6.0_21\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
    java.home     D:\java\jdk1.6.0_21\jre
    java.io.tmpdir     D:\DOCUME~1\StreekRG\LOCALS~1\Temp\
    java.library.path     D:\app\oracle\datamodeler\3.0.0;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\app\oracle\product\11.1.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;%C:\WINDOWS%\system32;%C:\WINDOWS%;%C:\WINDOWS%\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Rational\common;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\QuickTime\QTSystem\
    java.naming.factory.initial     oracle.javatools.jndi.LocalInitialContextFactory
    java.runtime.name     Java(TM) SE Runtime Environment
    java.runtime.version     1.6.0_21-b07
    java.specification.name     Java Platform API Specification
    java.specification.vendor     Sun Microsystems Inc.
    java.specification.version     1.6
    java.vendor     Sun Microsystems Inc.
    java.vendor.url     http://java.sun.com/
    java.vendor.url.bug     http://java.sun.com/cgi-bin/bugreport.cgi
    java.version     1.6.0_21
    java.vm.info     mixed mode
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.specification.name     Java Virtual Machine Specification
    java.vm.specification.vendor     Sun Microsystems Inc.
    java.vm.specification.version     1.0
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     17.0-b17
    jdbc.driver.home     /D:/app/oracle/product/11.1.0/db_1/
    jdbc.library     /D:/app/oracle/product/11.1.0/db_1/jdbc/lib/ojdbc5.jar
    line.separator     \r\n
    oracle.home     D:\app\oracle\datamodeler\3.0.0
    oracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG     true
    oracle.net.tns_admin     D:\app\oracle\datamodeler\3.0.0\network\admin
    oracle.translated.locales     de,es,fr,it,ja,ko,pt_BR,zh_CN,zh_TW
    oracle.xdkjava.compatibility.version     9.0.4
    orai18n.library     /D:/app/oracle/product/11.1.0/db_1/jlib/orai18n.jar
    os.arch     x86
    os.name     Windows XP
    os.version     5.1
    path.separator     ;
    reserved_filenames     con,aux,prn,lpt1,lpt2,lpt3,lpt4,lpt5,lpt6,lpt7,lpt8,lpt9,com1,com2,com3,com4,com5,com6,com7,com8,com9,conin$,conout,conout$
    sun.arch.data.model     32
    sun.boot.class.path     D:\java\jdk1.6.0_21\jre\lib\resources.jar;D:\java\jdk1.6.0_21\jre\lib\rt.jar;D:\java\jdk1.6.0_21\jre\lib\sunrsasign.jar;D:\java\jdk1.6.0_21\jre\lib\jsse.jar;D:\java\jdk1.6.0_21\jre\lib\jce.jar;D:\java\jdk1.6.0_21\jre\lib\charsets.jar;D:\java\jdk1.6.0_21\jre\classes
    sun.boot.library.path     D:\java\jdk1.6.0_21\jre\bin
    sun.cpu.endian     little
    sun.cpu.isalist     pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop     windows
    sun.io.unicode.encoding     UnicodeLittle
    sun.java2d.ddoffscreen     false
    sun.jnu.encoding     Cp1252
    sun.management.compiler     HotSpot Client Compiler
    sun.os.patch.level     Service Pack 3
    svnkit.sax.useDefault     true
    user.country     US
    user.dir     D:\app\oracle\datamodeler\3.0.0\datamodeler\bin
    user.home     D:\Documents and Settings\StreekRG
    user.language     en
    user.name     streekrg
    user.timezone     America/New_York
    user.variant     
    windows.shell.font.languages     
    Extensions
    Name     Identifier     Version     Status
    ====     ==========     =======     ======
    Code Editor     oracle.ide.ceditor     11.1.1.4.37.58.38     Loaded
    Database UI     oracle.ide.db     11.1.1.4.37.58.38     Loaded
    Diff/Merge     oracle.ide.diffmerge     11.1.1.4.37.58.38     Loaded
    Extended IDE Platform     oracle.javacore     11.1.1.4.37.58.38     Loaded
    Help System     oracle.ide.help     11.1.1.4.37.58.38     Loaded
    History Support     oracle.jdeveloper.history     11.1.1.4.37.58.38     Loaded
    Import/Export Support     oracle.ide.importexport     11.1.1.4.37.58.38     Loaded
    Index Migrator support     oracle.ideimpl.indexing-migrator     11.1.1.4.37.58.38     Loaded
    Log Window     oracle.ide.log     11.1.1.4.37.58.38     Loaded
    Mac OS X Adapter     oracle.ideimpl.apple     11.1.1.4.37.58.38     Loaded
    Navigator     oracle.ide.navigator     11.1.1.4.37.58.38     Loaded
    Object Gallery     oracle.ide.gallery     11.1.1.4.37.58.38     Loaded
    Oracle IDE     oracle.ide     11.1.1.4.37.58.38     Loaded
    Oracle SQL Developer Data Modeler     oracle.datamodeler     3.0.0.649     Loaded
    Peek     oracle.ide.peek     11.1.1.4.37.58.38     Loaded
    Persistent Storage     oracle.ide.persistence     11.1.1.4.37.58.38     Loaded
    Property Inspector     oracle.ide.inspector     11.1.1.4.37.58.38     Loaded
    QuickDiff     oracle.ide.quickdiff     11.1.1.4.37.58.38     Loaded
    Replace With     oracle.ide.replace     11.1.1.4.37.58.38     Loaded
    Runner     oracle.ide.runner     11.1.1.4.37.58.38     Loaded
    VHV     oracle.ide.vhv     11.1.1.4.37.58.38     Loaded
    Versioning Support     oracle.jdeveloper.vcs     11.1.1.4.37.58.38     Loaded
    Versioning Support for Subversion     oracle.jdeveloper.subversion     11.1.1.4.37.58.38     Loaded
    Virtual File System     oracle.ide.vfs     11.1.1.4.37.58.38     Loaded
    Web Browser and Proxy     oracle.ide.webbrowser     11.1.1.4.37.58.38     Loaded
    audit     oracle.ide.audit     11.1.1.4.37.58.38     Loaded
    oracle.ide.indexing     oracle.ide.indexing     11.1.1.4.37.58.38     Loaded

  • Codepage issue when connecting to SAP R/3 under Mac OS X

    Hello,
    I am trying to connect to my enterprise SAP R/3 4.6c backend via the SAPGui for Java 7.00R3 for Mac OS X. I am currently using Mac OS X 10.4.9, on a Macbook (Intel based). However, at every attempt, I get a error message for an invalid codepage or language. I tryied several combinations (1100 and 1140 (ISO Latin 1), 1160 (Cp1252, which work on my Windows plateform with SAPGui for Java 7.00R3), 1167 (MacRoman, the default one)), but it keep failing. The login language is English. It works perfectly on Windows, with the SAPGui for Java client.
    Does anyone had the same issue? Is it possible to solve it ?
    Thanks in advance for your help.
    Best regards,

    I am sorry to go back to you so late ... I have been away from my mac for a week.
    I did the trace and it didn't report anything else than when I let everything to default, it choose the 1127 (MacRoman) codepage. The backend codepage is 1100 and the language of my system is English. (When I connect using Windows version of the SAPGui Java Client, I can see that the codepage is 1160 (Cp1252).
    If you want more details, please let me know.
    Here is the trace:
    25.04. 20:30:55.480 TRC: Trace file opened: /Users/JoLePaBo/Trace.txt
    25.04. 20:30:55.481 TRC: GuiTraceStream.dumpState(): instance           = com.sap.platin.base.util.GuiTraceStream@595050
    25.04. 20:30:55.481 TRC: GuiTraceStream.dumpState(): mOriginalSysErr    = java.io.PrintStream@a7eb3f
    25.04. 20:30:55.481 TRC: GuiTraceStream.dumpState(): open trace files:
    25.04. 20:30:55.481 TRC: GuiTraceStream.dumpState():    /Users/JoLePaBo/Trace.txt
    25.04. 20:30:56.969 TRC: 25.04. 20:30:56.965 TRC: SAPGUI for Java 7.00 rev 3
    25.04. 20:30:56.965 TRC: Build date: Mon Mar 19 16:26:16 MET 2007
    Build details: uw1059, 700_REL, 896547
    25.04. 20:30:56.965 TRC: (Version ID 070000040300)
    25.04. 20:30:56.965 TRC: Java VM: Apple Computer, Inc. Version 1.5.0_07-87
    25.04. 20:30:56.965 TRC: OS: Mac OS X(i386) Version 10.4.9
    25.04. 20:30:56.965 TRC: Java Directory: /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home
    25.04. 20:30:56.965 TRC: Home Directory: /Users/JoLePaBo
    25.04. 20:30:56.965 TRC: Current Directory: /Applications/SAP Clients/SAPGUI 7.00rev3
    25.04. 20:30:56.965 TRC: Default Character Encoding: ISO8859_1
    25.04. 20:30:56.965 TRC: Preferences directory: /Users/JoLePaBo/Library/Preferences/SAP25.04. 20:30:56.965 TRC: Codebase:
    25.04. 20:30:56.965 TRC: Magic file: jar:file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/platincoreS.jar!/com/sap/platin/base/util/magic.info
    25.04. 20:30:56.965 TRC: System Glob File: jar:file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/platincoreS.jar!/com/sap/platin/base/util/globs.info
    25.04. 20:30:56.965 TRC: Private Glob File: file:/Users/JoLePaBo/Library/Preferences/SAP/globs
    25.04. 20:30:56.965 TRC: Desktop integration: Desktop integration using internal application registry
    25.04. 20:30:56.965 TRC: Installed components:   Darwin-graphics.jar
    25.04. 20:30:56.965 TRC: Installed components:   Darwin-lib.jar
    25.04. 20:30:56.965 TRC: Installed components:   Darwin-localstart.jar
    25.04. 20:30:56.965 TRC: Installed components:   GuiStartS.jar
    25.04. 20:30:56.965 TRC: Installed components:   IceBrowserS.jar
    25.04. 20:30:56.965 TRC: Installed components:   iCubeS.jar
    25.04. 20:30:56.965 TRC: Installed components:   JSEngineS.jar
    25.04. 20:30:56.965 TRC: Installed components:   MacOSX-Connect.jar
    25.04. 20:30:56.965 TRC: Installed components:   Manual.jar
    25.04. 20:30:56.965 TRC: Installed components:   platincoreS.jar
    25.04. 20:30:56.965 TRC: Installed components:   platinMacOSXS.jar
    25.04. 20:30:56.965 TRC: Installed components:   platinr3S.jar
    25.04. 20:30:56.965 TRC: Installed components:   platinwdpS.jar
    25.04. 20:30:56.965 TRC: Installed components:   SapCacerts.jar
    25.04. 20:30:56.965 TRC: Installed components:   sapCalendarS.jar
    25.04. 20:30:56.965 TRC: Installed components:   sapChartS.jar
    25.04. 20:30:56.965 TRC: Installed components:   sapContextMenuS.jar
    25.04. 20:30:56.965 TRC: Installed components:   sapGridS.jar
    25.04. 20:30:56.965 TRC: Installed components:   sapHtmlViewerCoreS.jar
    25.04. 20:30:56.965 TRC: Installed components:   sapHtmlViewerS.jar
    25.04. 20:30:56.965 TRC: Installed components:   sapImageS.jar
    25.04. 20:30:56.965 TRC: Installed components:   sapTextEditS.jar
    25.04. 20:30:56.965 TRC: Installed components:   sapToolBarS.jar
    25.04. 20:30:56.965 TRC: Installed components:   sapTreeS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/Darwin-gmux.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/Darwin-graphics.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/Darwin-lib.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/Darwin-localstart.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/GuiStartS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/IceBrowserS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/iCubeS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/JSEngineS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/MacOSX-Connect.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/Manual.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/platincoreS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/platinMacOSXS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/platinr3S.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/platinwdpS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/SapCacerts.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/sapCalendarS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/sapChartS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/sapContextMenuS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/sapGridS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/sapHtmlViewerCoreS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/sapHtmlViewerS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/sapImageS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/sapTextEditS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/sapToolBarS.jar
    25.04. 20:30:56.965 TRC: Classes found at:   file:/Applications/SAP Clients/SAPGUI 7.00rev3/SAPGUI 7.00rev3.app/Contents/Resources/Java/sapTreeS.jar
    25.04. 20:30:56.970 TRC: Active trace keys: TRC:CON:C_AGI:C_CON
    25.04. 20:30:57.805 TRC: Active trace keys: TRC:CON:C_AGI:C_CON
    25.04. 20:30:59.797 CON: new GuiConnection
    25.04. 20:30:59.797 CON: GuiConnection.open(conn=/H/10.144.212.138/S/3200&clnt=300&user=gpfister&lang=EN&expert=true,DEM(300) - SAP R/3 4.6c Unit test)
    25.04. 20:30:59.816 CON: new GuiNiNetConnection
    25.04. 20:30:59.818 CON: GuiNiNetConnection.open(conn=/H/10.144.212.138/S/3200&clnt=300&user=gpfister&lang=EN)
    25.04. 20:30:59.818 CON: GuiNiNetConnection.open: resolved hostSpec = /H/10.144.212.138/S/3200
    25.04. 20:31:00.323 CON: -
    25.04. 20:31:00.324 CON: GuiNiNetConnection: sending DIAG data to connection for modus 0
    25.04. 20:31:00.324 CON: -
    25.04. 20:31:00.324 CON: GuiNiNetConnection: sending DIAG data to connection for modus 0
    25.04. 20:31:00.324 C_AGI: calling AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:00.325 C_AGI: AgiLibAdaptor::onNewPrimary
    25.04. 20:31:00.325 C_CON: AgiLibAdaptor::add
    25.04. 20:31:00.326 C_AGI: AgiLibAdaptor::onChgCodepage(): 1127, MacRoman
    25.04. 20:31:00.327 C_AGI: returned from AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:00.327 C_CON: AgiLibAdaptor::update
    25.04. 20:31:00.356 C_AGI: AgiAreaAdaptor::update: no client data for control container
    25.04. 20:31:00.359 C_AGI: AgiAreaAdaptor::update: no client data for table view
    25.04. 20:31:06.076 C_AGI: onSendToSrv
    25.04. 20:31:06.076 C_AGI: calling AgiSessionPool->UnParseIt() for modus 0
    25.04. 20:31:06.076 C_AGI: returned from AgiSessionPool->UnParseIt() for modus 0 done
    25.04. 20:31:06.076 CON: GuiNiNetConnection: sending DIAG data to writer thread for modus 0
    25.04. 20:31:06.474 CON: -
    25.04. 20:31:06.474 CON: GuiNiNetConnection: sending DIAG data to connection for modus 0
    25.04. 20:31:06.474 C_AGI: calling AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:06.475 C_AGI: AgiLibAdaptor::onChgCodepage(): 1127, MacRoman
    25.04. 20:31:06.476 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:06.476 C_AGI: AgiLibAdaptor::onNewModal
    25.04. 20:31:06.477 C_AGI: returned from AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:06.477 C_CON: AgiLibAdaptor::update
    25.04. 20:31:06.489 C_AGI: AgiAreaAdaptor::update: no client data for table view
    25.04. 20:31:10.208 C_AGI: onSendToSrv
    25.04. 20:31:10.208 C_AGI: calling AgiSessionPool->UnParseIt() for modus 0
    25.04. 20:31:10.209 C_AGI: returned from AgiSessionPool->UnParseIt() for modus 0 done
    25.04. 20:31:10.209 CON: GuiNiNetConnection: sending DIAG data to writer thread for modus 0
    25.04. 20:31:10.372 CON: -
    25.04. 20:31:10.373 CON: GuiNiNetConnection: sending DIAG data to connection for modus 0
    25.04. 20:31:10.373 C_AGI: calling AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.373 C_AGI: AgiLibAdaptor::onChgCodepage(): 1127, MacRoman
    25.04. 20:31:10.373 C_AGI: AgiLibAdaptor::onDelContainer
    25.04. 20:31:10.373 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:10.374 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:10.374 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:10.374 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:10.374 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:10.410 CON: -
    25.04. 20:31:10.410 CON: GuiNiNetConnection: sending DIAG data to connection for modus 0
    25.04. 20:31:10.412 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:10.413 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:10.413 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:10.413 C_AGI: AgiLibAdaptor::onDelTableView
    25.04. 20:31:10.413 C_AGI: AgiLibAdaptor::onDelContainer
    25.04. 20:31:10.413 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.413 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.414 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.414 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.414 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.414 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.414 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.414 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.414 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.415 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.415 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.415 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.415 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.415 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.415 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.415 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.415 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.416 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.416 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.416 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.416 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.416 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.416 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.416 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.417 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.417 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.417 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.417 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.417 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.417 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.417 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.417 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.418 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.418 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.418 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.418 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.418 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.418 CON: -
    25.04. 20:31:10.423 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.423 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.424 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.424 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.423 CON: GuiNiNetConnection: sending DIAG data to connection for modus 0
    25.04. 20:31:10.424 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.424 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.424 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.424 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.424 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.424 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.425 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.425 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.425 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.425 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.425 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.425 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.425 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.425 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.426 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.426 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.426 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.427 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.427 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.427 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.427 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.427 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.427 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.427 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.427 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.427 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.428 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.428 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.428 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.428 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.428 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.428 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.428 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.428 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.429 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.429 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.429 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.429 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.429 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.429 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.429 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.429 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.429 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.429 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.430 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.430 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.430 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.430 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.430 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.430 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.430 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.431 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.431 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.431 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.431 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.431 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.431 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.431 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.431 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.431 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.431 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.432 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:10.432 C_AGI: AgiLibAdaptor::onDelModal
    25.04. 20:31:10.432 C_AGI: returned from AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.432 C_CON: AgiLibAdaptor::update
    25.04. 20:31:10.453 C_AGI: calling AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.453 C_AGI: AgiLibAdaptor::onChgCodepage(): 1127, MacRoman
    25.04. 20:31:10.453 C_AGI: AgiLibAdaptor::onEotPrimary
    25.04. 20:31:10.454 C_AGI: returned from AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.454 C_CON: AgiLibAdaptor::update
    25.04. 20:31:10.455 C_AGI: calling AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.455 C_AGI: AgiLibAdaptor::onChgCodepage(): 1127, MacRoman
    25.04. 20:31:10.455 C_AGI: AgiLibAdaptor::onEotPrimary
    25.04. 20:31:10.455 C_AGI: returned from AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.456 C_CON: AgiLibAdaptor::update
    25.04. 20:31:10.537 CON: -
    25.04. 20:31:10.537 CON: GuiNiNetConnection: sending DIAG data to connection for modus 0
    25.04. 20:31:10.537 C_AGI: calling AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.537 CON: -
    25.04. 20:31:10.537 CON: GuiNiNetConnection: sending DIAG data to connection for modus 0
    25.04. 20:31:10.537 C_AGI: AgiLibAdaptor::onChgCodepage(): 1127, MacRoman
    25.04. 20:31:10.538 C_AGI: AgiLibAdaptor::onEotPrimary
    25.04. 20:31:10.538 C_AGI: returned from AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.538 C_CON: AgiLibAdaptor::update
    25.04. 20:31:10.539 C_AGI: calling AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.539 C_AGI: AgiLibAdaptor::onChgCodepage(): 1127, MacRoman
    25.04. 20:31:10.539 C_AGI: AgiLibAdaptor::onRfcPrimary
    25.04. 20:31:10.540 C_AGI: returned from AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.540 C_CON: AgiLibAdaptor::update
    25.04. 20:31:10.542 C_AGI: onSendToSrv
    25.04. 20:31:10.543 C_AGI: calling AgiSessionPool->UnParseIt() for modus 0
    25.04. 20:31:10.543 C_AGI: returned from AgiSessionPool->UnParseIt() for modus 0 done
    25.04. 20:31:10.543 CON: GuiNiNetConnection: sending DIAG data to writer thread for modus 0
    25.04. 20:31:10.714 CON: -
    25.04. 20:31:10.714 CON: GuiNiNetConnection: sending DIAG data to connection for modus 0
    25.04. 20:31:10.714 C_AGI: calling AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.715 C_AGI: AgiLibAdaptor::onChgCodepage(): 1127, MacRoman
    25.04. 20:31:10.715 C_AGI: AgiLibAdaptor::onGraPrimary()
    25.04. 20:31:10.715 C_AGI: returned from AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.715 C_CON: AgiLibAdaptor::update
    25.04. 20:31:10.731 C_AGI: onSendToSrv
    25.04. 20:31:10.731 C_AGI: calling AgiSessionPool->UnParseIt() for modus 0
    25.04. 20:31:10.731 C_AGI: returned from AgiSessionPool->UnParseIt() for modus 0 done
    25.04. 20:31:10.731 CON: GuiNiNetConnection: sending DIAG data to writer thread for modus 0
    25.04. 20:31:10.896 CON: -
    25.04. 20:31:10.897 CON: GuiNiNetConnection: sending DIAG data to connection for modus 0
    25.04. 20:31:10.897 C_AGI: calling AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.897 C_AGI: AgiLibAdaptor::onChgCodepage(): 1127, MacRoman
    25.04. 20:31:10.897 C_AGI: AgiLibAdaptor::onGraPrimary()
    25.04. 20:31:10.898 C_AGI: returned from AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:10.898 C_CON: AgiLibAdaptor::update
    25.04. 20:31:10.899 C_AGI: onSendToSrv
    25.04. 20:31:10.899 C_AGI: calling AgiSessionPool->UnParseIt() for modus 0
    25.04. 20:31:10.899 C_AGI: returned from AgiSessionPool->UnParseIt() for modus 0 done
    25.04. 20:31:10.899 CON: GuiNiNetConnection: sending DIAG data to writer thread for modus 0
    25.04. 20:31:11.085 CON: -
    25.04. 20:31:11.086 CON: GuiNiNetConnection: sending DIAG data to connection for modus 0
    25.04. 20:31:11.086 C_AGI: calling AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:11.086 C_AGI: AgiLibAdaptor::onChgCodepage(): 1127, MacRoman
    25.04. 20:31:11.087 C_AGI: AgiLibAdaptor::onNewModal
    25.04. 20:31:11.088 C_AGI: returned from AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:11.088 C_CON: AgiLibAdaptor::update
    25.04. 20:31:13.471 C_AGI: onSendToSrv
    25.04. 20:31:13.471 C_AGI: calling AgiSessionPool->UnParseIt() for modus 0
    25.04. 20:31:13.471 C_AGI: returned from AgiSessionPool->UnParseIt() for modus 0 done
    25.04. 20:31:13.472 CON: GuiNiNetConnection: sending DIAG data to writer thread for modus 0
    25.04. 20:31:13.632 CON: -
    25.04. 20:31:13.632 CON: GuiNiNetConnection: sending DIAG data to connection for modus 0
    25.04. 20:31:13.632 C_AGI: calling AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:13.632 C_AGI: AgiLibAdaptor::onChgCodepage(): 1127, MacRoman
    25.04. 20:31:13.632 C_AGI: AgiLibAdaptor::onDelContainer
    25.04. 20:31:13.633 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.633 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.633 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.633 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.633 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.633 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.633 CON: -
    25.04. 20:31:13.634 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.634 CON: GuiNiNetConnection: sending DIAG data to connection for modus -1
    25.04. 20:31:13.634 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.798 C_AGI: AgiLibAdaptor::onDelContainer
    25.04. 20:31:13.798 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.799 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.799 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.799 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.799 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.803 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.803 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.803 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.804 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.804 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.804 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.804 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.804 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.804 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.804 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.804 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.805 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.805 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.805 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.805 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.805 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.805 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.805 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.805 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.805 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.805 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.805 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.805 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.805 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.806 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.806 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.806 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.806 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.806 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.806 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.806 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.806 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.806 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.806 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.806 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.806 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.807 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.807 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.807 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.807 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.807 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.807 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.807 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.807 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.807 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.807 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.807 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.807 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.808 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.808 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.808 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.808 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.808 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.808 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.808 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.808 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.808 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.808 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.808 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.808 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.809 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.809 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.809 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.809 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.809 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.809 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.809 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.809 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.809 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.809 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.809 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.809 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.809 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.810 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.810 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.810 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.810 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.810 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.810 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.810 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.810 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.810 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.810 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.810 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.810 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.811 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.811 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.811 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.811 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.811 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.811 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.811 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.811 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.811 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.811 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.811 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.811 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.812 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.812 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.812 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.812 C_AGI: AgiLibAdaptor::onDelModal
    25.04. 20:31:13.812 C_AGI: returned from AgiSessionPool->ParseIt() for modus 0
    25.04. 20:31:13.812 C_CON: AgiLibAdaptor::update
    25.04. 20:31:13.812 C_CON: AgiLibAdaptor::destroyConnection
    25.04. 20:31:13.812 C_AGI: AgiLibAdaptor::onDelContainer
    25.04. 20:31:13.813 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.813 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.813 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.813 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.813 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.813 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.813 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.813 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.813 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.813 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.813 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.814 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.814 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.814 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.814 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.814 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.814 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.814 C_AGI: AgiLibAdaptor::onDelContainer
    25.04. 20:31:13.815 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.815 C_AGI: AgiLibAdaptor::onDelAtom
    25.04. 20:31:13.815 C_AGI: AgiLibAdaptor::onDelTableView
    25.04. 20:31:13.822 C_AGI: AgiLibAdaptor::onDelContainer
    25.04. 20:31:13.822 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.822 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.822 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.822 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.822 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.822 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.822 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.822 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.822 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.822 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.822 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.823 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.823 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.823 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.823 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.823 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.823 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.823 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.823 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.823 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.823 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.823 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.823 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.823 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.824 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.824 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.824 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.824 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.824 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.825 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.825 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.825 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.825 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.825 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.825 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.825 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.825 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.825 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.825 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.825 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.826 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.826 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.826 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.826 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.826 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.826 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.826 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.826 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.826 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.826 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.826 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.826 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.826 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.827 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.828 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.828 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.828 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.828 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.828 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.828 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.828 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.828 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.828 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.828 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.828 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.828 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.828 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.829 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.830 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.830 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.830 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.830 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.830 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.830 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.830 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.830 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.830 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.830 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.830 C_AGI: AgiLibAdaptor::onDelMenuItem
    25.04. 20:31:13.830 C_AGI: AgiLibAdaptor::onDelPrimary
    25.04. 20:31:13.831 C_CON: AgiLibAdaptor::destroy
    25.04. 20:31:13.831 CON: GuiConnection.destroyNetConnectionAndParser
    25.04. 20:31:13.832 CON: GuiNiNetConnection: sending CLOSE data to writer thread

  • Logon issues when connecting to the R/3 system via System Template

    Hi All,
    I have created a System object for connecting to the R/3 system.
    the R/3 system is on ITS server.
    i have set the connector properties, ITS server details, User Management properties.
    Connector Porperties: Application Host: -
    , logical system name -
    , SAP client---,SID---, System number -
    server port-----,System type : sap_R3
    ITS server details : ITS host name, ITS path :/scripts/wgate, Protocal :http
    Usermanagement properties :    Logon method : SAPLogontickets, user mappingtype : Admin/user.
    Alias :Given the alias for the system created.
    i have also checked with the connection tests. The ITS Connection is green. but the connection test for the connector is red.
    Also the Portal user is not the same as the SAP backend user. So for this i have also made the user mapping, Under System Administration ---> Usermapping . ( we are using EP6.0)
    When i finally created a SAP trasaction iview based on the Alias. and tried to preview it. it is  showing me the error   "
    Name or password is incorrect, please reenter" .
    but in the preivew if i give the user id and password which i have mapped under the user mappings  it is entering the SAP trasaction.
    kindly suggest what can be the issue?
    Thanks & Regards,
    Kavitha

    Hi All,
    Thanks for all your replies. And sorry from my side for the late reply.
    I have followed all the suggestions made by every one of you.
    Also Arun, i have checked with the blogs that you have sent. All the settings done by me are exactly the same as defined in the blogs.
    but still the same error persists.  also When i tried to Login with the same user id as that of portal . It is working fine.
    Also while going through the blogs i have found that.. While doing the Connection tests. One of the test,  Connection test for the connectors is failed. i am unable to know the reason for failure.
    is this because of this reason, is the iview is asking for the re entering of user id and password ?
    kindly help.
    Also in most of the blogs i have found that for searching the  Message server. When we are not sure of name of the message server the  go to Transaction SMICM..... Where should this Tcode be entered. is it in the r/3?
    Thanks & regards,
    M.Kavitha harika.

  • Issues when connecting my MBP to HDTV...

    I'm trying to connect my MBP to my LG HDTV.
    My MBP is older...late 2007 or early 2008. The tv is around 3 - 3.5 years old.
    I'm connecting using a DVI - HDMI adapter plug, then a HDMI cable. Not sure if this is possibly the issue, but...the TV shows some of what's on my MBP screen, but not all. It shows the original snow leopard desktop background, rather than my current background. I cannot see any of my desktop icons, nor my dock or the bar at the top w/ time etc. Also, when I open a movie file on my desktop, it does play on the TV but I have to drag it to the far right until unviewable on my MBP & only then is it viewable/does it show on my TV. But the quality of the video is pretty bad.
    I've tried all of the resolutions on my MBP as well as on the TV & have tried to match them up, but it hasn't helped.
    Any suggestions?

    The LG TV model is 32LC7D.
    The problem I'm having is detailed at this website, but maybe someone here knows a easier solution...
    http://www.tomshardware.com/forum/51193-4-32lc2d-hookup-computer-issue

  • Display issue when connecting VGA monitor

    I'm having an isue when my Macbook Pro 13 inch 2011 is connected to my LG monitor via VGA, after a while the monitor does not display the image properly I don't know how best to describe it but it is like when a satellite signal is blocky and scrabled. Sorry for the poor description. This occurs both when the Macbook is connected to a monitor with the lid shut so that the monitor is the main display and with the monitor mirroring. I've had a 2008 Macbook with the same set up and there are no issues, anybody know how to solve this?

    See if what the user did in this thread:
    External Display is pixelated                    
    helps clear up your problems. Your symptoms sound similar to his, and he was able to correct it with video settings.

Maybe you are looking for

  • Mavericks VPN dropouts with native VPN client and Cisco IPSec

    Since update to Maverics I am experiencing VPN dropouts with native VPN client and Cisco IPSec I am connecting via a WIFI router to a remote VPN server The conenction is good for a while but eventually it drops out. I had Zero issues in mountain lion

  • SPA504G Firmware-7.5.7 update not working

    I am using an unlocked SPA504G 4-Line IP Phone. It is currently loaded with firmware 7.5.2 (H/W 1.0.4) I was looking to upgrade to the latest FW version, which I found at the following location: IP Telephone Firmware-7.5.7 When I run this update, eve

  • HT201774 How do I reduce the amount of email being sent to my iPhone 5 with iOS 7.0?

    How do I reduce the amount of email being sent to my iPhone 5 with iOS 7.0

  • Aperture 3.3 colour issues with DNG

    I have recently been working in a combination of Adobe Lightroom 4.1, Adobe Photoshop CS6 and Aperture 3 To maximise (or so i thought) compatibility I have been importing my RAW files using Lightrooms "Copy as DNG" option. All has been going well, ex

  • Sending mixed case data

    Hi All, I need to pass a field with mixed case characters ( Example : JoeSmith) . If I dont  do a TOUPPER formula for this field in Transformation at the DSO stage, the load fails with that Hex conversion message. We don't want to convert to Uppercas