Error encountered in phase SHDINST_DB_PREP - EHP1 upgrade using EHPI.

Hi Experts,
I am currently in the configuration phase of Enterprise Portal upgrade from 700 to EHP1 then i got this error in phase SHDNST_DB_PREP, I am using OS platform Windows Server 2003; here is the message:
On the EHPi GUI:
Decide how you want to continue
Checks after phase PREP_INSTALL/SHDINST_DB_PREP were negative!
Last error code set: Process 'brconnect' exited with 5, see 'D:\EHPI\abap\log\SHDUSRCRE.LOG' for detai
Trouble Ticket Generation
A trouble ticket and an archive with all relevant log files have been generated. Trouble ticket: "D:\EHPI\abap\log\SAPehpi_troubleticket.log" Log archive: "D:\EHPI\abap\log\SAPehpi_troubleticket_logs.sar"
Choose Action:
Repeat phase SHDNST_DB_PREP to continue at the point it stopped.
Restart the current module from the beginning
Exit this program
for SHDUSRCRE.LOG:
SAPehpi> Starting subprocess brconnect with id 13588 at 20100816143027
Environment: CLASSPATH=C:\oracle\CUSDEV01\102\jdbc\lib\ojdbc14.jar;
Environment: JAVA_HOME=C:\j2sdk1.4.2_13-x64
Environment: NLS_LANG=AMERICAN_AMERICA.UTF8
Environment: ORACLE_HOME=C:\oracle\EP1\102
Environment: ORACLE_SID=EP1
Environment: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
Environment: Path=E:\oracle\CUSPRD01\102\bin;C:\oracle\CUSDEV01\102\bin;C:\oracle\EP1\102\BIN;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Dell\SysMgt\oma\bin;C:\usr\sap\EP1\SYS\exe\uc\NTAMD64;C:\Program Files (x86)\Dell\SysMgt\oma\bin
Environment: auth_shadow_upgrade=0
Environment: dbms_type=ora
Environment: dbs_ora_schema=SAPEP1
Environment: dbs_ora_tnsname=EP1
BR0801I BRCONNECT 7.00 (42)
BR0280I BRCONNECT time stamp: 2010-08-16 14.30.28
BR0301E SQL error -28003 at location crown_main-1, SQL statement:
'/* BRCONNECT */ CREATE USER "SAPEP1SHD" IDENTIFIED BY "kXZvHmKI.42aB"'
ORA-28003: password verification for the specified password failed
ORA-20003: Password should contain at least one \
              digit, one character and one punctuation
BR1336I Creating database owner SAPEP1SHD failed
BR0280I BRCONNECT time stamp: 2010-08-16 14.30.28
BR0804I BRCONNECT terminated with errors
Process with ID 15076 terminated with status 5
Did you encounter this error? How can i solve it?
Thanks a lot!
Regards,
Tony

Hello Experts,
I already solved the issue, just creating the user manually at command promp,
the problem is that the password that SAP generated was not compatible or not acceptble to the system that is why i manually created the user:
SQL> CREATE USER SAPEP1SHD IDENTIFIED BY kXZvHmKI_42aB;   - > correct one
SQL> CREATE USER SAPEP1SHD IDENTIFIED BY kXZvHmKI.42aB;    - > incorrect; generated by the system
Thanks & Regards,
Tony

Similar Messages

  • Error in prepare phase SHDINST_DB_PREP  on SQL 20005.

    Dear All,
    We are currently in the Prepare phase of the upgrade of our SAP systems and have come up against the following security issue.
    We are running upgrades to ERP2005. The current database version is SQL Server 2005 with Windows 2003 SP1 where the CHECK_POLICY option is activated by default.
    During the SHDINST_DB_PREP phase of prepare the system was unable to create the shadow user because the password was not complex enough.
    Apparently the CHECK_POLICY option of SQL Server 2005 is not explicitly deactivated in the upgrade script.
    We do not want to disable our Windows password policies but would like to know how to include the CHECK_POLICY option in the scripts for this phases so that we can create the user.
    Has anyone experienced this problem and know of a solution??
    I have already posted a message to SAP about this issue and am still awaiting a response
    Owen.

    This issue has been resolved:
    For those of you who might be confronted with this issue: this is how its done:
    Open the file for msstemps.mss in the directory put\bin.
    Replac the lines in this file
    if (not exists(select name from syslogins where name = '<shadow>'))
    exec sp_addlogin '<shadow>', '<password>', '<db>'
    through following lines
    if ((@@microsoftversion / 65536) / 256 = 9)
    begin
    if not exists (select * from master.dbo.syslogins where name =
    '<shadow>')
    create login <shadow> with
    password = '<password>',
    default_database = <db>,
    check_expiration = off,
    check_policy = off
    end
    else begin
    if (not exists(select name from syslogins where name = '<shadow>'))
    exec sp_addlogin '<shadow>', '<password>', '<db>'
    save the file and repeat the phase.
    SAP is aware of this issue and wille be releasing a fix for this shortly.

  • Error in ACTIVATE_CURRENT_USAGES phase of portal upgrade (NW04 to NW04s)

    hello gurus,
    i am upgrading Netweaver 04 to netweaver 04s (Enterprise Portal)
    oracle upgrade from 9.2.0.7 to 10.2.0.1 successfully
    but i am getting error in 78 phase out 100 in java upgrade program management
    ACTIVATE_CURRENT_USAGES
    i am unable to track the cause.......
    log file is shown below
    kindly help......
    its urgent
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[D:\usr\sap\jupgrade\log\ACTIVATE_CURRENT_USAGES_ACU_07.LOG]/>
    <!PATTERN[ACTIVATE_CURRENT_USAGES_ACU_07.LOG]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[Cp1252]/>
    <!LOGHEADER[END]/>
    #1.5#C000AC1908C2000000000029014A8CD1000432D6B5DD7008#1181797662421#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:713)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:713)#Java###Phase has been started.#1#UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES#
    #1.5#C000AC1908C200000000002A014A8CD1000432D6B5DDAE88#1181797662437#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:714)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.initialize(AbstractPhaseType.java:714)#Java###Phase type is .#1#com.sap.sdt.ucp.phases.PhaseTypeExecuteTask#
    #1.5#C000AC1908C200000000002B014A8CD1000432D6B5DDAE88#1181797662437#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:338)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:338)#Java###  Parameter =#2#inputFile#ExecuteTasks.xml#
    #1.5#C000AC1908C200000000002C014A8CD1000432D6B5DDAE88#1181797662437#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:338)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.logParameters(AbstractPhaseType.java:338)#Java###  Parameter =#2#taskName#ACTIVATE_CURRENT_USAGES#
    #1.5#C000AC1908C200000000002D014A8CD1000432D6B5DDAE88#1181797662437#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.PhaseTypeExecuteTask.checkParameters(PhaseTypeExecuteTask.java:191)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.PhaseTypeExecuteTask.checkParameters(PhaseTypeExecuteTask.java:191)#Java###Phase parameters have been checked. All required phase parameters have been set.#1#2#
    #1.5#C000AC1908C200000000002E014A8CD1000432D6B5F009C0#1181797663640#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.cfg.ConfigurationBuilder.buildConfiguration(ConfigurationBuilder.java:297)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.cfg.ConfigurationBuilder.buildConfiguration(ConfigurationBuilder.java:297)#Java###Configuration has been built from input file .#1#D:/usr/sap/jupgrade/config/ExecuteTasks.xml#
    #1.5#C000AC1908C200000000002F014A8CD1000432D6B5F13A70#1181797663718#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.cfg.ConfigurationBuilder.buildConfiguration(ConfigurationBuilder.java:297)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.cfg.ConfigurationBuilder.buildConfiguration(ConfigurationBuilder.java:297)#Java###Configuration has been built from input file .#1#D:/usr/sap/jupgrade/config/ExecuteTasks_WIN.xml#
    #1.5#C000AC1908C2000000000030014A8CD1000432D6B5F13A70#1181797663718#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.cfg.ConfigurationBuilder.buildGlobalConfiguration(ConfigurationBuilder.java:251)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.cfg.ConfigurationBuilder.buildGlobalConfiguration(ConfigurationBuilder.java:251)#Java###Global configuration has been built from input file .#1#D:/usr/sap/jupgrade/config/ExecuteTasks.xml#
    #1.5#C000AC1908C2000000000031014A8CD1000432D6B5F13A70#1181797663718#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.proc.JavaOsProcessController.logProcessInfo(JavaOsProcessController.java:41)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.proc.JavaOsProcessController.logProcessInfo(JavaOsProcessController.java:41)#Java###Java process ID , name has been started.#2#2#com.sap.engine.offline.OfflineToolStart#
    #1.5#C000AC1908C2000000000032014A8CD1000432D6B5F178F0#1181797663734#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.proc.JavaOsProcessController.logProcessInfo(JavaOsProcessController.java:54)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.proc.JavaOsProcessController.logProcessInfo(JavaOsProcessController.java:54)#Java###Command line: #2#  #C:
    j2sdk1.4.2_09
    jre
    bin
    java.exe -cp d:/usr/sap/W60/SYS/global/sltools/sharedlib/launcher.jar;d:/usr/sap/W60/SYS/global/sltools/sharedlib; com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain d:/usr/sap/W60/SYS/global/sltools/sharedlib;D:/usr/sap/W60/SYS/global/security/lib/tools;D:/usr/sap/w60/jc00/exe/classes12.jar -activated -sid=W60 -dsn=jdbc/pool/W60 -ssprops=D:/usr/sap/W60/SYS/global/security/data/SecStore.properties -ssk=D:/usr/sap/W60/SYS/global/security/data/SecStore.key -log=D:
    usr
    sap
    jupgrade
    log/ACTIVATE_USAGE_AS.LOG -prod_name=NetWeaver -usage_name=AS -usage_vendor=sap.com -action=true#
    #1.5#C000AC1908C2000000000033014A8CD1000432D6B5F178F0#1181797663734#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.proc.JavaOsProcessController.logProcessInfo(JavaOsProcessController.java:55)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.proc.JavaOsProcessController.logProcessInfo(JavaOsProcessController.java:55)#Java###Standard out: #2#  #D:
    usr
    sap
    jupgrade
    log
    ACTIVATE_USAGE_AS_ACU_01.OUT#
    #1.5#C000AC1908C2000000000034014A8CD1000432D6B5F178F0#1181797663734#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.proc.OsProcessController.launch(OsProcessController.java:120)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.proc.OsProcessController.launch(OsProcessController.java:120)#Java###Process ID has been started.#1#2#
    #1.5#C000AC1908C2000000000035014A8CD1000432D6B5F1B770#1181797663750#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.proc.OsProcessController.waitFor(OsProcessController.java:176)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.proc.OsProcessController.waitFor(OsProcessController.java:176)#Java###Waiting for process ID , name to finish.#2#2#java.exe#
    #1.5#C000AC1908C2000000000036014A8CD1000432D6B6B9BE78#1181797676859#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.proc.OsProcessController.waitFor(OsProcessController.java:209)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.tools.proc.OsProcessController.waitFor(OsProcessController.java:209)#Java###Process ID , name has been finished, exit code .#3#2#java.exe#64#
    #1.5#C000AC1908C2000000000037014A8CD1000432D6B6B9BE78#1181797676859#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.doExecute(AbstractPhaseType.java:735)#######Thread[main,5,main]##0#0#Error#1#com.sap.sdt.ucp.phases.AbstractPhaseType.doExecute(AbstractPhaseType.java:735)#Java###Exception has occurred during the execution of the phase.##
    #1.5#C000AC1908C2000000000038014A8CD1000432D6B6B9FCF8#1181797676875#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.execute.AbstractExtProcessOperation.generateResultProcessingException(AbstractExtProcessOperation.java:579)#######Thread[main,5,main]##0#0#Error#1#com.sap.sdt.tools.execute.AbstractExtProcessOperation.generateResultProcessingException(AbstractExtProcessOperation.java:579)#Java###Could not activate usage AS. Could not execute 'C:
    j2sdk1.4.2_09
    jre
    bin
    java.exe -cp d:/usr/sap/W60/SYS/global/sltools/sharedlib/launcher.jar;d:/usr/sap/W60/SYS/global/sltools/sharedlib; com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain d:/usr/sap/W60/SYS/global/sltools/sharedlib;D:/usr/sap/W60/SYS/global/security/lib/tools;D:/usr/sap/w60/jc00/exe/classes12.jar -activated -sid=W60 -dsn=jdbc/pool/W60 -ssprops=D:/usr/sap/W60/SYS/global/security/data/SecStore.properties -ssk=D:/usr/sap/W60/SYS/global/security/data/SecStore.key -log=D:
    usr
    sap
    jupgrade
    log/ACTIVATE_USAGE_AS.LOG -prod_name=NetWeaver -usage_name=AS -usage_vendor=sap.com -action=true', return code '64'. You can check the file(s) 'D:
    usr
    sap
    jupgrade
    log/ACTIVATE_USAGE_AS_ACU.OUT', 'D:
    usr
    sap
    jupgrade
    log/ACTIVATE_USAGE_AS_ACU.ERR' to which the output of the process has been redirected.##
    #1.5#C000AC1908C2000000000039014A8CD1000432D6B6B9FCF8#1181797676875#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.tools.execute.AbstractExtProcessOperation.execute(AbstractExtProcessOperation.java:176)#######Thread[main,5,main]##0#0#Error#1#com.sap.sdt.tools.execute.AbstractExtProcessOperation.execute(AbstractExtProcessOperation.java:176)#Java###Error while processing the result.##
    #1.5#C000AC1908C200000000003A014A8CD1000432D6B6BA3790#1181797676890#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.PhaseTypeExecuteTask.execute(PhaseTypeExecuteTask.java:173)#######Thread[main,5,main]##0#0#Error#1#com.sap.sdt.ucp.phases.PhaseTypeExecuteTask.execute(PhaseTypeExecuteTask.java:173)#Java###Error while executing PhaseTypeExecuteTask with input file ExecuteTasks.xml and task ACTIVATE_CURRENT_USAGES.##
    #1.5#C000AC1908C200000000003B014A8CD1000432D6B6BA3790#1181797676890#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:779)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:779)#Java###Phase has been completed.#1#UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES#
    #1.5#C000AC1908C200000000003C014A8CD1000432D6B6BA3790#1181797676890#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:780)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:780)#Java###Start time: .#1#2007/06/14 10:37:42#
    #1.5#C000AC1908C200000000003D014A8CD1000432D6B6BA3790#1181797676890#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:781)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:781)#Java###End time: .#1#2007/06/14 10:37:56#
    #1.5#C000AC1908C200000000003E014A8CD1000432D6B6BA3790#1181797676890#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:782)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:782)#Java###Duration: .#1#0:00:14.453#
    #1.5#C000AC1908C200000000003F014A8CD1000432D6B6BA3790#1181797676890#/System/Server/Upgrade/Phases/UPGRADE/UPGRADE/ACTIVATE_CURRENT_USAGES##com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:783)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:783)#Java###Phase status is .#1#error#
    waiting for solution
    thankx in advance....
    shoeb

    Could you please share us the solution?

  • I get an "Error Encountered" message from Semantec when I use Firefox to visit any web-site. What is wrong with Firefox?

    Even now while visiting support.mozilla.com, I get an "Error Encountered" message from Symantec. I don't get this message from Safari.
    Symantec suggests that I support the site to Symantec, but it is every web site I visit using Firefox.
    What's wrong with Firefox? on the Mac?

    See:
    *http://kb.mozillazine.org/Firefox_crashes
    *https://support.mozilla.com/kb/Firefox+crashes
    If you have submitted Breakpad crash reports then post the IDs of one or more Breakpad crash reports (bp-xxxxxxxx-xxxxxxxxx-xxxx-xxxxxxxxxxxx).<br />
    You can find the IDs of the submitted crash reports on the <i>about:crashes</i> page.<br />
    You can open the <b>about:crashes</b> page via the location bar, like you open a website.
    See:
    *http://kb.mozillazine.org/Breakpad (Mozilla Crash Reporter)
    *https://support.mozilla.com/kb/Mozilla+Crash+Reporter

  • Error encountered while running a test case using MTM

    Hello,
    Has anyone encountered this error while running a test case using MTM 2013? 
    When I click on OK, the message is again shown until that time wherein the popup error is no longer shown.
    When I try to continue to the next pages wherein a modal is being open and I need to enter some data on a text field, the IE would stop working and seems to crash.
    Thanks!

    Hi Kiyaruh,
    Base on the error message, the error is threw by internet explorer.
    Does it have the same issue when access that web site/page in IE directly or it just occurs when run tests through MTM?
    What’s the version of your browser? You may try it with other browser and check whether it has same issue.
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • File overwritten by upgrade tool EHPI during upgrade configuration step

    Hello,
    During upgrade using EHPI the upgrade pauses with an error  that says to replace R3trans with a newer version into the EHPI/abap/exenew directory. After copying the file and continuing with the upgrade it pauses again with the same error.
    I see in the log that after continuing that the upgrade kernel file is unpacked again and thus overwites the new R3trans file with an older version.
    My solution has been to restart the upgrade and simultaneously copy the file multiple times with the cp command so that a new R3trans is in exenew directory after the extraction and before the check.
    I know similar errors have occurrd in previous upgrades, migrations etc.
    Regards,
    Robert

    You could always copy the new files over to exenew ahead of time  right at the start of the upgrade.
    exenew is not looked at until the new exes are copied
    Pravin

  • Error in phase "main_shdrun/act_upg" upgrade sapnetweaver 7.0 to EHP1

    Hello expert,
    I get error when upgrade our sapnetweaver pi 7.0 SP09 to EHP1 in phase MAIN_SHDRUN/ACT_UPG. I've try many suggestion in sdn forums, but cannot resolve my troubles. This is the content of file ACTUPG.ELG in my EHPI\abap\log:
      LIST OF ERRORS AND RETURN CODES  *******
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    DDIC ACTIVATION ERRORS and RETURN CODE in SAPAA70105.X00
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 ETP111 exit code           : "8"
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    DDIC ACTIVATION ERRORS and RETURN CODE in SAPAA70106.X00
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 ETP111 exit code           : "8"
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    DDIC ACTIVATION ERRORS and RETURN CODE in SAPAB70010.X00
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1EEDO536X"Technical Settings" "DB6PMSQ_DB" could not be activated
    ETP111 exit code           : "8"
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    DDIC ACTIVATION ERRORS and RETURN CODE in SAPAW70106.X00
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 ETP111 exit code           : "8"
    I have try to edit the table from SE11, but it say: the table doesn't exist. And when i try to create the table, it's say: the table already exist.
    Please help me

    Hi,
    As described in archived SAP note that is no longer available the table DB6PMSQ_DB contains only
    SQL Cache snapshot data.
    Regarding these Technical Settings
    you can ignore these messages regarding technical settings.
    Please continue with option "Accept non severe errors and repeat phase"
    This should not cause any trouble later in the upgrade or in steps after phase ACT_UPG.
    Regards,
    Aidan

  • EHP1 upgrade error in PREP_INPUT..phase

    Hello,
    I am doing EHP1 upgrade and getting error in EHPI during the PREP_INPUT/KX_CPYORG! phase.
    Below is the error:
    Severe error(s) occured in phase PREP_INPUT/KX_CPYORG!
    Last error code set: Cannot open '/usr/sap/<SID>/SYS/exe/run/dbatoolsora.lst': No such file or directory
    It complains about dabtoolsora.lst file not existing in /SYS/exe/run Dir. This is because our DB is in separate machine/host and the CI is in separate. Hence the file mentioned above only exist in */SYS/exe/run Dir of DB host.
    Can anyone please suggest what steps should be taken to resolve this issue? Do i need to copy that file manually to the CI host's */SYS/exe/run Directory and then repeat the EHPI steps again?
    Any help would be greatly appreciated. Thanks.

    I know this answer is too late for your question, but it's still the top google hit for this message, so I'm leaving this here for others.
    SUM still has this behavior as of 1.0 SP6.  One workaround is to copy dbatoolsora.lst from your DB server kernel directory, and create wrapper scripts which will SSH from the CI to the DB and run the brtools commands that SUM would want to run.
    Here's an example of such a script, for brtools:
    #!/bin/csh
    ssh $SAPDBHOST brtools $*
    So, you'd have a script like this for brarchive, brbackup, and the other br* tools mentioned in dbatoolsora.lst, each containing the name of the command to run on the db server.
    Be sure to look in dbatoolsora.lst for a list of other files it may expect to find.

  • Error in phase SCEXEC_ALIAS in upgrade process(during preprocessing)

    Hi all experts,
    i encountered error during upgrade from 4.7 to ecc 6
    with message :
    severe error during SCEXEC_ALIAS phases
    file /usr/sap/<SID>/upg/abap/log/PTALDC00.LOG not found
    below is some related log content for this error:
    tail log of ULOG11_2
    Phase SCEXEC_ALIAS:
    <sid>adm       20110527220015    : /usr/sap/<SID>/upg/abap/exenew/tp pf=/usr/sap/<SID>/upg/abap/bin/EXDBNEW.TPP execdbscript <SID> -x PTALDC00.XQL DBEXECNONT DBEXECNOCHECK  (pid=512002)
    <sid>adm       20110527220016    : /usr/sap/<SID>/upg/abap/exenew/tp pf=/usr/sap/<SID>/upg/abap/bin/EXDBNEW.TPP execdbscript <SID> -x PTALDC01.XQL DBEXECNONT DBEXECNOCHECK  (pid=1204298)
    <sid>adm       20110527220017    :/usr/sap/<SID>/upg/abap/exenew/tp pf=/usr/sap/<SID>/upg/abap/bin/EXDBNEW.TPP execdbscript <SID> -x PTALDC02.XQL DBEXECNONT DBEXECNOCHECK  (pid=675990)
    tail log of SLOG701
    Phase SCEXEC_ALIAS:
    ERROR: Connect to <SID> failed (20110527190129, probably wrong environment).
    ERROR: Connect to <SID> failed (20110527190130, probably wrong environment).
    ERROR: Connect to <SID> failed (20110527190131, probably wrong environment).
    my questions are:
    1. where is the environment variable stored during this phase which is used by tp tool?
    i have checked the profile EXDBNEW.TPP and compared it with other profile in the same directory which have been used by tp before(phases before this one), which resulted in no different for every environment related value.
    2. i tried to emulate the execution of the command in ULOG11_2 with default environment of <sid>adm with adjustments(e.g db_ora_scheme=SHDTMP, DIR_LIBRARY= /usr/sap/<SID>/abap/exenew) it run with no error of wrong environment whatsoever >.<, so can i just point the environment scheme to <SID>SHD  and executed it manually?

    well, actually i did not looking at the right place at the error , my apologize for that.
    there are another error messages at this log file SCEXEC_A.ECO
    TRACE-INFO: 68:  [dev trc    ,00000]  -->oci_prepare_stmt(con_hdl=0, len=0, stmth_p=110b1b588)                          20  0.209414
    TRACE-INFO: 69:  [dev trc    ,00000]        SELECT USERID,PASSWD FROM SAPUSER WHERE USERID IN (:A0,:A1)                                                            
    TRACE-INFO: 70:                                                                                11  0.209425
    TRACE-INFO: 71:  [dev trc    ,00000]  -  oci_bind  ( 0: SQLT_STR, l=256, con_hdl=0, stmth_p=110b1b588, vp=9001000a10b6ea2,ip=0,rlp=0,rcp=0)
    TRACE-INFO: 72:                                                                                21  0.209446
    TRACE-INFO: 73:  [dev trc    ,00000]  -  oci_bind  ( 1: SQLT_STR, l=256, con_hdl=0, stmth_p=110b1b588, vp=fffffffffffd978,ip=0,rlp=0,rcp=0)
    TRACE-INFO: 74:                                                                                14  0.209460
    TRACE-INFO: 75:  [dev trc    ,00000]  -->oci_define ( 0: SQLT_STR, l=256, con_hdl=0, stmth_p=110b1b588, vp=fffffffffffda78,ip=fffffffffffd7a0,rlp=0,rcp=0)
    TRACE-INFO: 76:                                                                                13  0.209473
    TRACE-INFO: 77:  [dev trc    ,00000]  -->oci_define ( 1: SQLT_AFC, l=256, con_hdl=0, stmth_p=110b1b588, vp=fffffffffffdb78,ip=fffffffffffd7a2,rlp=0,rcp=0)
    TRACE-INFO: 78:                                                                                16  0.209489
    TRACE-INFO: 79:  [dev trc    ,00000]  -->oci_execute_stmt(con_hdl=0, stmth_p=110b1b588, iters=1, rowoff=0, dml_batch_errors=0)
    TRACE-INFO: 80:                                                                                13  0.209502
    TRACE-INFO: 81:  [dev trc    ,00000]  OCIStmtExecute() completed, rc=100=OCI_NO_DATA, no further data                  8738  0.218240
    TRACE-INFO: 82:  [dev trc    ,00000]    -> rc=1403=OCI_ERR_NOT_FOUND                                                    18  0.218258
    TRACE-INFO: 83:  [dev trc    ,00000]  <--oci_execute_stmt(rc=1403, iters-errors = 1-0) [time 0,009s]                    11  0.218269
    TRACE-INFO: 84:  [dbsloci.    ,00000]  *** ERROR => ORA-1403 when accessing table SAPUSER                                15  0.218284
    TRACE-INFO: 85:  [dev trc    ,00000]    set_ocica() -> SQL code 1403                                                    8  0.218292
    TRACE-INFO: 86:  [dev trc    ,00000]  -->oci_get_errmsg (con_hdl=0, rc=1403)                                              7  0.218299
    TRACE-INFO: 87:  [dev trc    ,00000]    OCIErrorGet -> SQL error code: 1403                                            20  0.218319
    TRACE-INFO: 88:  [dev trc    ,00000]    ORA-01403: no data found      
    TRACE-INFO: 101:  [dev trc    ,00000]  Assigning username to user session: con_hdl=0, usrhp=110c09428                      8  0.219570
    TRACE-INFO: 102:  [dev trc    ,00000]  Assigning password to user session: con_hdl=0, usrhp=110c09428                    12  0.219582
    TRACE-INFO: 103:  [dev trc    ,00000]  Starting user session: OCISessionBegin(con_hdl=0, usr=SAPR3SHD/<pwd>, svchp=110b045e0, srvhp=110b05e88, usrhp=110c09428)
    TRACE-INFO: 104:                                                                                133  0.219715
    TRACE-INFO: 105:  [dev trc    ,00000]    OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR                        6298  0.226013
    TRACE-INFO: 106:  [dev trc    ,00000]    OCISessionBegin(OCI_DEFAULT) failed with SQL error 28000:                      11  0.226024
    TRACE-INFO: 107:  [dev trc    ,00000]    ORA-28000: the account is locked                                                                              
    TRACE-INFO: 108:                                                                                10  0.226034
    TRACE-INFO: 109:  [dev trc    ,00000]  server_detach(con_hdl=0,stale=1,svrhp=110b05e88)                                    8  0.226042
    TRACE-INFO: 110:  [dev trc    ,00000]  Detaching from DB Server (con_hdl=0,svchp=110b045e0,srvhp=110b05e88)                9  0.226051
    TRACE-INFO: 111:  [dev trc    ,00000]  Deallocating server context handle 110b05e88 from con_hdl=0                      176  0.226227
    TRACE-INFO: 112:  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '28000'                                14  0.226241
    TRACE-INFO: 113:  [dev trc    ,00000]    set_ocica() -> SQL error code 28000                                              7  0.226248
    TRACE-INFO: 114:  [dev trc    ,00000]  -->oci_get_errmsg (con_hdl=0, rc=28000)                                            7  0.226255
    TRACE-INFO: 115:  [dev trc    ,00000]    OCIErrorGet -> SQL error code: 28000                                            8  0.226263
    TRACE-INFO: 116:  [dev trc    ,00000]    ORA-28000: the account is locked                                                                              
    TRACE-INFO: 117:                                                                                10  0.226273
    TRACE-INFO: 118:  [dblink      ,00433]  ***LOG BY2=>sql error 28000  performing CON [dblink#4 @ 433]                      22  0.226295
    TRACE-INFO: 119:  [dblink      ,00433]  ***LOG BY0=>ORA-28000: the account is locked [dblink#4 @ 433]                      8  0.226303
    From the log, the problem actually lies in authorization for ops$user + locked shadow user account. After corrected these problems, the process continued. But this still bother me how this error came up since other tp processes(phases before this one) run successfully. But i will mark this question as answered. Thanks for all the attention and hope this will help others too ^^.

  • Error in phase MAIN_SHADOW/START_SHDI_FIRST (Upgrade EHP)

    Hello to all,
    (This plataform is an IBM DB2 for i5/OS)
    I´m performing a Enhancement Package upgrade in our sap system from EHP3 to EHP5, but I´m stuck in phase MAIN_SHADOW/START_SHDI_FIRST (STARTS THE SHADOW SYSTEM). This error show the following message:
    severe error(s) occured in phase MAIN_SHADOW/START_SHDI_FIRST!
    Last error code set: Shadow instance couldn´t be started, check 'STARTSFI.LOG' and 'DEVTRACE.LOG'
    So, I will post here that log files.
    STARTFI.LOG:
    1 ETQ200 Executing actual phase 'MAIN_SHADOW/START_SHDI_FIRST'.
    1 ETQ399 Phase arguments:
    2 ETQ399 Arg[0] = 'DEVTRACE.LOG'
    4 ETQ399 Set environment for shadow connect:
    4 ETQ399 Set RFC variables for shadow connect:
    4 ETQ399 System-nr = '01', GwService = 'sapgw01'
    4 ETQ380 computing toolpath for request "TP_SHADOW_CONNECT"
    4 ETQ381 request "TP_SHADOW_CONNECT" means "tp needs to connect to shadow system"
    4 ETQ382 translates to group "R3UP_TOOL_GROUP_NEW"
    4 ETQ383 translates to path "exe"
    4 ETQ383 translates to path "exe"
    4 ETQ399 Set tool parameters for shadow connect:
    4 ETQ399   default TPPARAM: SHADOW.TPP
    4 ETQ380 computing toolpath for request "TP_ALWAYS_NEW"
    4 ETQ381 request "TP_ALWAYS_NEW" means "always tp from DIR_PUT/exe, for phase KX_SWITCH"
    4 ETQ382 translates to group "R3UP_TOOL_GROUP_NEW"
    4 ETQ383 translates to path "exe"
    4 ETQ383 translates to path "exe"
    2 ETQ399 Starting shadow instance
    4 ETQ359 RFC Login to: System="DEV", Nr="01", GwHost="SAPDEV", GwService="sapgw01"
    2 ETQ231 RFC Login failed
    4 ETQ359 RFC Login to: System="DEV", Nr="01", GwHost="SAPDEV", GwService="sapgw01"
    2 ETQ231 RFC Login failed
    2 ETQ399 Stopping shadow instance
    4 ETQ359 RFC Login to: System="DEV", Nr="01", GwHost="SAPDEV", GwService="sapgw01"
    2 ETQ231 RFC Login failed
    4 ETQ359 RFC Login to: System="DEV", Nr="01", GwHost="SAPDEV", GwService="sapgw01"
    2 ETQ231 RFC Login failed
    2 ETQ353 Starting system
    3 ETQ399 Executing command: 'startsap  SID(DEV) INSTANCE(01) PROFILE('/usr/sap/DEV/EHPI/abap/DEV/SYS/profile/START_DVEBMGS01_SAPDEV') TYPE(*SHD)'.
    2 ETQ370 starting test RFC
    4 ETQ359 RFC Login to: System="DEV", Nr="01", GwHost="SAPDEV", GwService="sapgw01"
    2 ETQ231 RFC Login failed
    2WETQ372 test RFC failed, rc="-1"
    2EETQ399 Starting shadow instance failed
    2EETQ399 Test RFC failed finally
    DEVTRACE.LOG:
    DpShMCreate: sizeof(j2ee_adm)     3952
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 700000060000000, size: 6379664)
    DpShMCreate: allocated sys_adm at 700000060000010
    DpShMCreate: allocated wp_adm_list at 700000060002ff0
    DpShMCreate: allocated wp_adm at 7000000600031e0
    DpShMCreate: allocated tm_adm_list at 7000000600104b0
    DpShMCreate: allocated tm_adm at 700000060010500
    DpShMCreate: allocated appc_ca_adm at 700000060562e20
    DpShMCreate: allocated comm_adm at 700000060572830
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 7000000606011d0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated gw_adm at 700000060601280
    DpShMCreate: allocated j2ee_adm at 7000000606012c0
    DpShMCreate: allocated ca_info at 700000060602240
    DpCommAttachTable: attached comm table (header=700000060572830/ft=700000060572840)
    MtxInit: -2 0 0
    DpRqQInit: use protect_queue / slots_per_queue 0 / 2001 from sys_adm
    Mon Sep  5 22:48:58 2011
    GwISigint: received SIGINT (2), start shutdown phase
    ***LOG S30=> GwStopGateway, gateway stopped () [gwxxrd.c     12995]
    Can you help me please, how to solve this error?
    Best regards,
    João Dimas - Portugal

    ... continuation...
    The dev_w0:
    M Mon Sep  5 22:48:48 2011
    M  ThInit: running on host SAPDEV
    M  calling db_connect ...
    B  Loading DB library '/usr/sap/DEV/EHPI/abap/exe/dbdb4slib.o' ...
    B  Library '/usr/sap/DEV/EHPI/abap/exe/dbdb4slib.o' loaded
    B  Version of '/usr/sap/DEV/EHPI/abap/exe/dbdb4slib.o' is "720.00", patchlevel (0.98)
    C  DB4 SQL Reparse Activated
    C  *** ERROR => dbs/db4/schema contains wrong schema name SAPR3.
    [dbsldb4.cpp  7094]
    C  Error is ignored. Schema R3DEVDATA is used.
    C  IBM i 7.1 - XDN Default
    C  XDN-Port: Assuming 9600 + sapmsDEV mod 100 = 9600
    C  as4IsHostLocal: SAPDBHOST 'SAPDEV' is local
    C  R3INLPGM: RmtExeLib from /usr/sap/DEV/EHPI/abap/exe/DBSLDB4RMT
    C  R3INLPGM: RmtExeLib is SAPDEVUPG
    C  DBSLENCWT: rc=0, msg=CPF9897 CONCURRENT WRITE IS ENABLED.                                   
    C  QXDARECVR PTF Level is: SI37200  

    C Mon Sep  5 22:48:49 2011
    C  DbSl/DB codepage check: OK - (Unicode).
    C  Checking journal settings for QSQJRN    /R3DEVDATA : OK
    C  === Central DB connect successfull! ===
    C  === Connection settings ===
    C  connected               = TRUE
    C  con_hdl                 = 0
    C  db_handle               = 1
    C  dbhost                  = SAPDEV
    C  dbhostport              = 9600
    C  rdbname                 =                  
    C  dblib                   = R3DEVSHD
    C  r3sysle_changed         = TRUE
    C  query_compl_reval       = O
    C  dbconnecttype           = L
    C  user                    = DEV01    
    C  qaqqinilib              = Default (QUSRSYS)
    C  dbjobname               = WP00     
    C  dbjobuser               = DEV01    
    C  dbjobno                 = 012091
    C  rmtexelib               = SAPDEVUPG
    C  parallel_alter_tables   = *OFF
    C  ===========================
    C  Query options file QUSRSYS/QAQQINI not found.
    C  -----------------------------------------------------------------------------
    C  ----- DbSl EGO Structure
    C  -----------------------------------------------------------------------------
    C     SAPSYSTEMNAME               = DEV
    C     Character encoding          = UNICODE
    C     process class               = dialog process
    C     workprocess id              = 0
    C     local host                  = SAPDEV
    C     dbhost                      = SAPDEV
    C     dbhostport                  = 9600
    C     rdbname                     =                  
    C     dbname                      = DEVSAPDEV
    C     dblib                       = R3DEVSHD
    C     application server          = DVEBMGS01
    C     driver                      = DBSLDirectDrive
    C     Connect type                = LOCAL
    C     pid                         = 9088
    C     wpjobname                   = WP00
    C     wpjobuser                   = DEV01
    C     wpjobno                     = 012091
    C     DB2/400 vers. appl. server  = PASE 7.1
    C     DB2/400 vers. DB server     = V7R1
    C     da_cache_size               = 100
    C     dbsl_buffersize             = 131072
    C     reopen                      = ON
    C     timeout_retry               = 3
    C     alter_table_timeout_retry   = 3
    C     ODP threshold               = 800
    C     ODP commit thresh.          = 810
    C     ODP open thresh.            = 850
    C     QAQQINI library             = Default (QUSRSYS)
    C     Alternate QAQQINI library   = Not specified
    C     use_lobs_for_long           = ON
    C     use_lobs_for_short          = OFF
    C     single_execution_threshold  = 2000
    C     single_execution_reuse      = OFF
    C     keep_tmp_SQLpkgs            = OFF
    M Mon Sep  5 22:48:54 2011
    M  SecAudit(rsauinit): Start init of Security Audit Log for first wp.
    M  in_ThErrHandle: 1
    M  ThIErrHandle: new stat of W0 is WP_SHUTDOWN   
    M  ThIErrHandle: I'm during shutdown
    M  PfStatDisconnect: disconnect statistics
    M  ThIErrHandle: entering ThSetStatError
    M  ThShutDownServer: shutdown server
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workp. 0 9088) [dpuxtool.c   327]

  • PI 7.1 upgrade error in GETSYNC_PROFILES_CHANGED phase

    Hello
    Currently I am upgrading an XI 7.0 system to PI 7.1. The downtime phases have just started and I've hit an error in the phase 'GETSYNC_PROFILES_CHANGED'; the error is 'Not enough space for string replacement'. Based on the phase name, and the previous phases, it looks as if the error is something to do with the profiles. The relevant upgrade logs have no useful info in them except for the string space message.
    I have done the usual SDN, SAP Marketplace and Google searches but could not find an answer to my problem. I have also opened a high priority call with SAP but they have not come up with an answer yet. Does anybody have any useful advice?
    The system being upgraded is running on Windows 2003 Server R2 64bit, has an Oracle 10.2.0.4 DB, and the source system was XI/PI 7.0 SP15.
    Thanks.

    Hello Rohit
    Freespace is more than sufficient:
    C:\ = 5.2GB (O/S)
    D:\ = 18.9GB (Oracle & SAP)
    E:\ = 8.53GB (Oracle)
    Andrew
    Edited by: Andrew Turvey on May 28, 2009 3:48 PM

  • Just purchased Adobe Acrobat XI, when i download it and select run a tab appears with title 'Confirm Upgrade of Acrobat Pro' i select continue, another tab apears stating 'Error Encountered' - Acrobat installer encountered and unexpected failure. Please t

    Just purchased Adobe Acrobat XI, when i download it and select run a tab appears with title 'Confirm Upgrade of Acrobat Pro' i select continue, another tab apears stating 'Error Encountered' - Acrobat installer encountered and unexpected failure. Please try again. If it continues to fail contact adobe support. Please assist me asap, i need this working ASAP as i specially purchased for immediate use.. thanks:)

    No, there was no option for enter the serial number, which i gather u mean by S/N?

  • Upgrade to APEX 4.2.3 apexins_con.sql gets: catconInit: database is not open Unexpected error encountered in catconInit; exiting

    Upgrade to APEX 4.2.3 apexins_con.sql gets Unexpected error encountered in catconInit; exiting
    I am attempting to install/upgrade apex 4.2.3 under Oracle12c in a Multi-Tenant configuration.
    Here are the environmental details
    Windows 7 64 bit
    Apex 4.2.3
    ORCL: CDB$ROOT
    PDBORCL: PDB$SEED
    Here is the current states of the pluggable databases
    SQL> SELECT NAME,OPEN_MODE,TOTAL_SIZE/1024/1024/1024 FROM V$PDBS;
    NAME                           OPEN_MODE  TOTAL_SIZE/1024/1024/1024
    PDB$SEED                       READ ONLY                 .263671875
    PDBORCL                        READ WRITE                .366210938
    SQL>
    This is the command that I am using to re-install/upgrade APEX:
    # remove 4.2.2 installation
    cd M:\apex_4.2.3\apex_4.2.3_en\apex
    sqlplus /@ORCL as sysdba
    @apxremov.sql   <<  this was successful
    quit
    Install 4.2.3 installation
    sqlplus /@ORCL as sysdba
    @apexins_con.sql i10wrk SYSAUX SYSAUX TEMP /i/  << this failed
    The APEX  installation fails immediately with the following message:
    catconInit: database is not open
    Unexpected error encountered in catconInit; exiting
    I cannot determine which database is not open.  Both my CDB$ROOT and PDBORCL are reported as open (READ WRITE Mode).
    Here is my Container database
    SQL>  SELECT SYS_CONTEXT ('USERENV', 'CON_NAME') FROM DUAL;
    SYS_CONTEXT('USERENV','CON_NAME')
    CDB$ROOT
    SQL> select instance_name,status from v$instance;
    INSTANCE_NAME    STATUS
    orcl             OPEN
    SQL>
    Here is the associated Pluggable Database
    sqlplus /@PDBORCL as sysdba
    SQL> select instance_name,status from v$instance;
    INSTANCE_NAME    STATUS
    orcl             OPEN
    SQL> ALTER PLUGGABLE DATABASE PDBORCL OPEN;
    ALTER PLUGGABLE DATABASE PDBORCL OPEN
    ERROR at line 1:
    ORA-65019: pluggable database PDBORCL already open
    I am confused…. Which database is not open?
    The PDB$SEED is open in (READ ONLY) mode, but that is simply the template database.  I don't think that ever needs to be open in (Read Write) mode.

    sbing52,
    I cannot vouch for the specific error that is being returned by catcon.pl, but I would try the following in your situation.
    1. It seems you connect to CDB$ROOT and ran apxremov.sql. This only removed the common APEX option from CDB$ROOT. Your PDB is now in an inconsistent state, since APEX is no longer in the root. I would reconnect to CDB$ROOT and run apxremov_con.sql, make sure you use the one from the 4.2.3 distribution. The one in the ORACLE home will not work.
    2. I would then re-run apexins_con.sql connect to CDB$ROOT. Also, you need to pass the proper parameters. Why are you passing i10wrk? You should be invoking it like:
    @apexins_con.sql SYSAUX SYSAUX TEMP /i/
    Regards,
    Jason

  • Errors encountered while doing BCC Full deployment in the Applying phase

    Errors encountered while doing BCC Full deployment in the Applying phase. The stack trace is as below:-
    **** Warning    Fri Aug 02 09:43:24 BST 2013    1375433004207   /atg/epub/PublishingRepository  Using default JDBC type for: project:tar814 could not find this column in the table's meta data
    **** debug      Fri Aug 02 09:52:54 BST 2013    1375433574278   /atg/epub/DeploymentServer      Run first apply phase: true
    **** debug      Fri Aug 02 09:52:54 BST 2013    1375433574279   /atg/epub/DeploymentServer      Switch switchable CA datasources:
    **** debug      Fri Aug 02 09:52:54 BST 2013    1375433574279   /atg/epub/DeploymentServer        isDeploymentRollback(): false
    **** debug      Fri Aug 02 09:52:54 BST 2013    1375433574284   /atg/epub/DeploymentServer        Current Target live datasource name: DataSourceA
    **** debug      Fri Aug 02 09:52:54 BST 2013    1375433574285   /atg/epub/DeploymentServer        CA switching datasource: /atg/commerce/jdbc/ProductCatalogSwitchingDataSource_production
    **** debug      Fri Aug 02 09:52:54 BST 2013    1375433574285   /atg/epub/DeploymentServer          Current live datasource name: DataSourceB
    **** debug      Fri Aug 02 09:52:54 BST 2013    1375433574285   /atg/epub/DeploymentServer          Current offline datasource name: DataSourceA
    **** debug      Fri Aug 02 09:52:54 BST 2013    1375433574286   /atg/epub/DeploymentServer          The current CA live datasource is pointing at the Target offline datasource. No CA switch necessary.
    **** debug      Fri Aug 02 09:52:54 BST 2013    1375433574287   /atg/epub/DeploymentServer      Switchable CA datasources switched.
    **** info       Fri Aug 02 09:52:54 BST 2013    1375433574307   /atg/epub/DeploymentServer      DirectSQLReplicationAdapter: Starting FIRST phase data transfer.
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver SQL Statement Failed: [++ReplicationSQL++]
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver INSERT
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver INTO ndcatalog2.extn_block_link
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver      (
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver        renderer_id,
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver        link,
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver        block_id
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver      )
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver SELECT
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver        t1.renderer_id,
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver        t1.link,
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver        t1.block_id
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver FROM
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver        extn_block_link t1,
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver        extn_block t2
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver WHERE t2.asset_version =
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver        ( SELECT MAX ( asset_version )
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver          FROM extn_block
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver          WHERE
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver            (
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver              (
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver                checkin_date <= ?
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver              )
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver            )
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver            AND branch_id = ?
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver            AND block_id = t2.block_id
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver        )
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver AND t2.version_deleted = ?
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver AND t2.branch_id = ?
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver AND t1.asset_version =  t2.asset_version
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver AND t1.block_id = t2.block_id
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver -- Parameters --
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver p[1] = {pd: checkin_date} 2013-07-30 10:23:57.867 (java.sql.Timestamp)
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver p[2] = {pd: branch_id} 10500 (java.lang.String)
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver p[3] = {pd: version_deleted} false (java.lang.Boolean)
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver p[4] = {pd: branch_id} 10500 (java.lang.String)
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver [--ReplicationSQL--]
    **** Error      Fri Aug 02 09:53:12 BST 2013    1375433592737   /com/screwfix/content/block/BlockRepository-ver         java.sql.SQLSyntaxErrorException: ORA-00904: "RENDERER_ID": invalid identifier
    Please note that we are migrating from ATG 2007 to ATG 10.0.1...Also we are doing deployment in this new environment for the first time only.
    Thanks a lot
    Pijush

    Hi Pijush,
    The exception towards the end of the stack trace says the RENDERER_ID is an invalid identifier. the Oracle error 00904 indicates the column name must be wrong. Can you verify the repostiory xml on the BlockRepository and check the column name.
    Regards,
    Srikanth

  • Support Pack upgrade error in Import Phase

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

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

Maybe you are looking for

  • Can't drop database table objects on a EJB Diagram.

    JDeveloper 10.1.3 EA. When I drop a database table object on a EJB Diagram the error below occurs. Also dropping components from the Component Palette doesn't work. A wizard opens, but after completing that, nothing is on the EJB Diagram. However, af

  • Error 550 5.7.0 Relay Access Denied in Server 2013 Enterprise

    Good evening everyone. When emails are sent from outside of our domain, to our domain; the following message is returned: Delivery to the following recipient failed permanently:      email Technical details of permanent failure  Google tried to deliv

  • HP Color LaserJet 2605dn

    Ever since installing the printer driver update today, I have been unable to print anything. When I go to print something, the printer queue comes up and shows the document to be printed with the following message underneath "Finally, send the print

  • How to check the occurrence of a character in a string

    Hello Experts, I have a scenario where in I have to check the occurrence of a character in a string and based on that I have to pass a data into target field. I was wondering whether this can achieved with mapping functions or Do I have to use an UDF

  • 1 of 2 USB ports stopped working after 10.7.2 upgrade

    I have the newest Macbook Pro.  I upgraded to 10.7.2 today and immediately after, 1 of my 2 usb ports stopped working.   Thought it may be the cable, so I switched cables.  Tried plugging in my iPhone, my portable drive and nothing.   Both work on th