Support Pack SAPKB70012 NW2004s giving ABAP dumps

Hello All,
We are trying to apply Basis Support Pack 12 NW2004s in one of our systems. The support packed stoped in Import Proper step becuse of wp max runtime reached. So now when I try to kick it of it gives me the follwoing ABAP dump.
Runtime Errors         SYNTAX_ERROR
Date and Time          05/30/2007 14:12:00
Short text
     Syntax error in program "SAPLSCP2 ".
What happened?
     Error in the ABAP Application Program
     The current ABAP program "SAPLSTXC" had to be terminated because it has
     come across a statement that unfortunately cannot be executed.
     The following syntax error occurred in program "SAPLSCP2 " in include
      "CL_SALV_FORM_ELEMENT==========CU " in
     line 13:
     "The type "IF_SALV_FORM_CONFIG" is unknown."
     The include has been created and last changed by:
     Created by: "SAP "
     Last changed by: "SAP "
Error analysis
     The following syntax error was found in the program SAPLSCP2 :
     "The type "IF_SALV_FORM_CONFIG" is unknown."
Trigger Location of Runtime Error
    Program                                 SAPLSTXC
    Include                                 LSTXCFFO
    Row                                     518
    Module type                             (FORM)
    Module Name                             FO_DETERMINE_CODEPAGE
Source Code Extract
Line  SourceCde
  488 data:    cp_c4(4) type c,
  489          current_dynamic_codepage like tcp00-cpcodepage.
  490
  491   perform fo_determine_codepage using    language
  492                                 changing codepage.
  493
  494 * only change locale if codepage is different to application server
  495 * get effective system codepage
  496   call 'CUR_LCL' id 'CODEPAGE' field cp_c4.
  497   current_dynamic_codepage = cp_c4.
  498   if codepage <> current_dynamic_codepage.
  499 * set locale language language.
500     perform nls_switch_language using language.
501   endif.
502
503 endform.
504
505
506 form fo_determine_codepage using    p_lang like tcp09-lang
507                            changing p_cp   like tcp09-cpcodepage.
508 statics: begin of codepage_tab occurs 10,
509            language like tcp09-lang,
510            codepage like tcp09-cpcodepage,
511          end of codepage_tab.
512
513   read table codepage_tab with key language = p_lang.
514   if sy-subrc = 0.
515     p_cp = codepage_tab-codepage.
516   else.
517     codepage_tab-language = p_lang.
>>>     call function 'SCP_CODEPAGE_FOR_LANGUAGE'
519          exporting
520               language    = codepage_tab-language
521          importing
522               codepage    = codepage_tab-codepage
523          exceptions
524               no_codepage = 1
525               others      = 2.
526     if sy-subrc <> 0.
527       perform fatal.
528       message a464(td) with codepage_tab-language raising others.
529     endif.
530     append codepage_tab.
531     p_cp = codepage_tab-codepage.
532   endif.
533
534 endform.
535
536
537 ************************************************************************
On every transaction that we try to execute we get the same dump.
Any help would greatly be appreciated.
Thanks
NSQ

What is the status of this thread? Does the error still being encountered? If not, could you provide the resolution so that all the readers of this thread? If it is still being encountered and the last resort is to restore, you could probably try the command: tp r3i <SP> <SID> pf=e:\usr\sap\trans\bin\tp_domain_<SID>.pfl tag=spam. Since there nothing to lose, prior to performing the restoration proper, you could probably try that command.
Actually, the resolution for the error being encountered is in SAPKB70013 NW2004s. We also encountered this problem and with patience on our side, we just waited for a couple of days or so for the SP Level 12 to complete and then, its all ok. However, SAPKB70014 also has a similar error being brought upon by SAPKB70012, again, patience needs to come in so as not to have any problems. Furthermore, note that since these OCS patches (12 and 14), have long runtime, it would be best to make it as a best practice to run SP application in background.

Similar Messages

  • Stuck during applying support pack SAPKB70012

    Hi,
    I am stuck with  applying a support pack level SAPKB70012  in solution manager during IMPORT_PROPER phase.There is no error message displaying rather than simply showing SPAM red status at the screen.Please suggest me for the next course of action.following is the log TP log.
    System Log Entries
    START imp single           SM4        20081124150722              BASIS        MB1ES1012 20081124150721
    INFO  TBATG CONVERSION OF  SM4 N      not needed                  BASIS        MB1ES1012 20081124150721
    START MOVE NAMETABS        SM4 6      20081124150723              BASIS        MB1ES1012 20081124150721
    START tp_getprots          SM4 P      20081124150723              BASIS        MB1ES1012 20081124150721
    STOP  tp_getprots          SM4 P      20081124150724              BASIS        MB1ES1012 20081124150721
    STOP  MOVE NAMETABS        SM4 6      20081124150724              BASIS        MB1ES1012 20081124150721
    START MAIN IMPORT          SM4 I      20081124150724              BASIS        MB1ES1012 20081124150721
    WARNING:
    MB1ES1012\sapmnt\trans\tmp\SAPKKA70012.SM4 is already in use (10), I'm waiting 4 sec (20081124150752). My name: pid 34692
    WARNING:
    MB1ES1012\sapmnt\trans\tmp\SAPKKA70012.SM4 is already in use (20), I'm waiting 1 sec (20081124150816). My name: pid 34692
    WARNING:
    MB1ES1012\sapmnt\trans\tmp\SAPKKA70012.SM4 is already in use (30), I'm waiting 4 sec (20081124150840). My name: pid 34692
    WARNING:
    MB1ES1012\sapmnt\trans\tmp\SAPKKA70012.SM4 is already in use (40), I'm waiting 2 sec (20081124150911). My name: pid 34692

    it seems tranport is hung & inconsistant refer the note below  ...... u need to manually kill the tranport or  kill TP from the OS level and delete *.lob file 
    As per SAP NOTE 12746 - this is the solution for this - The first line of the semaphore file contains the host name of the computer where the tp that reserved that semaphore file is running. First use operating system means to check whether the corresponding tp is still active - for example, whether the process still exists. If the process no longer exists, you can safely delete the semaphore file.
    re-apply the support pack
    Hope this will help you
    Regards
    dEE

  • ME5A transaction is giving ABAP dump

    Dear Mentors
    User While executing  ME5A transaction, ABAP run time error is coming
    error details
    ABAP runtime error :SAPSQL_PARSE_ERROR
    exception : CX_SY_DYNAMIC_OSQL_SYNTAX
    Function : ME_READ_EBAN_MULTIPLE
    Our system details
    SAP_APPL 617 SP 1
    we applied sap notes
    0001855828
    0001856538
    authorization objects for that user
    M_BANF_BSA
    M_BANF_EKG
    M_BANF_EKO
    M_BANF_FRG
    M_BANF_WRK
    M_BEST_BSA
    M_BEST_EKG
    M_BEST_EKO
    M_BEST_WRK
    M_EINK_FRG
    S_ADMI_FCD
    S_ALV_LAYO
    S_ALV_LAYR
    S_BDS_DS
    S_CTS_ADMI
    S_CTS_SADM
    S_DEVELOP
    S_GUI
    S_SPO_ACT
    S_SPO_DEV
    S_SPO_PAGE
    S_TCODE
    Please find attachments for more details
    Thanks
    regards
    Sudheer k

    Hi,
    Do refer the below OSS Note, this error is caused due to internal authorization check in,
    method : CL_AUTHCHECK_SQL_MM
    This Note includes latest correction for your ABAP Dump from release 616 and 617 which was released in 27.01.2014.
    1872223 - Correction WHERE clause CL_AUTHCHECK_SQL_MM
    Rgds,
    MBPATIL

  • Short dump in every transaction during support pack import  In PRD server

    HI
    While trying to applying support pack stack, get short abap dump, but after this in every tx same dump is there.
    Following is the Support stack that we are applying
    SAPKA70020
    SAPKB70020
    SAPKIPYM10
    SAPKW70022
    SAPKNA7017
    SAPKH60012
    SAPK-60008INFINBASIS
    SAPKGS6008
    following is dump
    Syntax error in program "SAPLPA_PACKAGE_SERVICES
    Error in the ABAP Application Program
    The current ABAP program "SAPLSFW_COMMON" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "SAPLPA_PACKAGE_SERVICES " in
      include "CL_PACKAGE_HELPER=============CU " in
    line 179:
    "Type "SLS_PACKAGE_INFO" is unknown"
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "SAP "
    Error in the ABAP Application Program
    The current ABAP program "SAPLSFW_COMMON" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    Thanks
    YogRaj

    Hi
    I have applied support Pack successfully. But after this my one of SD user getting short dump in Tx VL01N, VA01.
    Syntax error in program "SAPLDG95 "
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "CL_IM_EHS_DG_002_IMPL=========CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
        The following syntax error occurred in program "SAPLDG95 " in include "LDG95U01
         " in
        line 29:
        ""X_DGMSD_TAB" and "E_DGMSD_TAB" are not mutually convertible. In Unico"
        "de programs, "X_DGMSD_TAB" must have the same structure layout as "E_D"
        "GMSD_TAB", independent of the length of a Unicode character."
        The include has been created and last changed by:
        Created by: "SAP "
        Last changed by: "SAP "
        Error in the ABAP Application Program
        The current ABAP program "CL_IM_EHS_DG_002_IMPL=========CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        The following syntax error was found in the program SAPLDG95 :
        ""X_DGMSD_TAB" and "E_DGMSD_TAB" are not mutually convertible. In Unico"
        "de programs, "X_DGMSD_TAB" must have the same structure layout as "E_D"
        "GMSD_TAB", independent of the length of a Unicode character."
    Thanks
    YogRaj

  • Removing ABAP dump when JDBC is down in RFC- JDBC- RFC scenario

    Hi All,
    I need help to build one scenario.
    I am working on RFC->XI->JDBC->XI->RFC scenario. It is working fine.
    But problem is that whenever JDBC server is down RFC is giving ABAP dump in SAP. How can i Remove ABAP dump in SAP and give information to RFC that "JDBC is out of order"
    Is it possible to implement without BPM, then How?
    If not possible then what could be the steps of BPM?
    Thanks & Regards

    Rohan,
    1.Recive Step should open the Synch - Asynch Bridge
    2. Block Step --> Send Synchronous inside this step with an Exception Hanler.
    3. Now in the exception ahndler step, do the necessary error handling requirement.
    4. Send Step --> closes Synch Asynch bridge.
    My question is what data do you want to send back to the RFC if the DB is down? This data should be populated inside the exception handling block and then this data should be mapped to the corresponding RFC response and used in the step 4.
    Regards,
    Bhavesh

  • CN41N ABAP Dump

    Hi,
    When I am tryin to change object type in CN41N it is giving ABAP dump with funtion "AC_system_flush" and this function is calling another function "AC_FLUSH_CALL",
    Moreover when I checked "AC_FLUSH_CALL" got introduction statement
    "NO DIRECT CALLS TO CONTROL FRAMEWORK FROM THIS FUNCTION MODULE".
    Anyone has any ideas or come across this situation,,,Or any OSS notes ??
    Any help will be appreciated.
    Thanks
    Abhinay

    hi
    check this Note 1245875 - CN41N: Blank screen displayed and termination without dump.

  • Short dumps in every transaction during the Support pack import

    I am in the middle of applying support packs SP12 on NetWeaver 7.0. In SPAM, during the import, I received short dumps. I get short dump for all transactions i excute now. I am unable to go to SPAM to continue the SPAM, all I get short dumps. This is our new training system that we are building. I had same issues before, and I got help from SAP for this issue, where they suggested tp command wiht lots of options to run at the OS level. Since I moved company I am not able access the same ticket. Do anyone of you guys know the OS tp command to continue the SPAM import phase?
    Please and thanks
    Kumar

    Hi,
    SAP does not recommend to run SP's at OS level. Most of time when u r running SAP_BASIS , u will receive ABAP dumps. then option is to run SP at using tp command & you have to analyze many things before running this command.
    <removed_by_moderator>
    Please read the Rules of Engagement
    Edited by: Juan Reyes on Jul 28, 2008 10:12 AM

  • ABAP + Java Support Pack installation

    When updating support packs in an ABAP+Java environment (ECC 6.0), is there any reason why one could not do the Java Support Packs first, followed by the ABAP support packs?  We are trying to update our support packs as efficiently as possible, and would like to update our java support packs first, followed by the ABAP stack a few days later.
    In regards,
    Michael

    Hi!
    There can probably not be a general answer to that question. There are some functionality where ABAP and JAVA are closely linked and where you'll most likely run into problems if the levels do not match.
    Technically there is no problem as applying the SP-Stack for Java and applying SPs for ABAP are independent (technical) tasks, but you will have to VERY carefully check the dependencies and carefully test this in a QA-environment.
    If you want my advice: Try to find a 'big shot' solution where you do all in one move.
    Regards,
    Jörg

  • Short dump in every transaction during support pack import - Solution Mgr

    I am in the middle of applying support packs SP13 and SP14 for Solution Manager.  In SPAM, during the import, I received short dumps.  I get short dump for all transactions.  The error message is 'Syntax error in program "SAPLWB_CUSTOMIZING", Field "G_DC_TABSTR" is unknown in INCLUDE LWB_CUSTOMIZINGDEV'.
    Please help.  Thanks !

    Hi
    My first question, would be, why are you performing  other activities while importing patches?
    This is not recommended.
    Rahul

  • XI Install - ABAP Support Packs + J2EE Support Package install

    Hi
    I am wondering what is recommended sequence for installing/upgrading kernel, ABAP Support Packages & J2EE Support Packages for XI installation.
    Should we install/upgrade kernel, ABAP Support Packages & J2EE Support Packages before XI 3.0  is installed? Or should we install these only after installing and completing post install steps of XI 3.0.
    The Web AS install guide recommends to install the patches immediately after installing it, but prerequisite for XI install is Web AS SR1 i.e SP9(ABAP + J2EE.
    Any suggestions in this regard would be highly appreciated.
    Regards
    Chandu

    Hi Shravan,
    Thanks for the response.
    I have already gone through the note. According to the note, I assume the following sequence has to be followed:
    Install SAP Web AS (ABAP)
    Install SAP Web AS (Java)
    XI Install & post install steps
    Support Pack Stack for ABAP & Java
    XI Patches
    However, when carrying out post install steps after XI installation, I am unable to perform some steps. Also, there is an issue with J2EE engine after XI install.
    Further, I have installed and completed post install steps as per following successfully:
    Install SAP Web AS (ABAP)
    Install SAP Web AS (Java)
    XI Install
    Support Pack Stack for ABAP & Java
    Post install steps
    XI Patches
    What are the implications of applying ABAP & Java patches before XI install or before completing post install steps.
    Regards
    Chandu

  • How to download ABAP support packs from solution manager ?

    Hi Guys,
    can somebody explain how to download the ABAP support packs from the maintance optimizer. Are there any configuration settings before we download.
    I have s-user account and i have installed download manager and configured and also download some support packs previously. Now the latest support packages should be downloaded with only maintance optimizer in solution manager.
    any help would be appreciated
    Thanks,
    Srini

    That requires special authorization, please ask your Admin/Basis guys to do it for you.
    Rewards if helpful.
    BR,
    Alok

  • Applying Support Pack in ABAP For Basis and ABAP components

    Hi,
    Can one please provide a document for appying support packs for ABAP and BASIS componets in SAP system.
    Thanks
    Arun

    Hello Arun
    http://www.sappoint.com/PHPWebUI/Documents/Applying%20Support%20Pack%20and%20Plug-ins.pdf
    http://www.sap-img.com/basis/apply-support-packs-to-my-sap-system.htm
    But, service.sap.com is always there, you must read Notes too for any procedure and strategy for applying support packs or infact to do anything in SAP.
    thanks
    Bhudev

  • Support Pack for ABAP failure.. unable to logon to SAP

    Experts,
    While applying support packs for ABAP, it failed due to system issue. However, we could not logon to system or proceed further. It errors out the logon screen.
    Also, it would be last resort to restore the system. Is there anyway, we could logon to system and correct the error?
    appreciate your help.
    Thanks,
    Raj

    Hi Raj,
    Please see below link
    Update support package failed and could not run any T-code
    Crease the OSS message and they will help you with tp commands
    cheers,
    Sudhakar

  • ABAP Dump Error - System error in program RSMDATASTATE

    Hi Experts,
    We have a Process Chain which loads data, fills aggregates and does a rollup.
    Suddenly last week , the rollup step failed giving a error: No filled aggregates for the Cube
    We ran the Program SAP_AGGREGATES_ACTIVATE_FILL.
    After running the Program, the rollup happened for one day but again today while performing rollup we are encountering a ABAP dump.
    The error analysis says: System error in program RSMDATASTATE and form RSM_DATASTATE_CHECK-10-
    We checked the SAP Note : 858671, but we are not sure about the support packs.
    Please Help.
    Vivek Das Gupta

    Hello.
    Did you check note 1094948 if it was applied? Please apply this note and retest the report.
    Thanks.
    Walter Oliveira.

  • Support Pack upgrade error in Import Phase

    Hello,
    Currently I am upgrading SCM system with Support pack level 12 to 20 . When i am applying Basis 12 to 20. I got an error in Import_Proper phase.
    Could you please help me on this? I tried and still searching solution for this..But no luck...
    Os is : AIX and
    Log File:                /usr/sap/trans/log/SAPIB70013.xxx
    Main import
    Transport request   : SAPKB70013
    System              : xxxx
    tp path             : tp
    Version and release: 372.04.71 700
    child process 934006 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_report_interface
    fcode:      CLOSE_LINE_MODE
    tabname:    SOURCE
    len (char): 40
    key:        CL_OBJECT_COLLECTION==========CT
    retcode:    1
    SQL error -913 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -913, ER
    child process 1212554 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_report_interface
    fcode:      CLOSE_LINE_MODE
    tabname:    SOURCE
    len (char): 40
    key:        CL_WDR_APPLICATION_WINDOW=====CT
    retcode:    1
    SQL error -913 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -913, ER
    child process 1171520 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_report_interface
    fcode:      CLOSE_LINE_MODE
    tabname:    SOURCE
    len (char): 40
    key:        CL_WDY_MD_EVENT_SOURCE========CI
    retcode:    1
    SQL error -913 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -913, ER
    child process 1331412 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_xrtab
    fcode:      RT_MI_LOAD
    tabname:    ECSCR_DATA
    len (char): 106
    key:        EC_TEST_DATA                  00000000P10                           IECATTDEFAULT
    retcode:    1
    SQL error -904 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -904, ER
    insert / update sequence failed due to an error in DBI.
    maybe there's a concurrent process which inserted this table entry at the same time.
    insert / update sequence failed due to an error in DBI.                       
    maybe there's a concurrent process which inserted this table entry at the same time.
    child process 1310922 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_xrtab
    fcode:      RT_MI_END
    tabname:    WDY_APP_PROPERTY
    len (char): 64
    key:        DEMO_UIEL_DROPDOWN_BY_IDX     DEMO_VIEW
    retcode:    1
    SQL error -904 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -904, ER
    import portion 018446 - 999999 not imported because the child processes died for unknown reason
    child process 1310924 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_report_interface
    fcode:      CLOSE_LINE_MODE
    tabname:    SOURCE
    len (char): 40
    key:        CL_WDY_MD_OUTGOING_EVENT======CT
    retcode:    1
    SQL error -913 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -913, ER
    child process 1286192 terminated -> setting rc=12 for this import portion
    sap_dext called with msgnr 1:
    db call info -
    function:   db_xrtab
    fcode:      RT_MI_LOAD
    tabname:    ECSCR_DATA
    len (char): 106
    key:        EC_TEST_DATA                  00000000P10                           IECATTDEFAULT
    retcode:    1
    SQL error -904 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -904, ER
    import portion 009158 - 018411 not imported because the child processes died for unknown reason
    import portion 018412 - 018527 not imported because the child processes died for unknown reason
    import portion 018528 - 999999 not imported because the child processes died for unknown reason
    sap_dext called with msgnr 1:
    db call info -
    function:   db_xrtab
    fcode:      RT_MI_LOAD
    tabname:    ECSCR_DATA
    len (char): 106
    key:        EC_TEST_DATA                  00000000P10                           IECATTDEFAULT
    retcode:    1
    SQL error -904 accessing  : [IBM][CLI Driver][DB2] DSNT408I SQLCODE = -904, ER
    Main import
    End date and time : 20100909034914
    Ended with return code:  ===> 12 <===
         |   ######################################                     
    Thanks and Regards,
    Sankar
    SAP BASIS Consultant

    Hi,
    Thanks for you reply. I restarted import but no luck still. I activated some object also not working. when i call SPAM it is not going to the SPAM pager. Showing dump...
    Runtime Errors         CALL_FUNCTION_NOT_FOUND
    Except.                CX_SY_DYN_CALL_ILLEGAL_FUNC
    Date and Time          10.09.2010 09:41:37
    Short text
         Function module "POSS_UIREQ_OPT_SUBMIT" not found.
    What happened?
         The function module "POSS_UIREQ_OPT_SUBMIT" is called,
         but cannot be found in the library.
         Error in the ABAP Application Program
         The current ABAP program "SAPLSTXC" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was
          not caught in
         procedure "OPEN_FORM" "(FUNCTION)", nor was it propagated by a RAISING clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
         The reason for the exception is:
         The program "SAPLSTXC" contains the CALL FUNCTION statement.
         The name of the function module to be called is "POSS_UIREQ_OPT_SUBMIT".
         No function module exists with the name "POSS_UIREQ_OPT_SUBMIT".
         All function modules are listed in the Function Library (SE37).
    Possible reasons:
    a) Wrong name specified. Pay particular attenti
        upper/lower case and underscores ("_").
        or
    b) Transport error
    c) In the case of an enqueue/dequeue module,
        the lock object may not have been activated
        (ABAP/4 Dictionary).
    When i tried to check function module it is not there..
    Could you please help on this?
    Regards,
    Sankar Basis Consultant

Maybe you are looking for

  • Multiple computer users sharing one library...second user doesn't show library

    I have a XP machine set up with 3 users.  On the master user, I installed Ituens and changed the library location to an external hard drive (for space reasons).  I closed Itunes, switched users, opened Itunes and pointed the library to the same share

  • Can't get Audigy 4 to record audio with Cubase SX

    I'm trying to record at home with a mic, Audigy 4 (non-pro) and Cubase 3 SX. Mic is pluged without preamp or mixer directly in the mic (not LineIn). I have choosen the Creative ASIO Driver in Cubase. My 2 Problems are: 1. I always here the mic direct

  • How to Set Video Dimension

    I have on the general tab a DV Playback or Playback for Windows and Im not for sure on how to set the Dimensions this is related to the Scaling Video thread.

  • Frame size doesn't match

    I'm working on an animated project...doing the animation in Flash and then doing various effects and editing in Premiere Pro CS3.  I've been rendering my scenes out of flash as PNG sequences, and then bringing them into Premiere...and so far it seems

  • Wireless without airport (securing the network) please tell me how!

    What I have: 1. Apple eMac 1.42 Ghz G4 / 1 GB ram (hard wired to belkin wireless g router) 2. Apple iMac 400 Mhz G3 / 768 MB ram (hard wired to belkin wireless g router) 3. Compaq EVO N610c Laptop 2.0 Ghz M4 / 1GB ram Built in wireless card 4. Belkin