Need Steps or documents to connect existing 10g agent to 11g oms

Hi All,
Just installed 11g oms on oel 5.5 linux and it runs good. We have several hp servers run 10205 agents and they are monitored by 10205 oms on window. We want to use this new 11g oms to replace the 10205 oms. How to make this 11g linux oms to find the 10g hp agents?
Has anyone known the steps to configure an existing 10205 hp agent to connect to linux 11g oms? Or generally the steps to modify an existing 10g agent to see the 11g oms?
Thanks in advance for any help!

Sorry my mistake.
You should
1.
Stop the Management Agent.
2.
Locate the emd.properties file in the Management Agent home directory:
AGENT_HOME/sysman/config/emd.properties
3.
Use a text editor to open the file and locate the REPOSITORY_URL property.
4.
Modify the value for the REPOSITORY_URL property so it references the new Management Service. For example:
REPOSITORY_URL=http://mgmthost2.acme.com:4889/em/upload
5.
Modify the value for the emdWalletSrcUrl property so it references the new Management Service. For example, if the new Management Service is on a host called mgmthost2.acme.com , modify the property as follows:
emdWalletSrcUrl=http://mgmthost2.acme.com:4889/em/wallets/emd
6.
Save your changes and close the emd.properties file.
7.
To ensure that the Management Agent is no longer holding any specific data or settings from the previous Management Service, delete all the files in the following directories:
AGENT_HOME/sysman/emd/upload/
AGENT_HOME/sysman/emd/state/
AGENT_HOME/sysman/emd/collection/*
AGENT_HOME/sysman/emd/lastupld.xml
AGENT_HOME/sysman/emd/agntstmp.txt
AGENT_HOME/sysman/emd/blackouts.xml
AGENT_HOME/sysman/emd/protocol.ini
Note that this action removes all user-defined metrics (UDM)s and custom changes to metric and policy collections.
Note:
You can use the emctl clearstate agent command to delete the files in the state directory.
8.
Restart the Management Agent.
as directed by mnazim (sorry)
http://download.oracle.com/docs/cd/E11857_01/em.111/e16790/ha_agent.htm#BABDFBGA

Similar Messages

  • BAPI Needed of uploading document in already existing Dispute Case

    Hi,
      I need BAPI for  uploading document in already existing Dispute Case...
    Thanks,
    Ajit

    I tried to use the following program to upload a document and it is not working, any feedback would be helpful:
    *& Report  ZTEMP_DISPUTE_12
    REPORT  ztemp_dispute_12.
    PARAMETER : l_fname TYPE char255.
    DATA : l_file TYPE string,
          lv_xstring  TYPE xstring,
           l_return TYPE  bapiret2,
           l_filecontent TYPE bapiconten,
           i_case TYPE REF TO if_scmg_case_api,
            l_initial_dir     TYPE string,
            l_window_title    TYPE string,
            l_filename_disp   TYPE string,
            l_filename_string TYPE string,
            l_user_action     TYPE i,
            l_rc              TYPE i,
           l_v_lines TYPE i,
           l_mime TYPE skwf_mime,
           l_filelength TYPE i,
           l_component TYPE  bapidoccomp,
           l_skwf_filnm TYPE skwf_filnm,
           li_file_tab        TYPE filetable,
           lwa_file_tab        TYPE file_table,
           li_bin_content  TYPE STANDARD TABLE OF bapiconten,
           l_v_size TYPE i.
    DATA: BEGIN OF itab OCCURS 0,
           line TYPE sdok_sdatx.
    DATA: END OF itab.
    DATA: BEGIN OF i_component OCCURS 0,
            comp_count  TYPE bapipos,
            comp_id     TYPE bapidocid,
            mimetype    TYPE bapimimetype,
            comp_size   TYPE bapipos,
            binary_flag TYPE bapigsbool,
            comp_num    TYPE bapipos.
    DATA: END OF i_component.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR l_fname.
      l_window_title = 'Upload Document'(001).
    Call the file selection dialog
      CALL METHOD cl_gui_frontend_services=>file_open_dialog
        EXPORTING
          window_title            = l_window_title
          initial_directory       = l_initial_dir
        CHANGING
          file_table              = li_file_tab
          rc                      = l_rc
          user_action             = l_user_action
        EXCEPTIONS
          file_open_dialog_failed = 1
          cntl_error              = 2
          error_no_gui            = 3
          not_supported_by_gui    = 4
          OTHERS                  = 5.
      IF sy-subrc = 0.
        READ TABLE li_file_tab INTO lwa_file_tab INDEX 1.
        IF sy-subrc = 0.
          l_file = lwa_file_tab-filename.
          l_fname = lwa_file_tab-filename.
        ENDIF.
      ENDIF.
    START-OF-SELECTION.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          filename                      = l_file
      FILETYPE                      = 'ASC'
      HAS_FIELD_SEPARATOR           = ' '
      HEADER_LENGTH                 = 0
      READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                   = ABAP_TRUE
      REPLACEMENT                   = '#'
      CHECK_BOM                     = ' '
      VIRUS_SCAN_PROFILE            =
      NO_AUTH_CHECK                 = ' '
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
        TABLES
          data_tab                      = itab
    EXCEPTIONS
      FILE_OPEN_ERROR               = 1
      FILE_READ_ERROR               = 2
      NO_BATCH                      = 3
      GUI_REFUSE_FILETRANSFER       = 4
      INVALID_TYPE                  = 5
      NO_AUTHORITY                  = 6
      UNKNOWN_ERROR                 = 7
      BAD_DATA_FORMAT               = 8
      HEADER_NOT_ALLOWED            = 9
      SEPARATOR_NOT_ALLOWED         = 10
      HEADER_TOO_LONG               = 11
      UNKNOWN_DP_ERROR              = 12
      ACCESS_DENIED                 = 13
      DP_OUT_OF_MEMORY              = 14
      DISK_FULL                     = 15
      DP_TIMEOUT                    = 16
      OTHERS                        = 17
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      DESCRIBE TABLE itab  LINES l_v_lines.
      l_v_size = l_v_lines * 255.
      l_filename_string = l_file.
      CALL METHOD cl_gui_frontend_services=>file_get_size
        EXPORTING
          file_name = l_filename_string
        IMPORTING
          file_size = l_v_size
        EXCEPTIONS
          OTHERS    = 1.
    convert binary255 to binary1024 table
      CALL FUNCTION 'SCMS_BINARY_TO_XSTRING'
        EXPORTING
          input_length = l_v_size
        IMPORTING
          buffer       = lv_xstring
        TABLES
          binary_tab   = itab
        EXCEPTIONS
          failed       = 1
          OTHERS       = 2.
      IF sy-subrc <> 0.
           rv_failed = 'X'.
           RETURN.
      ENDIF.
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          buffer     = lv_xstring
        TABLES
          binary_tab = li_bin_content.
      l_skwf_filnm = l_file.
      CALL FUNCTION 'SKWF_MIMETYPE_OF_FILE_GET'
        EXPORTING
          filename                   = l_skwf_filnm
      X_USE_LOCAL_REGISTRY       =
       IMPORTING
         mimetype                   = l_mime.
      l_component-comp_count    = 1.
      l_component-comp_id       = l_fname.
      l_component-mimetype      = l_mime.
      l_component-comp_size     =  l_v_size.
      l_component-binary_flag   = 'X'.
      l_component-comp_num      = 1.
      APPEND l_component TO i_component.
      DATA:
      lo_case_api TYPE REF TO  cl_scmg_case_api,
       lo_case_api_intf       TYPE REF TO if_scmg_case_api.
      CALL METHOD cl_scmg_case_api=>if_scmg_case_api~open_case
        EXPORTING
          im_case_guid    = 'E99B284FC272B720E100000092D79319'
          im_enqueue      = 'X'
        RECEIVING
          re_case         = lo_case_api_intf
        EXCEPTIONS
          failed          = 1
          enqueue_failed  = 2
          invalid_guid    = 3
          cx_srm_gsp_back = 4
          OTHERS          = 5.
      lo_case_api ?= lo_case_api_intf.
    *DATA : l_if_case_api      TYPE REF TO if_scmg_case_api.
           CALL METHOD cl_scmg_case_api=>open_case
             EXPORTING
               im_case_guid    = 'E99B284FC272B720E100000092D79319'
             RECEIVING
               re_case         = l_if_case_api
             EXCEPTIONS
               failed          = 1
               enqueue_failed  = 2
               invalid_guid    = 3
               cx_srm_gsp_back = 4
               no_authority    = 5
               OTHERS          = 6.
      CALL FUNCTION 'UDM_BD_CREATE_ATTACHMENT'
        EXPORTING
          i_guid      = 'E99B284FC272B720E100000092D79319'              "E99B284FC272B720E100000092D79319
          i_case      = lo_case_api
          i_testrun   = space           " '003A3A4FAD54D97CE100000092D79319'
        TABLES
          bin_content = li_bin_content
          components  = i_component
        CHANGING
          es_return   = l_return.
      IF sy-subrc = 0.
        COMMIT WORK.
      ENDIF.
      CALL FUNCTION 'DEQUEUE_ALL'.
      break 50120i1120.

  • Cannot connect to 10g instance from 11g client (ORA-12638)

    Hi,
    I don't know why I have problems when I connect from a 11g client to a 10g server. I get the error ORA-12638.
    However, it works fine doing the same with a 10g client.
    Can anybody tell me how to avoid this problem without having to install the 10g client ?
    Thanks in advance.
    Regards.

    Hi, user7409638,
    To understand the problem, I advice you to enable tracing and have a look at it.
    As you may know, ORA-12638 is the problem with the authentication service.
    It was just unable to get your credentials.
    If you want me finally get the solution, please report it at my system http://1dayotn.blogspot.de/p/question-me_7.html
    If you have any questions, ask.
    Kirill Babeyev

  • 10g Agent upload to OMS

    Is it possible to configure the OMS server to pull the upload information from the Agent rather than have the Agent Push the information to the OMS.
    we have a firewall and the Tech group is concerned about opening the port to push into our internal network.
    thanks
    Marc

    I have set up a huge Grid Control for 1000 Targets 20% are behind the firewall.
    There is not security issue opening the ports.
    Steps to take
    1. Open 2 oms ports
    Secure and non
    2. Install Agent software on targets anyway you can
    3. Configure Agent to use HTTPS (Secure connection)
    4. Connect agent to oms using the new secure connections
    5. connect to Console and check connection type
    Done
    George Mamvura
    Sr Oracle Apps DBA
    Austin, TX

  • Upgrade steps needed - Oracle 10g to Oracle 11g in RHEL 4

    Hello,
    Am in the process of upgrading oracle 10g with 10.1.4.3 IDM,10.1.0.5 DB and 10.1.4.2 portal version to Oracle 11g. Now I see that there are some compatibilities in the OS. I have RHEL 4 and when I check the compatibility guide I see that it is possible to install/upgrade the oracle to 11g. But am worried on the kernel and packages which is needed for Oracle 11g. If there is any step by step assistance on this please guide me. Also I have an another query can I upgrade the OS RHEL 4 to RHEL 5 and then Oracle 10g to Oracle 11g. Will I be seeing any issue after the OS upgrade with product upgrade. Kindly advise me.
    R/Ganesh

    This is all about libraries, some libraries between RHEL 4 and 5 had change and this may lead to malfunction of some products, cause they have been copiled using old libraries that doesn't exist now, even I think in the upgradres there are compatibility modes where let you keep old libraries, anyway seems a difficult thing to do. If you plan to move RHEL 4 to 5, I think this is your first step and then install again the Portal in the old version, and then make the upgrade, If you make this step by step, as firts install RHEL 5, install db, install portal, upgrade DB and finaly upgrade portal, would be easier. You may want to read the Master note for this upgrades in oracle Support 873751.1
    Greetings.

  • Need a step by step guide - S-VIDEO Connection

    I have concluded that the mini-DVI to S-VIDEO connection (from Apple) does not work with Mac Mini's of the 2009 vintage. So I am looking for help on the steps that I need to go through to connect a Mac Mini to 35" Sony Standard Definition TV, because I am not ready to buy a new TV right now. Can anyone point me to good guide on this?

    rh10023 wrote:
    I have concluded that the mini-DVI to S-VIDEO connection (from Apple) does not work with Mac Mini's of the 2009 vintage.
    Were did you find this information ? Even if you are right, the new Mac Mini still supports VGA through the Mini DisplayPort to VGA adapter. If your Sony TV has no VGA input, at worst you would need an additional VGA->S-Video cable like this one : http://www.amazon.com/TV-out-VGA-S-Video-Cable-Adapter/dp/B000P3UB24.
    Note that a direct VGA connection, if supported by your Sony monitor, would give you a better image quality.
    Message was edited by: geeji

  • Apple TV will no not connect to iTunes.  I need step by step info.

    My Apple TV will not connect to iTunes?  I need step by step instructions to try and fix this. 

    Hello there, Canuckam2.
    The following Knowledge Base article offers up some great step-by-step instruction on troubleshooting your issue:
    Troubleshooting Home Sharing
    http://support.apple.com/kb/ts2972
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Need step by step CCMS Alerts configuration document for PI 7.1

    Hello Experts,
                          I need to configure the CCMS Alerts in our PI 7.1 box. Please provide the step by step configuration document for configuring CCMS Alerts in PI 7.1 System.
    Advance Thanks and Regards,
    Nageswari

    hi Nageswari,
    Configuring CCMS agent for PI is like any other dual stack stystem configure except few PI 7.1 specific configuration.
    You need to install both ABAP & JAVA CCMS agents. Please go through below URL that brief on PI 7.1 required configuration
    https://cw.sdn.sap.com/cw/docs/DOC-43543
    Regards
    Sekhar

  • COPA Step by Step Configuration document s- Its a great need

    Hi all
    i need step by step configuration documents for COPA
    Please send me on my email i will be thankful as i am in great need of these and its really urgent.
    My email id is
    [email protected]
    Regards
    Edited by: Ghulam Muhammad Bilal Athar on Feb 26, 2008 6:08 AM

    Hi Gulam
    Couls u plz send me copa configuration document at following e-mail id:-
    [email protected]

  • How to Install 11i on existing 10g and APEX setup

    Dear All,
    I am planning to install 11i EBS on my XP machine that already has oracle 10g and apex 3.2 installed. I am little worried that my lack on experience with EBS may end up me messing-up my existing database and setup. I am new to EBS but have good experience with Oracle database. I am looking for some pointers that will guide me to safer landing with 11i installation. Can you please advise what steps/precautions I need to consider before installing 11i on existing 10g database?
    Thanks
    Aali

    Hi ali;
    I am planning to install 11i EBS on my XP machine that already has oracle 10g and apex 3.2 installed. I am little worried that my lack on experience with EBS may end up me messing-up my existing database and setup. I am new to EBS but have good experience with Oracle database. I am looking for some pointers that will guide me to safer landing with 11i installation. Can you please advise what steps/precautions I need to consider before installing 11i on existing 10g database?I belive you can make this installation but i wonder your XP machine can run all those in same time? I suggest use Wmware or oracle Wm and make installation on it.
    Regard
    Helios

  • Installed 10g on W2K3 concurrently with 9i - cannot connect to 10g

    On a Windows 2003 server running Oracle 9i, I installed the Oracle 10g database. After the installation, I'm unable to connect to 10g database but can connect fine to the 9i instance. .
    At the SQL prompt, while trying to log as system/manager@STR05CI I get the following errors:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    If I connect as sysdba to start the database, I encounter the following errors:
    SQL>Connected to an idle instance
    SQL>startup
    ORA-00119: invalid specification for system parameter LOCAL_LISTENER
    ORA-00132: syntax error or unresolved network name 'LISTENER_STR05CI'
    Some of the things done:
    -Two ORACLE_HOMES installed
    -Two different ORACLE_SID (one for 9i -D5BSM - and one for 10g - STR05CI)
    -Shutdown the listener for 9i and running only the listener for 10g
    -modified slqnet. ora with SQLNET.AUTHENTICATION_SERVICES= (NONE)
    -All ports on 1521
    Pasted below is the status of the listener:
    C:\Documents and Settings\svc-ciams-dev>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.3.0 - Production on 11-APR-2008 16:20
    :59
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.3.0 - Produ
    ction
    Start Date 11-APR-2008 14:41:34
    Uptime 0 days 1 hr. 39 min. 26 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\oracle\product\10.2.0\db_1\network\admin\listener.o
    ra
    Listener Log File C:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=USTO-DAPP-STR05.am.corp.amgen.com)(P
    ORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=USTO-DAPP-STR05.am.corp.amgen.com)(P
    ORT=8080))(Presentation=HTTP)(Session=RAW))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=USTO-DAPP-STR05.am.corp.amgen.com)(P
    ORT=2100))(Presentation=FTP)(Session=RAW))
    Services Summary...
    Service "D5BSM" has 1 instance(s).
    Instance "D5BSM", status READY, has 1 handler(s) for this service...
    Service "D5BSMXDB" has 1 instance(s).
    Instance "D5BSM", status READY, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "STR05CI.AM.CORP.AMGEN.COM" has 1 instance(s).
    Instance "STR05CI", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    Besides the things listed above, I've been unable to locate other instructions on how to install two different database versions on the same server.
    Also, how do I resolve the 'status UNKNOWN' for the STR05CI instance so that it becomes READY?
    Any help would be appreciated.
    Thanks!

    You have an entry LOCAL_LISTENER in your spfile, that's not necessary (at least for single - non RAC - instances) as long as listener is running on port 1521. If you specify this parameter, you have to add address resolution to tnsnames.ora .
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Basically that means database is not started, it also happens when tnsnames.ora entry points to an non-existing SID.
    'UNKNOWN' means there's a static entry for the instance in listener.ora, 'READY' is shown when there was a dynamic registration of the instance with the database. PMON background process does this automatically, when there's no entry in listener.ora and listener runs on port 1521.
    Werner

  • Connect oracle(10G) to Access

    Dear Sir,
    I try to connect oracle(10G) with Access.
    First step : I created Access ODBC
    Second Step: I updated listener , tnsnames , inithsodbc files
    Third step : I am testing by the command line
    'lsnrctl start LISTENERtest'
    but it doesn'yt start and the log file shows the following:
    TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production on 20-MAY-2008 12:06:23
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    System parameter file is E:\oracle\product\10.2.0\db_2\network\admin\listener.ora
    Log messages written to E:\oracle\product\10.2.0\db_2\network\log\listenertest.log
    Trace information written to E:\oracle\product\10.2.0\db_2\network\trace\listenertest.trc
    Trace level is currently 0
    Started with pid=2328
    TNS-01150: The address of the specified listener name is incorrect
    could you help me what is the problem?
    Message was edited by:
    user630033

    please excuse, but I have no answer.
    My only hint to you is, copy the question to one of the rdbms-, or odbc-forums of the otn. Here is the forms-forum, where the guys normally didn't need an odbc connection to different databases.
    try it
    Gerd

  • How do I set up my Xfinity Gateway modem Wifi with my Airport using same IP address?  I need step by step instructions.

    I want to use Xfinity Gateway modem WIFI with my Apple Airport, using same IP address.  Apple store says this will work. I need step by step instrucions on how to do this.
    Thank you

    I have had the AirPort for 5+ years.  Have had a Comcast modem for even longer.  My husband and I have iPads.  We can only get wifi connection within a very short range of our AirPort.  I noticed that Comcast/Xfinity was advertising their new Gateway modem with extended wireless wifi so I turned in my old modem to Comcast and picked up the new Gateway model.  After going through several issues with Comcast I tried to install my new modem and was told by Comcast that I cannot use both the Gateway modem and my Airport for WIFI, it's one or the other.  I went to the Apple store and asked the same question and was told that I can have both connected using the same IP address for both.  I am not very computer savy and need some basic, one step at a time instructions on how to add the Xfinity modem to my existing AirPort network for extending my WIFI.  I think I expained that correctly. 
    The Comcast cable is connected to my Modem and then there is another connection between the modem and the AirPort via USB cord.
    Is there somewhere on the AirPort/TimeCapsule device that tells me the exact model of my AirPort?
    Thank you for any advice you can give me.

  • How do I separate my music from my husbands to just go on my ipod shuffle?I know I need to manually pull the songs over...please help I need step by step instructions

    Need step by step instructions on how to separate my music from my husbands that I purchased on Itunes.I know my account is listed to set up manually...I just forget how to do it.I know I need to drag each song over right???Please advise

    Your i-device was not designed for unique storage of your media. It is not a backup device and media transfer was planned with you maintaining a master copy of your media on a computer which is itself independently backed up against loss. To use a device with a new computer you transfer the content from the old computer (or its backup) directly to the new computer, not the device to the new computer. Syncing is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchases which can be transferred to a computer. iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only purchases from iTunes Store For transferring other items from an i-device to a computer you will have to use third party commercial software. See this document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991

  • Error "Account assignment 00 for  purchase document does not exist " when u

    Hai,
    I am encountering the following problem when posting a PO based Invoice using BAPI_INCOMINGINVOICE_CREATE.
    The error says " account assignment 00 for purchasing document does not exist".
    The scenario is very simple.  I need to raise an Invoice against a PO. the PO has a single line item of quantity 10 net price 10.  Tax code is U2 ( 7% tax).
    I am passing the following at header level.
    Invoice_indicator ( as 'X'),company code,doc date , posting date, gross amount (107, currency USD, calc tax indicator as 'X'.
    At line item i am passing Invoice document item 000001, po number , po item number, tax code(U2) item amount (100),
    Does this error has got any thing to relate configuration matters?
    Regards,
    Upender

    Hi Upender,
    In some cases, depending on the type of PO / Posting,
    you might have to populate the accounting data itab and pass in the BAPI parameter.
    you can select the accounting data from EKKN for the PO.
    Again it depends on the PO category, wether you need to populate Qty & Unit in accounting data.
    Further, the accounting data should be exactly the same as there in EKKN ( all the fields except Qty & Unit ).
    Thanks,
    Ram

Maybe you are looking for

  • Mail icon bounces, but never launches. HELP!

    Dear People Who Know Macs Better Than Me, Please help! Yesterday I was trying to back up my Mail (Home/Library/Mail), and when I saw that it was as big as it was, I tried compressing/archiving the Mail folder using the (Create archive of "Mail") when

  • LSMW Background schedule

    Dear friends, How i can schedule LSMW to process in background for a particular time. Regards, Praveen Lobo

  • PSE 8 editor not responding

    After I edit a photo with PSE 8 Editor and try and save the edit, Editor goes white (not reponding) for several seconds then finally completes the edit. What is causing this delay? Thanks, Phil

  • Runnable interface declaration

    Hello, Although the function run() is inside the public interface Runnable. its once again declared as abstract. Can i get to know the reason for this ? Thanks in advance.

  • DW CS3 Spry Question

    I replaced the navigation I originally did with a spry bar. Works and looks great on a Mac but in IE8 the dropdown and spacing is very different. link is below, any suggestions? http://pyosports.com/soccerspry.html rder