Slow response on Windows 2003 with web forms

We are current running Oracle web forms on thin clients on Windows 2000 terminal server. We have installed Windows 2003 on one node of the cluster. When we run the same application on 2003, it is very slow and the screen flashes a lot. It takes 1-2 seconds to echo a keystroke. This is true for Jinitiator 1.3.1.25 and 1.3.1.18. We are using 1.3.1.18 on the Win 2000 terminal server. When I try form=test on Win 2003, the screen has colors and has poorer resolution that running the same on Win2003. The form has a grey background on Win 2000 but is magenta in Win 2003 and you can barely make out the hammer in the prompt. This happens when running from the same thin client with the same resolution and colors. Is there a setting on IE that could be causing this? Is there a problem with Win 2003? The Oracle application server is 9iAS but we see the same probelm with 10g.
Thanks,
Dave

Copying my response from this thread:
Report in Designer fast, in Viewer extremely slow
Thread is now locked.
A "cool" issue, form my perspective as this may be something new to think about / figure out. Not so cool from where you sit...
Anyhow, a few things to check:
1) Compare the runtime of your dev system and the Citrix system. Use Modules to do the comparison.
2) Not sure what runtime was installed, but the most recent MSI / MSM are from SP 1.4:
MSI
https://smpdl.sap-ag.de/~sapidp/012002523100004610752009E/cr2008_fp14_ri.zip
MSM
https://smpdl.sap-ag.de/~sapidp/012002523100004610922009E/cr2008_fp14_mm.zip
Trying the FP 1.4 runtime will be worth a shot.
3) How is the performance on the Citrix when you actually sit right on the server, and not on a work station?
4) Where is the slow down occurring (unfortunately this will require a bit of temporary code modification)? But the bottle necks typically are at:
-report load
- connection to the data source
- setting of parameters
- actual report output, be it to a viewer, export or printer.
I suggest a possible way of tackling this in the performance article (page 4):
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8029cc96-6ff3-2b10-47a2-b30ea790ea5b
Ludek

Similar Messages

  • NTLM is not working with EP 6 SP 9 on Windows 2003 with IIS 6.

    I installed EP 6 SP 9 on windiows 2003 server with IIS version 6.
    Configures IisProxy.xml for redirection for filter irj. When  I make a call to default website, it in turn calls server with irj filter.
    Portal page comes up and requesting me to enter user id password.
    I made the changes mentioned by some of the web logs in this site.
    I configured HeaderVariableLoginModule an and added as explined by Gregory Wolf on the following topic.
    Integrated Windows Authentication with SAP EP 6.0 SP 3 and higher.
    I see following log from Ep 6 SP 9 log file security.log from directory E:\usr\sap\DEV\JC00\j2ee\cluster\server0\log\system.
    security#Plain###No user name provided.#
    #1.5#000C2953326B00430000000100000A780003F358EF2132DE#1111988099323#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####200d0cb09f4b11d9926a000c2953326b#SAPEngine_Application_Thread[impl:3]_37##0#0#Info#1#com.sap.engine.services.security#Plain###Cannot log info about the logon attempt because the user name is null.#
    #1.5#000C2953326B00440000000000000A780003F3591D22E168#1111988846027#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####dd1f09b19f4c11d98e98000c2953326b#SAPEngine_Application_Thread[impl:3]_7##0#0#Info#1#com.sap.engine.services.security#Plain###No user name provided.#
    #1.5#000C2953326B00440000000100000A780003F3591D22E215#1111988846027#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####dd1f09b19f4c11d98e98000c2953326b#SAPEngine_Application_Thread[impl:3]_7##0#0#Info#1#com.sap.engine.services.security#Plain###Cannot log info about the logon attempt because the user name is null.#
    #1.5#000C2953326B00450000000000000A780003F359227DE92E#1111988935662#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####128c40e09f4d11d9acb7000c2953326b#SAPEngine_Application_Thread[impl:3]_28##0#0#Info#1#com.sap.engine.services.security#Plain###No user name provided.#
    #1.5#000C2953326B00450000000100000A780003F359227DEDC7#1111988935662#/System/Security#sap.com/irj#com.sap.engine.services.security#Guest#18####128c40e09f4d11d9acb7000c2953326b#SAPEngine_Application_Thread[impl:3]_28##0#0#Info#1#com.sap.engine.services.security#Plain###Cannot log info about the logon attempt because the user name is null.#
    Lots of weblogs are pointing to remote_user value in IisProxy.log file. I am not able to see that.
    I also tried switching IIS 6 to run as IIS 5 and did not help much at all.
    Please help me on the issue.
    I did not change authschemes.xml file.
    My IisProxy.xml file looks as follows:
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE ISAPI-config[
         <!ELEMENT ISAPI-config ( filter, extension, ( mapping | config )* )>
         <!ATTLIST ISAPI-config
              version CDATA #REQUIRED
         >
         <!ELEMENT filter (log-path?)>
         <!ATTLIST filter
              name CDATA #IMPLIED
              log-level CDATA "3"
              log-flags CDATA "0x00000001"
              debug-flags CDATA "0x00008000"
              priority ( high | medium | low ) "high"
              extension-url CDATA "/scripts/IisProxy.dll"
              authentication ( skip | normal | forward ) "normal"
              remote-address ( skip | forward ) "skip"
         >
         <!ELEMENT extension (
              keystore-dir?,
              log-path?,
              data-path?,
              trace-path? )>
         <!ATTLIST extension
              name CDATA #IMPLIED
              log-level CDATA "1"
              log-flags CDATA "0"
              debug-flags CDATA "0"
              access ( filter | direct | both ) "filter"
         >
         <!ELEMENT keystore-dir (#PCDATA)>
         <!ELEMENT log-path (#PCDATA)>
         <!ELEMENT data-path (#PCDATA)>
         <!ELEMENT trace-path (#PCDATA)>
         <!ELEMENT mapping (
              source+,
              target,
              compress-types*,
              protocol-header?,
              certificate-header?,
              cert-chain-header?,
              cipher-header?,
              keysize-header?,
              keystore-path?,
              log-path?,
              data-path? )>
         <!ATTLIST mapping
              name CDATA #IMPLIED
              log-level CDATA "1"
              log-flags CDATA "0"
              debug-flags CDATA "0"
              keep-alive ( true | false ) "true"
              use-continue ( true | false ) "true"
              close-socket ( true | false ) "true"
              close-socket-delay CDATA "1000"
              thread-count CDATA "100"
              max-socket-age CDATA "37"
         >
         <!ELEMENT source (protocol, host?, port?, prefix, new-prefix?)>
         <!ATTLIST source
              access ( filter | direct | both ) "filter"
         >
         <!ELEMENT protocol (#PCDATA)>
         <!ELEMENT host (#PCDATA)>
         <!ELEMENT port (#PCDATA)>
         <!ELEMENT prefix (#PCDATA)>
         <!ELEMENT new-prefix (#PCDATA)>
         <!ELEMENT target (protocol, host, port)>
         <!ELEMENT compress-types (#PCDATA)>
         <!ATTLIST compress-types
              min-size CDATA "1024"
         >
         <!ELEMENT protocol-header (#PCDATA)>
         <!ELEMENT certificate-header (#PCDATA)>
         <!ELEMENT cert-chain-header (#PCDATA)>
         <!ELEMENT cipher-header (#PCDATA)>
         <!ELEMENT keysize-header (#PCDATA)>
         <!ELEMENT keystore-path (#PCDATA)>
         <!ELEMENT config ( source+ )>
    ]>
    <ISAPI-config version="1.6">
         <filter name="IisProxy filter"/>
         <extension name="IisProxy extension" />
         <mapping name="IisProxy samples">
              <source>
                   <protocol>http</protocol>
                   <prefix>/irj</prefix>
              </source>
              <source>
                   <protocol>http</protocol>
                   <prefix>/Hello/</prefix>
              </source>
              <source>
                   <protocol>http</protocol>
                   <prefix>/Hello2/</prefix>
                   <new-prefix>/Hello/</new-prefix>
              </source>
              <target>
                   <protocol>http</protocol>
                   <host>slcsepw04vd.pacificorp.us</host>
                   <port>50000</port>
              </target>
              <compress-types>text/html, text/plain</compress-types>
         </mapping>
         <mapping name="Secure IisProxy samples">
              <source>
                   <protocol>https</protocol>
                   <prefix>/Hello/</prefix>
              </source>
              <target>
                   <protocol>https</protocol>
                   <host>localhost.your.corp</host>
                   <port>8443</port>
              </target>
              <keystore-path>c:\sec\SAPSSLC.pse</keystore-path>
         </mapping>
         <config>
              <source>
                   <protocol>http</protocol>
                   <host>localhost</host>
                   <prefix>/IisProxy</prefix>
              </source>
              <source>
                   <protocol>https</protocol>
                   <host>localhost</host>
                   <prefix>/IisProxy</prefix>
              </source>
         </config>
    </ISAPI-config>
    Please help me. I am not sure what is missing. Please make a note that Portal version is EP 6 SP9 & Server is Windows 2003 with IIS 6.

    I made the change as you requested and it did not help.
    I do not see any remote_user entry in IisProxy.log file.
    Please let me know the procedure to get REMOTE_USER into the IisProxy.log file.
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE ISAPI-config[
         <!ELEMENT ISAPI-config ( filter, extension, ( mapping | config )* )>
         <!ATTLIST ISAPI-config
              version CDATA #REQUIRED
         >
         <!ELEMENT filter (log-path?)>
         <!ATTLIST filter
              name CDATA #IMPLIED
              log-level CDATA "3"
              log-flags CDATA "0x00000001"
              debug-flags CDATA "0x00008000"
              priority ( high | medium | low ) "high"
              extension-url CDATA "/scripts/IisProxy.dll"
              authentication ( skip | normal | forward ) "normal"
              remote-address ( skip | forward ) "skip"
         >
         <!ELEMENT extension (
              keystore-dir?,
              log-path?,
              data-path?,
              trace-path? )>
         <!ATTLIST extension
              name CDATA #IMPLIED
              log-level CDATA "1"
              log-flags CDATA "0"
              debug-flags CDATA "0"
              access ( filter | direct | both ) "filter"
         >
         <!ELEMENT keystore-dir (#PCDATA)>
         <!ELEMENT log-path (#PCDATA)>
         <!ELEMENT data-path (#PCDATA)>
         <!ELEMENT trace-path (#PCDATA)>
         <!ELEMENT mapping (
              source+,
              target,
              compress-types*,
              protocol-header?,
              certificate-header?,
              cert-chain-header?,
              cipher-header?,
              keysize-header?,
              keystore-path?,
              log-path?,
              data-path? )>
         <!ATTLIST mapping
              name CDATA #IMPLIED
              log-level CDATA "1"
              log-flags CDATA "0"
              debug-flags CDATA "0"
              keep-alive ( true | false ) "true"
              use-continue ( true | false ) "true"
              close-socket ( true | false ) "true"
              close-socket-delay CDATA "1000"
              thread-count CDATA "100"
              max-socket-age CDATA "37"
         >
         <!ELEMENT source (protocol, host?, port?, prefix, new-prefix?)>
         <!ATTLIST source
              access ( filter | direct | both ) "filter"
         >
         <!ELEMENT protocol (#PCDATA)>
         <!ELEMENT host (#PCDATA)>
         <!ELEMENT port (#PCDATA)>
         <!ELEMENT prefix (#PCDATA)>
         <!ELEMENT new-prefix (#PCDATA)>
         <!ELEMENT target (protocol, host, port)>
         <!ELEMENT compress-types (#PCDATA)>
         <!ATTLIST compress-types
              min-size CDATA "1024"
         >
         <!ELEMENT protocol-header (#PCDATA)>
         <!ELEMENT certificate-header (#PCDATA)>
         <!ELEMENT cert-chain-header (#PCDATA)>
         <!ELEMENT cipher-header (#PCDATA)>
         <!ELEMENT keysize-header (#PCDATA)>
         <!ELEMENT keystore-path (#PCDATA)>
         <!ELEMENT config ( source+ )>
    ]>
    <ISAPI-config version="1.6">
         <filter name="IisProxy filter" authentication="forward"/>
         <extension name="IisProxy extension" />
         <mapping name="IisProxy samples">
              <source>
                   <protocol>http</protocol>
                   <prefix>/irj</prefix>
              </source>
              <source>
                   <protocol>http</protocol>
                   <prefix>/Hello/</prefix>
              </source>
              <source>
                   <protocol>http</protocol>
                   <prefix>/Hello2/</prefix>
                   <new-prefix>/Hello/</new-prefix>
              </source>
              <target>
                   <protocol>http</protocol>
                   <host>slcsepw04vd.pacificorp.us</host>
                   <port>50000</port>
              </target>
              <compress-types>text/html, text/plain</compress-types>
         </mapping>
         <mapping name="Secure IisProxy samples">
              <source>
                   <protocol>https</protocol>
                   <prefix>/Hello/</prefix>
              </source>
              <target>
                   <protocol>https</protocol>
                   <host>localhost.your.corp</host>
                   <port>8443</port>
              </target>
              <keystore-path>c:secSAPSSLC.pse</keystore-path>
         </mapping>
         <config>
              <source>
                   <protocol>http</protocol>
                   <host>localhost</host>
                   <prefix>/IisProxy</prefix>
              </source>
              <source>
                   <protocol>https</protocol>
                   <host>localhost</host>
                   <prefix>/IisProxy</prefix>
              </source>
         </config>
    </ISAPI-config>
    Please let me know what is missing.
    Thanks.

  • Slowness in deployment with web form (10g)

    Hi gurus,
    I was able to successfully migrate form 6i (C/S mode) to web form in 10g (10.1.2).
    However, the response in web form is far too slow due to network roundtrip involved. I looked at some of the articles and mentioned to remove synchronize function and it actually does show some improvement, however, we cannot always do so by just removing synchronize function.
    Is it true that implementation of javabean can reduce the amount of network roundtrips?
    Apart from that , is there other ways that can improve the performance.
    If there is any docs available for reference that will be great!
    Because the form currently use in production are quite large and it is not easily cut down to smaller form , so I need to know what other option I can consider. Otherwise, we need to consider .NET for the web version deployment.
    Thanks and regards,
    Ana

    Ana - why do you think that .Net would give you improvements - You can right a slow application in .Net just as easily as with Forms.
    First you need to identify WHERE the application is slow..using Java Beans will only help if the bulk of your performance hit is comms back to the application server - and remember, a Java bean doesn't magically appear on the client - it needs to be downloaded as well... .Check out.
    http://www.groundside.com/blog/content/GrantRonald/Oracle%20Forms/2005/07/15/Oracle_Forms_Can_you_get_it_to_perform_on_a_WAN.html
    as a starting point...and then maybe do some simple tests to find out where you think the bulk of the performance issues are..
    Regards
    Grant Ronald

  • Oracle 10G slow Performance on Windows 2003 Server

    Hi there,
    Looking for a little assistance in locating a bottleneck that's started to hit our system this week. It's really odd because it's been starting around 10am every morning this week.
    today is the worst that I've seen it because it's almost brought the system to a halt.....
    We're running Oracle 10.2.0.1 64b on Windows 2003 Server 64
    The server has 16 processors and 64GB of RAM currently the CPU is sitting at 5% and the RAM usage is at 16.4GB
    It's a blade server with a SAN backend and I'm assuming the latency is coming from the disk but I need to determine this for a fact.
    I've only been a DBA for about a year and I'm stilling learing how to locate and identify issues. According to OEM I'm seeing
    a ton of I/O from the users. So anyways, any help or insight would be much appreciated and a learning experience for me.
    Thank you for your time and asistance.
    SB

    Thank you for the reply!
    We've had finding one FOREVER, I can't resolve it and I've read somewhere to ignore because OEM is false reporting. I'm adjusting DB_Cache now...
    Isn't possible that too much cache could be bad for the system and cause slow downs?
    FINDING 1: 100% impact (29725 seconds)
    Significant virtual memory paging was detected on the host operating system.
       RECOMMENDATION 1: Host Configuration, 100% benefit (29725 seconds)
          ACTION: Host operating system was experiencing significant paging but no
             particular root cause could be detected. Investigate processes that
             do not belong to this instance running on the host that are consuming
             significant amount of virtual memory. Also consider adding more
             physical memory to the host.
       RECOMMENDATION 2: DB Configuration, 100% benefit (29725 seconds)
          ACTION: Consider enabling Automatic Shared Memory Management by setting
             the parameter "sga_target" to control the amount of SGA consumed by
             this instance.
    FINDING 2: 51% impact (15210 seconds)
    The buffer cache was undersized causing significant additional read I/O.
       RECOMMENDATION 1: DB Configuration, 9% benefit (2685 seconds)
          ACTION: Increase the buffer cache size by setting the value of parameter
             "db_cache_size" to 7568 M.
       ADDITIONAL INFORMATION:
          The value of parameter "db_cache_size" was "6912 M" during the analysis
          period.
       SYMPTOMS THAT LED TO THE FINDING:
          SYMPTOM: Wait class "User I/O" was consuming significant database time.
                   (84% impact [25073 seconds])

  • 10g, HTMLDB on Windows 2003 server web addition

    I know 10g is certified with Windows 2003, but i cannot find much documentation about windows server web addition. Does anyone have any comments or known issues about installing 10g on win 2003 web adddition. Thanks in advance

    Hi,
    just checked the certification matrix on metalink.
    Windows 2003 is certified For Oracle HTMLDB.
    Regards,
    Upendran .A
    DBA Team

  • Xp_logininfo "Installation problem on windows 2003 with Sql 2005"

    Hi every one
    I am facing a problem during the installation of Solution Manager 4.0 on Windows 2003 server with Ms Sql 2005, I received the following error
    Msg 15404, Level 16, State 19, Procedure xp_logininfo, Line 60.
    Its some how look likes that the user "SID"ADM
    Can any one give me a clue
    thanks
    Kind Regards
    Sohail

    Hi All,
    This would solve your problem
    First of all this error is <b>MSSQL error</b>.
    When you perform an action on an instance of SQL Server that requires SQL Server to resolve the credentials of a Microsoft Windows NT domain user account, you may receive an error message that is similar
    Server: Msg 8198, Level 16, State XX, Procedure <Stored Procedure Name>, Line <line Number>
    Could not obtain information about Windows NT group/user '<Domain\Account Name>'.
    To resolve the credentials of a Windows NT domain user account, SQL Server uses the xp_logininfo system stored procedure. Here is a list of the common scenarios where you may notice that the xp_logininfo system stored procedure fails and causes the 8198 error.
    • When you use an xp_sendmail extended stored procedure.
    • When you set up replication.
    • When you run a SQL Server Agent job.
    SQL Server may run the xp_logininfo system stored procedure to retrieve information about the Windows domains and the user accounts, even if the user does not do so explicitly. Therefore, if you receive an 8198 error message and the error message mentions the xp_logininfo system stored procedure as the procedure, you must use <b>SQL Profiler</b> to trace and to troubleshoot the exact point of failure.
    You can go through this link for more info...
    http://support.microsoft.com/?kbid=834124
    Feel Free to Revert back...
    --Thanks and Regards,
    Ragu
    ERP,
    Suzlon Energy Limted, Pune
    Extn: 2638
    +919370675797
    I have no limits for others sky is only a reason

  • Upgrade Oracle Client 8.1.7 to 10g on Windows 2003 with IIS / ASP

    I am having problems after I install 10201_client_win32 on Windows 2003 which uses IIS ASP application to connect via ODBC to Oracle databases.
    tnsping and m/s access can connect but for some reason my ASP application can not connect but doesn't give me any error messages just hangs during ASP database connection
    I have a mixture of 8i and 10g DSN connections which I use, I'm not sure if I need to un-install 8.1.7 driver or remove all 8i ODBC to enable this to work
    Should ASP be able to connect to a mix of 8 and 10g drivers?
    Perhaps some DLL incompatibility or install issue.
    Note it works ok on XP workstation but not so far on Win2003 server.
    Any help to verify install or things to check would be appreciated
    Paul

    Since 8.1.7 was never certified on Windows 2003, it's entirely possible that it would cause some problems and might interfere with the 10g client.
    If you are confident that the setup on your XP box is identical to the setup on the 2003 box, I would tend to suspect that the 8.1.7 client was causing the problem.
    Justin

  • Oracle (Linux) to MS SQL Server 2000 (Windows 2003) with OTG

    I have Oracle 9i Release 1 running on linux and i want to use Transparent Gateway to connect to MS SQL Server 2000 running on Windows 2003. Is it possible to setup this connection?
    If yes, please include the detail approach of installation.
    Thank you....

    Dear kgronau
    i tried the transperent gateway in Win2003
    both sqlserver and oracle 10 g onthe same os (win2003)
    Created listener and tnsname settings as per the documention spec..
    then created a database link for sqlserver here.
    my transpernet gateway works without any problem,
    Then,
    I have Oracle on Linux also,
    i created a tnsname settings here for the win2003 listener (for sqlserver connection).
    then created a database link for sqlserver here
    im not able to connect sqlserver.
    i tried to desc one table (sqlserver)
    the following error i get,
    do you have any idea, what i have missed???
    SQL> DESC CUSTOMERS@SQLDB
    ERROR:
    ORA-02068: following severe error form SQLDB
    ORA-03135: connection lost contact
    please give some hints what is the problem
    remember the listener is running on windows 2003
    regards

  • Help with web form script. PHP, CGI, Perl???

    anyone willing to help with a web form script? I have a form built, but cant seem to figure out the scripting! Should I be using Perl, CGI, PHP... What do I need to enable? I am a complete novice when it comes to scripts. Looking for a little friendly help.

    Here is a simple bit of PHP to stick in the page your form posts to. You would need to edit the first three variables to your liking, and add the html you want to serve afterwards:
    <pre>
    <?php
    $emailFrom = '[email protected]';
    $emailTo = '[email protected]';
    $emailSubject = 'Subject';
    $date = date('l, \t\h\e dS \o\f F, Y \a\t g:i A');
    $browser = $HTTPSERVER_VARS['HTTP_USERAGENT'];
    $hostname = $HTTPSERVER_VARS['REMOTEADDR'];
    $message = "$date\n\nAddress: $hostname\nBrowser: $browser\n\n";
    foreach ($_POST as $key => $value) {
    $message .= $key . ": " . $value . "\n";
    $mailResult = mail($emailTo,$emailSubject,$message,"From: $emailFrom");
    ?>
    </pre>
    This script will grab the server's date and the submitter's address and browser type. It will then list the name and value of each form field you have put on your form.
    Also, this script expects your form method="post".
    Lastly, you can offer alternate text later on in your html page based on the success of the above script with a snippet like this:
    <pre><?php
    if ($mailResult) {
    echo "Your comments have been received thank you.";
    } else {
    echo "There was an error. Please try again or contact us using an alternate method.";
    ?></pre>

  • Cisco aironet 1130g and windows 2003 with cisco ACS

      hi
    i  have configured windows 2003 server with  DNS ,Active directory users and dhcp server.  and configured my cisco 1130g AP .
    i have installed cisco access control server 4.0 because i use LEAP authentication protocol and for the ACS for network configuration i give aaa client ip addresss as AP interface ip and  same shared secret for the AP and ACS,.
    so  when i log to wifi it ask username and password
    problem is lap top cannot have a ip address my dhcp server not issue any ip address .
    my hiper terminal massage is like this when i connect to wifi 
    help ...thank you...

    As I mentioned now several times already, it is the client and ACS which do the PEAP. The Access point doesn't have to be configured for an eap type. What you did on the AP was setting the AP as a radius server which is duplicate work with what you did on ACS.
    So you need on your client to configure either PEAP or LEAP.
    Nicolas

  • RAC 10g windows 2003 with ocfs

    Hello,
    I have a problem...
    How make to install the ocfs in the windows 2003?
    Somebody can help me with some documentation or step-by-step?
    tanks.

    Hi,
    OCFS has nothing compare with ORACLE_HOME.
    OCFS is only a Filesytem how you can format the drives.
    And with this drives you can schare over OCFS drivers the disks over multiple servers.
    ASM is a Oracle Product and a very small Database how managed the Files so a Oracle_home is needed by ASM while example you can applay patches to ASM for bugs etc...

  • Please kindly tell me how to run autoconfig in r12 on windows 2003 with every step in detail?

    I got installed oracle R12 in windows 2003
    the service oracleconcrmgrvis not starting after 2-3 time the laptop shut in between due to power shutdown
    Please anybody kindly tell me in detail every step
    I don't know how to log in applmgr and where to login applmgr in application tier
    and where to run the autoconfig
    I also don't know how to log in as oracle database tier and where to login
    I also dont have the sqlplus username/password kindly tell me how to change or find the username/password
    I know very less in this subject I spend 4 hrs to to solve the and start the service but in vain
    Dear gurus pls help me

    Check the CM log file under $APPLCSF/$APPLLOG directory, search for <SID>*.mgr file (or from the application -- Concurrent > Manager > Administer).
    For the database log file, issue "show parameter diagnostic_dest" from sqlplus.
    AutoConfig details can be found in (Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12 (Doc ID 387859.1)).
    Thanks,
    Hussein

  • Problems with slow RD120 and Windows 2003 R2 Enterprise (32bit)

    Hello,
    I just installed Windows R2 2003 Enterprise SP2 to a RD120 with 10GB RAM.
    Everything went fine installing Windows and VMware Server.
    After copying a vm-guest from another Windows-host and opening the vm-console on the RD120 the whole system nearly freezes when starting the vmware-console, showing normal cpu-usage (1-2%) in the taskmanager (???)
    It takes minutes after the console opens.
    Any idea what could be wrong?
    I have two 500GB SATA hdds running as RAID-1 using the onboard Raid-Controller.
    Thanksa lot in advance for your help.
    Message Edited by TSCH on 16-07-2009 02:02 PM
    Kind regards
    TSCH

    Edit:
    Seems that VMware has nothing to do with my problem.
    When copying over network the server nearly freezes (rdp-connection) but nothing in the task-manager cpu-utilisation is 1%.
    Starting the vm-guest takes a looooooooot of time.
    Do you have any advice what could be wrong on our system?
    Thanks a lot.
    Kind regards
    TSCH
    Message Edited by TSCH on 16-07-2009 02:01 PM
    Message Edited by TSCH on 16-07-2009 02:02 PM
    Kind regards
    TSCH

  • Internet Explorer 11 slow response on Windows 7 x64 virtual machine

    I have a number of virtual machines running Windows 7 64bit on my network.
    They are set up on a server running VMWare ESXi 5.1.0. Their users access them from Windows 7 desktops via Remote Desktop.
    The overall performance of the Virtual Machines is fine, except when browsing the web using Internet explorer 11. (Firefox and Chrome are better, but not by much).
    The user experiences uneven scrolling (looks like low FPS), delayed responses to input, new tabs take 1~2 seconds to open and closing the browser sometimes takes a few seconds after you click the 'X'. Firefox also experiences the uneven scrolling and delay
    in opening new tabs, Chrome just has the uneven scrolling.
    None of these issues occur when viewing the virtual machine through the VMware vSphere console.
    This is a fresh install of both the operating system and browsers (installed on 2013-11-22). Everything is up-to-date and all browsers still have their default settings.
    Running browser benchmark tests like Peacekeeper (http://peacekeeper.futuremark.com/) shows a notable difference in performance between browsers running natively on a desktop, through the vSphere console and through RDP.
    Does anyone know what could be causing this and/or how it could be remedied?

    Hi,
    To speed up RDP connection, please select High Color (16 bit) under Colors, and under Experience tab, select Modem (56 Kbps).
    To make IE fast, safe and stable, please attempt to run this fixit below:
    http://support.microsoft.com/mats/ie_performance_and_safety
    Also, you can use UI responsiveness tool to dig into what is happening in F12 developer tool in IE11.
    Thanks!
    Andy Altmann
    TechNet Community Support

  • Extremely slow speeds on Windows Computers with 5th Generation AirPort Extreme

    I just got a new refurbished AirPort Extreme 5th generation. Everything works great for all of my OS X devices and iOS Devices. I am getting my ISPs speeds when doing tests. The issue is when I am using Windows devices. My roommate has a desktop and a netbook and both are getting extremely slow speeds. Speeds like .07Mbps down. Does anyone have any idea what the issue might be?

    You have no large file?? Really.. in the whole computer there is not a windows update file.. a backup file... a movie download file.. nothing.. ??
    Anyway that is irrelevant.. the issue is wireless.
    Download the latest drivers from the wireless manufacturer.
    You will need to find out what wireless card is used and locate the correct download for that model.
    On the Airport it is well worth doing the following tests.
    1. Change the name to SMB standard.. short no spaces pure alphanumeric.
    So if your wireless name is Fred Blog's Airport Extreme wireless
    Plesae change it to AEwifi
    2. Take off all security for a test.
    3. Set channels.. I am guessing the computers are only using 2.4ghz, so set 11,6, 1 in that order.
    No improvement.. just put the security back to WPA2 Personal with pure alphanumeric password..
    Try and test new drivers and use no firewalls on the computer.. ensure that the computer is correctly set for home network.
    Beyond that it is just incompatible.

Maybe you are looking for