List of Concurrent managers and services

I am trying to find a listing of all the concurrent managers and services and what they do but I can't find this info all in one place, does anybody have an idea where i can find this?

Hi,
Refer to "Oracle Applications System Administrator's Documentation Set".
11i (11.5.10.2+ virtual) Documentation Library
http://download-uk.oracle.com/docs/cd/B25516_14/current/html/docset.html
Release 12.0.4 Documentation Library
http://download.oracle.com/docs/cd/B40089_09/current/html/docset.html
You can also query FND_CONCURRENT_QUEUES table which stores information about concurrent managers. Each row includes the name and description of a concurrent manager, as well as values that identify the program library attached to the manager.
Regards,
Hussein

Similar Messages

  • Configuration of WAS  Core Managers and Services.

    hi guys
    can anyone tel me how to do config  of WAS Core Managers and Services and Configuration of WAS
    Clustered Environment.
    thanks & regards
    kamal..

    Hi praveen,
    When you log in to the Visual administrator, Expand the Kernel node and choose the manager name from the list of available managers.
    When it comes to service, there are two types. 1. Service for runtime administration . 2. Service for Properties administration.
    Expand the Services node and choose the service name from the list of available services.
    Important managers to consider are Applications thread manager, Class loader manager, Cache manager, Thread manager, Ip verification manager, Service manager etc. Each one of it performs its own action.
    When you log in to Visual administrator and select Kernel and then manager, it will give you a detailed description and its purpose.
    Under service we have timeout service, http service, adapter service etc,
    http://help.sap.com/saphelp_nw04/helpdata/en/c0/89fc3eea4d2e5ae10000000a114084/frameset.htm
    This page contains almost evrything u needed.
    And also, award points if this post helped!!
    Thanks
    Subu

  • Concurrent Managers & request monitoring and tunning

    Hi,
    Kindly share with me some scripts if you have for Concurrent Managers & request monitoring and tunning.
    Many thanks before.

    Check the following Metalink Notes:
    Note: 169935.1 - Troubleshooting Oracle Apps Performance Issues
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=169935.1
    Note: 108185.1 - Oracle Applications Object Library SQL scripts
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=108185.1
    Note: 104664.1 - Setup & Usage (Concurrent Manager Unix specific)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=104664.1
    Note: 187504.1 - bde_request.sql - Process and Session info for one Concurrent Request (11.5)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=187504.1
    You may also use Oracle Application Manager (OAM) to monitor the concurrent managers and requests.

  • After Cloning Concurrent managers erroring out while coming up

    Hi
    I have cloned the r12.1.1 instance all the things are successful but the concurrent managers are not coming up.
    I checked the by login as sysadmin concurrent-->administer-->select standard manager-->processes log file i found the following errors
    Application Object Library: Concurrent Processing version 11.5
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    STANDARD Concurrent Manager started : 05-OCT-2011 13:33:49
    05-OCT-2011 13:33:49
    Starting concurrent program FNDWFBG for concurrent request 19347388 (MODULE=FNDWFBG)
    05-OCT-2011 13:33:50
    Starting concurrent program FNDWFBG for concurrent request 19347390 (MODULE=FNDWFBG)
    Routine AFPCSQ encountered an ORACLE error. ORA-12170: TNS:Connect timeout occurred
    Review your error messages for the cause of the error. (=<POINTER>)
    Shutting down Concurrent Manager : 05-OCT-2011 13:37:04
    ORA-01012: not logged on
    ORACLE error 3114 in AFPRSR-Resubmit_Time
    Cause: AFPRSR-Resubmit_Time failed due to ORA-03114: not connected to ORACLE
    The SQL statement being executed at the time of the error was: and was executed from the file .
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01012: not logged on.
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPPRD has encountered a fatal error. ORA-03114: not connected
    to ORACLE
    Contact your system administrator or support representative.
    _ 3 _
    Routine AFPCSQ encountered an ORACLE error. ORA-12170: TNS:Connect
    timeout occurred
    Review your error messages for the cause of the error. (=<POINTER>)
    I tried to trouble shoot the issue by doing the following things
    1)stop all Appl services
    2)stop database and listener
    3)start db and listener
    4)as a apps user
    EXEC FND_CONC_CLONE.SETUP_CLEAN;
    COMMIT;
    EXIT;
    5)run Auotconfig on DB Tier
    6)as a apps user execute the following script
    SQL> @$FND_TOP/patch/115/sqlafdcm037.sql;
    select CONCURRENT_QUEUE_NAME from FND_CONCURRENT_QUEUES where CONCURRENT_QUEUE_NAME like 'FNDSM%';
    7)ran adrelink for FND module
    Go to cd $FND_TOP/bin
    $ adrelink.sh force=y "fnd FNDLIBR"
    $ adrelink.sh force=y "fnd FNDSM"
    $ adrelink.sh force=y "fnd FNDFS"
    $ adrelink.sh force=y "fnd FNDCRM"
    8)run autoconfig on appl tier
    9)run cmclean.sql
    10) start all the application services.
    All went fine but the concurrent manager are terminating with the error messages above....
    Please can any one help on this....
    Thanks
    SAI

    Hi,
    I think it is the issue with standard manager. during startup of application triger to intialize standard manager service is not working fine.
    Execute the following to alter trigger FNDSM:
    CREATE OR REPLACE TRIGGER fndsm
    AFTER INSERT OR UPDATE ON FND_NODES
    FOR EACH ROW
    BEGIN
    if ( :new.NODE_NAME <> 'AUTHENTICATION' ) then
    if ( (:new.SUPPORT_CP='Y')
    or (:new.SUPPORT_FORMS='Y')
    or (:new.SUPPORT_WEB='Y') ) then
    fnd_cp_fndsm.register_fndsm_fcq(:new.NODE_NAME);
    end if;
    if (:new.SUPPORT_CP = 'Y') then
    fnd_cp_fndsm.register_fndim_fcq(:new.NODE_NAME);
    end if;
    end if;
    END;
    commit;
    Clean FND_NODES by executing the following:
    exec FND_CONC_CLONE.SETUP_CLEAN;
    Run autoconfig.
    Restart concurrent managers and retest.
    Hope this may help...!!!
    Regards RanjanS

  • Concurrent managers ( JVM)

    I have a R12 Vision environment installed on Solaris 5.10 on 2 nodes, with batch processing ( and database) on one node ( Node A), and rest of the apps tier services running on the second node ( Node B).
    What I wanted to find out was the memory requirement for this environment. The purpose is to use this to get a better idea of the hardware requirement for 10 instances of Oracle Applications which we need to create as part of a fresh implementation.
    So, I thought, I'll check the default sizes needed for running
    a) database
    b) applications
    a) database part I've taken care of
    b) applications:
    On node B ( web / forms tier)
    First I wanted to check the default sizes of all the JVMs installed.
    I understand that on the 3 of the JVMs start up with the following default max heap size
    FORMS JVM
    -Xmx256M
    OACORE JVM
    -Xmx512M
    OAFM JVM
    -Xmx256M
    On Node A ( concurrent processing )
    When I do a
    ps -ef |grep applmgr |grep -i DCLIENT
    I see some 12 processes for these
    applmgr 3701 3637 0 Sep 10 ? 7:52 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    applmgr 3703 3637 0 Sep 10 ? 8:23 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    applmgr 3695 3637 0 Sep 10 ? 17:28 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    applmgr 3699 3637 0 Sep 10 ? 8:17 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    applmgr 3694 3637 0 Sep 10 ? 8:21 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    applmgr 3697 3637 0 Sep 10 ? 16:05 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    applmgr 3696 3637 0 Sep 10 ? 16:43 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    applmgr 3700 3637 0 Sep 10 ? 8:17 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    applmgr 3698 3637 0 Sep 10 ? 7:46 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    applmgr 3704 3637 0 Sep 10 ? 10:06 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    applmgr 3705 3637 0 Sep 10 ? 8:14 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    applmgr 3706 3637 0 Sep 10 ? 8:18 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    All of these have the parent process id as 3637, which is the process for the service manager ( FNDSM)
    ptre 3637
    3637 FNDSM
    3673 RCVOLTM APPS/ZGA5A000CCA376B92E66589EB9B640008522DC5AB54ED497EBE6F1E7A2ED33AB28
    3674 RCVOLTM APPS/ZG72B4C04ED1376DF24AEB2C215881578D8D686F4949F8BBDF82CACEC6CAA4C430
    3675 POXCON APPS/ZGBEBFD251987E7FDC7DAE7D07CBEAE239F56E3DEB751B28748B9B3054CA3BFFAD3
    3676 CYQLIB APPS/ZG779BC67A13CBACE567402671E31D0E0282FD0041A8E62272F6A82484551509A09
    3677 INCTM APPS/ZGC797A91F15553AC4DC6E7789E860FED9F169749E2D2105716F18C876041CF17AEF
    3694 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    3695 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    3696 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    3697 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    3698 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    3699 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=36
    3700 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    3701 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    3702 /u03/oracle/VIS/apps/apps_st/appl/xdp/12.0.0/bin/XDPCTRLS APPS/ZG0D1E37E24F57F5
    3703 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    3704 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    3705 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    3706 /u03/oracle/VIS/apps/tech_st/10.1.3/appsutil/jdk/bin/java -DCLIENT_PROCESSID=37
    3709 FNDCRM APPS/ZGC0523DAB50578CE9E103ACBB0BCABC57132ECA88FB1B92855FCFFDACE64E9CEF9
    3710 FNDLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG58C402AF965363D362B15E3D
    3711 FNDLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG3A071441461117B4AB0C1148
    3712 FNDLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZGCAC037E40629DC25B6A64439
    3713 FNDLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG7C22F67D5B10AE3786CF3C58
    3714 FNDLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG7C22F67D5B10AE3786CF3C58
    3715 FNDLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG7C22F67D5B10AE3786CF3C58
    3716 PALIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG56731173E63F582D799ECCE8F
    3717 INVLIBR FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG5897C948C8DFB32F39009E03
    3719 MRCLIB FND Concurrent_Processor MANAGE OLOGIN="APPS/ZG0004527A8F95E64C57A399EA0
    What I'm trying to understand is are these many JVMs being spawned by concurrent managers?
    If yes, where exactly do I look for to see their JVM sizes?
    When I do a top and check the memory of these java processes, each of them seem to be using 211M each ( approx). I would want some control on this. Possibly shutdown the managers which are not needed.
    If anyone can throw some light on this concurrent managers and JVMs relationship, it'll be much helpul.

    Pretty much every Concurrent Manager known to man is started out of the box in R12. You have to decide what Concurrent Managers can be safely disabled based on what products/modules are in use. You only have to have Internal Manager, Conflict Resolution Manager, Service Managers and Standard Manager. Deactivating the SFM% managers and Workflow Managers will save a ton java resources. Workflow will require the Workflow Agent Listeners to be up. You can stop the Workflow Service Components in Oracle Applications Manager for products you are not using (ECX% for example). These will each spawn a seperate java process.

  • Printing VAT and Service Tax registration numbers

    Hi Gurus
    I need to know whether there is an option to print a list of the VAT and Service Tax registration numbers along with the client details -  this is as entered in the customer master.
    This is for user specific menu not for the admin.
    Regards
    Shiv

    HI
    If you want to know the VAT and Service tax Numbers
    Go to SE16N
    Enter the Table : J_1IMOCUST  and Execute
    You can see the customer wise VAT and Service tax number
    Regards,
    Prasanna

  • Concurrent managers problem 11.5.9

    I got through the process and reinstalled 11.5.9
    but now I m getting a problem of starting my concurrent manager
    I heard there is a patch for it but that requires me to raise a TAR which I don have access for.
    Can u tell me a workaround on it

    Hi,
    I believe the scripts are helpful. However, you can query FND_CONCURRENT_QUEUES tables for details about the CM (refer to eTRM for details about the table/columns).
    eTRM
    http://etrm.oracle.com
    To receive alerts, you can make use if the scripts (or the table), check the status of Concurrent Managers, and integrate this with Oracle Alert.
    11i (11.5.10.2+ virtual) Documentation Library
    http://download-uk.oracle.com/docs/cd/B25516_14/current/html/docset.html
    You may also monitor the CM from the OS (write a shell script to monitor FNDLIB processes, and make it sends an email in case the number of processes is less than the actual running processes (or zero)).
    Sorry, I do not have any script to share as I am using those scripts in the note referenced above.
    Regards,
    Hussein

  • Oracle E-Biz 12.1.3 - concurrent managers using SFTP

    Hi all
    Does anyone out there have any knowledge / advice on using Concurrent Managers and SFTP so that output files can be immediately transferred to an external customer?
    Kind of wanting by pass the SFTP server.
    I cannot find any notes on there so thought I would ask here.
    Thanks

    953001 wrote:
    Hi all
    Does anyone out there have any knowledge / advice on using Concurrent Managers and SFTP so that output files can be immediately transferred to an external customer?
    Kind of wanting by pass the SFTP server.
    I cannot find any notes on there so thought I would ask here.
    ThanksPlease see old threads for the same topic/discussion.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=FTP+AND+Concurrent&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=SFTP+AND+Concurrent&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to find list of all managers & members of a chat room?

    Hi,
    Is there any way we can list all allowed managers and members of a persistent chat room?
    I tried this command "get-cspersistentchatroom" but it won't give us full list.
    BR,
    Ajit

    BTW, the default for that $FormatEnumerationLimit = 4 .... so, by default, that command will only return 4 results per property.   So, if you do the $FormatEnumerationLimit =-1 in your session - it should affect all of the get commands that you
    run in the session.    The "-1" is 'unlimited'.
    Credit goes to:
    @ExchServPro Paul
    Cunningham at his
    blog

  • What is the function of the Service Manager, in Concurrent Managers?

    Greetings to All,
    When looking at the concurrent managers, our internal manager is down and we also have the Service Manager being down. I understand the process of the Internal Manager.
    But like to know what the Service Manager does and what it is used for.
    Thanks in advance for any helpful information.

    Hi,
    Please refer to the following documents.
    Note: 210062.1 - Generic Service Management (GSM) in Oracle Applications 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=210062.1
    Oracle® Applications System Administrator’s Guide Maintenance/Configuration manuals
    http://www.oracle.com/technology/documentation/applications.html
    Regards,
    Hussein

  • Acutal and Target Processes for two concurrent managers refuse to be equal

    Hi
    I have bounced the concurrent manager. I have stopped all services on the apps node then started them again.
    All Actual / Target processes are now equal except two -
    the OAM Generic Collection and the Output Post Processor
    What, if anything, can I do for this? As they satnd, Concurrent Manger is down, still.
    Thanks
    EBS 11.5.10
    AIX 5.2
    Oracle 9.2.0.8

    Someone here tells me that it isn't a good idea to worry about the iniquity of the Actual and Targer processes, if the particular manager is not one that we need, or use.
    I dont know if this is correct or not.
    He also tells me that checking the Dashboard to see if the CCM is up is not recommended - he explains that he only visits the Administer Concurrent Managers screen, and its there and only there that he compares the Actual to the Target.
    I am not sure if he is right, but at least this question is now partly answered.
    Also, I just read that "sometimes the actual process may be less than the target process due to manager deactivation" .
    Thanks.
    Edited by: Dan A on Dec 10, 2008 10:37 AM

  • List all servers with OS and service pack

    Is there an easy way using any script or software to list all servers joined to your domain including operating system (i.e. server 2008) and service pack level, without having to check each manually?

    Hi Cf090,
    The limit is used to Specify the number of objects to return that matches the criteria that you specify. If you specify a value of
    0 for <NumberOfObjects>, this parameter returns all matching objects. If you do not specify this parameter,
    dsquery displays the first 100 results by default.
    For more detailed information to use dsquery, please refer to this article:
    http://technet.microsoft.com/en-us/library/cc754232.aspx
    If you have any other questions, please feel free to let me know.
    Best Regards,
    Anna

  • List PM orders and Service PR no. from them

    Hi
         is there any Tcode that displays the list of PM orders and the service PR no. generated from the associated order.

    Dear,
    U could use the T code IW49.Here u need to give Plant and control key(PM03) used in the order for the service and Service/PM Orders indicator should be ticked.Now execute the report and from the change lay out select the PR field.
    regards
    sunil

  • Need list of Crystal Reports Version Numbers by Product and Service Pack

    Hi All,
    Where can I get a list of Crystal Reports Version Numbers by Product and Service Pack? I'm trying to figure out which version we have is the most current version, because we have so many version installed threw out our company.
    Thanks.

    Hi Matt,
    Please check the crystal Report 2008 product versions
    Cr 2008+SP0 - 12.0.0.683
    Cr 2008+SP0 + FP1 - 12.0.0.796
    Cr 2008+SP0 + FP2 - 12.0.0.840
    Cr 2008+SP0 + FP3 - 12.0.3.900
    Cr 2008 + SP1 - 12.1.0.882
    Cr 2008 + SP1 + FP1.1 - 12.1.1.957
    Cr 2008 + SP1 + FP1.2 - 12.1.2.996
    Cr 2008 + SP1 + FP1.3 - 12.1.3.1028
    Cr 2008 + SP1 + FP1.4 - 12.1.4.1068
    Cr 2008 + SP1 + FP1.5 - 12.1.5.1096
    Cr 2008 + SP1 + FP1.6 - 12.1.6.1116
    Cr 2008 + SP1 + FP1.7 - 12.1.7.1144
    Cr 2008 + SP1 + FP1.8 - 12.1.8.1176
    Cr 2008 + SP1 + FP1.9 - 12.1.9.1290
    Cr 2008 + SP1 + FP1.10 - 12.1.10.1390
    Cr 2008 + SP1 + FP1.11 - 12.1.11.1454
    Cr 2008 + SP2 - 12.2.0.290
    Cr 2008 + SP2 + FP2.1 - 12.2.1.412
    Cr 2008 + SP2 + FP2.2 - 12.2.2.453
    Cr 2008 + SP2 + FP2.3 - 12.2.3.467
    Cr 2008 + SP2 + FP2.4 - 12.2.4.507
    Cr 2008 + SP2 + FP2.5 - 12.2.5.537
    Cr 2008 + SP2 + FP2.6 - 12.2.6.567
    Cr 2008 + SP2 + FP2.7 - 12.2.7.598
    Cr 2008 + SP2 + FP2.8 - 12.2.8.638
    Cr 2008 + SP2 + FP2.9 - 12.2.9.698
    Cr 2008 + SP2 + FP2.10 - 12.2.10.810
    Cr 2008 + SP3 - 12.3.0.601
    Cr 2008 + SP3 + FP3.1 - 12.3.1.684
    Cr 2008 + SP3 + FP3.2 - 12.3.2.753
    Cr 2008 + SP3 + FP3.3 - 12.3.3.812
    Thanks,
    Naga.

  • How EM invokes the concurrent users and list of parameters scripts in EM ?

    Hi,
    How to check if EM is invoking the concurrent users and list of parameters scripts for a db instance target or not ?
    And how EM invokes these in EM ?
    Thanks in Advance.

    Not sure what you mean with this question, could you be a bit more specific?
    Regards
    Rob
    http://oemgc.wordpress.com

Maybe you are looking for

  • Getting amtlib.dll errors when starting after effects (2014 cc)

    Ever since I installed the 2014 version I have been getting these errors. Is there a way to reinstall the older trial or do I have to try and download all of these .dll files?

  • Query on generating report using XMLP based on a search spec

    Hi, We are using XMLP reporting tool to generate reports for our application. Our requirement is to generate reports based on a search spec. Should I send this search spec as a input parameter to the FO processor? In other words, what is the exact pr

  • OutputLabel and line breaks doesn't work - Is there a hack for JSF1.2?

    Hello, I use JSF 1.2 and Facelets to generate a form automatically. This works so far well. But if I have a label with line breaks, JSF does not convert the line breaks into � � tags. Is there a hack to convert line breaks into � � tags? A little exa

  • Workstation application error

    I get the following message when trying to install an application via ZEN. Unable to process registry setting [HKEY_CURRENT_USERSOFTWAREMICROSOFTPROTECTED STORAGE SYSTEM PROVIDER.... (D016) Any ideas? Thanks in advance.

  • Internet Explorer Versions

    Hi, I know this is not the place to be asking this kind of question, however I also know the people that look at the questions here are more likley to know the answer to this question. Does anyone know how install IE 5.5, IE 6 and IE7 all on the same