Error inside TicketCreator (EP5.0 SP5 to SP6 upgrade)

Is there anyone having this experience before?  Our original portal is EP5.0 SP5, with 1 lockserver box, 2 portal server box. within these portal server boxes, 1 with installation type  as "primary" and one as "clustered."
The upgrade from original EP 5.0 SP5 to SP6 is perfectly fine for lockserver and "primary" portal.  However, for clustered node, after I have applied EP5.0 SP5 to SP6 upgrade kit, a launch of portal got an error message as "Error inside TicketCreator Failed to create SSO cookie. The cookie returned from the cookie creation URL returned an empty value."
Any tips to this?  anyone have encountered this before and how to get it around, thks
Stephen
Message was edited by: Lee Stephen
Message was edited by: Lee Stephen

Hi,
this is my first post in SDN.
I installed EP5SP6 and got the same error message "Error inside TicketCreator Failed to create SSO cookie. The cookie returned from the cookie creation URL returned an empty value.".
I found out that the error comes from the function "CreateTicket(userName)" in the file "TicketCreator.asp" in folder "\inetpub\wwwroot\SAPPortal\Common" (this function is called from "Default.asp" when no "MYSAPSSO2"-Cookie was found); it uses the "SAP J2EE Engine 6.20" in order to create a new cookie (in my case for "userName = admin") by calling the following URL:
http://localhost:8100/irj/servlet/prt/prtroot/InitialLogonSupport.default?IntegrityToken=&URL=
The response header from this URL is the following (Status = 200 => OK):
<i>Server: SAP J2EE Engine/6.20
Content-Type: text/html
Content-Length: 631
Date: Thu, 20 Apr 2006 13:04:56 GMT</i>
The mentioned error occurs because there is no entry in the header with "Set-Cookie: MYSAPSSO2...".
I also found out that the "MSXML4.DLL" is used for calling the above URL, so I modified the function
"CreateTicket(...)" and inserted the following:
if req.status = 200 then
>>> INSERT
CreateTicket = req.responseText
exit function
>>> INSERT
Note: the function "responseText(...)" is defined in the interface "IXMLHTTPRequest" which is implemented in "MSXML4.dll"; you can find out other functions using a "TypeLib viewer".
When I now call the portal again I see a Java runtime exception:
java.lang.StringIndexOutOfBoundsException: String index out of range: 14
Now I realised that something in the URL must be missing; the source for creating the URL looks like that:
url = url & "/irj/servlet/prt/prtroot/InitialLogonSupport.default?IntegrityToken=" & timeStamp & "&URL="
The generated URL (see above) shows that the "timeStamp" must be empty, so the following code must fail:
timeStamp = Server.URLEncode(encoder.TimeStamp(userName))
The "encoder" is an instance of the object "HyRelEncoder":
set encoder = Application("Locator").NamedComponent("HyRelEncoder")
Now I'm at the end because I can't find any further information about the "HyRelEncoder" object. Maybe someone can find out more and help me to solve this problem,
Oliver

Similar Messages

  • Migrating from WLS 8.1 SP5 to Sp6

    We have successfully runned WLS 8.1 SP5
    When we were migrating from SP5 to SP6 in starting logs had been occured strange errors:
    <Jul 6, 2007 3:01:49 PM EEST> <Error> <JDBC> <BEA-001263> <Data Source named edx.servman.databasePool should not point to the Pool edxUserConnectionPool, Poo
    l edxUserConnectionPool has already been referenced by the another TxDataSource.>
    <Jul 6, 2007 3:01:49 PM EEST> <Error> <JDBC> <BEA-001263> <Data Source named edx.user.databasePool should not point to the Pool edxUserConnectionPool, Pool e
    dxUserConnectionPool has already been referenced by the another TxDataSource.>
    <Jul 6, 2007 3:01:49 PM EEST> <Error> <JDBC> <BEA-001263> <Data Source named jdbc.ecs_serial_trans should not point to the Pool edxUserConnectionPool, Pool e
    dxUserConnectionPool has already been referenced by the another TxDataSource.>
    All these DSources have been running on SP5 on the same pool. But this config doesn't work on SP6. What is issue?

    Anton Gavazuk wrote:
    We have successfully runned WLS 8.1 SP5
    When we were migrating from SP5 to SP6 in starting logs had been occured strange errors:
    <Jul 6, 2007 3:01:49 PM EEST> <Error> <JDBC> <BEA-001263> <Data Source named edx.servman.databasePool should not point to the Pool edxUserConnectionPool, Poo
    l edxUserConnectionPool has already been referenced by the another TxDataSource.>
    <Jul 6, 2007 3:01:49 PM EEST> <Error> <JDBC> <BEA-001263> <Data Source named edx.user.databasePool should not point to the Pool edxUserConnectionPool, Pool e
    dxUserConnectionPool has already been referenced by the another TxDataSource.>
    <Jul 6, 2007 3:01:49 PM EEST> <Error> <JDBC> <BEA-001263> <Data Source named jdbc.ecs_serial_trans should not point to the Pool edxUserConnectionPool, Pool e
    dxUserConnectionPool has already been referenced by the another TxDataSource.>
    All these DSources have been running on SP5 on the same pool. But this config doesn't work on SP6. What is issue?Hi. This is a known issue with 81sp6. Ask support for the patch
    for CR308071. We document that it is forbidden to have multiple
    XA datasources pointing to the same pool, and we now enforce that,
    but the bug is that we were also preventing mulitple datasources
    to non-XA pools as well.
    Joe

  • Has EVDRE suppression been fixed in v7.0 SP5 or SP6 ????

    Hi all
    I need to know whether a problem has been fixed in either SP5 or SP6 of v7.0.
    When we tested SP4, we were unable to suppress EVDRE using flags, where the suppression point of view is different to the point of view in the EVDRE
    e.g if time is in your suppression but not in either your rows or columns
    The problem apparently did not exist in SP3 and only started in SP4.
    Unfortunately, if it is still there, then I may as well forget the upgrade testing for v7, as we cannot work with this error in place.
    Can anyone confirm whether it has been fixed/patched or if there is a workaround in place?
    Thanks
    Craig

    Thank you for this.
    I have been messing around with this last few days, and i really love the feature to pinpoint the validation errors on map.
    I has always been so annoying to try pinpoint these errors using some other GIS software while doing your sql.
    I have stumbled to few bugs:
    1. In "Validate geometry column" dialog checking option "Use DimInfo" actually still uses value entered in tolerance text box.
    I found this because in my language settings , is the decimal operators
    2. In "Validate geometry column" dialog textboxs showing sql, doesn't always show everything from long lines of text (clipping text from right)
    3. In "Validate geometry column" dialog the "Create Update SQL" has few bugs:
    - if you have selected multiple rows from results and check the "Use Selected Geometries" the generated IN-clause in SQL with have same rowid (rowid for first selected result) for all entries
    Also the other generated IN clause in WHERE-clause is missing separator if you select more than one corrective function
    4. "Validate geometry column" dialog stays annoyingly top most when using "Create Update SQL" dialog

  • Script Error- inside Collaboration Room

    Hi All,
             I have created Collaboration Room based on SAP Default Room Template its working fine for portal User in this server URL for egs: http://servername:port/irj/portal
    We generated this server URL into the internet URL like this http://www.companyname.com:port/irj/portal
    But Iu2019m getting script error inside the collaboration Room, when we using this internet URL http://www.mycompany.com:port/irj/portal
    Exactly Where Iu2019m getting this script error, Collaboration --> Room --> Room Directory, here I click any of the Rooms, it opens the particular Room in content Area and display some more page link in detailed navigation like has Document and Links, Tasks, Team Members, Search Room, Admin Room, Admin: Member and Room Relations.
    If I click any of page link Iu2019m getting the script error like this  Line: 707 char:5 Error: u2018nullu2019 is null or not an object
    Through Visual Studio I found out that function
    function setFocusOnDtn(){
    var JSTree = SAP_getJSTree("DetailedNavigationTree"); // this JSTree is to be null so this line is probelm
    var roots = JSTree.getSelectedNodes();
        if(roots[0] != null && roots[0]!="undefined" && EPCM.getSAPTop().navPanelStatus == "exp"){
                if(roots[0].getNodeAnchor() != null){
                            if(roots[0].getNodeAnchor().type!='hidden'){
                                 roots[0].getNodeAnchor().focus();
    Help me to achieve this problem........
    Regards
    Thillai J

    Hi,
    I am facing the same problem.
    It says to me "JSTree is null"
    Please let me know if you got any solution for that.
    Thanks

  • V 7 SP5 or SP6 Documents

    All,
    Dose anyone has documents on SAP BPC MS SP 5 or SP6
    SP 6 has end of october release date, Not sure if any documents are available for this.
    There are no documents under market place SP5.
    We want to find out the things fixed/Introduced in SP5 or Sp6
    Thanks for your help.
    Sam

    Sam,
    Give this link a try.
    https://service.sap.com/sap/support/notes/1360142
    Craig

  • Problems while upgrading CE7.1 SP5 to SP6

    Hello everyone,
    for POC I installed a CE 7.1 Server. After installing it i tried to use the in the Composition Platform included VC. I've got errors as described in my other thread (here: Errors in VC after installation). Than I decided to upgrade the whole CE System. Hoping that the error may vanish. But I have problems upgrading the system. In fact the following packages throw errors. (Container ... is not active..):
    sap.com/EP-MODELING
    sap.com/EP-RUNTIME
    sap.com/GP-CORE
    sap.com/GP-PP
    sap.com/UWLJWF
    sap.com/VCBASE
    sap.com/VCFREESTYLEKIT
    sap.com/VCKITBI
    In the case of GP-CORE the error is:
    1. Client path '
    skollsapmnt     ransEPSinGPCORE06_0-20001929.SCA --> cafeugpexampletimeoff~def.sda'
         Sdu info :name 'cafeugpexampletimeoffdef', vendor 'sap.com', location 'MAIN_APL71P06_C', version '2613643', software type ('J2EE', sub type ''), dependencies :[( name 'cafeugpmodel', vendor 'sap.com') ]
              Deploy status is 'Aborted'
              Description:'1. [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5006] Container SAP-EU-GP is not active at the moment and it is not possible to oncePerInstance sap.com/cafeugpexampletimeoff~def.'.
    Now, if i look at the Application "cafeugpexampletimeoff~def" it has the status "Failed to start". If I now start the service "caf/eu/gp/model", and start the named application again it starts fine. But during the deployment of the package GP-CORE the server-instance is restarted and the service "caf/eu/gp/model" doesn't start again automaticaly. And because of this the corresponding application canno't be started and the deployment doesn't work.
    Has anyone an idea how to fix this?

    Some additional Information:
    Here are the errors according to the packages. If the package/application which is ment to be inactive IS active I wrote it behind the package name. The packages/applications which are not started can't start because of the in the post above descriped reason.
    GP-CORE:
    1. Client path '
    skoll\sapmnt\trans\EPS\in\GPCORE06_0-20001929.SCA --> cafeugpexampletimeoff~def.sda'
         Sdu info :name 'cafeugpexampletimeoffdef', vendor 'sap.com', location 'MAIN_APL71P06_C', version '2613643', software type ('J2EE', sub type ''), dependencies :[( name 'cafeugpmodel', vendor 'sap.com') ]
              Deploy status is 'Aborted'
              Description:'1. [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5006] Container SAP-EU-GP is not active at the moment and it is not possible to oncePerInstance sap.com/cafeugpexampletimeoff~def.'.
    GP-PP:
    1. Client path '
    skoll\sapmnt\trans\EPS\in\GPPP06_0-20001928.SCA'
         Sdu info :name 'GP-PP', vendor 'sap.com', location 'MAIN_APL71P06_C', version '1000.7.10.6.0.20080504004242'
              Deploy status is 'Aborted'
              Description:'1. Contains Aborted deployment component:
    sdu id: sap.com_cafeugpcontentportal
    sdu file path: D:\usr\sap\CE1\J00\j2ee\cluster\server0\.\temp\tcbldeploy_controller\archives\463\GPPP06_0-20001928_SCA1222775735062\DEPLOYARCHIVES\cafeugpcontentportal.sda
    version status: HIGHER
    deployment status: Aborted
    description: 1. [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5006] Container SAP-EU-GP is not active at the moment and it is not possible to oncePerInstance sap.com/cafeugpcontentportal.'.
    EP-MODELING: (The mentioned Application IS running)
    1. Client path '
    skoll\sapmnt\trans\EPS\in\EPMODELING06_0-10005152.SCA --> sap.com~portal.modeling.obn.ear'
         Sdu info :name 'portal.modeling.obn', vendor 'sap.com', location 'SAP AG', version '7.1006.20080430151312.0000', software type ('J2EE', sub type ''), dependencies :[( name 'vc_ds_service', vendor 'sap.com') ]
              Deploy status is 'Aborted'
              Description:'1. [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5006] Container developmentserver is not active at the moment and it is not possible to oncePerInstance sap.com/portal.modeling.obn.'.
    EP-RUNTIME:
    1. Client path '
    skoll\sapmnt\trans\EPS\in\EPRUNTIME06_0-10005153.SCA --> com.sap.portal.pcd.gparhiddencontent.sda'
         Sdu info :name 'com.sap.portal.pcd.gparhiddencontent', vendor 'sap.com', location 'SAP AG', version '7.1006.20080505213746.0000', software type ('J2EE', sub type ''), dependencies :[( name 'com.sap.portal.pcd.transportapplication', vendor 'sap.com') ]
              Deploy status is 'Aborted'
              Description:'1. [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5006] Container SAP-EU-GP is not active at the moment and it is not possible to oncePerInstance sap.com/com.sap.portal.pcd.gparhiddencontent.'.
    UWLJWF:
    1. Client path '
    skoll\sapmnt\trans\EPS\in\UWLJWF06_0-20001947.SCA --> com.sap.netweaver.bc.uwl.content.sda'
         Sdu info :name 'com.sap.netweaver.bc.uwl.content', vendor 'sap.com', location 'SAP AG', version '7.1006.20080430151312.0000', software type ('J2EE', sub type ''), dependencies :[none]
              Deploy status is 'Aborted'
              Description:'1. [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5006] Container SAP-EU-GP is not active at the moment and it is not possible to oncePerInstance sap.com/com.sap.netweaver.bc.uwl.content.'.
    VCBASE: (The mentioned Application IS running)
    1. Client path '
    skoll\sapmnt\trans\EPS\in\VCBASE06_0-20001958.SCA --> VisualComposerServerEar05.ear'
         Sdu info :name 'VisualComposerServerEar05', vendor 'sap.com', location 'SAP AG', version '7.1006.20080523184435.0000', software type ('J2EE', sub type ''), dependencies :[( name 'vc_ds_service', vendor 'sap.com') , ( name 'com.sap.security.api.sda', vendor 'sap.com') , ( name 'visualcomposer_server_api', vendor 'sap.com') , ( name 'p4', vendor 'sap.com') ]
              Deploy status is 'Aborted'
              Description:'1. [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5006] Container developmentserver is not active at the moment and it is not possible to oncePerInstance sap.com/VisualComposerServerEar05.'.
    VCFREESTYLEKIT: (The mentioned Application IS running)
    1. Client path '
    skoll\sapmnt\trans\EPS\in\VCFREESTYLEKIT06_0-10005160.SCA --> sap.com~com.sap.vc.wdrunprv.ear'
         Sdu info :name 'com.sap.vc.wdrunprv', vendor 'sap.com', location 'SAP AG', version '7.1006.20080430145728.0000', software type ('J2EE', sub type ''), dependencies :[( name 'vc_ds_service', vendor 'sap.com') , ( name 'visualcomposer_server_api', vendor 'sap.com') ]
              Deploy status is 'Aborted'
              Description:'1. [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5006] Container developmentserver is not active at the moment and it is not possible to oncePerInstance sap.com/com.sap.vc.wdrunprv.'.
    VCKITBI: (The mentioned Application IS running)
    1. Client path '
    skoll\sapmnt\trans\EPS\in\VCKITBI06_0-10005161.SCA --> bi~bikit.sda'
         Sdu info :name 'bibikit', vendor 'sap.com', location 'MAIN_APL71P06_C', version '2660071', software type ('J2EE', sub type ''), dependencies :[( name 'com.sap.ip.bi.bases.bics.facade', vendor 'sap.com') , ( name 'tcblloggingapi', vendor 'sap.com') , ( name 'tcepbcconnectivityfwapi', vendor 'sap.com') , ( name 'com.sap.vc.common_sda', vendor 'sap.com') , ( name 'tcblexceptionlib', vendor 'sap.com') , ( name 'tcjeusermanagement~api', vendor 'sap.com') , ( name 'engine.j2ee14.facade', vendor 'sap.com') ]
              Deploy status is 'Aborted'
              Description:'1. [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5006] Container developmentserver is not active at the moment and it is not possible to oncePerInstance sap.com/bi~bikit.'.

  • Afaria 7 SP5 enrollment server upgradation stops at 50%

    Hi Everyone,
    Need you crucial inputs in following issue:
    We have redundant Afaria ennvironment below are the server box setup:
    DB (Cluster Mode)
    MST1 (Afaria Server, Enrollment Server and Package Server)
    MST2 (Afaria Server, Enrollment Server and Package Server)
    IIS 1 (Afaria Admin and API and Selfserviceportal)
    IIS 2 (Afaria Admin and API and Selfserviceportal)
    Relay Server 1 (NLB)
    Relay Server 2
    Threat Management Web Gateway 1
    Threat Management Web Gateway 2
    Our currrent version of Afaria is Afaria 7 SP4 HF12.
    Issue as below:
    We installed SP5 Pre-requisite i.e. 2012 Visual runtime etc.
    We tried to upgrade Afaria to SP5, we successfully upgraded Afaria Server and Admin and API.
    However, we tried to upgrade enrollment server it stuck on 50 percent. After which the upgradation process wasn't getting processed.
    Performed Troubleshoot:
    1) We re-installed Afaria enrollment server with Afaria 7 SP5.
    Regards,
    Subash Acharya

    Hi Subash,
    Have you tried running the iPhoneServer (Enrollment server) setup in both MST1 and MST2?
    If yes, Is the same issue occuring in both? If no, please try running it in the other machine too.
    Isn't there any specific error while running the setup?
    If yes, pls show the screenshot. Also, please check the event logs to see any log entry at that time instant.
    Have you tried restarting the machine and then running the setup?
    Best Regards
    Sajan Mathew

  • ORA-12709: error while loading create database character set after upgrade

    Dear All
    i m getting ORA-12709: error while loading create database character set, After upgraded the database from 10.2.0.3 to 11.2.0.3 in ebusiness suit env.
    current application version 12.0.6
    please help me to resolve it.
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 1.2831E+10 bytes
    Fixed Size 2171296 bytes
    Variable Size 2650807904 bytes
    Database Buffers 1.0133E+10 bytes
    Redo Buffers 44785664 bytes
    ORA-12709: error while loading create database character set
    -bash-3.00$ echo $ORA_NLS10
    /u01/oracle/PROD/db/teche_st/11.2.0/nls/data/9idata
    export ORACLE_BASE=/u01/oracle
    export ORACLE_HOME=/u01/oracle/PROD/db/tech_st/11.2.0
    export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/perl/bin:$PATH
    export PERL5LIB=$ORACLE_HOME/perl/lib/5.10.0:$ORACLE_HOME/perl/site_perl/5.10.0
    export ORA_NLS10=/u01/oracle/PROD/db/teche_st/11.2.0/nls/data/9idata
    export ORACLE_SID=PROD
    -bash-3.00$ pwd
    /u01/oracle/PROD/db/tech_st/11.2.0/nls/data/9idata
    -bash-3.00$ ls -lh |more
    total 56912
    -rw-r--r-- 1 oracle oinstall 951 Jan 15 16:05 lx00001.nlb
    -rw-r--r-- 1 oracle oinstall 957 Jan 15 16:05 lx00002.nlb
    -rw-r--r-- 1 oracle oinstall 959 Jan 15 16:05 lx00003.nlb
    -rw-r--r-- 1 oracle oinstall 984 Jan 15 16:05 lx00004.nlb
    -rw-r--r-- 1 oracle oinstall 968 Jan 15 16:05 lx00005.nlb
    -rw-r--r-- 1 oracle oinstall 962 Jan 15 16:05 lx00006.nlb
    -rw-r--r-- 1 oracle oinstall 960 Jan 15 16:05 lx00007.nlb
    -rw-r--r-- 1 oracle oinstall 950 Jan 15 16:05 lx00008.nlb
    -rw-r--r-- 1 oracle oinstall 940 Jan 15 16:05 lx00009.nlb
    -rw-r--r-- 1 oracle oinstall 939 Jan 15 16:05 lx0000a.nlb
    -rw-r--r-- 1 oracle oinstall 1006 Jan 15 16:05 lx0000b.nlb
    -rw-r--r-- 1 oracle oinstall 1008 Jan 15 16:05 lx0000c.nlb
    -rw-r--r-- 1 oracle oinstall 998 Jan 15 16:05 lx0000d.nlb
    -rw-r--r-- 1 oracle oinstall 1005 Jan 15 16:05 lx0000e.nlb
    -rw-r--r-- 1 oracle oinstall 926 Jan 15 16:05 lx0000f.nlb
    -rw-r--r-- 1 oracle oinstall 1.0K Jan 15 16:05 lx00010.nlb
    -rw-r--r-- 1 oracle oinstall 958 Jan 15 16:05 lx00011.nlb
    -rw-r--r-- 1 oracle oinstall 956 Jan 15 16:05 lx00012.nlb
    -rw-r--r-- 1 oracle oinstall 1005 Jan 15 16:05 lx00013.nlb
    -rw-r--r-- 1 oracle oinstall 970 Jan 15 16:05 lx00014.nlb
    -rw-r--r-- 1 oracle oinstall 950 Jan 15 16:05 lx00015.nlb
    -rw-r--r-- 1 oracle oinstall 1.0K Jan 15 16:05 lx00016.nlb
    -rw-r--r-- 1 oracle oinstall 957 Jan 15 16:05 lx00017.nlb
    -rw-r--r-- 1 oracle oinstall 932 Jan 15 16:05 lx00018.nlb
    -rw-r--r-- 1 oracle oinstall 932 Jan 15 16:05 lx00019.nlb
    -rw-r--r-- 1 oracle oinstall 951 Jan 15 16:05 lx0001a.nlb
    -rw-r--r-- 1 oracle oinstall 944 Jan 15 16:05 lx0001b.nlb
    -rw-r--r-- 1 oracle oinstall 953 Jan 15 16:05 lx0001c.nlb
    Starting up:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options.
    ORACLE_HOME = /u01/oracle/PROD/db/tech_st/11.2.0
    System name: SunOS
    Node name: proddb3.zakathouse.org
    Release: 5.10
    Version: Generic_147440-19
    Machine: sun4u
    Using parameter settings in server-side spfile /u01/oracle/PROD/db/tech_st/11.2.0/dbs/spfilePROD.ora
    System parameters with non-default values:
    processes = 200
    sessions = 400
    timed_statistics = TRUE
    event = ""
    shared_pool_size = 416M
    shared_pool_reserved_size= 40M
    nls_language = "american"
    nls_territory = "america"
    nls_sort = "binary"
    nls_date_format = "DD-MON-RR"
    nls_numeric_characters = ".,"
    nls_comp = "binary"
    nls_length_semantics = "BYTE"
    memory_target = 11G
    memory_max_target = 12G
    control_files = "/u01/oracle/PROD/db/apps_st/data/cntrl01.dbf"
    control_files = "/u01/oracle/PROD/db/tech_st/10.2.0/dbs/cntrl02.dbf"
    control_files = "/u01/oracle/PROD/db/apps_st/data/cntrl03.dbf"
    db_block_checksum = "TRUE"
    db_block_size = 8192
    compatible = "11.2.0.0.0"
    log_archive_dest_1 = "LOCATION=/u01/oracle/PROD/db/apps_st/data/archive"
    log_archive_format = "%t_%s_%r.dbf"
    log_buffer = 14278656
    log_checkpoint_interval = 100000
    log_checkpoint_timeout = 1200
    db_files = 512
    db_file_multiblock_read_count= 8
    db_recovery_file_dest = "/u01/oracle/fast_recovery_area"
    db_recovery_file_dest_size= 14726M
    log_checkpoints_to_alert = TRUE
    dml_locks = 10000
    undo_management = "AUTO"
    undo_tablespace = "APPS_UNDOTS1"
    db_block_checking = "FALSE"
    session_cached_cursors = 500
    utl_file_dir = "/usr/tmp"
    utl_file_dir = "/usr/tmp"
    utl_file_dir = "/u01/oracle/PROD/db/tech_st/10.2.0/appsutil/outbound"
    utl_file_dir = "/u01/oracle/PROD/db/tech_st/10.2.0/appsutil/outbound/PROD_proddb3"
    utl_file_dir = "/usr/tmp"
    plsql_code_type = "INTERPRETED"
    plsql_optimize_level = 2
    job_queue_processes = 2
    cursor_sharing = "EXACT"
    parallel_min_servers = 0
    parallel_max_servers = 8
    core_dump_dest = "/u01/oracle/PROD/db/tech_st/10.2.0/admin/PROD_proddb3/cdump"
    audit_file_dest = "/u01/oracle/admin/PROD/adump"
    db_name = "PROD"
    open_cursors = 600
    pga_aggregate_target = 1G
    workarea_size_policy = "AUTO"
    optimizer_secure_view_merging= FALSE
    aq_tm_processes = 1
    olap_page_pool_size = 4M
    diagnostic_dest = "/u01/oracle"
    max_dump_file_size = "20480"
    Tue Jan 15 16:16:02 2013
    PMON started with pid=2, OS id=18608
    Tue Jan 15 16:16:02 2013
    PSP0 started with pid=3, OS id=18610
    Tue Jan 15 16:16:03 2013
    VKTM started with pid=4, OS id=18612 at elevated priority
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    Tue Jan 15 16:16:03 2013
    GEN0 started with pid=5, OS id=18616
    Tue Jan 15 16:16:03 2013
    DIAG started with pid=6, OS id=18618
    Tue Jan 15 16:16:03 2013
    DBRM started with pid=7, OS id=18620
    Tue Jan 15 16:16:03 2013
    DIA0 started with pid=8, OS id=18622
    Tue Jan 15 16:16:03 2013
    MMAN started with pid=9, OS id=18624
    Tue Jan 15 16:16:03 2013
    DBW0 started with pid=10, OS id=18626
    Tue Jan 15 16:16:03 2013
    LGWR started with pid=11, OS id=18628
    Tue Jan 15 16:16:03 2013
    CKPT started with pid=12, OS id=18630
    Tue Jan 15 16:16:03 2013
    SMON started with pid=13, OS id=18632
    Tue Jan 15 16:16:04 2013
    RECO started with pid=14, OS id=18634
    Tue Jan 15 16:16:04 2013
    MMON started with pid=15, OS id=18636
    Tue Jan 15 16:16:04 2013
    MMNL started with pid=16, OS id=18638
    DISM started, OS id=18640
    ORACLE_BASE from environment = /u01/oracle
    Tue Jan 15 16:16:08 2013
    ALTER DATABASE MOUNT
    ORA-12709 signalled during: ALTER DATABASE MOUNT...

    ORA-12709 signalled during: ALTER DATABASE MOUNT...Do you have any trace files generated at the time you get this error?
    Please see these docs.
    ORA-12709: WHILE STARTING THE DATABASE [ID 1076156.6]
    Upgrading from 9i to 10gR2 Fails With ORA-12709 : Error While Loading Create Database Character Set [ID 732861.1]
    Ora-12709 While Trying To Start The Database [ID 311035.1]
    ORA-12709 when Mounting the Database [ID 160478.1]
    How to Move From One Database Character Set to Another at the Database Level [ID 1059300.6]
    Thanks,
    Hussein

  • Error while runnning autoconfig on apps tier during upgrade

    Hi,
    Error while runnning autoconfig on apps tier during upgrade from 11.5.9 to 11.5.10.2
    below is the error message.
    Enter the APPS user password :
    The log file for this session is located at: /u01/app/tinst/tinstappl/admin/TINST_dba5/log/05031134/adconfig.log
    AutoConfig is configuring the Applications environment...
    AutoConfig will consider the custom templates if present.
    Using APPL_TOP location : /u01/app/tinst/tinstappl
    Classpath : /u01/app/tinst/tinstcomn/util/java/1.6/jdk1.6.0_18/jre/lib/rt.jar:/u01/app/tinst/tinstcomn/util/java/1.6/jdk1.6.0_18/lib/dt.jar:/u01/app/tinst/tinstcomn/util/java/1.6/jdk1.6.0_18/lib/tools.jar:/u01/app/tinst/tinstcomn/java/appsborg2.zip:/u01/app/tinst/tinstcomn/java
    Using Context file : /u01/app/tinst/tinstappl/admin/TINST_dba5.xml
    Context Value Management will now update the Context file
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jdbc/OracleDriver
    at oracle.apps.ad.util.DBUtil.registerDriver(DBUtil.java:153)
    at oracle.apps.ad.util.DBUtil.<init>(DBUtil.java:102)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.getDBConnection(FileSysDBCtxMerge.java:759)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.initializeParams(FileSysDBCtxMerge.java:147)
    at oracle.apps.ad.tools.configuration.FileSysDBCtxMerge.setParams(FileSysDBCtxMerge.java:128)
    at oracle.apps.ad.context.CtxValueMgt.mergeCustomInFiles(CtxValueMgt.java:1762)
    at oracle.apps.ad.context.CtxValueMgt.processCtxFile(CtxValueMgt.java:1579)
    at oracle.apps.ad.context.CtxValueMgt.main(CtxValueMgt.java:709)
    Caused by: java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    ... 8 more
    ERROR: Context Value Management Failed.
    Terminate.
    The logfile for this session is located at:
    /u01/app/tinst/tinstappl/admin/TINST_dba5/log/05031134/adconfig.log
    Please let me know your suggestions to resolve this issue.
    Regards,
    Sreenivasulu.

    Hi,
    DB tier autoconfig was successfully completed.
    We have already checked the above mentioned metalink ID's, but still the issue is same.
    Can you please advice any other solutions.
    Regards,
    Sreenivasulu.

  • Automation error element not found in vb6 2147319765 after upgrading the os

    Hi we had updated our OS to windows 7 from XP.Previously we had an application in XP which is built on Vb 6 .The application throws an error message like Automation error --element not found with error code 2147319765 .The application shows the same error
    message even after I ran the application in XP compatability mode.
    The application is using data from other servers and all the servers are windows server 2003.
    muneer

    Double post:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/229b4e46-9bcb-411e-901e-fec376dc36da/automation-error-element-not-found-in-vb6-2147319765-after-upgrading-the-os
    This forum is about VB.Net. If your question is about a VB6 project, have a look here:
    Where to post your VB 6 questions
    Armin

  • I tried to update my OS (Mountain lion) to mavericks, but i can't seem to download. There's a 'an error has occurred' in red beside the free upgrade bar.. what should i do?

    I tried to update my OS (Mountain lion) to mavericks, but i can't seem to download. There's a 'an error has occurred' in red beside the free upgrade bar.. what should i do?

    It's possible something has become corrupted in your AppStore cache folder. I had the same problem that occurred after I did a partial download, paused it, and attempted to restart it again later. Here's how I fixed my problem:
    Enable AppStore Debug menu:
    1. Quit AppStore completely.
    2. Run Terminal and enter the following on the command line: defaults write com.apple.appstore ShowDebugMenu -bool true
    3. Restart the AppStore. You should see a new menu called "Debug".
    Clear the download cache:
    4. In AppStore, select Debug menu / Show Download Folder
    5. Quit AppStore completely, but leave download folder open
    6. In the download folder, select all files/folders, then delete them.
    7. Restart AppStore. You may need to sign in to your Apple account again.
    You may need to restart your computer to be able to delete the files from the trash.
    You can then try the download again.

  • Error -5000 on my 3GS when trying to upgrade to ios 5?

    When trying to upgrade my iphone 3GS it keep saying there is error -5000 and if I continue with the upgrade all my infomation will be deleted from my phone, does anyone know what I can do to not have this error? Thanks!

    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software and ensure that communication to gs.apple.com is allowed. Follow these stepsfor assistance with security software.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow theadvanced iTunes Store troubleshooting steps to edit the hosts file or revert to a default hosts file. See "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information."
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.

  • HT5678 What is error "3072" that keeps me from downloading this upgrade? Thanks.

    What is error "3072" that keeps me from downloading this upgrade? Thanks.

    The solution offered in this thread:
    https://discussions.apple.com/message/21502447#21502447
    may also work for you.
    If not please give some information on what upgrade you are dealing with, on what Mac, running what version of OS X.

  • Appc error when upgrade from weblogic sp5 to sp6

    Hi,
    I got an appc compilation error for an Entity Bean. It is exactly the same code. the generated xxxx__WebLogic_CMP_RDBMS.java compiles in weblogic8.1sp5. After upgrading to sp6, I got the following error for "cannot resolve symbol
    symbol : method setStringForClob (int,java.lang.String)
    location: interface oracle.jdbc.OraclePreparedStatement".
    I checked the generated java code. addition code is generated on sp6 which reference to oracle.jdbc.OraclePreparedStatement.setStringForClob().
    The databased used is oracle 9i. driver is oracle shipped ojdbc14.jar for 9i. If I change to 10g driver, it compiles of course. But we don't have plan to upgrade the driver.
    Would someone help me find what is wrong.
    Thanks alot
    JC

    any ideas about this problem?? i am getting the same error. is it a bug in the weblogic sp 6??
    Thanks,
    Raj

  • Failed upgrade from WLS8.1 sp5 to sp6 Got an error in parsing template.xml

    Hi All
    have an issue when applying SP6 on WLS81, and web directory has 50G avail..
    error msg: 2009-08-19 17:57:38,368 FATAL [readSilentXML] com.bea.plateng.wizard.installer.c
    ommon.parsers.TemplateParser - Got an error in parsing template.xml!
    2009-08-19 17:57:38,381 FATAL [readSilentXML] com.bea.plateng.wizard.installer.s
    ilent.tasks.ReadSilentXMLTask - java.lang.NullPointerException
    2009-08-19 17:57:38,387 INFO [WizardController] com.bea.plateng.wizard.WizardCo
    ntroller - Terminating.
    Any thoughts...
    Thanks

    Hi All
    have an issue when applying SP6 on WLS81, and web directory has 50G avail..
    error msg: 2009-08-19 17:57:38,368 FATAL [readSilentXML] com.bea.plateng.wizard.installer.c
    ommon.parsers.TemplateParser - Got an error in parsing template.xml!
    2009-08-19 17:57:38,381 FATAL [readSilentXML] com.bea.plateng.wizard.installer.s
    ilent.tasks.ReadSilentXMLTask - java.lang.NullPointerException
    2009-08-19 17:57:38,387 INFO [WizardController] com.bea.plateng.wizard.WizardCo
    ntroller - Terminating.
    Any thoughts...
    Thanks

Maybe you are looking for

  • Adobe Photoshop CS4 Extended, owned for ages, licensing for this product has expired? Was using it two months ago.

    Hello, I have been trying to get Adobe's help for over a month now. I've been on the phone twice to them, opened up three seperate cases and still arrived at no solution. I was bought Photoshop CS4 Extended awhile ago and use it for my studies (I'm a

  • Does this sound like I need a new hard drive for iPod?

    I have an 15GB 3rd generation iPod (4 buttons across top) and now i'm having some major issues. I have to restore constantly and even after a successful restore (which takes about 6-8 tries to keep the restore from freezing) it'll update songs on iTu

  • Choppy playback in CC, suddenly

    Yes, yet another mysterious choppy, jerky playback out-of-the-blue issue. Premiere Pro CC 7.01, Mac, was working relatively fine for a few weeks on a couple projects. Now, on new project, exact same setup and media as before, I get playback that is f

  • Vendor In Pricing

    Hi, I am using a vendor as a Broker at header level of sales order. This vendor i want to be used in pricing table so that proper brokerage can be paid too him. right now i am using standard condition table 363 (plant, vendor material). but system is

  • How te move labeled objects to specific layers?

    I made in InDesign a product catalogue with EasyCatalog, works fine, but EasyCatalog puts all the items (graphics, text frames, price box, ) on one layer. Soon there will be translations on that document and so I want that all my graphics that are la