Column int_objname empty after register schema

Hi all,
We have come across a very strange feature in our XDB repository (RDBMS 10.2.0.2 EE) and I hope someone can give a hint to solve it.
In the past we registered xml schemas and worked with it with success. The schemas are local. Now, we're implementing new versions of these xml schemas by deleting the old ones and registering the new versions. But, when we try to delete the old xml schemas, ORA-31000 is the result:
begin dbms_xmlschema.deleteschema ('budget-canoniek.xsd', dbms_xmlschema.delete_cascade_force ); end
ERROR at line 1:
ORA-31000: Resource 'budget-canoniek.xsd' is not an XDB schema document
ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 82
ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 102
ORA-06512: at line 1However, all_xml_schemas shows that the schema does exists:
  1  select owner, schema_url, int_objname
  2    from all_xml_schemas
  3*  where schema_url like '%canoniek%' and local = 'YES'
puc@PGIO> /
OWNER      SCHEMA_URL                INT_OBJNAME
PUC        budget-canoniek2.xsd      XDLTCTsQgnhyHgQPwK+fx/kQ==
PUC        budget-canoniek.xsdTo test what is happening I registered a schema under another name : budget-canoniek2.xsd. This schema can be unregistered without any problems.
The difference between both schemas is a missing value INT_OBJNAME.
Questions:
- Does anyone have a clue how can this int_objname get nullified? I guess some internal process is doing this?
- Does anyone have a clue how we can get this column fixed and filled again. Apparently, this column causes the dbms_xdb.deleteSchema procedure to fail. It also causes other functions on this schema to fail.
- In thread Error when deleting schema the same issue was "solved" by deleting a record in xdb$schema table, but was not recommended. An aternative was not given. Before I totally wreck up my XDB by executing this delete statement: is there an alternative?
Please help,
Regards,

Harm, could you request the backport via metalink? An upgrade to 10.2.0.3.0 will not be a solution, just checked on metalink
I will install it on Thursday (tomorrow I am off to a client) for the project if it is available for download.
Grz
Marco

Similar Messages

  • Ctxsys.context index on registered schema xmltype column

    9iR2
    Is it possible to create a text index (indextype is ctxsys.context) on a schema registered xmltype column?
    I tried it, the index creation works fine.
    After the first insert statement the Oracle process seems to hang. (CPU 100%, increasing memory consumption)

    Yes, I previously entered some data.
    Test case:
    1. register schema
    begin
    DBMS_XMLSCHEMA.REGISTERSCHEMA('http://localhost/JobPositionSeeker-1_1.xsd',
    getDocument('JobPositionSeeker-1_1.xsd'), TRUE, TRUE, FALSE, FALSE
    end;
    2. create table
    CREATE TABLE application_xml of XMLType
    XMLSCHEMA "http://localhost/JobPositionSeeker-1_1.xsd" ELEMENT "JobPositionSeeker"
    3. entered some data
    4. created the index
    create index applicant on application_xml ( SYS_NC_ROWINFO$)
    indextype is ctxsys.context
    5. select using index
    select value(a).getClobVal() from application_xml a
    where contains( value(a),'%ai% INPATH(//PersonalData/PersonName/FamilyName)')>0
    6. insert another record
    -> crash

  • Registered schema lost one byte of Chinese character at certain position

    Hello all,
    I registered a schema as below. When viewing the registered schema in the Enterprise Manager, I found a byte was lost for the Chinese character at the position of byte 4200 ( or 0x1068 ).
    before registration:
    22 B2 FA C6 B7 CA FD C1 BF B5 A5 CE BB 22 20 ; "产品数量单位"
    after registration:
    22 B2 FA C6 B7 FD C1 BF B5 A5 CE 3F 20 ; "产品康ノ?
    My database (9.2.0.1 & 9.2.0.3) has the character set of SIMPLIFIED CHINESE_CHINA.ZHS16GBK.
    Connect test/test;
    DECLARE
    samplexmldoc clob := '<?xml version="1.0" encoding="GB2312"?>
    <xs:schema xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xs="http://www.w3.org/2001/XMLSchema">
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <xs:element name="产品目录">
              <xs:complexType xdb:SQLType="ST产品目录">
                   <xs:sequence>
                        <xs:element ref="第一种产品目录"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
         <xs:element name="第一种产品目录">
              <xs:complexType xdb:SQLType="ST第一种产品目录">
                   <xs:sequence>
                        <xs:element name="产品分类名称" type="xs:string"/>
                        <xs:element name="产品分类概况" type="xs:string"/>
                        <xs:element name="产品数量单位" type="xs:string"/>
                        <xs:element name="产品存放总分布图" type="xs:anyURI"/>
                        <xs:element name="产品样本" type="xs:anyURI"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
    </xs:schema>
    BEGIN
    dbms_xmlschema.registerSchema('http://www.antu.com.cn/metaxml.xsd',samplexmldoc,True,True,False,FALSE);
    End;
    Because we have to generate schemas by program, it's not acceptable to adjust the schema text manually.
    What shall I do? Thanks for any help.
    Chen Hui

    Please open a tar with your local support organization...
    Chen
    Please excuse me if I ask some basic questions here, I've no previous experience working with documents containing Chinese Character sets.
    I assume that if I look at your post with my Brower character set to simplifiedChinese.GB2312 I will see the schema document posted correctly..
    Can you test wether or not this problem occurs if the document is encoded in UTF8 and loaded into an AL32UTf8 database. Also, do you see , rather than GB2312. Also are the characters still missing if you view it from SQL*PLUS...

  • XDB is invalid post registering schema

    Hi all, We have an Windows 2008R2 Oracle 11g 11.2.0.3 database. I am trying to register xml schema but we now have a problem. Please advice how to resolve this:
    Regards, Nick
    Warning: XDB now invalid, invalid objects found:
    object_name                                 object_type
    XDPvR/1dI8T7Sgbi6W3+hdRw==                   XML SCHEMA
    XDpjNsY48sTPS2U0FTcntpeA==                   XML SCHEMA
    XDc47y7s7IRAiROOzbxAxxHw==                   XML SCHEMA
    XDSKZf8PoBQYOsi3xhlK/eIQ==                   XML SCHEMA
    XDgWRTQYoXReCeOSe0Pdx9iw==                   XML SCHEMA
    XDwNX9aokgQEKPpaPog31zoA==                   XML SCHEMA
    PL/SQL procedure successfully completed.
    SQL> select schema_url from dba_xml_schemas, dba_objects
      2  where int_objname = object_name and status = 'INVALID';
    SCHEMA_URL
    OSDNFFeatures.xsd
    OSImageMetadata.xsd
    OSOrthoMetadata.xsd
    OSQueryResult.xsd
    OSIMIngestionMetadata.xsd
    OSIMProductMetadata.xsd
    6 rows selected.
    Try to delete the registered schema but fails:
    SQL> BEGIN
      2  DBMS_XMLSchema.deleteSchema(
      3  schemaurl=>'/XML_SCHEMA/EGISPROD/OSDNFFeatures.xsd',
      4  delete_option=>DBMS_XMLSchema.Delete_Cascade_Force);
      5  END;
      6  /
    BEGIN
    ERROR at line 1:
    ORA-31000: Resource '/XML_SCHEMA/EGISPROD/OSDNFFeatures.xsd' is not an XDB
    schema document
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 122
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 106
    ORA-06512: at line 2
    Even doing by this way:
    SQL> exec DBMS_XMLSCHEMA.PURGESCHEMA('3EF47FD5D23C4FB4A06E2E96DFE85D47');
    BEGIN DBMS_XMLSCHEMA.PURGESCHEMA('3EF47FD5D23C4FB4A06E2E96DFE85D47'); END;
    ERROR at line 1:
    ORA-31050: Access denied
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 109
    ORA-06512: at line 1

    <body><p>thanks guys, i was eventually able to delete the xml schema using the below commnand
    begin
    dbms_xmlschema.deleteschema('OSDNFFeatures.xsd',dbms_xmlschema.DELETE_CASCADE);
    end;
    on a sepertate note, i use the below sql to create a new resource for a XSD file but how does one do for a DTD file?
    Adding a XSD
    declare
    v_result boolean;
    v_schema xmltype := xmltype(bfilename('XML_VALIDATION', 'feature.xsd'), nls_charset_id('UTF8'));
    begin
    v_result := dbms_xdb.CreateResource('/XML_SCHEMA/EGISPROD/feature.xsd', v_schema);
    end;
    Adding a DTD file:
    SQL> declare
      2  v_result boolean;
      3  v_schema xmltype := xmltype(bfilename('XML_VALIDATION', 'XMLSchema.dtd'), n
    ls_charset_id('UTF8'));
      4  begin
      5  v_result := dbms_xdb.CreateResource('/XML_SCHEMA/EGISPROD/XMLSchema.dtd', v
    _schema);
      6  end;
      7  /
    declare
    ERROR at line 1:
    ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00247: invalid Document Type Declaration (DTD)
    Error at line 18
    ORA-06512: at "SYS.XMLTYPE", line 296
    ORA-06512: at line 3

  • Register Schema: ORA-20001: enable_hierarchy_internal

    Hi,
    I'm trying to register an XML Schema and get the following errors:
    16:45:28 SQL> BEGIN
    16:45:28 2      DBMS_XMLSCHEMA.registerSchema(
    16:45:28 3      SCHEMAURL     => 'http://www.sample.net/phoenix/xsd/data_exchange.xsd',
    16:45:28 4      SCHEMADOC     => XDBURIType('/phoenix/DataSupplier20080528-2.xsd').getCLOB(),
    16:45:28 5      GENTABLES     => TRUE
    16:45:28 6      );
    16:45:28 7      COMMIT;
    16:45:28 8 END;
    16:45:28 9 /
    BEGIN
    ERROR at line 1:
    ORA-20001: enable_hierarchy_internal
    ORA-06512: at "XDB.DBMS_XDBZ", line 28
    ORA-06512: at line 1
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 20
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 31
    ORA-06512: at line 2
    18:13:31 SQL>
    Database Version: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 (Linux)
    In my previous attempts I've seen that the types and tables will be created and removed after the error occurred...
    Does anybody know what the problem is?
    TIA
    Andreas

    Hi Mr.Mdrake,
    I am working on XML Type Views, and I did created an XML Type view and it did worked well. Later on there is a change of envirnoment for the development team. So, I tried to deploy my XML Type View scripts in the new environment. While registering the Schema(locally) to the repository I encountered the fallowing error
    Error report:
    ORA-20001: enable_hierarchy_internal
    ORA-06512: at "XDB.DBMS_XDBZ", line 28
    ORA-06512: at line 1
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 3
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 14
    ORA-06512: at line 2
    I have gone through your threads realted to this kind of error and verified wethere I have previleges or not ? Well, there seems to be no problem regarding that(looks like I have all the previlages).
    And one more question I would like to ask is do I have to register the schema globally or locally? The script that worked for me in the previous environment I did register the schema globally using the default.
    Here, even if I try to register the schema locally or globally I am facing the error. The error i am getting while i resiter the schema globally is
    Error report:
    ORA-31086: insufficient privileges to register schema "http://www.oracle.com/MBR_TYPE.xsd"
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 3
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 14
    ORA-06512: at line 2
    31086. 00000 - "insufficient privileges to register schema \"%s\""
    *Cause:    An attempt was made to register a schema without
    sufficient privileges.
    *Action:   Make sure that the user has sufficient privileges to register
    the schema.
    The suggestion that you have
    "1. Registering a Schema as SYS.
    This is not supported, please don't do it." is that mean schema should be registered globally??
    Pardon my ignorance if I say anything which is meaning less.
    Thanks in advance

  • [JR_Registration;6iR4.2;8.1.7.3.0] Various error messages trying to register schemas

    Hello !
    I've a problem to register schemas. These schemas depend on each others (i.e. Schema #2 references Schema #1 with a foreign key ).
    The designer's repository (6i R4.2) is on a 8.1.7.3.0 Database.
    I have three question using jr_registration.generate (up to now :-> )
    Question #1:
    ============
    Starting with the base schema (no FK) SQL*Plus comes up with
    ORA-00001 unique constraint (<repos_owner>.RM_LINK_PROPERTIES_PK) violated
    ( all error messages continue the same:
    ORA-06512: in "COLANI.JR_REG", Zeile 903
    ORA-06512: in "COLANI.JR_REGISTRATION", Zeile 112
    ORA-06512: in Zeile 2
    logfile information:
    06-Mai-2002 17:23:36 : Creating Link Properties for Table : <the table_name>
    link property (M end) : new id : <number #1>
    link property (1 end) : new id : <number #2>
    link property (1 end) : new name : <name #1>
    link property (M end) : new id : <number #3>
    link property (1 end) : new id : <number #4>
    link property (1 end) : new name : <name #2>
    link property (M end) : new id : <number #1, allready used !!!>
    ------------------------------------------------------- end of logfile ---
    How do I solve this ?
    Question #2
    ===========
    ORA-01403 no data found
    logfile information:
    Failed to query element type mapped to PK table : <primary key>
    ------------------------------------------------------- end of logfile ---
    This primary key is contained in an other (therefore not now existing) schema.
    Seems acceptable :->
    The <primary key> just reads <constraint_name> and not <schema_owner>.<constraint_name>.
    This leaves me with the question:
    Is it any possible to generate/register the required schema dependencies ?
    Question #3
    ===========
    I tried another schema referencing a not now existing schema (which doesn't seem to be the problem here).
    Although the table did not contain any data:
    ORA-01401 inserted value too large for column
    logfile information:
    Setting schema irid : <irid> , ivid : 1
    06-Mai-2002 17:46:11 : Table : <table_name>
    06-Mai-2002 17:46:11 : Table : <table_name>
    ------------------------------------------------------- end of logfile ---
    The <DATA_TYPE>s for the last table reads
    DATE
    NUMBER (10,0)
    NUMBER
    various VARCHAR2 (1-80)
    The <DATA_TYPE>s for the possible next table ( according to <DBA_TABLES> ordered by <Table_name> ):
    DATE
    NUMBER
    various VARCHAR2 (1-80)
    What could be the reason ?
    Thanks for your help

    I found an answer on Metalink for question 1:
    Issue logged as <Bug:1391592> Cannot Register a Table with the Same Column in more than one Foreign Key

  • After registering SAPCCMSR agent not able to see J2ee nodes in rz20

    Hi,
    After registering SAPCCMSR agent on J2ee instance not able to see J2ee nodes in rz20. The ccms_connetor file has the
    following error
    Feb 26, 2012 8:43:44 AM  ...y.monitor.mapping.ccms.Selfmonitoring [SAPEngine_System_Thread[impl:5]_65] Error: Couldn't create self monitoring (java.lang.RuntimeException: Update on node failed (java.lang.IllegalArgumentException: Method
    name is empty.)).
    Feb 26, 2012 8:43:44 AM  ...ne.library.monitor.mapping.ccms.Trace [SAPEngine_System_Thread[impl:5]_65] Error: Could not read host name (com.sap.mona.api.JMonException: No instance info available.)
    Feb 26, 2012 8:43:44 AM  ...ne.library.monitor.mapping.ccms.Trace [SAPEngine_System_Thread[impl:5]_65] Error: RegisterNode</>: com.sap.mona.api.JMonException: java.lang.RuntimeException: Update on node failed (java.lang.IllegalArgumentEx
    ception: Method name is empty.)
    Feb 26, 2012 8:43:44 AM  ...ne.library.monitor.mapping.ccms.Trace [SAPEngine_System_Thread[impl:5]_65] Error: Could not read host name (com.sap.mona.api.JMonException: No instance info available.)
    Feb 26, 2012 8:43:44 AM  ...ne.library.monitor.mapping.ccms.Trace [SAPEngine_System_Thread[impl:5]_65] Error: RegisterNode</>: com.sap.mona.api.JMonException: java.lang.RuntimeException: Update on node failed (java.lang.IllegalArgumentEx
    ception: Method name is empty.)
    Feb 26, 2012 8:43:44 AM  ...ne.library.monitor.mapping.ccms.Trace [SAPEngine_System_Thread[impl:5]_65] Error: RegisterNode</Kernel>: com.sap.engine.library.monitor.mapping.ccms.CcmsConnectorException: /Kernel can't be created due to missing parent node(s).
    Feb 26, 2012 8:43:44 AM  ...ne.library.monitor.mapping.ccms.Trace [SAPEngine_System_Thread[impl:5]_65] Error: Could not read host name (com.sap.mona.api.JMonException: No instance info available.)
    Feb 26, 2012 8:43:44 AM  ...ne.library.monitor.mapping.ccms.Trace [SAPEngine_System_Thread[impl:5]_65] Error: RegisterNode</>: com.sap.mona.api.JMonException: java.lang.RuntimeException: Update on node failed (java.lang.IllegalArgumentException: Method name is empty.)
    Feb 26, 2012 8:43:44 AM  ...ne.library.monitor.mapping.ccms.Trace [SAPEngine_System_Thread[impl:5]_65] Error: RegisterNode</Services>: com.sap.engine.library.monitor.mapping.ccms.CcmsConnectorException: /Services can't be created due to missing parent node(s).
    Can some one help me on this.
    Thanks

    Hello Kranthi,
    I would suggest you to cross check the steps you have performed to register sapccmsr agent with the following help links and update us.
    http://help.sap.com/saphelp_nw04/helpdata/en/48/6a76607a7c91409474ad6c7b6f5a26/content.htm
    Good Luck.
    Thanks,
    Siva Kumar

  • HI GUYS, HOW CAN I REGISTER THE ADOBE CREATIVE CLOUD ON MY MACBOOK AFTER REGISTERING IT ON MY IMAC THX TO ALL

    HI GUYS, HOW CAN I REGISTER THE ADOBE CREATIVE CLOUD ON MY MACBOOK AFTER REGISTERING IT ON MY IMAC THX TO ALL

    I am not clear on what you mean by "register" but if you mean you want to install it on another machine then you just need to install it the same way you did for the first machine.

  • File Browse is emptied after failed validation

    Why does the file browse text box get emptied after a failed validation? Is there any way to prevent this?
    To further explain, create a form on a page with two page items, a text box and a file browse item, then put a not null validation on the text box. When you submit the page with a null text box, but with a file selected for the browse button, then validation catches and throws the error message back to the user when the page refreshes. However, the file browse text box is emptied, and the user has to reselect the file before resubmitting the page.
    Is this a bug, or just the way it is supposed to work? Any way around it?
    Thanks,
    Kris
    Edited by: kshenn on Oct 31, 2008 7:06 AM

    Hello,
    >> Is this a bug, or just the way it is supposed to work?
    This is not a bug. Actually, it has nothing to do with APEX. The behavior of the file browse item is controlled by the HTML standard, which clears the field for security reasons.
    If you pay close attention to Denes example, you’ll see that even when the validation error page is displayed, the file browse item itself is being cleared. The JavaScript generated file path is the one that retain its value. I don’t have access to Denes code, but I’m assuming that in his uploading procedure he’s using the JavaScript generated path.
    >> Any way around it?
    Where the file browse item is concern, no workaround.
    In your specific case, where the validation you need is “not null”, you can create a JavaScript validation, and fire it before submitting the page (as part of the submit button). That way, the browser will not clear the file browse item, because the page will not be submitted without proper values in your items.
    Regards,
    Arie.

  • Hoy can I include my thunderbolt display, in my Applecare Protection Plan, after registering my MacBook Pro?

    Hoy can I include my thunderbolt display, in my Applecare Protection Plan, after registering my MacBook Pro?

    Call apple, they will ask for the display serial number to add

  • Column views in the catalog schema

    Hi Everyone,
    I know I might get pointers to some documentation regarding the "Column views" in the schema catalog. Can anyone tell me what is the "Column views" folder in the schema list should contain?
    I am trying to create new objects under my schema and does anyone know if there are any public schema in the sandbox? or any quick method to load tables into the schema?
    Thanks in advance.
    Happy exploring.
    Jero

    Hi,
    In addition to Tomas comments
    some points from TZHANA material
    Attribute View
    - What is an Attribute View?
    - Attributes add context to data.
    - Attributes are modeled using Attribute Views.
    - Can be regarded as Master Data tables
    - Can be linked to fact tables in Analytical Views
    - A measure e.g. weight can be defined as an attribute.
    Attribute View:
    Save and activate the view
    Create executable version of the view
    - Save the view
    - Save button in top-left corner of Studio
    - This saves the information model, i.e. the metadata
    of the view that has just been defined.
    - This information model itself is not visible to
    reporting tools
    - Activate the view
    - Right-click view and choose u2018Activateu2019 from context
    menu
    - This creates a database view in schema u2018_SYS_BICu2019
    (a so-called u2018column viewu2019)
    - Name of the column view:
    u2018_SYS_BIC.I_<PACKAGE>/<VIEW_NAME>u2019
    - This column view can be accessed from reporting
    tools
    Regards,
    Manoj.

  • RW_SERVER_JOB_QUEUE  table empty after running the report in 11g

    Hello,
    I set up Job StatusRepository in our environment ( Fusion Middleware 11.1.1.4 Win 2008 x32) as explained in Oracle Support note "How to Setup jobStatusRepository Feature in Reports 11g? [ID 858200.1]"
    The table RW_SERVER_JOB_QUEUE is always empty after running the report.
    I have checked another note "RW_SERVER_JOB_QUEUE table is empty [ID 1200613.1]" but the user who is running the report is the same as the user who " the user name where you run $ORACLE_HOME\reports\admin\sql\rw_server.sql script" so there is no grant problem to write to this table.
    Here is the excerpt of rwserver.conf file:
    <demo:jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
    <demo:property value="csf:reports:repo" name="dbpassword"/>
    <demo:property value="blvdev" name="dbconn"/>
    <demo:property value="pdmain" name="dbuser"/>
    </demo:jobStatusRepository>
    I n log file there is an error:
    Apr 11, 2012 10:29:13 AM oracle.security.jps.internal.credstore.ssp.CsfWalletManager openWallet
    WARNING: Opening of wallet based credential store failed. Reason java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
    Have anybody had the same issue in 11g?
    Thanks,
    Alex

    Here is the solution I found and I would like to share if anybody is interested :
    Check the following Oracle Support Notes:
    ALERT - After Applying Patchset 11.1.1.4, Fusion Middleware Control Inserts "demo:" Tags in Conf Files of Reports Server- ENVID Section Stops Working [ID 1298701.1]
         After applying patchset 11.1.1.4 to Reports Server, any configuration changes through Fusion Middleware Control inserts "demo:" tags in the beginning of each line in conf file of Report Server.
         The behaviour is described in the following bug :
         Bug:11784251 MBEAN BROWSER ADDS A DEMO TAG IN RWSERVER.CONF AT EACH LINE
    So you I removed all demo tags in rwserver.conf
    <jobStatusRepository class="oracle.reports.server.JobRepositoryDB">
    <property value="csf:reports:jobrepo" name="dbpassword"/>
    <property value="repteam.us.oracle.com" name="dbconn"/>
    <property value="jobrep11g" name="dbuser"/>
    </jobStatusRepository>
    Regarding : PKI-02002 error:
    Error PKI-02002: Unable to open the wallet. Check password When Starting a Reports Server [ID 1316651.1]
    Temporary file cannot be created in temporary directory.
    After checking the wallet I simply changed the following lines
         <variable id="TEMP" value="C:\Users\oracle\AppData\Local\Temp\2"/>
         <variable id="TMP" value="C:\Users\oracle\AppData\Local\Temp\2"/>
    to
         <variable id="TEMP" value="C:\TEMP"/>
         <variable id="TMP" value="C:\TEMP"/>
    because the folder C:\Users\oracle\AppData\Local\Temp\2 was not created.
    Regards,
    Alex
    Edited by: user12019587 on 11-Apr-2012 2:50 PM

  • After registering my wife's iphone 4 on a different computer, my itunes shuts down each time i try to sync it with my music on my lap top. help

    after registering my wife's iphone 4 on a different computer, my itunes gives error message and shuts down each time i try to sync it with my music on my lap top. What do I do?

    after registering my wife's iphone 4 on a different computer, my itunes gives error message and shuts down each time i try to sync it with my music on my lap top. What do I do?

  • Report column footer print after report footer

    I have a report which has column footer and report footer.
    The column footer always print in the bottom of the page and it happens the report has half page then report footer print before column footer.
    I would like to know is it possible to have column footer just after last detail line print and report footer print after column footer which is more professinal report format,
    Your help and information is great appreciated,
    Regards,
    Iccsi

    iccsi wrote:
    I would like to know is it possible to have column footer just after last detail line print and report footer print after column footer
    It is not possible to change the order in which the footers print.
    To achieve what you want, do not use the "column footer" band. Create a dummy report group and use that group's footer, which will always print before the "report footer".

  • I got a serial number from Leica. After registered and downloaded LR from adobe, it said "the serial number is invalid". Anybody knows how this happens?

    I got a serial number from Leica. After registered and downloaded LR from adobe, it said “the serial number is invalid”. Anybody knows how this happens?
    thanks!

    Did you get a serial number for Lightroom, or a redemption code?
    Please read Find your serial number quickly

Maybe you are looking for