Modify custom BOR after an upgrade release

Hi to all,
after an upgrade release (4.6C to ECC 6.0), i want to delete a parameter from a method in the custom BOR object.
The BOR is tied to the relase 46C and not to ECC 6.0, how can i delete the parameter from method?
Thanks a lot!
Umberto
Message was edited by:
        Umberto Panico

In an initial task (before any of the 2 or 3 steps in SU25) you should verify that the system's SU24 data is in sync (Do not run step 1!). Release all transports relating to it through and if need be synchronize them manually after consolidating what is correct. Also check in tcode AUTH_SWITCH_OBJECTS whether anything is globally OFF or inconsistent in the landscape. Believe me... these steps are worth while to do!
After step 2 (be carefull in 2b if you have made many changes! Do not mass accept the "SAP file" otherwise your job in 2C will be hell...) you should run step 3 to transport the new entries through the landscape.
This will also transport PRGN_STAT to let the other systems know that PFCG was upgraded and TCODE_MOD so that if you do happen to have other roles being maintained in QAS or even TEST then they can be upgraded there as well  - because they will only exist there usually.
Do NOT run SU25 steps in QAS or PROD. You do not need to and this will very easily toast your roles, check indicators or turn everything red all over again...
Cheers,
Julius
Edited by: Julius Bussche on Sep 28, 2010 10:52 PM
(Do not run step 1!) added, just incase some basis admins find this thread

Similar Messages

  • Update Customized LKM after patch upgrade

    We currently have over 100 interfaces that use a customized version of a default LKM,CKM and IKM. We are going to implement a patch upgrade over the weekend which includes new versions of the LKM,CKM and IKM. How do we apply the new versions to the 100 interfaces?
    The customization that we had done was to modify the some of the options. When we receive a new version how do we apply the new KM with the customized options to all the interfaces?
    Thank you in advance.

    Best paractise is always to dulicate then modify the new KM, not to modify the original KMs. This allows you to deal with the issues which arise when new KMs are released which contain new functionality you'd like to get.
    I suggest that your best approach is to import the new KMs, modify them with your changes, then export them. Next do an IMPORT REPLACE on your KMs with the modified version of the new ones. Now all you have to do is to re-generate the interfaces which use the KMs.

  • Unable to modify skin settings after project upgrade from Cp3 to Cp5

    Folks, just got the full upgrade from Cp3 to Cp5 (not a trial version and Cp3 is wiped out and there's no going back). One of the first snags I'm finding is that when I wanted to publish, I cannot modify my skin settings. Before in Cp3 I had a saved my skin settings as a named profile, which is what you see in the attached image. However, the skin profile is no longer a link so I cannot click and modify it.
    Has anyone else experienced this and found a workaround?
    Thanks, community!

    OK, perhaps I found the answer... and the problem was due to my own unfamiliarity with Captivate 5 (or over-familiarity with Captivate 3).
    Basically, the skin editor is now accessed by Window > Skin Editor (or Shift + F11). So, it appears that the difference is that now from the publish dialog box there is not a hyperlink to the skin editor as there was in Cp3. That's fine by me as long as I can get to it!

  • Custom theme changes are not reflecting after SP upgrade in Portal 7.3

    Hi,
    I am facing issue with a custom theme after the upgrade of Portal 7.3 from SP7 to SP12.
    The landscape has the integration of Web Dynpro ABAP components in Portal. The custom font color set for the field name is not reflecting, instead it show the font color in blank.
    Looking for your inputs.
    Thanks, Ansar

    Hi Priya,
    You need to Implement the following SNOTE's for these changes.
    Union Budget 2015: As per Finance Bill 2015, the Government has implemented amendments to existing sections and introduced new sections in the Income Tax Act. Changes have been made in the following topics:
    Tax Surcharge Rate
    Increase in Conveyance Allowance
    Section 80
    Sukanya Samriddhi Scheme: The Government has launched this new deposit scheme for the minor girl child. This is a savings scheme that can be opened by the natural (biological) or legal guardian of a girl child aged below 10 years. Related Notes:
    2139208 - Union Budget Changes – 2015
    2138605 - Sec80C: Sukanya Samriddhi Scheme
    Upcoming Developments:
    PF Admin Charges Revision
    Professional Tax for Mizoram & Nagaland states
    Average Rate of Tax
    Regards,
    Venkat Polisetty

  • Customer exit is not functioning after ECC upgrade/support package

    It seems our customer exit is not functioning after ECC upgrade/support package. I tried to activate the project again, no use. please help. Thanks! (see below for the enhancement info)
    COZF0002 Change purchase req. for externally procured component
    EXIT_SAPLCOZF_002
    INCLUDE ZXCOZU02
    *&  Include           ZXCOZU02
    CONSTANTS: lcc_eban(25)   TYPE c VALUE '(SAPLCOBC)EBAN'.
    FIELD-SYMBOLS: <fs_eban>   TYPE eban.
    DATA: l_fkstl TYPE prps-fkstl.
    Move values from the LUW to the Internal Table
    ASSIGN (lcc_eban) TO <fs_eban>.
    If the field symbol is "NOT' empty then proceed
    IF ( <fs_eban> IS ASSIGNED ).
    if WBS work order, get cost center from PRPS
      IF ( caufvd_imp-auart = 'ZM05' ).
        SELECT SINGLE fkstl INTO l_fkstl FROM prps
          WHERE pspnr = caufvd_imp-pspel.
        IF ( sy-subrc = 0 ).
          WRITE l_fkstl TO <fs_eban>-zzfistl.
        ENDIF.
    if not WBS WO, move cost center minus leading zeros to funds center
      ELSE.
        WRITE caufvd_imp-kostl TO <fs_eban>-zzfistl.
      ENDIF.
    ENDIF.

    Did you mean set a break point in the follow code?(Include ZXCOZU02), I tried set a break point in this code, but It didn't stop .
    *& Include ZXCOZU02
    CONSTANTS: lcc_eban(25) TYPE c VALUE '(SAPLCOBC)EBAN'.
    FIELD-SYMBOLS: <fs_eban> TYPE eban.
    DATA: l_fkstl TYPE prps-fkstl.
    Move values from the LUW to the Internal Table
    ASSIGN (lcc_eban) TO <fs_eban>.
    If the field symbol is "NOT' empty then proceed
    IF ( <fs_eban> IS ASSIGNED ).
    if WBS work order, get cost center from PRPS
    IF ( caufvd_imp-auart = 'ZM05' ).
    SELECT SINGLE fkstl INTO l_fkstl FROM prps
    WHERE pspnr = caufvd_imp-pspel.
    IF ( sy-subrc = 0 ).
    WRITE l_fkstl TO <fs_eban>-zzfistl.
    ENDIF.
    if not WBS WO, move cost center minus leading zeros to funds center
    ELSE.
    WRITE caufvd_imp-kostl TO <fs_eban>-zzfistl.
    ENDIF.
    ENDIF.

  • Discoverer Reports does not work in Multi-org Environment after R12 Upgrade

    Discoverer Reports does not work in Multi-org Environment after R12 Upgrade. Created a simple report using the below query:
    SELECT po_header_id, segment1, type_lookup_code
    FROM po_headers
    WHERE segment1 = '5000002'
    Query works perfectly fine; when i set the ORG_CONTEXT in the database using the command:
    EXEC mo_global.set_policy_context('S',129)
    But the report doesn't fetch any data when ran from an Org based responsibility. We've ensured that the MO: Operting Unit is set accurately and general Oracle reports (PLSQL Program OR XML Publisher) are working perfectly fine.
    ===========
    I followed the steps provided in Metalink Note: 732826.1 - It works for some responsibilities where the MO: Security Profile is not set; but fails for those responsibilities where the MO: Security Profile is set.
    I am looking for specific solution that works irrespective of either the MO: Operating Unit profile is set of not.
    Please suggest. Appreciate your response.
    Thanks,
    Kesava Chunduri

    Hi Hussein,
    Thanks for the quick response.
    Yes, I've gone thru both the notes specified below:
    Discoverer Workbooks Based On Organization Enabled Views Are Not Populated [ID 1293438.1]
    - Tried this option; but this option is messing up a couple of Oracle Standard Functionalities.
    - For ex: If i set this profile option; we are not able to create any receipts using Custom Responsibilities.
    I am able to create the receipt, when i remove this profile option.
    No Data Shows for Reports in Discoverer 10g with Applications Release 12 [ID 1054380.1]
    - I see that the products i am running these reports from AR/GL - already exists in these tables.
    Anything other options??
    Thanks,
    Kesava

  • IP Phone 7921 / 7925 roaming issues after WLC upgrade from Version 7.2 to 7.3 and / or 7.4

    Hi,
    We have a customer which is using a Cisco WLC 5508 and 3502I APs. As he used the 7.2.103 release, There were no issues with VoWLAN. Now he needed new APs and ordered the 2602I. To use them he needed to upgrade the WLC to a 7.3 or later release. After the upgrade, he now encounters problems while roaming with the phones. The phones were tested with FW 1.4.1, 1.4.2 and 1.4.3.
    Configuration is set according to wireless voice design guides (VoWLAN DG 4.1, 7921 Deployment Guide). A Cisco TAC is also in progress, but they seem to be uncertain whether it is a wireless or CUCM issue, but I don't see a reason why it should be the CUCM when the only thing changed is the WLC Software Version.
    Is there anybody who is aware of such issues and can offer help?
    Thank you in advance.
    Best regards,
    Patrick

    Hi,
    we had a TAC ticket open with this customer and after some time, the TAC gave us the advise to use this release and the problems are now solved.
    So for others having the same issue: If you only need to support the 2600 APs, stay with the latest 7.2 release as there are some issues with the 7.3 and 7.4 release. If the customer requires HA, AVC or any of the new features + wireless voice, be very careful as it seems that the newer releases are having problems with that. I hope that Cisco will fix this very soon.
    regards,
    Patrick

  • TX Power Levels are low after WLC upgrade to 7.0.98.0

    I recently upgraded our WLC 4404 to release 7.0.98.0.  The process was very smooth with no
    issues.  The controller manages access points in two buildings. Prior to the upgrade the access points were maintaining high TX power levels...typically between 1 and 3.  After the upgrade the power levels all droped to 6 and 8.  I have confirmed that the correct external antenas have been set for each access point.  I have not done a site survey to see if the lower power levels are acceptable.  But the environment has been very consistent for the past year with regards to TX power levels.  For the time being I have manually set a power level of 2 to prevent any service outages. Is there any explanation as to why the power levels have changed so drastically?

    My customer is having a simlar problem with 2106 controller and 1131 AG access point.
    After I upgrade the controller for 7.0.98.218, the access points was setting automaticly by controller with power level "0".
    When its happening I see the follwing logs
    Thu Dec 15 12:19:15 2011 AP's Interface:1(802.11a) Operation State Down: Base Radio MAC:00:3a:98:19:e7:c0 Cause=Heartbeat Timeout Status:NA
    70 Thu Dec 15 12:19:15 2011 AP's Interface:0(802.11b) Operation State Down: Base Radio MAC:00:3a:98:19:e7:c0 Cause=Heartbeat Timeout Status:NA
    Can You help me?
    thanks, Murilo

  • Statistics gather after 10g upgrade

    I am on apps 11.5.10.2, database has been recently upgraded from 9.2.0.6 to 10.2.0.4. I used to periodically use GATHER SCHEMA STATISTICS (ALL SCHEMA), in the previous release of db.
    What should be practiced after the upgrade? There are some custom schemas for third party tool. Does gather schema statistics concurrent program gather statistics for all the schema?
    Thanks
    SA

    user593719 wrote:
    Hussein,
    To register a custom schema, I have to go thru the series of steps like registering application, creating a TOP etc., right? What if my custom application is in some other windows server and only schema is in the apps database? Do we need still follow the same steps?
    Regards,
    SAI am not sure why you have this custom schema in this Apps database. If your custom schema has nothing to do with Apps, you would be better off creating a separate instance for this custom app. You could then use the automatic stats gathering mechanism in 10g to gather stats for this custom schema app.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/stats.htm#i41282
    HTH
    Srini

  • SU25 after an upgrade - should you complete step 3?

    Excerpt I found that helped somewhat
    You must perform the following steps after an upgrade, if you were already using the profile generator before the upgrade.
    u2022 Choose steps 2A to 2C if you made a large number of modifications in transaction SU24 in the last release. Step 1 (Initial Filling of Customer Tables) should only be executed in transaction SU25 if you made no changes in transaction SU24 in the previous release. The system overwrites tables USOBT_C and USOBX_C (Customer u2013 or our custom objects) when it executes step 1, and the values that you maintained in the last release are lost. In steps 2A and 2B, a synchronization procedure is performed.
    My question is about transporting in Step 3, exactly what does it transport, I believe these two are a given
    USOBT_C
    USOBX_C
    but our BASIS person thinks these may go as well
    PRGN_STAT
    TCODE_MOD
    Do we want to create a transport in DEV and move to QA/PROD, or just run the steps 2A to 2C manually in QA/PROD?
    What is best practice? thanks

    In an initial task (before any of the 2 or 3 steps in SU25) you should verify that the system's SU24 data is in sync (Do not run step 1!). Release all transports relating to it through and if need be synchronize them manually after consolidating what is correct. Also check in tcode AUTH_SWITCH_OBJECTS whether anything is globally OFF or inconsistent in the landscape. Believe me... these steps are worth while to do!
    After step 2 (be carefull in 2b if you have made many changes! Do not mass accept the "SAP file" otherwise your job in 2C will be hell...) you should run step 3 to transport the new entries through the landscape.
    This will also transport PRGN_STAT to let the other systems know that PFCG was upgraded and TCODE_MOD so that if you do happen to have other roles being maintained in QAS or even TEST then they can be upgraded there as well  - because they will only exist there usually.
    Do NOT run SU25 steps in QAS or PROD. You do not need to and this will very easily toast your roles, check indicators or turn everything red all over again...
    Cheers,
    Julius
    Edited by: Julius Bussche on Sep 28, 2010 10:52 PM
    (Do not run step 1!) added, just incase some basis admins find this thread

  • Dp lib version mismatch-After kernel upgrade

    Hi All,
    After kernel upgrade from 700 162 to 179 all the workprocess are not coming up i am getting the below error:
    Full qualified hostname = XXXXXX.saipc.XXX.com
    ***LOG Q0Z=> DpSysAdmExtCreate, bad version (lib=241000 krn=239000) [dpxxtool2.c  681]
    LOCATION    SAP-Gateway on host XXXXXXX / sapgw01
    ERROR       dp lib version mismatch, please check installation
    TIME        Mon Oct 20 00:33:37 2008
    RELEASE     700
    COMPONENT   DP
    VERSION     241000
    RC          -9999
    MODULE      dpxxtool2.c
    LINE        688
    DETAIL      version of external and kernel dp lib mismatch (ext lib
                 version is 241000 / kernel lib version is 239000)
    COUNTER     1
    ERROR => DpIPCInit2: DpSysAdmExtCreate [dpxxtool2.c  369]
    ***LOG S0V=> GwStopGateway, gateway stopped () [gwxxrd.c     14652]
    XXXXXXXXX:ts2adm 30% pg sapcpe.log
    ================ >>> main =======================
    INFO:    sapcpe version: @(#) $Id: //bas/700_REL/src/ccm/sapstart/sapxxcpe.c#18 $ SAP
    =================================================
    INFO:    Try to find file table sapcpeft (default:sapcpeft)
    INFO:    Try to find file table in the central directory /usr/sap/TS2/SYS/exe/ctrun/sapcpeft
    INFO:    not found any file table.
    =================================================
    Update Local Programs (dir-sync + file-path + ln)
    =================================================
    Starting at 2008/10/20 00:33:34
    ERROR:   can't change to central Executable-Dir /usr/sap/TS2/SYS/exe/ctrun (No such file or directory) [sapxxcpe.c:1488]
    Mon Oct 20 00:50:19 2008
    ERROR => gateway (pid 24413) died [dpxxdisp.c   16063]
    DpGwCheck: appc_adm.stat = 2
    DP_FATAL_ERROR => Gateway could not be started - I better exit now
    please help in solving this problem
    Thanks
    Giridhar
    Edited by: giridhar n on Oct 20, 2008 12:47 PM

    Hi,
    We faced an issue with workprocesses which are not coming up after the kernel(700) upgrade from patch 162 to 179. below are the error logs:
    Error Log
    (XXXXXXXXX is the hostname)
    Dev_W1:
    XXXXXXXXX:ts2adm 9% more dev_w1.old
    trc file: "dev_w1", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ
    M sysno      01
    M sid        TS2
    M systemid   370 (Solaris on SPARCV9 CPU)
    M relno      7000
    M patchlevel 0
    M patchno    162
    M intno      20050900
    M make:      single threaded, Unicode, 64 bit, optimized
    M pid        3867
    M
    M
    M Mon Oct 20 03:59:26 2008
    M  kernel runs with dp version 239000(ext=110000) (-(#) DPLIB-INT-VERSION-239000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q01=> ThInit, WPStart (Workproc 1 1 3867) [thxxhead.c   1281]
    M  ThInit: running on host XXXXXXXXX
    M  calling db_connect ...
    C  Oracle Client Version: '10.2.0.2.0'
    C
    C Mon Oct 20 03:59:27 2008
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPTS2's password
    C  Connecting as /-TS2 on connection 0 (nls_hdl 0) ... (dbsl 700 030508)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1 0x106eea0c0 0x106ef1b80 0x106f02318
    C  Attaching to DB Server TS2 (con_hdl=0,svchp=0x106f02248,srvhp=0x106f04598)
    C  Starting user session (con_hdl=0,svchp=0x106f02248,srvhp=0x106f04598,usrhp=0x106ef2398)
    C  Now '/-TS2' is connected: con_hdl=0, nls_hdl=0, session_id=475.
    C  Got SAPTS2's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Closing user session (con_hdl=0,svchp=0x106f02248,usrhp=0x106ef2398)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPTS2/<pwd>-TS2 on connection 0 (nls_hdl 0) ... (dbsl 700 030508)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1 0x106eea0c0 0x106ef1b80 0x106f02318
    C  Starting user session (con_hdl=0,svchp=0x106f02248,srvhp=0x106f04598,usrhp=0x106ef2398)
    C  Now 'SAPTS2/<pwd>-TS2' is connected: con_hdl=0, nls_hdl=0, session_id=475.
    C  Database NLS settings: AMERICAN_AMERICA.UTF8
    C  DB instance TS2 is running on XXXXXXXXX with ORACLE version 10.2.0.2.0 since OCT 20, 2008, 03:49:47
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20081020 035926 XXXXXXXXX
    C  build_stmt: reallocating stmt buffer: 256 -> 2000 characters
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,
    .sar,.gif
    I
    I Mon Oct 20 03:59:30 2008
    I  MtxInit: 1 0 0
    M  SHM_PRES_BUF                 (addr: 0xffffffff64c00000, size: 20000768)
    M  SHM_ROLL_AREA                (addr: 0xfffffffe40000000, size: 268435456)
    M  SHM_PAGING_AREA              (addr: 0xfffffffe36000000, size: 134217728)
    M  SHM_ROLL_ADM                 (addr: 0xffffffff7597a000, size: 3715586)
    M  SHM_PAGING_ADM               (addr: 0xffffffff79a00000, size: 656416)
    M  ThCreateNoBuffer             allocated 572152 bytes for 1000 entries at 0xfffffffe2c004000
    M  ThCreateNoBuffer             index size: 3000 elems
    M  ThCreateVBAdm                allocated 12176 bytes (50 server) at 0xffffffff7a900000
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 1 initializing ....
    X  Using implementation std
    X  <ES> Info: use normal pages (no huge table support available)
    X  ES initialized.
    B  dbntab: NTAB buffers attached
    B  dbntab: Buffer FTAB(hash header)  (addr: 0xfffffffe2c092088, size: 576)
    B  dbntab: Buffer FTAB(anchor array) (addr: 0xfffffffe2c0922c8, size: 798968)
    B  dbntab: Buffer FTAB(item array)   (addr: 0xfffffffe2c1553c0, size: 3195648)
    B  dbntab: Buffer FTAB(data area)    (addr: 0xfffffffe2c4616c0, size: 30740480)
    B  dbntab: Buffer IREC(hash header)  (addr: 0xfffffffe2e1b6088, size: 576)
    B  dbntab: Buffer IREC(anchor array) (addr: 0xfffffffe2e1b62c8, size: 798968)
    B  dbntab: Buffer IREC(item array)   (addr: 0xfffffffe2e2793c0, size: 798912)
    B  dbntab: Buffer IREC(data area)    (addr: 0xfffffffe2e33c480, size: 6148096)
    B  dbntab: Buffer STAB(hash header)  (addr: 0xfffffffe2e91c088, size: 576)
    B  dbntab: Buffer STAB(anchor array) (addr: 0xfffffffe2e91c2c8, size: 798968)
    B  dbntab: Buffer STAB(item array)   (addr: 0xfffffffe2e9df3c0, size: 798912)
    B  dbntab: Buffer STAB(data area)    (addr: 0xfffffffe2eaa2480, size: 3072000)
    B  dbntab: Buffer TTAB(hash header)  (addr: 0xfffffffe2ed94088, size: 3072)
    B  dbntab: Buffer TTAB(anchor array) (addr: 0xfffffffe2ed94c88, size: 798968)
    B  dbntab: Buffer TTAB(item array)   (addr: 0xfffffffe2ee57d80, size: 1997280)
    B  dbntab: Buffer TTAB(data area)    (addr: 0xfffffffe2f03f760, size: 14580144)
    B  db_con_shm_ini:  WP_ID = 1, WP_CNT = 24, CON_ID = -1
    B  dbstat: TABSTAT buffer attached (addr: 0xfffffffe28012008)
    B  dbtbxbuf: Buffer TABL  (addr: 0xfffffffe24000100, size: 60000256, end: 0xfffffffe27938900)
    B  dbtbxbuf: Buffer TABLP (addr: 0xfffffffe20000100, size: 40960000, end: 0xfffffffe22710100)
    B  dbexpbuf: Buffer EIBUF (addr: 0xffffffff5d800108, size: 4194304, end: 0xffffffff5dc00108)
    B  dbexpbuf: Buffer ESM   (addr: 0xfffffffe5f800108, size: 4194304, end: 0xfffffffe5fc00108)
    B  dbexpbuf: Buffer CUA   (addr: 0xfffffffe2fe30108, size: 5120000, end: 0xfffffffe30312108)
    B  dbexpbuf: Buffer OTR   (addr: 0xfffffffe59800108, size: 4194304, end: 0xfffffffe59c00108)
    B  dbcalbuf: Buffer CALE  (addr: 0xffffffff75d08000, size: 500000, end: 0xffffffff75d82120)
    I  *** ERROR => ShmProtect(62,3) shmat(268435641,0x0xfffffffe5a000000,(SHM_RND | 0)) (22: Invalid argument) [shmux.c      2782]
    I  *** ERROR => ShmCreate: ShmProtect( 62, 3) failed [shmux.c      1359]
    I  *** ERROR => ShmCreate( ATTACH 62, 86228824) failed 1 [mpixx.c      855]
    M  *** ERROR => DpInitMpi: MpiInit failed (1) [dpxxtool2.c  5064]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: DpInitMpi (step 1, th_errno 17, action 3, level 1) [thxxhead.c   10506]
    M
    M  Info for wp 1
    M
    M    pid = 3867
    M    severity = 0
    M    status = 0
    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source =
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M    mode_cleaned_counter = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM
    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >SAP-Trace buffer write< for event BEFORE_DUMP
    M  TrThHookFunc: called for WP dump
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   724]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    B  dbtbxbuf: Saving TBX statistics:
    B  dbtbxbuf: 0 object entries written.
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 1 3867) [dpuxtool.c   269]
    dev_icm:
    trc file: "dev_icm", trc level: 1, release: "700"
    sysno      01
    sid        TS2
    systemid   370 (Solaris on SPARCV9 CPU)
    relno      7000
    patchlevel 0
    patchno    177
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        3865
    [Thr  1] started security log to file dev_icm_sec
    [Thr  1] ICM running on: XXXXXXXXX.saipc.XXX.com
    [Thr  1] MtxInit: 30001 0 2
    [Thr  1] IcmInit: listening to admin port: 64999
    [Thr  1] ***LOG Q0Z=> DpSysAdmExtCreate, bad version (lib=241000 krn=239000) [dpxxtool2_mt 681]
    [Thr  1]
    [Thr  1] *  LOCATION    ICM runing on host XXXXXXXXX
    [Thr  1] *  ERROR       dp lib version mismatch, please check installation
    [Thr  1] *
    TIME        Mon Oct 20 03:59:28 2008
    [Thr  1] *  RELEASE     700
    [Thr  1] *  COMPONENT   DP
    [Thr  1] *  VERSION     241000
    [Thr  1] *  RC          -9999
    [Thr  1] *  MODULE      dpxxtool2_mt.c
    [Thr  1] *  LINE        688
    [Thr  1] *  DETAIL      version of external and kernel dp lib mismatch (ext lib
                 version is 241000 / kernel lib version is 239000)
    [Thr  1] *  COUNTER     3
    [Thr  1] *
    [Thr  1] *****************************************************************************
    [Thr  1] *** ERROR => DpIPCInit2: DpSysAdmExtCreate [dpxxtool2_mt 369]
    [Thr  1] *** ERROR => IcmInit: IcmIPCInit failed (rc=-9999) [icxxman_mt.c 1741]
    [Thr  1] *** ICM shutdown completed (pid: 3865) ***
    dev_ms:
    trc file: "dev_ms", trc level: 1, release: "700"
    [Thr  1] Mon Oct 20 03:59:24 2008
    [Thr  1] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   370 (Solaris on SPARCV9 CPU)
    relno      7000
    patchlevel 0
    patchno    145
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        3853
    [Thr  1] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 3853) [msxxserv_mt. 1834]
    [Thr  1] SigISetDefaultAction : default handling for signal 18
    [Thr  1] load acl file = /usr/sap/TS2/SYS/global/ms_acl_info
    [Thr  1] MsGetOwnIpAddr: my host addresses are :
    [Thr  1]   1 : [148.92.31.49] XXXXXXXXX (HOSTNAME)
    [Thr  1]   2 : [127.0.0.1] localhost (LOCALHOST)
    [Thr  1]   3 : [148.92.31.157] XXXXXXXXX-maint (NILIST)
    [Thr  1]   4 : [10.220.6.72] XXXXXXXXX-bkup (NILIST)
    [Thr  1] MsHttpInit: full qualified hostname = XXXXXXXXX.saipc.XXX.com
    [Thr  1] HTTP logging is switch off
    [Thr  1] MsHttpOwnDomain: own domain[1] = saipc.XXX.com
    [Thr  1] ms/icf_info_server : deleted
    [Thr  1] *** I listen to port sapmsTS2 (3601) ***
    [Thr  1] *** I listen to internal port 3901 (3901) ***
    [Thr  1] CUSTOMER KEY: >C0395101982<
    [Thr  1] Mon Oct 20 04:01:28 2008
    [Thr  1] *** ERROR => MsSClientHandle: no server provides service ENQ  (4), requested from XXXXXXXXX_TS2_01 [msxxserv_mt. 4687]
    [Thr  1] Mon Oct 20 04:05:07 2008
    [Thr  1] MsSExit: received SIGINT (2)
    [Thr  1] ***LOG Q02=> MsSHalt, MSStop (Msg Server 3853) [msxxserv_mt. 5998]
    dev_rd:
    trc file: "dev_rd", trc level: 1, release: "700"
    Mon Oct 20 03:59:26 2008
    ***LOG S00=> GwInitReader, gateway started ( 3864) [gwxxrd.c     1757]
    systemid   370 (Solaris on SPARCV9 CPU)
    relno      7000
    patchlevel 0
    patchno    176
    intno      20050900
    make:      single threaded, Unicode, 64 bit, optimized
    pid        3864
    gateway runs with dp version 241000(ext=110000) (-(#) DPLIB-INT-VERSION-241000-UC)
    gateway (version=700.2008.06.23)
    gw/local_addr : 0.0.0.0
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    Mon Oct 20 03:59:27 2008
    CCMS: Checking Downtime Configuration of Monitoring Segment.
    Bind service sapgw01 (socket) to port 3301
    GwPrintMyHostAddr: my host addresses are :
      1 : [148.92.31.49] XXXXXXXXX (HOSTNAME)
      2 : [127.0.0.1] localhost (LOCALHOST)
      3 : [148.92.31.157] XXXXXXXXX-maint (NILIST)
      4 : [10.220.6.72] XXXXXXXXX-bkup (NILIST)
    Full qualified hostname = XXXXXXXXX.saipc.XXX.com
    ***LOG Q0Z=> DpSysAdmExtCreate, bad version (lib=241000 krn=239000) [dpxxtool2.c  681]
    LOCATION    SAP-Gateway on host XXXXXXXXX / sapgw01
    ERROR       dp lib version mismatch, please check installation
    TIME        Mon Oct 20 03:59:27 2008
    RELEASE     700
    COMPONENT   DP
    VERSION     241000
    RC          -9999
    MODULE      dpxxtool2.c
    LINE        688
    DETAIL      version of external and kernel dp lib mismatch (ext lib
                 version is 241000 / kernel lib version is 239000)
    COUNTER     1
    ERROR => DpIPCInit2: DpSysAdmExtCreate [dpxxtool2.c  369]
    ***LOG S0V=> GwStopGateway, gateway stopped () [gwxxrd.c     14652]
    dev_rfc24:
    Trace file opened at 20081020 031506 EDT SAP-REL 700,0,162 RFC-VER U 3 985555
    ======> User is locked. Please notify the person responsible
    ABAP Programm: SAPLTMSC (Transaction: )
    Called function module: TMS_CI_START_SERVICE
    User: DDIC (Client: 015)
    Destination: TMSADM-TS2.DOMAIN_DV2 (handle: 2, 11671309, {48FC3006-2FF4-60E5-E100-0000945C1F31})
    dev_disp
    trc file: "dev_disp.new", trc level: 1, release: "700"
    sysno      01
    sid        TS2
    systemid   370 (Solaris on SPARCV9 CPU)
    relno      7000
    patchlevel 0
    patchno    162
    intno      20050900
    make:      single threaded, Unicode, 64 bit, optimized
    pid        3854
    Mon Oct 20 03:59:25 2008
    kernel runs with dp version 239000(ext=110000) (-(#) DPLIB-INT-VERSION-239000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 3854) [dpxxdisp.c   1257]
            shared lib "dw_xml.so" version 162 successfully loaded
            shared lib "dw_xtc.so" version 162 successfully loaded
            shared lib "dw_stl.so" version 162 successfully loaded
            shared lib "dw_gui.so" version 162 successfully loaded
            shared lib "dw_mdm.so" version 162 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3901
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >XXXXXXXXX_TS2_01                         <
    DpShMCreate: sizeof(wp_adm)             42240   (1760)
    DpShMCreate: sizeof(tm_adm)             150350080       (30064)
    DpShMCreate: sizeof(wp_ca_adm)          31232   (104)
    DpShMCreate: sizeof(appc_ca_adm)        208000  (104)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/548056/548064
    DpShMCreate: sizeof(comm_adm)           548064  (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0       (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)           0       (72)
    DpShMCreate: sizeof(vmc_adm)            0       (2080)
    DpShMCreate: sizeof(wall_adm)           (1000056/862328/88/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY             (addr: 0xffffffff66000000, size: 153051096)
    DpShMCreate: allocated sys_adm at 0xffffffff66000000
    DpShMCreate: allocated wp_adm at 0xffffffff66002218
    DpShMCreate: allocated tm_adm_list at 0xffffffff6600c718
    DpShMCreate: allocated tm_adm at 0xffffffff6600c778
    DpShMCreate: allocated wp_ca_adm at 0xffffffff6ef6f078
    DpShMCreate: allocated appc_ca_adm at 0xffffffff6ef76a78
    DpShMCreate: allocated comm_adm at 0xffffffff6efa96f8
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 0xffffffff6f02f3d8
    DpShMCreate: allocated gw_adm at 0xffffffff6f02f458
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 0xffffffff6f02f488
    DpShMCreate: allocated wall_adm at 0xffffffff6f02f490
    Mon Oct 20 03:59:26 2008
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    rdisp/queue_size_check_value :  -> off
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation std
    <ES> Info: use normal pages (no huge table support available)
    EsStdUnamFileMapInit: ES base = 0x0xfffffffe60000000
    EsStdInit: Extended Memory 4048 MB allocated
    <ES> 4047 blocks reserved for free list.
    ES initialized.
    Mon Oct 20 03:59:31 2008
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1659]
    ***LOG Q0K=> DpMsAttach, mscon ( XXXXXXXXX) [dpxxdisp.c   12153]
    DpStartStopMsg: send start message (myname is >XXXXXXXXX_TS2_01                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    ERROR => DpWPCheck: W0 (pid 3866) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3866) exited with exit code 255
    my types changed after wp death/restart 0xbf --> 0xbd
    ERROR => DpWPCheck: W1 (pid 3867) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3867) exited with exit code 255
    ERROR => DpWPCheck: W2 (pid 3868) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3868) exited with exit code 255
    ERROR => DpWPCheck: W4 (pid 3870) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3870) exited with exit code 255
    ERROR => DpWPCheck: W5 (pid 3871) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3871) exited with exit code 255
    ERROR => DpWPCheck: W6 (pid 3872) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3872) exited with exit code 255
    ERROR => DpWPCheck: W7 (pid 3873) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3873) exited with exit code 255
    ERROR => DpWPCheck: W8 (pid 3874) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3874) exited with exit code 255
    ERROR => DpWPCheck: W9 (pid 3875) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3875) exited with exit code 255
    ERROR => DpWPCheck: W10 (pid 3885) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3885) exited with exit code 255
    ERROR => DpWPCheck: W11 (pid 3888) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3888) exited with exit code 255
    ERROR => DpWPCheck: W12 (pid 3890) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3890) exited with exit code 255
    ERROR => DpWPCheck: W13 (pid 3902) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3902) exited with exit code 255
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 162
    Release check o.K.
    Mon Oct 20 03:59:51 2008
    my types changed after wp death/restart 0xbd --> 0x81
    ERROR => DpWPCheck: W14 (pid 3903) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3903) exited with exit code 255
    ERROR => DpWPCheck: W15 (pid 3904) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3904) exited with exit code 255
    ERROR => DpWPCheck: W16 (pid 3905) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3905) exited with exit code 255
    ERROR => DpWPCheck: W17 (pid 3908) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3908) exited with exit code 255
    ERROR => DpWPCheck: W18 (pid 3911) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3911) exited with exit code 255
    ERROR => DpWPCheck: W19 (pid 3914) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3914) exited with exit code 255
    ERROR => DpWPCheck: W20 (pid 3915) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3915) exited with exit code 255
    ERROR => DpWPCheck: W21 (pid 3916) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3916) exited with exit code 255
    ERROR => DpWPCheck: W22 (pid 3919) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3919) exited with exit code 255
    ERROR => DpWPCheck: W23 (pid 3924) died (severity=0, status=65280) [dpxxdisp.c   15218]
    child (pid=3924) exited with exit code 255
    Mon Oct 20 04:00:11 2008
    ERROR => gateway (pid 3864) died [dpxxdisp.c   16063]
    DpGwCheck: appc_adm.stat = 2
    DP_FATAL_ERROR => Gateway could not be started - I better exit now
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    kill(3869,0) successful -> process alive
    killing W3-3869 (SIGUSR2)
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=12
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Oct 20 04:00:21 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)                        Mon Oct 20 08:00:21 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    0 DIA     3866 Ended         no      3   0        0
    1 DIA     3867 Ended         no      3   0        0
    2 DIA     3868 Ended         no      3   0        0
    3 DIA     3869 Run           yes     0   0        0
    4 DIA     3870 Ended         no      3   0        0
    5 DIA     3871 Ended         no      3   0        0
    6 DIA     3872 Ended         no      3   0        0
    7 DIA     3873 Ended         no      3   0        0
    8 DIA     3874 Ended         no      3   0        0
    9 DIA     3875 Ended         no      3   0        0
    10 UPD     3885 Ended         no      3   0        0
    11 UPD     3888 Ended         no      3   0        0
    12 UPD     3890 Ended         no      3   0        0
    13 UPD     3902 Ended         no      3   0        0
    14 ENQ     3903 Ended         no      2   0        0
    15 BTC     3904 Ended         no      2   0        0
    16 BTC     3905 Ended         no      2   0        0
    17 BTC     3908 Ended         no      2   0        0
    18 BTC     3911 Ended         no      2   0        0
    19 BTC     3914 Ended         no      2   0        0
    20 BTC     3915 Ended         no      2   0        0
    21 SPO     3916 Ended         no      2   0        0
    22 UP2     3919 Ended         no      2   0        0
    23 UP2     3924 Ended         no      2   0        0
    Dispatcher Queue Statistics                     Mon Oct 20 08:00:21 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    0
    4000
    0
    0
    --------++++--
    +
    DIA
    4
    4
    4000
    4
    0
    --------++++--
    +
    UPD
    0
    0
    4000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    4000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    4000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    4000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    4000
    0
    0
    --------++++--
    +
    max_rq_id               7
    wake_evt_udp_now        0
    wake events             total     3,  udp     2 ( 66%),  shm     1 ( 33%)
    since last update       total     3,  udp     2 ( 66%),  shm     1 ( 33%)
    Dump of tm_adm structure:                       Mon Oct 20 08:00:21 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks                   Mon Oct 20 08:00:21 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=12
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Mon Oct 20 04:00:26 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >XXXXXXXXX_TS2_01                         < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    please help me to solve this.
    Thanks
    Giridhar

  • T1000 wont boot after firmware upgrade if SCA6000 is connected

    Hi guys,
    as u may have guessed from the topic, I had a T1000 server with a sun SCA6000 crypto card mounted in the PCI slot. All worked fine until i tryed to upgrade the firmware on the server to the last available release (6.7.8 with patch 139435-06 ) . After the upgrade procedure, the system did not boot anymore. This is the console output with POST after the poweron command:
    sc> poweron -c
    Enter #. to return to ALOM.
    0:0:0>
    0:0:0>Sun Fire[TM] T1000 POST 4.30.4.a 2010/01/06 15:23
           /export/delivery/delivery/4.30/4.30.4.a/post4.30.4-micro/Niagara/erie/integrated  (root) 
    0:0:0>Copyright 2010 Sun Microsystems, Inc. All rights reserved
    0:0:0>VBSC cmp0 arg is: 0fff0fff.00000211
    0:0:0>POST enabling threads: 00000000.0fff0fff
    0:0:0>VBSC cntl arg is: 0fff0fff.00000211
    0:0:0>VBSC selecting POST MAX Testing.
    0:0:0>VBSC setting verbosity level 2
    0:0:0>Start Selftest.....
    0:0:0>Master CPU Tests Basic....Done
    0:0:0>Init MMU.....
    0:0:0>L2 Tests....Done
    0:0:0>Test Memory....Done
    0:0:0>Setup POST Mailbox ....Done
    0:0:0>Extended CPU Tests....Done
    0:0:0>Scrub Memory....Done
    0:0:0>Functional CPU Tests....Done
    0:0:0>Extended Memory Tests....Done
    0:0:0>IO-Bridge Tests....Done
    2010-06-17 17:45:02.383 0:0:0>INFO:
    2010-06-17 17:45:02.399 0:0:0>     POST Passed all devices.
    2010-06-17 17:45:02.433 0:0:0>POST:     Return to VBSC.
    2010-06-17 17:45:02.449 0:0:0>Master set ACK for vbsc runpost command and spin...
    SC Alert: Host system has shut down.
    SC Alert: Host System has Reset
    JUN 17 17:45:22 ERROR: HV Abort: <Unknown?> (217f14) - PowerDown
    SC Alert: Host system has shut down.
    sc> Guessing an hardware compatibility problem, i tried to remove the SCA6000 board and the system booted again without an hassle.
    Unluckily, I need the SCA6000, and I don't have any other server in which to mount it, so I tried to downgrade the firmware to the release I had before the upgrade:
    firmware version: 6.6.7
    patchid: 136928-05
    but the system does not boot anymore with the SCA6000 connected. I even tried an older fw release just to be sure (fw 6.6.1, patch 136928-01), with the same result.
    I did not find mention of any incompatibility in T1000 or SCA6000 documentation.
    Any help would be REALLY appreciated
    Many thanks in advance.

    Hi,
    This looks similar to the bug 6630313 :: http://sunsolve.sun.com/search/document.do?assetkey=1-1-6630313-1
    As described in the bug document, it is due to lower f/w rev. on the SCA6000 and solution is to upgrade the crypto card f/w to 1.1.0 /1.1.0 (bootstrap/operational )or later.
    Another workaround would be to install system f/w 6.2.4 or 6.2.8 which works well with crypto card f/w 1.0.4/1.0.7.
    Copying relevant part of the document for ref.
    =======================
    Work Around: The card is recognized by obp and prtdiag with firmware 6.2.4, so at this point customer is using firmware 6.2.4 as workaround.
    Customer's crypto card is currently running 1.0.4/1.0.7 bootstrap/operational firmware. Customer can upgrade the card to newer firmware such as 1.1.0/1.1.0 by moving card to a system that boots successfully such as Ontario T2000. After such upgrade, install the card back into T1000 which should boot successfully with sysfw 6.4.0, 6.5.5 or 6.5.11 posted on Sunsolve.
    Another workaround is customer can downgrade the T1000 sysfw to 6.2.8 so they can boot with the crypto card. After the T1000 is up and running with sysfw 6.2.8, customer can upgrade the crypto card fw to the latest 1.0 patch on the T1000 itself, then upgrade the T1000 sysfw to the latest
    version posted on Sunsolve. This workaround does require customer to have access to an Ontario T2000 system.
    Another workaround is customer can downgrade the T1000 sysfw to 6.2.8 so they can boot with the crypto card. After the T1000 is up and running with sysfw 6.2.8, customer can upgrade the crypto card fw to the latest 1.0 patch on the T1000 itself, then upgrade the T1000 sysfw to the latest
    version posted on Sunsolve. This workaround does not require customer to have access to an Ontario T2000 system.
    ========================
    HTH
    -Mehul

  • Help!! after I upgrade os vga card does not work with my ipad2...

    I use ipad2 my class presentations. VGA cable was fascinating to show most of ipad screens, but after I upgraded os it does not working any more.... os bugs? Please give me advices.... I need to use it this week!
    Dan

    As of Firefox 4.0 and newer one needs at least OSX 10.5+ and Intel hardware.
    The latest you can use on your Intel with OSX 10.4.11 is Firefox 3.6.25 (released recently) which can be found at http://www.mozilla.org/en-US/firefox/all-older.html
    If you were to update to say OSX 10.5.8 then you can use Firefox 9.0.1

  • Issue with list saving data after sites upgrade from sharepoint 2010 to sharepoint 2013

    Issue with list saving data after sites upgrade from sharepoint 2010 to sharepoint 2013 
    Newform.aspx of list:-
    Custom List is not saving data sometimes in the new form after 15 minutes and only blank entry record got created without saving data, even though some columns are mandatory fields?

    Hello dcakumar,
    Sounds like a strang issue. If you can reproduce this can you see some errors in the ULS logs?
    - Dennis | Netherlands | Blog |
    Twitter

  • Discussion Service is not working after the upgrade to 11.1.1.2

    Hello,
    We have built our custom webcenter application using webcenter framework 11.1.1.1, our application uses out-of-the-box webcenter services like discussions, announcements, and etc. After the upgrade to the new Patch Set 1 (11.1.1.2) the discussion service stopped authenticating the logged in users, however it works for anonymous users.
    We are still in the development phase, therefore all the registrations of webcenter services with our application don't use WS-Security. Please advice and thanks in advance .
    Best regards,
    Hasan

    Please let me know , How we can reinstall apple mail ? .
    1 . We updated OS to mavericks few machine in last december and still does't works SMTP (Out going mail) on those MAC.
    2.  After that most recently we updated OS to mavericks few machine those are working will with SMTP server .
             a)Not showing any SMTP connection in TCP trace ,
             b) Connection docter every time Says "Connecting to the server "
    3, Then we have installed thunderberd (another mail) client on maverick os, which OS related to apple mail client not woking . It seems other mail client is working well with SMTP server .
    Please help me .
    Thanks,
    Ranesh..

Maybe you are looking for

  • Problem with Flash and DW8

    here i have a problem with dw8, when using a flash file and an frameset. all links are placed into the .swf file, and the frame name is correct. however the links only got open on an new window and not in the specific frame. how do i have to link .ht

  • How do I install the Mac App Store on my OS X?

    The download is not under Software Update. Do I have the right version?

  • 128 GB limit Hard Drive - All the same but different

    I'm currently replacing a dead drive with a Western Digital Blue 500gb in a G4 2X500. The drive is only reading 128 GB. Normally the answer to the question is you need a card. My issue: I have another drive attached to a card that's reading 500 gb it

  • Fatal error with installation of je22 con. arch. beta impl.

              In step 6 it says that classpath must start with connector.jar and           welogic60J2eeConnector.jar. But if I do that then the following           fatal error occurs. But if the jar files are after weblogic_sp.jar           and weblogic

  • I erased my disk and tried to reinstall Mavericks but "installation information" not available?

    I decided to erase the disk on Macbook Pro late 2011 model and do a clean reinstall of Mavericks.  When I tried to restore the software I get an error message that says something like "installation information for this machine is not available - call