Policy Domain Root error during Policy Manager installation

I am installing Policy manager for the first time and I am getting error at Policy domain root level.
If I specify Policy Domain Root as / it gives me this error
Unable to modify the entry with DN obapp=PSC,ou=Oblix,dc=SUPPLIER,DC=GLOBAL in the directory server - Object class violation in ModifyDBEntry_ADSI()
The DN obapp=PSC,ou=Oblix,dc=SUPPLIER,DC=GLOBAL exists in the directory.
My directory is Windows 2003 standard edition SP1 active directory. I am using Oracle access manager 10.1.4
user and policy directory is the same directory supplier.global.
Forest and domain functional level is Windows 2003
My person object class is: user
i have already installed webpass and identity server on same machine.
I have removed and tried to reinstall the policy manager on the same machine and the same error.
My identity server admin console is showing three directories:
AccessManager_setup_user_profile
AccessServer_default_user_profile
default-IdentityServer_1_6022
all of the directories have these settings dynamic auxiliary is yes and directory type is microsoft active directory (using adsi) without ldap for authentication checked.
I am getting these errors in my access logs looks like the path is wrong and the files are missing but not sure from which part of setup its taking this.
2007/02/06@19:22:35.265000     3040     1848     INIT     ERROR     0x000003B6     base\oblistrwutil.cpp:145     "Could not read file"     filename^C:\Program Files\NetPoint\WebComponent\access/oblix/lang/en-us/comm_servermsg.xml     
2007/02/06@19:22:35.375000     3040     1848     INIT     ERROR     0x000003B6     base\oblistrwutil.cpp:145     "Could not read file"     filename^C:\Program Files\NetPoint\WebComponent\access/oblix/lang/en-us/sysmgmtmsg.xml     
2007/02/06@19:22:36.015000     3040     1848     INIT     ERROR     0x000003B6     base\oblistrwutil.cpp:145     "Could not read file"     filename^C:\Program Files\NetPoint\WebComponent\access/oblix/lang/en-us/policysetupldifs_msg.xml     
2007/02/06@19:22:37.843000     3040     1848     DB_RUNTIME     WARNING     0x00000007     \Oblix\coreid\np_common\db\ldap\util\ldap_util.cpp:1131     "Requested modify or add operation resulted in schema violation"     function^ModifyDBEntry()     dn^obapp=PSC,ou=Oblix,dc=SUPPLIER,DC=GLOBAL     
2007/02/06@19:22:37.843000     3040     1848     DB_RUNTIME     WARNING     0x00000504     \Oblix\coreid\np_common\db\ldap\util\ldap_util.cpp:1217     "Exception during DB runtime code"     function^ModifyDBEntry()     dn^obapp=PSC,ou=Oblix,dc=SUPPLIER,DC=GLOBAL     
2007/02/06@19:22:37.843000     3040     1848     DB_RUNTIME     WARNING     0x00000504     \Oblix\coreid\np_common\db\ldap\util\ldap_util3.cpp:837     "Exception during DB runtime code"     function^ModifyDBEntryWithDupCheck
Thanks for helping me out.
Message was edited by:
user557359

Hi,
Go to Policy domain root for Activer directory
Steps on how to resolve this are outlined there.
Rgds,
Boland

Similar Messages

  • Java-Error during Solution Manager Installation

    During the Installation at point "Prepare to install minimal configuration" I'm getting the following error message:
    An error occurred while processing option <i>SAP Solution Manager 7.1 > SAP Systems > MS SQL Server > Central System > Central System( Last error reported by the step :Assertion failed: in
    function NW_Call_Offline_CTC_ind_ind_ind_ind_SubComponentContainer_callOfflineCTC() {
        var nw = NWInstall.getSystem(context.get("sid"));
        var ctcDirFs = nw.getCI().getInstanceDir().concat("j2ee", "ctc");
        var ctcExeFile = installer.onWindows() ? "LaunchOfflinectc.bat" : "LaunchOfflinectc.sh";
        var ctcCall = ctcDirFs.concat(ctcExeFile);
        installer.writeTrace("CTC is in" + ctcCall);
        ASSERT(arguments.callee, ctcCall.isExisting(), "CTC executable cannot be found in " + ctcCall.toString());
        var pmgt = new ProcessMgt();
        var app = pmgt.createChildApplication(ctcCall, []);
        var userData = nw.getUsers().getAccountData(NWUsers.roles.SIDAdm);
        var user = (new AccountMgt()).getUser(userData.name);
        var env = pmgt.getProcessEnvironment();
        if (installer.onUnix()) {
            env.setUser(user);
        } else {
            if (installer.onOS400()) {
                env.setUser(user);
                env.setGroup(user.getPrimaryGroup());
                env.setKernelLibrary(nw.getOS4_Krnlib());
        env.setWorkingDirectory(ctcDirFs.getNode());
        var javaHome = nw.getJavaHome().toString();
        env.setEnvironmentVariable(new Property("JAVA_HOME", javaHome));
        installer.writeTrace("For the Offline CTC Call, JAVA_HOME is set to " + env.getEnvironmentVariable("JAVA_HOME"));
        app.setEnvironment(env);
        var retval = app.run([], true);
        ASSERT(arguments.callee, retval == 0, "CTC retval is not 0 but " + retval);
        installer.writeTrace("CTC has been called in Offline Mode.");
    CTC retval is not 0 but 1)
    As a JVM I'm using the version provided by SAP on DVD, JDK is ver6_26-rev_b21, JCE_policy is version 6.
    Can anyone help me here?

    WARNING 2011-12-07 13:09:36.864
    Execution of the command "C:\usr\sap\DSM\DVEBMGS00\j2ee\ctc\LaunchOfflinectc.bat" finished with return code 1. Output:
            1 file(s) copied.
    java.io.BufferedInputStream@4a4e79f1
    Dec 7, 2011 1:09:34 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Start Execution of Offline CTC TemplatInstaller
    Dec 7, 2011 1:09:34 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Looking for initial Properties in file '../../../config/usagetypes.properties'
    Dec 7, 2011 1:09:34 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Loading of initial Properties-File successful
    Dec 7, 2011 1:09:34 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Selected Usages:SolManager:SolManager Java
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    Dec 7, 2011 1:09:36 PM   ...ProviderFactory.initalize(Context)_1! [Thread[main,5,main]] Info:
    Dec 7, 2011 1:09:36 PM   ...rovider(ConfigurationProviderFactory) [Thread[main,5,main]] Info: !BrokerRegistry.register!ConfigManagerProvider
    Dec 7, 2011 1:09:36 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Path: entering 'registerExtension'
    Dec 7, 2011 1:09:36 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Info: registering extensions for 'http://www.sap.com/ctc/configurationmanager'
    Dec 7, 2011 1:09:36 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Path: entering 'registerExtension'
    Dec 7, 2011 1:09:36 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Info: registering extensions for 'http://www.sap.com/ctc/configurationmanager'
    Dec 7, 2011 1:09:36 PM   ...onControllerImpl.startUpProcessEngine [Thread[main,5,main]] Path: entering 'startUpProcessEngine'
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: The class XMLPathUtil_1_5 is not supported in 7.0
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: java.lang.IllegalStateException:The class XMLPathUtil_1_5 is not supported in 7.0
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.util.XMLPathUtil_1_5:getStringValue25
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.util.XMLPathUtil:getStringValue161
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.transform.XML2Action:transformInternal390
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.transform.XML2Action:transform118
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.transform.XML2Action:transform89
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.transform.XML2JavaProcessFactory:lightLoadProcessFromXML191
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.controller.ProcessRegistry:loadProcess402
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.controller.ProcessRegistry:getVisibleProcessesInternal350
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.controller.ProcessRegistry:getVisibleRootProcesses222
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.controller.ProcessEngine:getVisibleRootProcesses489
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.OfflineTemplateImporterJAR:executeWizard121
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.OfflineTemplateImporterJAR:main585
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: sun.reflect.NativeMethodAccessorImpl:invoke0-2
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: sun.reflect.NativeMethodAccessorImpl:invoke39
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: sun.reflect.DelegatingMethodAccessorImpl:invoke25
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: java.lang.reflect.Method:invoke597
    Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.engine.offline.OfflineToolStart:main81
    Program terminated abnormally

  • Error during Solution Manager Installation

    I'm trying to install Solution Manager on a Windows 2003 and MS SQL 2005 database and keep receiving the following error:
    WARNING[E] 2008-10-10 16:56:18.643
    CJS-30149  ABAP processes of instance SOL/DVEBMGS00 [ABAP: UNKNOWN] did not start after 10:30 minutes. Giving up.
    ERROR 2008-10-10 16:56:19.222
    FCO-00011  The step start with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Start|ind|ind|ind|ind|1|0|start was executed with status ERROR .
    Can anyone help?

    Hi Markus,
    I am getting the same erros during installation BI7.
    the server already running one BI7 instance on it as development serevr.
    & same server we are using for the PRD instance. which giving the error for the Phase 27 - start Instance.
    Installation for dev server we configured Local SLD. & for
    PRD used to register in exisitance SLD in which I use the HTTP Port 50000 may be it was the problem deu to this if the Port is wrong.
    see the trace file.
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      05
    sid        BIP
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    144
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        7968
    Sat Oct 25 11:50:40 2008
    kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (05 7968) [dpxxdisp.c   1243]
         shared lib "dw_xml.dll" version 144 successfully loaded
         shared lib "dw_xtc.dll" version 144 successfully loaded
         shared lib "dw_stl.dll" version 144 successfully loaded
         shared lib "dw_gui.dll" version 144 successfully loaded
         shared lib "dw_mdm.dll" version 144 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3905
    Sat Oct 25 11:50:51 2008
    WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0134.qqq.nxst) took 11 seconds
    Sat Oct 25 11:51:07 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 16 seconds
    ***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5371]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >abgsapbi_BIP_05                         <
    DpShMCreate: sizeof(wp_adm)          25168     (1480)
    DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (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     (1864)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000EE70050, size: 6348592)
    DpShMCreate: allocated sys_adm at 000000000EE70050
    DpShMCreate: allocated wp_adm at 000000000EE72150
    DpShMCreate: allocated tm_adm_list at 000000000EE783A0
    DpShMCreate: allocated tm_adm at 000000000EE78400
    DpShMCreate: allocated wp_ca_adm at 000000000F3DC2A0
    DpShMCreate: allocated appc_ca_adm at 000000000F3E2060
    DpShMCreate: allocated comm_adm at 000000000F3E3FA0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000F46AC30
    DpShMCreate: allocated gw_adm at 000000000F46ACB0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000F46ACE0
    DpShMCreate: allocated wall_adm at 000000000F46ACF0
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    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 4096 kByte.
    <ES> Info: em/initial_size_MB( 24573MB) not multiple of em/blocksize_KB( 4096KB)
    <ES> Info: em/initial_size_MB rounded up to 24576MB
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    ERROR => <EsNT> CreateFileMapping name=ES_SEG_05_006 error=1455 [esnti.c      1184]
    ERROR => <EsNT> paging file too small for 2044 MB mapfile [esnti.c      1186]
    Memory diagnostic                                 *
    Systeminformation
    Processor-Typ             : Processor-Count           : 8
    Operating System          : NT 5.2, Build 3790
    Service Pack              : Service Pack 2
    NT Pagefile Informations
    Config. minimum size      : 22016000 K
    Config. maximum size      : 28672000 K
    Avail.  maximum size      : 28672000 K
    Num
    Pagefile
    Min.Size
    Max.Size
    Avail.Max
    Curr.Size
    1
    c:\pagefile.sys
    6144000 K
    8192000 K
    8192000 K
    8192000 K
    2
    d:\pagefile.sys
    4608000 K
    6144000 K
    6144000 K
    6014664 K
    3
    e:\pagefile.sys
    6144000 K
    8192000 K
    8192000 K
    8115200 K
    4
    f:\pagefile.sys
    5120000 K
    6144000 K
    6144000 K
    6144000 K
    NT Task Manager Informations
    Total Handles             :        0
    Total Threads             :        0
    Total Processes           : 2010476683
    Commit Charge Total       :        0 K
    Commit Charge Limit       : 2143554319 K
    Commit Charge Peak        :     2047 K
    Phys.Memory Total         : 131657184 K
    Phys.Memory Available     :        0 K
    File Cache                : 2143594271 K
    Kernel Memory Total       :     2047 K
    Kernel Memory Paged       :   393225 K
    Kernel Memory Nonpaged    :     5894 K
    Memory usage of current process
    Total virt.address space  : 0000008589934464 K
    Avail.virt.address space  : 0000008589013404 K
    Private Pages             :        0 K
    Total heap size           :    23195 K
    Virtual memory regions    :        0 K
    Uncommitted heap memory   :    14544 K
    Allocated heap memory     :     7042 K
    Moveable heap memory      :     1137 K
    DDE shared heap memory    :        0 K
    Memory usage of all processes
    PID
    Image
    Instance
    Work.Set
    WS Peak
    Priv.Pages
    PP Peak
    Pg Fault
    7372
    sapstartsrv.exe
    19208 K
    19208 K
    21264 K
    21772 K
    6
    6744
    msg_server.EXE
    [MS] BIP_05
    10680 K
    10680 K
    14004 K
    14008 K
    2
    7968
    disp+work.EXE
    42124 K
    42276 K
    74364 K
    81588 K
    10
    8100
    igswd.EXE
    [**] BIP_05
    3924 K
    4204 K
    2892 K
    3252 K
    1
    7904
    igsmux.exe
    14484 K
    14484 K
    18080 K
    18084 K
    3
    7176
    igspw.exe
    3376 K
    3376 K
    3704 K
    3704 K
    0
    3596
    igspw.exe
    3376 K
    3376 K
    3704 K
    3704 K
    0
    Sum
    97172 K
    138012 K
    Error 11 while initializing OS dependent part.
    ERROR => DpEmInit: EmInit (1) [dpxxdisp.c   9634]
    ERROR => DpMemInit: DpEmInit (-1) [dpxxdisp.c   9561]
    DP_FATAL_ERROR => DpSapEnvInit: DpMemInit
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sat Oct 25 11:51:17 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Sat Oct 25 06:21:17 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    0 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    1 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    2 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    3 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    4 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    5 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    6 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    7 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    8 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    9 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    10 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    11 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    12 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    13 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    14 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    15 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    16 ?         -1 Free          no      0   0        0                                                                         
    Dispatcher Queue Statistics               Sat Oct 25 06:21:17 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    0
    2000
    0
    0
    --------++++--
    +
    DIA
    0
    0
    2000
    0
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          0
    wake_evt_udp_now     0
    wake events           total     0,  udp     0 (  0%),  shm     0 (  0%)
    since last update     total     0,  udp     0 (  0%),  shm     0 (  0%)
    Dump of tm_adm structure:               Sat Oct 25 06:21:17 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Sat Oct 25 06:21:17 2008
    =============================
    Slots: 300, Used: 0, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sat Oct 25 11:51:22 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >abgsapbi_BIP_05                         < (normal)
    DpJ2eeDisableRestart
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Terminate gui connections
    wait for end of work processes
    not attached to the message server
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 7968) [dpxxdisp.c   10421]
    Good Bye .....
    Thanks & Regards,
    Darshan...

  • Getting error during the Oracle9i installation "Oracle9i Database Release 2 (9.2.0.1.0) for Compaq Tru64 machine"

    Hi All,
    Getting follwing error during the Oracle9i installation “Oracle9i Database Release 2 (9.2.0.1.0) for Compaq Tru64 machine"
    u01/app/oracle/product/9.2.0/install/make.log
    - Linking Oracle
    rm -f /u01/app/oracle/product/9.2.0/rdbms/lib/oracle
    cc  -L/u01/app/oracle/product/9.2.0/lib/ -L/u01/app/oracle/product/9.2.0/rdbms/lib -o /u01/app/oracle/product/9.2.0/rdbms/lib/oracla
    ld:
    load_whole_file: Could not malloc 31328. bytes, for /u01/app/oracle/product/9.2.0/lib//libn9.a(asndata.o), didnt attempt to mmap
    Stop.
    *** Exit 1
    While checked the memory details in the machine its showing plenty of free virtual memory.
    # ps aux
    USER PID %CPU %MEM   VSZ  RSS TTY      S STARTED         TIME COMMAND
    oracle     1353 0.6 27.2  601M 555M pts/2    S N  09:14:07 5:49.67 /tmp/OraInstall2014-01-21_09-14-02AM/jre/bin/../bin/alpha/native_threads/java -Doracle.installe
    root       3033 0.0  0.4 10.4M 7.7M pts/0    R  + 10:59:44 0:00.06 ps aux
    oracle     1351 0.0  0.0 2.46M 320K pts/2    I N  09:14:02 0:01.36 ksh /tmp/OraInstall2014-01-21_09-14-02AM/installer -Doracle.installer.library_loc=/tmp/OraInsta
    oracle     1277 0.0  0.0 2.48M 312K pts/2    I  + 09:02:44 0:00.04 -ksh (ksh)
    root       1269 0.0  0.0 2.56M 232K pts/2    I    09:01:23 0:00.01 -sh (sh)
    root       1268 0.0  0.0 5.31M 768K ??       I    09:01:22 0:00.11 /usr/bin/X11/xterm -ls
    root 1  0.0  0.0  608K  96K ?? IL   08:45:31     0:00.08 /sbin/init -a
    root 0  0.0  3.9 2.52G  79M ?? R <  08:45:31     0:23.16 [kernel idle]
    And I have rebooted the machine still also getting the same error.
    Is there any way to resolve this issue??
    Regards
    prasanta

    Pl elaborate the business / technical reason for installing a 15+ year old unsupported software on a 15+ year old unsupported hardware, assuming you are installing an a supported OS version
    HTH
    Srini

  • Domain creation error during installation of forms 11g

    Dear all,
    I have the following error, during installation of forms 11g, the installation completed successfully but in configuration section it gave error on the 1st step domain creation.
    weblogic server version 10.3.6
    forms and reports version 11.1.2.1.0
    java version "1.4.2_06"
    here is the error portion from installation log
    ----- **************** log *****************************-------------------------------------------------------------------------------------------------
    Entering windows
    OneoffTool  Script Location: C:\Users\Nadeem\AppData\Local\Temp\tmpOneoffTool1383064488002.bat
    oneoff command is: f:\Oracle\Middleware\Oracle_FRHome2\OPatch\opatch apply f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p12429525_111070_Win32.zip -oh f:\Oracle\Middleware\Oracle_FRHome2 -silent
    [ProcessManager] Invoking:C:\Users\Nadeem\AppData\Local\Temp\tmpOneoffTool1383064488002.bat
        stdout=[
    C:\Users\Nadeem\AppData\Local\Temp>f:\Oracle\Middleware\Oracle_FRHome2\OPatch\opatch apply f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p12429525_111070_Win32.zip -oh f:\Oracle\Middleware\Oracle_FRHome2 -silent
    OPatch failed with error code = 1
        stderr=[java.lang.UnsupportedClassVersionError: oracle/opatch/OPatch (Unsupported major.minor version 49.0)
      at java.lang.ClassLoader.defineClass0(Native Method)
      at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
      at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
      at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
      at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Exception in thread "main" ]   
    sbStderr.length():891
    [Applying patch f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p12429525_111070_Win32.zip and the  java.lang.UnsupportedClassVersionError: oracle/opatch/OPatch (Unsupported major.minor version 49.0)
      at java.lang.ClassLoader.defineClass0(Native Method)
      at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
      at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
      at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
      at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
      at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    Exception in thread "main"  ]
    oneoff command is: f:\Oracle\Middleware\Oracle_FRHome2\OPatch\opatch apply f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p6599470_111070_Generic.zip -oh f:\Oracle\Middleware\Oracle_FRHome2 -silent
    [ProcessManager] Invoking:C:\Users\Nadeem\AppData\Local\Temp\tmpOneoffTool1383064488002.bat
        stdout=[
    C:\Users\Nadeem\AppData\Local\Temp>f:\Oracle\Middleware\Oracle_FRHome2\OPatch\opatch apply f:\Oracle\Middleware\Oracle_FRHome2\oneoffpatches\p6599470_111070_Generic.zip -oh f:\Oracle\Middleware\Oracle_FRHome2 -silent
    ----- **************** log *****************************-------------------------------------------------------------------------------------------------

    user2040934 wrote:
    Dear all,
    I have the following error, during installation of forms 11g, the installation completed successfully but in configuration section it gave error on the 1st step domain creation.
    weblogic server version 10.3.6
    forms and reports version 11.1.2.1.0
    java version "1.4.2_06"
    You have the wrong Java version installed.  Do you already have another Forms version installed (like Forms 10g)?  I ask this because Java 1.4.2_06 installs with the Oracle Developer Suite 10g. For Fusion Middleware 11g (Forms 11g) you need to have Java 1.6 installed.  If you already have Java 1.6 installed, then you will need to modify your System PATH so that it lists Java 1.6 before Java 1.4.  The error you are getting, "stderr=[java.lang.UnsupportedClassVersionError" is because Java 1.4 doesn't support the method the installer is using.  Run the following command from a Command/Dos window:  "Java -version".  If it does not show Java 1.6.0_??, then your PATH is still not setup correctly or you don't have Java 1.6.0 installed.
    Craig...

  • Error during solution manager 3.2 installation.

    Hi !
    I am getting the error in solution manager 3.2 installation . I am doing installation using system copy / backup restore method .
    Getting ther following error -
    "CJS-00084  SQL statement or script failed. DIAGNOSIS: Error message: SP2-0310: unable to open file
    "CONTROL.SQL"ORA-01012: not logged onORACLE instance started."
    Kindly suggest the solution.
    Regards-
    sanjay

    hi Markus!
    The ora_sql_results.log file shows the following-
    "2007-06-07, 18:32:21 SAPINST ORACLE start logging for
    connect  /  as sysdba ;
    CONNECT / AS SYSDBA
    SHUTDOWN ABORT
    @CONTROL.SQL
    SHUTDOWN IMMEDIATE
    STARTUP MOUNT
    ALTER DATABASE ARCHIVELOG;
    ALTER DATABASE OPEN;
    EXIT
    exit;
    Output of SQL executing program:
    SQL*Plus: Release 9.2.0.6.0 - Production on Thu Jun 7 18:32:21 2007
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected.
    Connected.
    ORACLE instance shut down.
    SP2-0310: unable to open file "CONTROL.SQL"
    ORA-01012: not logged on
    ORACLE instance started.
    Total System Global Area  546906764 bytes
    Fixed Size               455308 bytes
    Variable Size            293601280 bytes
    Database Buffers       251658240 bytes
    Redo Buffers              1191936 bytes
    ORA-00205: error in identifying controlfile, check alert log for more info
    ALTER DATABASE ARCHIVELOG
    ERROR at line 1:
    ORA-01507: database not mounted
    ALTER DATABASE OPEN
    ERROR at line 1:
    ORA-01507: database not mounted
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    SAPINST: End of output of SQL executing program E:\oracle\SMP\920/bin/sqlplus.
    SAPINST found errors.
    SAPINST The current process environment may be found in sapinst_ora_environment.log.
    2007-06-07, 18:32:28 SAPINST ORACLE stop logging"
    What to follow... pls guide
    Regards-
    sanjay

  • Error during Database instance installation of NW04s Portal installation

    Hello All,
         This is our system environment:
       Portal - NW04s SR1 (SCS instance on one host) -- finished successfully
       Database - MS SQL Server 2005 on a separate host
    We are doing a domain installation. The database was installed successfully, but when trying to install the database instance during the NW04s installation, I am getting the following errors:
    <b>ERROR      2007-01-03 11:30:10 [syxxsyshlp.cpp:78]
               syslib::printOSError(const iastring &, int, DWORD, const iastring &, CMessage::eLogMessage) FSL-00001  System call failed. Error 5 (Access is denied.
    ) in execution of system call 'CopyFile' with parameter (
    DCASAPHR05\sapmnt\EPD\SYS\profile\DEFAULT.PFL,
    DCASAPHR05\sapmnt\EPD\SYS\profile\DEFAULT.1.PFL, FALSE), line (478) in file (synxcfile.cpp).
    ERROR      2007-01-03 11:30:10 [syxxcnode.cpp:402]
               CSyNodeImpl::move(const CSyPath &
    DCASAPHR05/sapmnt/EPD/SYS/profile/DEFAULT.1.PFL, ISyNode::CopyMoveMode_t 0x3) FSL-02039  Unable to move or rename node
    DCASAPHR05/sapmnt/EPD/SYS/profile/DEFAULT.PFL with type file/directory to
    DCASAPHR05/sapmnt/EPD/SYS/profile/DEFAULT.1.PFL: Overlapped I/O operation is in progress.
    ERROR      2007-01-03 11:30:10
               CJSlibModule::writeError_impl() MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR      2007-01-03 11:30:10 [iaxxgenimp.cpp:736]
               showDialog() FCO-00011  The step createDefaultProfile with step key |NW_Java_DB|ind|ind|ind|ind|0|0|NW_System|ind|ind|ind|ind|6|0|createDefaultProfile was executed with status ERROR .</b>
    Could anybody please help me through this process?
    Thanks much in advance,
    Sunitha

    Hi,
    I would try adding epdadm and SAPServiceEPD accounts to Administrators group and give Administrators full access to sapmnt shared area. Also double check SAP_EPD_GlobalAdmin domain admin authority and SAP_LocalAdmin and SAP_EPD_LocalAdmin accounts.
    Open
    DCASAPHR05\sapmnt\EPD\SYS\profile folder using explorer and created file and see if there is any authorzation issues with domail\sapinst account.
    good luck
    Kondala Rao

  • Error during ecc6.0 installation ..plz help asap

    Hi all
    i am installing ecc 6.0 on windows 2003 standard 64 bit
    with database ibm db2 version 9
    i am getting the following error during the installation phase
    error during abap import phase
    i am attaching error log files
    import.monitor.log
    ===============================================================
    INFO: 2007-05-03 22:17:51
    Import Monitor is started.
    CONFIG: 2007-05-03 22:17:51
    Application options:
    dbCodepage=1100
    dbType=DB6
    extFiles=no
    importDirs=E:\idesins\51032413\1of6\EXP1;E:\idesins\51032413\2of6\EXP2;E:\idesins\51032413\3of6\EXP3;E:\idesins\51032413\4of6\EXP4;E:\idesins\51032413\5of6\EXP5;E:\idesins\51032413\6of6\EXP6;E:\idesins\51032413\6of6\EXP7;E:\idesins\51032413\6of6\EXP8;E:\idesins\51032413\6of6\EXP9;E:\idesins\51032413\6of6\EXP10;E:\idesins\51032413\6of6\EXP11
    installDir=C:\Program Files\sapinst_instdir\ERP\SYSTEM\DB6\CENTRAL\AS
    jobNum=3
    loadArgs= -stop_on_error -loadprocedure fast
    monitorTimeout=30
    orderBy=
    r3loadExe=E:\usr\sap\IDE\SYS\exe\nuc\NTAMD64\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2007-05-03 22:17:51
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2007-05-03 22:17:51
    List of packages with views: 'SAPVIEW'.
    TRACE: 2007-05-03 22:17:51 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\ERP\SYSTEM\DB6\CENTRAL\AS\DDLDB6.TPL' template file is started.
    INFO: 2007-05-03 22:17:51 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\ERP\SYSTEM\DB6\CENTRAL\AS\DDLDB6.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2007-05-03 22:17:51
    Data codepage 4103 is determined using TOC file 'E:\idesins\51032413\1of6\EXP1\DATA\SAPAPPL0.TOC' for package 'SAPAPPL0'.
    INFO: 2007-05-03 22:17:53
    Version table 'SVERS' is found in STR file 'E:\idesins\51032413\4of6\EXP4\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    INFO: 2007-05-03 22:17:53
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'E:\idesins\51032413\4of6\EXP4\DATA\SAPSDIC.STR' from package 'SAPSDIC'.
    TRACE: 2007-05-03 22:17:53 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2007-05-03 22:17:53 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSDIC' import package:
    E:\usr\sap\IDE\SYS\exe\nuc\NTAMD64\R3load.exe -ctf I E:\idesins\51032413\4of6\EXP4\DATA\SAPSDIC.STR "C:\Program Files\sapinst_instdir\ERP\SYSTEM\DB6\CENTRAL\AS\DDLDB6.TPL" SAPSDIC.TSK DB6 -l SAPSDIC.log
    TRACE: 2007-05-03 22:17:53 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    E:\usr\sap\IDE\SYS\exe\nuc\NTAMD64\R3load.exe -i SAPSDIC.cmd -dbcodepage 1100 -l SAPSDIC.log -stop_on_error -loadprocedure fast
    ERROR: 2007-05-03 22:17:53 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with R3load error.
    Process 'E:\usr\sap\IDE\SYS\exe\nuc\NTAMD64\R3load.exe -i SAPSDIC.cmd -dbcodepage 1100 -l SAPSDIC.log -stop_on_error -loadprocedure fast' exited with return code 2.
    For mode details see 'SAPSDIC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2007-05-03 22:18:21
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2007-05-03 22:18:21
    1 error(s) during processing of packages.
    INFO: 2007-05-03 22:18:21
    Import Monitor is stopped.
    =============================================================
    import.monitor.java.log
    ======
    java version "1.4.2_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_14-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_14-b05, mixed mode)
    Import Monitor jobs: running 1, waiting 18, completed 0, failed 0, total 19.
    Loading of 'SAPSDIC' import package: ERROR
    Import Monitor jobs: running 0, waiting 18, completed 0, failed 1, total 19.
    =========================
    sapsdic.log
    E:\usr\sap\IDE\SYS\exe\nuc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    E:\usr\sap\IDE\SYS\exe\nuc\NTAMD64\R3load.exe: version R7.00/V1.4
    Compiled Aug 31 2006 22:40:33
    E:\usr\sap\IDE\SYS\exe\nuc\NTAMD64\R3load.exe -i SAPSDIC.cmd -dbcodepage 1100 -l SAPSDIC.log -stop_on_error -loadprocedure fast
    (DB) INFO: connected to DB
    (DB) ERROR: DDL statement failed
    (CREATE TABLE "/SDF/PAT03" ( "PATCH" SAPDB6VARCHAR(20) DEFAULT ' ' NOT NULL , "SHORT_TEXT" SAPDB6VARCHAR(60) DEFAULT ' ' NOT NULL , "STATUS" SAPDB6FIXCHAR(1) DEFAULT ' ' NOT NULL , "DELIV_DATE" SAPDB6VARCHAR(8) DEFAULT '00000000' NOT NULL , "DELIV_TIME" SAPDB6VARCHAR(6) DEFAULT '000000' NOT NULL , "RESPONSIBL" SAPDB6VARCHAR(12) DEFAULT ' ' NOT NULL , "IMPLE_DATE" SAPDB6VARCHAR(8) DEFAULT '00000000' NOT NULL , "IMPLE_TIME" SAPDB6VARCHAR(6) DEFAULT '000000' NOT NULL , "L_IMPL_REL" SAPDB6VARCHAR(4) DEFAULT ' ' NOT NULL , "CONFLICTS" SAPDB6FIXCHAR(1) DEFAULT ' ' NOT NULL , "CONFIRMED" SAPDB6FIXCHAR(1) DEFAULT ' ' NOT NULL , "BACKUP" SAPDB6VARCHAR(20) DEFAULT ' ' NOT NULL , "FROM_REL" SAPDB6VARCHAR(4) DEFAULT ' ' NOT NULL , "TO_REL" SAPDB6VARCHAR(4) DEFAULT ' ' NOT NULL , "OS" SAPDB6VARCHAR(10) DEFAULT ' ' NOT NULL , "DB" SAPDB6VARCHAR(10) DEFAULT ' ' NOT NULL , "PATCH_TYPE" SAPDB6VARCHAR(3) DEFAULT ' ' NOT NULL , "ANCESTOR" SAPDB6VARCHAR(20) DEFAULT ' ' NOT NULL , "STRICT_SEQ" SAPDB6FIXCHAR(1) DEFAULT ' ' NOT NULL , "NO_GEN" SAPDB6FIXCHAR(1) DEFAULT ' ' NOT NULL , "SPAMFIX" SAPDB6FIXCHAR(1) DEFAULT ' ' NOT NULL , "ADDON_ID" SAPDB6VARCHAR(10) DEFAULT ' ' NOT NULL , "ADDON_REL" SAPDB6VARCHAR(12) DEFAULT ' ' NOT NULL , "IGN_CONFLI" SAPDB6FIXCHAR(1) DEFAULT ' ' NOT NULL , "AP_ANCEST" SAPDB6VARCHAR(20) DEFAULT ' ' NOT NULL , "EPSFILSIZ" SAPDB6VARCHAR(4) DEFAULT ' ' NOT NULL , "HI_ANCEST" SAPDB6VARCHAR(2) DEFAULT ' ' NOT NULL , "COMP_REL" SAPDB6VARCHAR(10) DEFAULT ' ' NOT NULL , "COMPONENT" SAPDB6VARCHAR(30) DEFAULT ' ' NOT NULL  ) IN IDE#DDICD INDEX IN IDE#DDICI LONG IN IDE#DDICD)
    DbSlExecute: rc = 102
      (SQL error -601)
      error message returned by DbSl:
    SQL0601N  The name of the object to be created is identical to the existing name "SAPIDE./SDF/PAT03" of type "TABLE".  SQLSTATE=42710
    (DB) INFO: disconnected from DB
    E:\usr\sap\IDE\SYS\exe\nuc\NTAMD64\R3load.exe: job finished with 1 error(s)
    E:\usr\sap\IDE\SYS\exe\nuc\NTAMD64\R3load.exe: END OF LOG: 20070503221753
    =============================================
    any help will be much appreciated.
    thanks.
    Message was edited by:
            Abdul Wahid Khan

    Hi,
            Restart the installation from the begining
    Regards
    Umesh K

  • Error during Extension Builder installation on Mac OS

    I downloaded extension builder 2.1 trial version from adobe website: Extension_Builder_2_1_LS1_trial.dmg
    When I try to install it, at the end of the installation process, during "validating packages" process it stops and shows me "The installation failed. The installer encountered an error that caused the installation to fail. Contact software manufacturer...".
    1. System: OS X v. 10.9 (mavericks)
    2. I have Flash Builder 4.7 premium installed on my computer.
    3. I have Photoshop CC installed on my computer.
    What may be the cause of installation errors?
    What do you suggest?
    Is there any other version of Extension Builder than I could try to install?

    This is not an Adobe error message. Please check your system to rule out any environmental issues such as insufficient hard disk space (2G or so needed after you copied the installer since it will need to unpack some installation files), pending system reboot, download file corrupted etc. then retry installation.

  • Error during iTunes 10 installation - iPod Service failed to start

    Hi Everyone,
    I am getting this error during installation of iTunes 10(Windows XP).
    +*"Service (iPod Service)failed to start.Verify that you have sufficient priveleges to start system services."*+
    *Can any of you please help?* I ignored it first and continued with the installation. Then tried to update iphone to iOS 4.1 which crashed. I had to go to Apple store to get my iphone restored. I am having trouble installing itunes and cannot restore data from backup.
    I tried uninstalling itunes and deleted all itunes data as suggested by the guy at the Apple store. Still not working. Will appreciate if someone can help resolve this error. Thanks.

    I just got off the phone with Apple tech support. The problem with that iPod Service is a problem with XP Service Pack 3, but can be fixed this way:
    1. Right click on "My Computer", select "Properties"
    2. Click on the Advanced tab.
    3. in the Startup and Recovery section, click the Settings button.
    4. Click the Edit byutton to edit your boot.ini file in notepad.
    5. Look for "/noexecute=" in the file and change the word after the equals to "optin" (sorry - I don't remember what the original setting was anymore).
    6. Save the file, close notepad, click the OK button on Startup and Recovery window, then reboot.
    The warning message about the iPod Service should stop. Also, this helps with iPhones that are not recognized by Windows or iTunes after an install fails.

  • URGENT- checksum error during database instance installation

    Hi Experts and Developers,
    I would be glad,if you can help me solve this.
    I did not have any problem during Central instance installation.But getting <b>2 checksum errors</b> during my database instance installation.
    The log file for 1st error says
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: START OF LOG: 20060917024333
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe -ctf I E:/DVD1/EXPORTS/EXP1/DATA/SAPSSEXC.STR C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/DDLORA.TPL C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC.TSK ORA -l C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC.log
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: job completed
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: END OF LOG: 20060917024333
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: START OF LOG: 20060917024703
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe -dbcodepage 4103 -i C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC.cmd -l C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    Syslog: k xxx :                                                      rscpexcc 11
    (rscpsumg) Please look also into "C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPSSEXC001.xml".
    Syslog: k CQ3 : UMGSETTING&                                          rscpexcc 12
    (DB) INFO: BRATEXT created #20060917024719
    (IMP) INFO: import of BRATEXT completed (259725 rows) #20060917024803
    (DB) INFO: BRATEXT~0 created #20060917025001
    (DB) INFO: D010INC created #20060917025001
    (IMP) INFO: import of D010INC completed (338126 rows) #20060917025011
      (((((I did copy only the first and last few lines))))
    (DB) INFO: DM45T~0 created #20060917030515
    (DB) INFO: DM46S created #20060917030515
    (IMP) INFO: import of DM46S completed (99 rows) #20060917030516
    (DB) INFO: DM46S~0 created #20060917030516
    (DB) INFO: DM46S~A created #20060917030516
    (DB) INFO: DOKCLU created #20060917030516
    <b>(RFF) ERROR: invalid checksum in data file "E:/DVD1/EXPORTS/EXP1/DATA/SAPSSEXC.001"
                 current table was "DOKCLU"
    (DB) INFO: disconnected from DB</b>
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: END OF LOG: 20060917030913
    The log file for second error says
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: START OF LOG: 20060917024334
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe -ctf I E:/DVD1/EXPORTS/EXP2/DATA/SAPAPPL1.STR C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/DDLORA.TPL C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1.TSK ORA -l C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1.log
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: job completed
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: END OF LOG: 20060917024335
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: START OF LOG: 20060917024703
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/640_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: version R6.40/V1.4 [UNICODE]
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe -dbcodepage 4103 -i C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1.cmd -l C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    Syslog: k xxx :                                                      rscpexcc 11
    (rscpsumg) Please look also into "C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_ABAP_ORA_UC\DB/SAPAPPL1001.xml".
    Syslog: k CQ3 : UMGSETTING&                                          rscpexcc 12
    (DB) INFO: /SAPDMC/LSOFIL created #20060917024728
    (IMP) INFO: import of /SAPDMC/LSOFIL completed (0 rows) #20060917024728
    (DB) INFO: /SAPDMC/LSOFIL~0 created #20060917024729
    (DB) INFO: /SAPDMC/LSOFIW created #20060917024729
    (IMP) INFO: import of /SAPDMC/LSOFIW completed (0 rows) #20060917024729
    (DB) INFO: /SAPDMC/LSOFIW~0 created #20060917024730
       (((( I did copy only first and last few lines of this log file ))))
    (DB) INFO: IDXRCVPOR created #20060917025240
    (IMP) INFO: import of IDXRCVPOR completed (0 rows) #20060917025240
    (DB) INFO: IDXRCVPOR~0 created #20060917025241
    (DB) INFO: IDXRCVPOR~TIM created #20060917025241
    (DB) INFO: INDX created #20060917025241
    <b>(RFF) ERROR: invalid checksum in data file "E:/DVD1/EXPORTS/EXP2/DATA/SAPAPPL1.001"
                 current table was "INDX"
    (DB) INFO: disconnected from DB</b>
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\SAA\SYS\exe\run/R3load.exe: END OF LOG: 20060917025244
    For your understanding ,
    Here are the steps that i followed,
    (1)I am Installing SAP XI on Windows 2003 server standard edition with oracle 9i as database.
    (2)I copied the DVDs to HARD DRIVE
    (3)I created the Microsoft Loopback adapter,assigned an ip.
    (4) Then installed j2sdk 1.4.2 for windows
    (5) installed central instance with SAPinst

    Hi Carsten,
    Thank you for taking a look at my problem.
    I am using NW_2004_SR1 (Netweaver 2004 SR1).
    Just for your information, the size for those two files on my Hard drive are
    SAPSSEXC.001 is 650,240 Kb
    SAPAPPL1.001 is 126,608 Kb
    and my label.asc in Exports directory is
    SAP:NETWEAVER:04SR1:DVD_EXPORT:NETWeaver 04 SR 1 EXPORT DVD:D51030721
    label.asc in EXP1 directory is
    SAP:NETWEAVER:04SR1:EXPORT(1/3):NetWeaver 04 SR 1 Export CD 1/3:CDxxxxxxxx
    label.asc in EXP2 is
    SAP:NETWEAVER:04SR1:EXPORT(2/3):NetWeaver 04 SR 1 Export CD 2/3:CDxxxxxxxx
    label.asc in EXP3 directory is
    SAP:NETWEAVER:04SR1:EXPORT(3/3):NetWeaver 04 SR 1 Export CD 3/3:CDxxxxxxxx
    Thank you,

  • Error during Database Instance Installation

    Hi,
    We are installing SAP CRM 4.0.Central Instance Installation is over without problem.However during Database Instance Installation we are getting an Error which says :
    "The node E:\sap\DATA does not exist".
    I created this folder manually.Then is gave another error saying
    "Node C:\Program Files\sapinst_instdir\CRM_40SR1_ABAP_UC\DB\CRM\DATA does not exist."
    I created this again.Then it gave another Error saying :
    "Node C:\Program Files\sapinst_instdir\CRM_40SR1_ABAP_UC\DB\4.0\DATA does not exist."
    Why is this error coming up again and again and any solution to this problem?
    Thanks,
    Suparna

    This is happening because installation program is checking the existence of DB Export directories which you specified to the installation program. It has to do with the installation screen where you specify the location of your DB Export CD/DVD during installation of Database instance. Usually what helps is if you copy the DB Export CD's to a directory in your hard disk and specify that as the target for copy. Just check what you are specifying DB Export parameter screen.
    Cheers,
    Sanjeev

  • Fatal Error during Live Office Installation

    Hi Friends,
    I am facing issue in Live Office.
    I had installated Live Office but since the Live Office option was not seen in any of the MS Office applications so I tried to uninstall Live Office software.
    But its giving me Fatal Error during installation.
    Could you please let me know how can I reinstall only BO Live Office software.
    Thanks in advance.
    Regards
    Sindhu

    Hi Shubhodeep,
    The Live Office version is 3.1
    MS OFfice: 2003
    Also, I ahve installated BO XI3.1 server.
    Earlier it everything was working fine.
    Later as the Live office icon was not seen in the Excel so I tried repair it.
    After that I am getting this problem: nFata error during installation.
    I tried rintsllaing entire BO 3.1 setup completly by cleaning the resigstry. But that also did not help.
    It would be great if someone can provide any solution ASAP.
    Thnaks
    Sindhu

  • Error in creating Java Users during Solution Manager installation

    Hi gurus,
    First time trying to install SAP.
    Red Hat Linux 4
    Oracle
    jdk 1.4.2_11
    While installing the Solution Manager, it errored when it was creating Java Users, SAPJSF, J2EE_ADMIN and J2EE_GUEST.
    The error description read "jco$exception: rfc_error_system_failure: invalid request".
    I want to create these users manually and continue with the rest of process.
    I searched lots of entries, notes, etc., but somehow, my "old" pair of eyes (and brains, too) failed to come up with something I could understand.
    So, gurus, please help, help, help!!
    There are no GUI version of anything installed, no Virtual Admin, no nothing like that. I have to rely on good old unix (Linux) command to do (add users) this.
    Can you please, please post the instructions (step-by-step)? Please have a pity on me since this is my very first time dealing with SAP.
    Thanks and regards.

    Creating users manually is not the intension of the SAP Installation tool. There are other solutions available
    A good starting point is to check if SELinux is enabled or disabled. I've seen lots of broken installations on Red Hat because SELinux does not allow the installer to create users. Check if in /etc/selinux/config  the setting
    SELINUX=disabled
    is set.
    I see, that you are using JDK 1.4.2_11. Is this the Sun JDK? In case you are on x86_64 you have to use the IBM JDK instead. You can download it from <a href="https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=lxdk&S_PKG=amd64142sr7&S_TACT=105AGX05&S_CMP=JDK&lang=en_US&cp=UTF-">here</a> .
    Also a new SAPINST may help. The current Installation Master CD can you download here:
    http.//service.sap.com/swdc
    -> Download
    -> Installations and Upgrades
    -> Entry by Application Group
    -> SAP Technology Components
    -> SAP SOLUTION MANAGER
    -> SAP SOLUTION MANAGER 3.2/4.0
    -> Installation and Upgrade
    -> LINUX
    -> ORACLE
    51032006       SAP Solution M. 4.0 SR1 Inst. Master **
    Best Regards,
    Hannes Kuehnemund

  • Recieved error during Solution Manager EHP1 Java Components installation.

    I successfully installed EHP1 ABAP components but I'm have a problem with the Java components. I recieved the following error. Import aborted during ADSSAP02_0-20002778.SCA
    Feb 20, 2009 3:17:59 PM  Error: Aborted: development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'802.20071213024549.437972'/'1', grouped by software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application com.adobe/DocumentServicesLicenseManager..
    Reason: Exception during generation of components of application com.adobe/DocumentServicesLicenseManager in container EJBContainer.; nested exception is:
            com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application com.adobe/DocumentServicesLicenseManager in container EJBContainer.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Feb 20, 2009 3:17:59 PM  Info: Starting to save the repository
    Feb 20, 2009 3:18:01 PM  Info: Finished saving the repository
    Feb 20, 2009 3:18:01 PM  Info: Starting: Update: Selected software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1' updates currently deployed software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.16.0.20080610114809''/'0'.
    Feb 20, 2009 3:18:01 PM  Error: Aborted: software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1':
    Failed deployment of SDAs:
    development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'802.20071213024549.437972'/'1' : aborted
    Please, look at error logs above for more information!
    Error: Aborted: development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'802.200712
    13024549.437972'/'1', grouped by software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application com.adobe/DocumentServicesLicenseManager..
    Reason: Cannot load one of the bean interfaces or the bean class of bean LicenseEJBBean.; nested exception is:
            com.sap.engine.services.ejb.exceptions.deployment.EJBXMLParserException: Cannot load one of the bean interfaces or the bean cla
    ss of bean LicenseEJBBean.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Feb 20, 2009 11:25:59... Info: Starting to save the repository
    Feb 20, 2009 11:26:01... Info: Finished saving the repository
    Feb 20, 2009 11:26:01... Info: Starting: Update: Selected software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634'
    '/'1' updates currently deployed software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.16.0.20080610114809''/'0'.
    Feb 20, 2009 11:26:01... Error: Aborted: software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1':
    Failed deployment of SDAs:
    development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'802.20071213024549.437972'/'1' : aborted
    Edited by: Darrell Kirklen on Feb 23, 2009 5:03 PM

    Just resolved problem. While reviewing the sdmlog20090310.log I found
    error "java.lang.UnsupportedClassVersionError?" when I goggled this
    error "How do I resolve a java.lang.UnsupportedClassVersionError? I
    found the following solution:
    http://support.codegear.com/article/35846 : This exception can occur
    when the source is built targeting a JDK that is not supported by the
    JDK attempting to run it. In the above example, if the servlet was
    built targeting only JDK 1.5, but the web server runs JDK 1.4, the
    above exception will occur. Check, Project Properties | Build | Java |
    Target VM, and verify that the Target VM indicates a JDK compatibility
    that is appropriate for the JDK that is running it. It is recommended
    to set this field to 'All Java SDKs' for the most compatibility. The
    only reason you would want to specify a particular version is if your
    code uses language features that only appear in a particular version of
    the JDK, and you want to ensure that users use only a compatible JDK.
    Also check, Project Properties | Build | Java | Language Features, and
    verify that the Language Features are applicable with JDK that is
    running it
    A this point I checked the java -version at the os level and it showed
    1.5.0_17 we are aware the supported version of java should be 1.4.2_16
    our Unix team (Solaris) recently installed new patches and didnu2019t
    remember to leave the java version at 1.4.2_16 after their were done.
    Once the java version was set back to 1.4.2_16 I was able to complete
    the java portion of EHP1 using the JSPM successfully.
    Edited by: Darrell Kirklen on Mar 13, 2009 4:37 PM

Maybe you are looking for