Sequence names not created

I have set the primary key to use sequencing in the mapping bench. I have also set the project to use "Default Sequence Table" for sequencing.
I have the following code added when I start the session
SchemaManager schemaManager = new SchemaManager(session);
schemaManager.createSequences();
But when I try to insert a record I get the following error
" Error preallocating sequence numbers. The sequence table information is not complete"
But when I add the sequence name I am using to sequence tabel directly this error disappears and everything works fine.
I was thinking the "SchemaManager.createSequences()" would create sequence name entries for all sequence descriptors in sequence table. Is my understanding correct? Or is there something more I need to do in the mapping or code so that the sequence names are created automatically when I run the program.

The call to schemaManager.createSequences() will select all of the sequence rows and insert any missing values. Make sure you turn on SQL logging and verify that these are being created as you expect.
Doug

Similar Messages

  • Error creating sdo_pc point cloud: "ORA-02289: sequence does not exist"

    Oracle Database 12c Enterprise Edition Release 12.1.0.1.0
    I've come across a problem when creating point clouds - every so often I'll get an error about a sequence not existing.
    ERROR at line 1:
    ORA-13199: Invalid Parameters for Partition_Table
    ORA-13199: Invalid Parameters for Partition_Table
    ORA-13249: Stmt-Execute Failure: DROP SEQUENCE "MDPCS_a_17745$$$"
    ORA-29400: data cartridge error
    ORA-02289: sequence does not exist
    ORA-06512: at "MDSYS.PRVT_PC", line 3
    ORA-06512: at "MDSYS.PRVT_PC", line 171
    ORA-06512: at "MDSYS.SDO_PC_PKG", line 179
    ORA-06512: at line 17
    I've got a test case which creates a table where we'll put a sdo_pc, a block table and then a loading XYZ table.  We then loop a bunch of times and create a PC for each.
    Test case setup:
    create table pc_test (
        id integer primary key,
        pc sdo_pc);
    create sequence pc_test_id;
    create table pc_test_blocks as select * from mdsys.sdo_pc_blk_table;
    create table xyz (
        rid number,
        val_d1 number,
        val_d2 number,
        val_d3 number);
    insert /*+ append */ into xyz (
        select
            rownum,
            round(dbms_random.value(1,10000),2),
            round(dbms_random.value(1,10000),2),
            round(dbms_random.value(20,50),2)
        from dual
        connect by level <= 1000);
    commit;
    Run test case:
    declare
      l_pc sdo_pc;
        l_id pls_integer;  
    begin
        for i in 1..50 loop
            l_pc := sdo_pc_pkg.init(
                'PC_TEST', 'PC', 'PC_TEST_BLOCKS', 'blk_capacity=500',
                sdo_geometry(2003, 2157, NULL, sdo_elem_info_array(1,1003,3), sdo_ordinate_array(400000, 500000, 800000, 1000000)),
                0.005, 3, null);
            l_id := pc_test_id.nextval;
            dbms_output.put_line('PC_TEST id=' || l_id);
            insert into pc_test (id, pc) values (l_id, l_pc);
            sdo_pc_pkg.create_pc(l_pc, 'XYZ');
        end loop;
    end;
    Some of the PCs will create, but eventually it'll blow up with
    ORA-02289: sequence does not exist
    In so far as I can tell, once I call sdo_pc_pkg.create_pc(), Oracle is creating a sequence with a name such as MDPCS_a_1751F$$$.  When it is done creating the blocks, it then tries to drop the sequence.  However the statement to drop the sequence is wrapped in double quotes - so if the sequence name contained any lowercase letters then it will error out when trying to drop it.  The values used between the underscores seem to be hexadecimal - sometimes they're numbers only, sometimes numbers and uppercase letters, sometimes numbers and lowercase letters.
    Has anybody else come across this issue?
    The issue isn't critical as the PC blocks do seem to be created correctly, so the issues are: (a) my pl/sql block errors out and (b) I'm left with sequences lying around.
    For the former I'll catch the exception and ignore it, for the latter I'll just drop the sequences myself afterwards.

    I tried the test on 11.2.0.4.  On that release I get an error during a rename:
    ERROR at line 1:
    ORA-13199: Invalid Parameters for Partition_Table
    ORA-13199: Invalid Parameters for Partition_Table
    ORA-13249: Stmt-Execute Failure: RENAME "MDPCI_a_26062$$$" TO "M3_A_26062$$"
    ORA-29400: data cartridge error
    ORA-04043: object MDPCI_a_26062$$$ does not exist
    ORA-06512: at "MDSYS.PRVT_PC", line 3
    ORA-06512: at "MDSYS.PRVT_PC", line 157
    ORA-06512: at "MDSYS.SDO_PC_PKG", line 74
    ORA-06512: at line 17

  • Sequencing OpenText Exceed with App-V 5 results in The Manifest Created During Sequencing is not valid error

    Hi,
    Trying to sequence Exceed v14 with App-V 5.0 results in the following error...
    The manifest created during sequencing is not valid.  Sequecning cannot continue, try sequencing the application again...
    In the seuqencer debug log there are a few entries:
    Error in ManagedFileNameInfoT::GetFileNameInfo(), FltGetFileNameInformation() ntstatus = The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system.
    Anyone have any information on what this actually means or what can be done to resolve?
    Thanks

    Thanks Tomas, this app does create a lot of class keys, see below.  Do any of these look troublesome?  Apologies for the length of the code paste...
    HKLM\SOFTWARE\Classes\.ALI
    HKLM\SOFTWARE\Classes\.ALI\Hummingbird.FileType_ALI
    HKLM\SOFTWARE\Classes\.ALI\Hummingbird.FileType_ALI\ShellNew
    HKLM\SOFTWARE\Classes\.ALIAS
    HKLM\SOFTWARE\Classes\.ALIAS\Hummingbird.FileType_ALIAS
    HKLM\SOFTWARE\Classes\.ALIAS\Hummingbird.FileType_ALIAS\ShellNew
    HKLM\SOFTWARE\Classes\.BIT
    HKLM\SOFTWARE\Classes\.BIT\Hummingbird.FileType_BIT
    HKLM\SOFTWARE\Classes\.BIT\Hummingbird.FileType_BIT\ShellNew
    HKLM\SOFTWARE\Classes\.DIR
    HKLM\SOFTWARE\Classes\.DIR\Hummingbird.FileType_DIR
    HKLM\SOFTWARE\Classes\.DIR\Hummingbird.FileType_DIR\ShellNew
    HKLM\SOFTWARE\Classes\.ENC
    HKLM\SOFTWARE\Classes\.ENC\Hummingbird.FileType_ENC
    HKLM\SOFTWARE\Classes\.ENC\Hummingbird.FileType_ENC\ShellNew
    HKLM\SOFTWARE\Classes\.FDB
    HKLM\SOFTWARE\Classes\.FDB\Hummingbird.FileType_FDB
    HKLM\SOFTWARE\Classes\.FDB\Hummingbird.FileType_FDB\ShellNew
    HKLM\SOFTWARE\Classes\.FDIR
    HKLM\SOFTWARE\Classes\.FDIR\Hummingbird.FileType_FDIR
    HKLM\SOFTWARE\Classes\.FDIR\Hummingbird.FileType_FDIR\ShellNew
    HKLM\SOFTWARE\Classes\.humreg
    HKLM\SOFTWARE\Classes\.humreg\Hummingbird.FileType_humreg
    HKLM\SOFTWARE\Classes\.humreg\Hummingbird.FileType_humreg\ShellNew
    HKLM\SOFTWARE\Classes\.humtable
    HKLM\SOFTWARE\Classes\.humtable\Hummingbird.FileType_humtable
    HKLM\SOFTWARE\Classes\.humtable\Hummingbird.FileType_humtable\ShellNew
    HKLM\SOFTWARE\Classes\.KBF
    HKLM\SOFTWARE\Classes\.KBF\Hummingbird.FileType_KBF
    HKLM\SOFTWARE\Classes\.KBF\Hummingbird.FileType_KBF\ShellNew
    HKLM\SOFTWARE\Classes\.KBS
    HKLM\SOFTWARE\Classes\.KBS\Hummingbird.FileType_KBS
    HKLM\SOFTWARE\Classes\.KBS\Hummingbird.FileType_KBS\ShellNew
    HKLM\SOFTWARE\Classes\.KBT
    HKLM\SOFTWARE\Classes\.KBT\Hummingbird.FileType_KBT
    HKLM\SOFTWARE\Classes\.KBT\Hummingbird.FileType_KBT\ShellNew
    HKLM\SOFTWARE\Classes\.MPB
    HKLM\SOFTWARE\Classes\.MPB\Hummingbird.FileType_MPB
    HKLM\SOFTWARE\Classes\.MPB\Hummingbird.FileType_MPB\ShellNew
    HKLM\SOFTWARE\Classes\.PTB
    HKLM\SOFTWARE\Classes\.PTB\Hummingbird.FileType_PTB
    HKLM\SOFTWARE\Classes\.PTB\Hummingbird.FileType_PTB\ShellNew
    HKLM\SOFTWARE\Classes\.rx
    HKLM\SOFTWARE\Classes\.rx\ShellNew
    HKLM\SOFTWARE\Classes\.ses
    HKLM\SOFTWARE\Classes\.ses\Hummingbird.Xsession
    HKLM\SOFTWARE\Classes\.ses\Hummingbird.Xsession\ShellNew
    HKLM\SOFTWARE\Classes\.SRC
    HKLM\SOFTWARE\Classes\.SRC\Hummingbird.FileType_SRC
    HKLM\SOFTWARE\Classes\.SRC\Hummingbird.FileType_SRC\ShellNew
    HKLM\SOFTWARE\Classes\.TB
    HKLM\SOFTWARE\Classes\.TB\Hummingbird.FileType_TB
    HKLM\SOFTWARE\Classes\.TB\Hummingbird.FileType_TB\ShellNew
    HKLM\SOFTWARE\Classes\.TRX
    HKLM\SOFTWARE\Classes\.TRX\Hummingbird.FileType_TRX
    HKLM\SOFTWARE\Classes\.TRX\Hummingbird.FileType_TRX\ShellNew
    HKLM\SOFTWARE\Classes\.UID
    HKLM\SOFTWARE\Classes\.UID\Hummingbird.FileType_UID
    HKLM\SOFTWARE\Classes\.UID\Hummingbird.FileType_UID\ShellNew
    HKLM\SOFTWARE\Classes\.WFF
    HKLM\SOFTWARE\Classes\.WFF\Hummingbird.FileType_WFF
    HKLM\SOFTWARE\Classes\.WFF\Hummingbird.FileType_WFF\ShellNew
    HKLM\SOFTWARE\Classes\.XCAT
    HKLM\SOFTWARE\Classes\.XCAT\Hummingbird.FileType_XCAT
    HKLM\SOFTWARE\Classes\.XCAT\Hummingbird.FileType_XCAT\ShellNew
    HKLM\SOFTWARE\Classes\.xcfg
    HKLM\SOFTWARE\Classes\.xcfg\Exceed.Xconfiguration
    HKLM\SOFTWARE\Classes\.xcfg\Exceed.Xconfiguration\ShellNew
    HKLM\SOFTWARE\Classes\.XDB
    HKLM\SOFTWARE\Classes\.XDB\Hummingbird.FileType_XDB
    HKLM\SOFTWARE\Classes\.XDB\Hummingbird.FileType_XDB\ShellNew
    HKLM\SOFTWARE\Classes\.XDP
    HKLM\SOFTWARE\Classes\.XDP\Hummingbird.FileType_XDP
    HKLM\SOFTWARE\Classes\.XDP\Hummingbird.FileType_XDP\ShellNew
    HKLM\SOFTWARE\Classes\.xs
    HKLM\SOFTWARE\Classes\.xs\Hummingbird.Xstart
    HKLM\SOFTWARE\Classes\.xs\Hummingbird.Xstart\ShellNew
    HKLM\SOFTWARE\Classes\Exceed.Xconfiguration
    HKLM\SOFTWARE\Classes\Exceed.Xconfiguration\CLSID
    HKLM\SOFTWARE\Classes\Exceed.Xconfiguration\DefaultIcon
    HKLM\SOFTWARE\Classes\Exceed.Xconfiguration\shell
    HKLM\SOFTWARE\Classes\Exceed.Xconfiguration\shell\open
    HKLM\SOFTWARE\Classes\Exceed.Xconfiguration\shell\open\command
    HKLM\SOFTWARE\Classes\Hcabout.AboutDialog
    HKLM\SOFTWARE\Classes\Hcabout.AboutDialog\CLSID
    HKLM\SOFTWARE\Classes\Hcabout.AboutDialog\CurVer
    HKLM\SOFTWARE\Classes\Hcabout.AboutDialog.1
    HKLM\SOFTWARE\Classes\Hcabout.AboutDialog.1\CLSID
    HKLM\SOFTWARE\Classes\hclbroadway
    HKLM\SOFTWARE\Classes\hclbroadway\DefaultIcon
    HKLM\SOFTWARE\Classes\hclbroadway\shell
    HKLM\SOFTWARE\Classes\hclbroadway\shell\open
    HKLM\SOFTWARE\Classes\hclbroadway\shell\open\command
    HKLM\SOFTWARE\Classes\Hummingbird.Connectivity
    HKLM\SOFTWARE\Classes\Hummingbird.Connectivity\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.Connectivity\CurVer
    HKLM\SOFTWARE\Classes\Hummingbird.Connectivity.1
    HKLM\SOFTWARE\Classes\Hummingbird.Connectivity.1\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.Exceed
    HKLM\SOFTWARE\Classes\Hummingbird.Exceed\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.Exceed\CurVer
    HKLM\SOFTWARE\Classes\Hummingbird.Exceed.1
    HKLM\SOFTWARE\Classes\Hummingbird.Exceed.1\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FastHUMPRDCM.1
    HKLM\SOFTWARE\Classes\Hummingbird.FastHUMPRDCM.1\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.Fdb
    HKLM\SOFTWARE\Classes\Hummingbird.Fdb\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.Fdb\CurVer
    HKLM\SOFTWARE\Classes\Hummingbird.Fdb.1
    HKLM\SOFTWARE\Classes\Hummingbird.Fdb.1\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_ALI
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_ALI\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_ALI\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_ALIAS
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_ALIAS\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_ALIAS\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_BIT
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_BIT\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_BIT\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_DIR
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_DIR\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_DIR\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_ENC
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_ENC\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_ENC\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_ENC\shell
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_ENC\shell\open
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_ENC\shell\open\command
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_FDB
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_FDB\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_FDB\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_FDIR
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_FDIR\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_FDIR\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_humreg
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_humreg\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_humreg\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_humtable
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_humtable\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_humtable\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_KBF
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_KBF\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_KBF\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_KBS
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_KBS\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_KBS\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_KBT
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_KBT\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_KBT\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_MPB
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_MPB\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_MPB\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_PTB
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_PTB\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_PTB\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_SRC
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_SRC\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_SRC\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_SYM
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_SYM\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_SYM\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_TB
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_TB\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_TB\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_TRX
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_TRX\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_TRX\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_UID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_UID\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_UID\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_WFF
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_WFF\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_WFF\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_XCAT
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_XCAT\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_XCAT\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_XDB
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_XDB\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_XDB\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_XDP
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_XDP\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.FileType_XDP\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.HUMPRDCM
    HKLM\SOFTWARE\Classes\Hummingbird.HUMPRDCM\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.HUMPRDCM\CurVer
    HKLM\SOFTWARE\Classes\Hummingbird.HUMPRDCM.1
    HKLM\SOFTWARE\Classes\Hummingbird.HUMPRDCM.1\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.Xconfig
    HKLM\SOFTWARE\Classes\Hummingbird.Xconfig\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.Xconfig\CurVer
    HKLM\SOFTWARE\Classes\Hummingbird.Xconfig.1
    HKLM\SOFTWARE\Classes\Hummingbird.Xconfig.1\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.Xfonts
    HKLM\SOFTWARE\Classes\Hummingbird.Xfonts\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.Xfonts\CurVer
    HKLM\SOFTWARE\Classes\Hummingbird.Xfonts.1
    HKLM\SOFTWARE\Classes\Hummingbird.Xfonts.1\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.Xsession
    HKLM\SOFTWARE\Classes\Hummingbird.Xsession\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.Xsession\shell
    HKLM\SOFTWARE\Classes\Hummingbird.Xsession\shell\edit
    HKLM\SOFTWARE\Classes\Hummingbird.Xsession\shell\edit\command
    HKLM\SOFTWARE\Classes\Hummingbird.Xsession\shell\open
    HKLM\SOFTWARE\Classes\Hummingbird.Xsession\shell\open\command
    HKLM\SOFTWARE\Classes\Hummingbird.Xstart
    HKLM\SOFTWARE\Classes\Hummingbird.Xstart\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.Xstart\CurVer
    HKLM\SOFTWARE\Classes\Hummingbird.Xstart\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.Xstart\shell
    HKLM\SOFTWARE\Classes\Hummingbird.Xstart\shell\edit
    HKLM\SOFTWARE\Classes\Hummingbird.Xstart\shell\edit\command
    HKLM\SOFTWARE\Classes\Hummingbird.Xstart\shell\open
    HKLM\SOFTWARE\Classes\Hummingbird.Xstart\shell\open\command
    HKLM\SOFTWARE\Classes\Hummingbird.Xstart.1
    HKLM\SOFTWARE\Classes\Hummingbird.Xstart.1\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.Xstart.1\DefaultIcon
    HKLM\SOFTWARE\Classes\Hummingbird.XWebHostCtrl
    HKLM\SOFTWARE\Classes\Hummingbird.XWebHostCtrl\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.XWebHostCtrl\CurVer
    HKLM\SOFTWARE\Classes\Hummingbird.XWebHostCtrl.1
    HKLM\SOFTWARE\Classes\Hummingbird.XWebHostCtrl.1\CLSID
    HKLM\SOFTWARE\Classes\Hummingbird.XWebHostCtrl.1\Insertable
    HKLM\SOFTWARE\Classes\Xfonts_rem.XFontsCom
    HKLM\SOFTWARE\Classes\Xfonts_rem.XFontsCom\CLSID
    HKLM\SOFTWARE\Classes\Xfonts_rem.XFontsCom\CurVer
    HKLM\SOFTWARE\Classes\Xfonts_rem.XFontsCom.1
    HKLM\SOFTWARE\Classes\Xfonts_rem.XFontsCom.1\CLSID
    HKLM\SOFTWARE\Classes\Xsetrem.XsetCom
    HKLM\SOFTWARE\Classes\Xsetrem.XsetCom\CLSID
    HKLM\SOFTWARE\Classes\Xsetrem.XsetCom\CurVer
    HKLM\SOFTWARE\Classes\Xsetrem.XsetCom.1
    HKLM\SOFTWARE\Classes\Xsetrem.XsetCom.1\CLSID
    HKLM\SOFTWARE\Classes\Xstart.XstartCom
    HKLM\SOFTWARE\Classes\Xstart.XstartCom\CLSID
    HKLM\SOFTWARE\Classes\Xstart.XstartCom\CurVer
    HKLM\SOFTWARE\Classes\Xstart.XstartCom.1
    HKLM\SOFTWARE\Classes\Xstart.XstartCom.1\CLSID
    HKLM\SOFTWARE\Classes\XstartAx.XsAx
    HKLM\SOFTWARE\Classes\XstartAx.XsAx\CLSID
    HKLM\SOFTWARE\Classes\XstartAx.XsAx\CurVer
    HKLM\SOFTWARE\Classes\XstartAx.XsAx.1
    HKLM\SOFTWARE\Classes\XstartAx.XsAx.1\CLSID
    HKLM\SOFTWARE\Classes\XstartRem.XsComRem
    HKLM\SOFTWARE\Classes\XstartRem.XsComRem\CLSID
    HKLM\SOFTWARE\Classes\XstartRem.XsComRem\CurVer
    HKLM\SOFTWARE\Classes\XstartRem.XsComRem.1
    HKLM\SOFTWARE\Classes\XstartRem.XsComRem.1\CLSID

  • Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal

    Hello,
    While exporting Export reporting from BI4 getting exception
    Can not create temp file---- Error code:-2147215357 [CRSDK00000615] Error code name:internal
    In Trace Log I am getting
    com.crystaldecisions.xml.serialization.XMLWriter||Failed to create an object instance for CrystalReports.TextObjectFormat
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key CrystalReports.TextObjectFormat
      at java.util.ResourceBundle.getObject(ResourceBundle.java:374)
      at java.util.ResourceBundle.getString(ResourceBundle.java:334)
    I tried following solution according to the all forums but still issue exist.
    Done changes mention in KB article In <Installation-dir-of-BO>\Common\4.0\java\CRConfig.XML we have to increase the JAVA heap MIN and Max size
              <JVMMaxHeap>64000000</JVMMaxHeap>          <JVMMinHeap>32000000</JVMMinHeap>
    Increase the value in the ReportApplicationServer Services in the CMC for "Number of database records to read when previewing or refreshing a report". The value -1 is for unlimited records but not recommended for performance.
    Check for temporary read write permission on server
    Using SDK library from C:\Program Files (x86)\SAP Business Objects\SAP BusinessObjects Enterprise XI 4.0\java\lib
    Can you please let me know is there anything missing.

    Hi,
    We face the same problem with some BI4 reports.
    The same report works well with the "Crystal Reports Viewers API", as used in Infoview, but not with the "Report Application Server (RAS) API".
    This error appears after some time working on a report. If we reproduce the same report, but from zero, no problem.
    Hope it can help.
    Ludovic.

  • Display name not getting generated When creating user thorugh GTC

    We are using GTC flat file as a trusted source. We see that display name not getting generated. And same thing happening when creating a new GTC mapping.
    previously when we ran with few test user got created with display name through GTC flat file , Suddenly we see this issue display name not getting generated through flat file recon.
    Manually user creation has no issues.
    Please let me know if you have any idea about this issue.

    Don't use GTC... GTC is inflexible and buggy technology... Nothing guaranteed... Rather create your own custom trusted recon code...
    For more details
    26 Known Issues of Generic Technology Connectors
    http://docs.oracle.com/cd/E10391_01/doc.910/e10360/issues.htm

  • Creating a Folder Within Form or Document Library & Display the name not in the name column.

    I have created a form library that will used to create folders within that. The folder creation is done using an InfoPath Form that has been uploaded to the Form Library. When the new folder was created the name will be displayed at the Name column within
    the Form Library. I want to change that to another column like documents or suchlike.
    Can it be done using InfoPath 2010 VSTA C# or not? If their are other options available please could you try to inform me!
    Thank You,
    Chiranthaka

    Hi,     
    If you want to show the name of folder in another column, a workaround is that you can create an extra column, then create a SharePoint Designer workflow to set the value of
    this column with the name of folder.
    Here is a link about Create Workflow using SharePoint Designer and set field value for your reference:
    http://www.codeproject.com/Tips/419037/Create-Workflow-using-SharePoint-Designer
    I have seen a similar post from you in the link below:
    http://social.technet.microsoft.com/Forums/en-US/c3ff3f17-dbe2-40f9-86c5-ff7d4b663f09/creating-a-folder-within-form-or-document-library-display-the-name-not-in-the-name-column?forum=sharepointcustomizationprevious
    It's recommended that you post a single question in a single thread which will make it easier to be discussed by others.
    Best regards
    Patrick Liang
    TechNet Community Support

  • Hello my name is Yasser Prnak.Email'm from Iran and I want to know What did a bad job Can not Create an Apple ID? Only Because It was born in Iran? Please create one Apple ID fir me  because I'm in Iran Born

    hello my name is Yasser Prnak.Email'm from Iran and I want to know What  did a bad job Can not Create an Apple ID? Only Because It was born in  Iran? Please create one Apple ID fir me  because I'm in Iran Born

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Why does my home user name not change when I created a new administrator

    why does my home user name not change in finder when I created a new administrator?

    Because you need to be logged into that account to have a different home username.
    (69884)

  • HT2486 i created a group in address book and when wanted to use it it does not allow me to use it in email how do use a group name i created?

    I created a group in address book and wanted to use it, it does not allow me to use it in email how do I use a group name i created?

    How many in the group? Some ISP's have a restriction on that. Check with your ISP.

  • Imported pictures list in events as card name and not creating events by date

    Trying to import my photos off a canon card into iPhoto. I clicked the card named 100Canon in my finder after selecting import in iPhoto. Instead of creating an event for each date, as there are about 10 days of photos on this card, iPhoto created one event called 100CANON and dropped every photo into that event. When I go into the file on iPhoto and select a picture, it shows the date the photo was taken.
    Why did it not create an event for each day? I dumped my iPhone photos in and it separated each day as an event.
    Any ideas on what I may be doing wrong?

    What have you selected in the iPhoto preferences for items imported from the Finder?
    What version of iPhoto do you have?

  • How to find which sequence name is used in a table - Redux

    (The other thread was locked before I could respond, so I'm posting this here as a non-question.)
    Beginning with 12c, there is now a way to associate a sequence with a table.  It's a new feature called an Identity column.
    create table t
    (some_id number generated as identity --< creates a system generated sequence
    ,name varchar2(30)
    insert into t (name) values ('Smith');
    insert into t (name) values ('Jones');
    insert into t (name) values ('Anderson');
    commit;
    select * from t;
            SOME_ID NAME
                  1 Smith
                  2 Jones
                  3 Anderson
    select table_name, column_name, data_default from user_tab_columns where table_name = 'T' and column_name = 'SOME_ID';
    TABLE_NAME COLUMN_NAME DATA_DEFAULT
    T          SOME_ID     "C##SELSE"."ISEQ$$_91955".nextval
    select * from user_sequences;
    SEQUENCE_NAME
    ISEQ$$_91955

    There's nothing stopping you from using the generated sequence for something else, however you can NOT override it when doing an insert (as long as you've specified ALWAYS which is the default).
    SQL> create table t
      2  (some_id number generated as identity
      3  ,name varchar2(30)
      4  );
    Table created.
    SQL> select * from user_sequences;
    SEQUENCE_NAME
    ISEQ$$_91970
    SQL> select ISEQ$$_91970.nextval from dual;
                 NEXTVAL
                       1
    SQL> select ISEQ$$_91970.nextval from dual;
                 NEXTVAL
                       2
    SQL> insert into t values (99,'smith');
    insert into t values (99,'smith')
    ERROR at line 1:
    ORA-32795: cannot insert into a generated always identity column

  • Sequence will not validate with run time prompts in business rules

    I am in Hyperion Planning v 1.1.1.3, with Workforce initialized. I am creating a sequence of business rules. The rules use run time prompts within them and validate when used on their own. However, when I insert them in a sequence the sequence will not validate, apparently due to the run time prompts.
    The sequence returns the error: Cannot calculate. Essbase Error(1200323): Error parsing formula for [FIX STATEMENT] (line 7): expression expected after [(].
    Line 7 in the business rule is as follows:
    FIX ([rtpYear],[rtpScenario],[rtpVer],[rtpCC],[rtpBU],[rtpEmp])
    The problem is not isolated to this business rule, it occurs with any rule I try.
    Can sequences function with run time prompts in the included business rules?
    Stephen

    I have figured out that if any rtp is hidden in the business rule, the sequence will not validate. Is this expected behavior for sequences?
    Additionally, hiding the variables in the sequence has no effect if the variables are not hidden in the rule. When launched from a menu in a web form, the user is prompted for values for all variables (except for the Execution Database Name) although they are prepopulated based on the members in the POV, Page, etc. Is this also expected behavior?
    I also find that it won't validate if "Merge launch variables" is selected (I have included rules associated with different plan types and with different dimensionality, so this may be expected). The user is prompted to provide values for every variable in each rule in the sequence, many of them duplicates (though, again, they are prepopulated based on members in the form).
    Stephen

  • Java persistence: sequence generator not working in expected way.

    Hi,
    I just played around with java persistence api and found that sequence generator annotations for making new primary key value not working correctly in my code. following is part of my code related to this problem.
    in entity class:
    @SequenceGenerator(name="mySeq", sequenceName="MY_SEQ_IN_DB")
    @Id
    @GeneratedValue(strategy=SEQUENCE, generator="mySeq")
    @Column(name = "UPLOAD_ID", nullable = false)
    private Integer uploadId;
    I have a sequence called MY_SEQ_IN_DB in my oracle 9i testing db. When I ran the code to save a new entity instance to database I found that the new upload id is not the one that should be created from the MY_SEQ_IN_DB sequence, while the sequence was not increased either. It's instead something starting from 97 (in my pc), and increased just like a sequence, but every time I reran my code the sequence restarted itself again beginning with 97(of course the insert failed with primary key conflict). the behavior just looks like it's a sequence created and managed totally by the persistence api or toplink itself (I guess).
    So, my question is, is this a designed behavior or have I done something wrong to make it not using the correct sequence in the db?
    I used hibernate before, and assigning new primary key from sequence in this way works fine.
    Thanks
    JC.L

    There are some things in Java which can't be serialized. When contained within a higher-level class such as Buttons. A button can be associated with an Action Listener. Now, you can serialize a button; however you can't serialize an action listener - for what should be to you obvious reasons. This is NOT an error and so there is no need to throw an exception when serializing the button.
    Basically: Applet sends servlet button, but not listener.

  • Error: Sequence does not match type xs:string

    I am using BDB XML 2.5.16 to store and query my XML  documents in Java. The documents are IMDB xml documents containing actors information
    obtained from INEX website https://inex.mmci.uni-saarland.de/login.jsp.  One of  the document I stored in the database is the following
        <?xml version="1.0" encoding="UTF-8"?>
         <persons>
          <person>
              <name>jason angeles
              </name>
              <filmography>
                 <act>
                    <movie>
                       <title>prison planet 3 the revenge 1998
                        </title>
                      <year>1998
                      </year>
                     <character>evil ninja
                      </character>
                   </movie>
                 </act>
              </filmography>
             </person>
             </persons>
    I want to  search using XQuery  for filmography element whose title element contains ANY of the following keywords ('planet', 'revenge', '1998'). Below is the query I used
                  // declaring function functx:contains-any-of
                String qryRk = "declare namespace functx = 'http://www.functx.com'; " 
                      + "declare function functx:contains-any-of "
                     + "( $arg as xs:string?" + " , "  + " $searchStrings as xs:string* )  as xs:boolean { "
                     + "some $searchString in $searchStrings "
                    +  " satisfies contains($arg,$searchString)} ; ";
                 String myQuery101 = qryRk + "for $entity in collection('simpleExampleData2.dbxml')//filmography "
                      + "where functx:contains-any-of ( $entity/act/movie/title ,  ('planet', 'revenge', '1998'))"
                      + "return $entity";
    When I  execute the query  i  expect to get at least get the following element as mu output
                           Document : person_31000.xml:
                        <filmography>
                               <act>
                                     <movie>
                                     <title>prison planet 3 the revenge 1998
                                    </title>
                                    <year>1998
                                    </year>
                                   <character>evil ninja
                                   </character>
                                  </movie>
                               </act>
                             </filmography>
    However instead of the above element i got the  following Error
                                 Exception in thread "main" com.sleepycat.dbxml.XmlException: Error: Sequence does not match type xs:string? - the sequence contains more than one item [err:XPTY0004], <query>:1:343, errcode =               
                                  QUERY_EVALUATION_ERROR
                                      at com.sleepycat.dbxml.dbxml_javaJNI.XmlManager_query__SWIG_0(Native Method)
                                      at com.sleepycat.dbxml.XmlManager.query(XmlManager.java:544)
                                     at com.sleepycat.dbxml.XmlManager.query(XmlManager.java:320)
                                     at xmlirsystemstruxplus.XQueryEngine.queryEngine(XQueryEngine.java:269)
                                     at xmlirsystemstruxplus.XMLIRSystemStruXplus.main(XMLIRSystemStruXplus.java:109)
                                     Java Result: 1
        Note that i used  contains-any-of() function because the contains () function does not work with  'planet revenge 1998' string may be because the keywords do not appear in the order they appear in the element content.
       Please  can any body help me to find out  (1) why i have the  above error ? and solution  (2)  why  the condition contains  ( $entity/act/movie/title ,  'planet revenge 1998') is not working ? how do i use contains() function w.r.t this
    Thank you in advance
    Message was edited by: RokoA 19/01/2015  by RokoA

    Using the shell dbxml in both 2.5 and 6.0 I created a container and put the document example you gave into it.  Then I executed the following query:
    [code]
    declare namespace functx = 'http://www.functx.com';
    declare function functx:contains-any-of ( $arg as xs:string?, $searchStrings as xs:string* )  as xs:boolean {
    some $searchString in $searchStrings
    satisfies contains($arg,$searchString)
    for $entity in collection('simpleExampleData2.dbxml')//filmography
    where functx:contains-any-of ( $entity/act/movie/title ,  ('planet', 'revenge', '1998'))
    return $entity
    [/code]
    And got the results you expected instead of an error.
    Since you are using the Java API it is possible the problem is in how you configured and executed the query, instead of in the query itself.  If you could post an example program or code section that produces the error, then I can continue you help you with this.
    Lauren Foutz

  • Jbo.PCollException: JBO-28006: Could not create persistence table PS_TXN_se

    Hi everyone,
    Got the following exception:
    2005-11-08 13:50:54,514 ERROR enatis.error (MsgLogger.java:logError:161) [Error Ref# INT.1131450654514]- An unhandled runtime exce
    ption occured.
    oracle.jbo.PCollException: JBO-28006: Could not create persistence table PS_TXN_seq
    at oracle.jbo.PCollException.throwException(PCollException.java:39)
    at oracle.jbo.pcoll.OraclePersistManager.createTable(OraclePersistManager.java:893)
    at oracle.jbo.pcoll.OraclePersistManager.queryNextCollectionId(OraclePersistManager.java:1372)
    at oracle.jbo.pcoll.PCollManager.register(PCollManager.java:560)
    at oracle.jbo.pcoll.PCollection.<init>(PCollection.java:102)
    at oracle.jbo.pcoll.PCollManager.createCollection(PCollManager.java:460)
    at oracle.jbo.server.DBSerializer.setup(DBSerializer.java:153)
    at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:286)
    at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:267)
    at oracle.jbo.server.ApplicationModuleImpl.passivateStateInternal(ApplicationModuleImpl.java:5123)
    at oracle.jbo.server.ApplicationModuleImpl.passivateState(ApplicationModuleImpl.java:5001)
    at oracle.jbo.server.ApplicationModuleImpl.passivateStateForUndo(ApplicationModuleImpl.java:7429)
    Does anyone know whether there is a process that is supposed to cleanup this table? How is it managed?
    Thanks

    Just to wrap this up i will attach the last couple of postings on Metalink:
    09-NOV-05 07:29:03 GMT
    New info : BUKSVDL : Hi Kjeld,
    Im still on the passivateStateForUndo topic. This time with the PS_TXAN table.
    It looks like BC4J writes to this user table when passivating the AM state.
    Please see my questions in the OTN thread below.
    jbo.PCollException: JBO-28006: Could not create persistence table PS_TXN_se
    The latest entry:
    "The data sources are correct. The problem here were the priviledges after
    upgrading the db to 10g rel 2. Some of the implicit priviledges were removed in
    the latest version of the db.
    The question is still, who manages these tables. When/How are entries removed?
    We see this table, "PS_TXN", growing all the time. How do we prevent problems
    like this in the future. Should we include this table, and maybe others, in the
    maintanance scripts? "
    09-NOV-05 09:29:05 GMT
    New info : BUKSVDL : Hi Kjeld,
    The DBA that did the investigation is out of office today.
    What i can tell you is that:
    We use a data-source on the App serves that is defined by the DBA's. We only
    require the DS name. Apparently, in the past, when a user was created certain
    default priveledges were automatically granted. This doesn't happen anymore
    with the latest release of the DB. The DBA had to explicitly grant the
    priveledges.
    09-NOV-05 10:16:09 GMT
    ISSUE CLARIFICATION
    ====================
    After upgrading the database to Oracle Server 10.1.0.2 the ADF application
    returns following error:
    BC4J - ApplicationModuleImpl.passivateStateForUndo();
    oracle.jbo.PCollException: JBO-28006: Could not create persistence table
    PS_TXN_seq
    The error occurs as soon as passivation is done in the application.
    eos (end of section)
    ISSUE VERIFICATION
    ===================
    Verified the issue by error messages supplied by customer.
    eos (end of section)
    CAUSE DETERMINATION
    ====================
    The user connecting to the database from the ADF application does not have
    the required database grants to create a table. The upgrade did
    delete/remove some required privileges.
    eos (end of section)
    CAUSE JUSTIFICATION
    ====================
    If the database user does not have the privilege "CREATE ANY TABLE", then
    this user cannot create a database table. The tables PS_TXN and PS_TXN_seq
    are created during runtime if passivation is done for the first time. If
    the user does not have the necessary privileges the table cannot occur and
    the error JBO-28006 will occur.
    The upgrade of the database removed some necessary
    eos (end of section)
    STATUS
    ======
    @ WIP - Work In Progress
    09-NOV-05 10:16:56 GMT
    POTENTIAL SOLUTION(S)
    ======================
    Make sure the database user has the privileges "CREATE TABLE" and "CREATE
    SEQUENCE" to create objects such as tables and sequences.
    eos (end of section)
    POTENTIAL SOLUTION JUSTIFICATION(S)
    ====================================
    When the database user has the privileges "CREATE TABLE" and "CREATE
    SEQUENCE" it will be possible to create the BC4J tables PS_TXN and
    PS_TXN_seq on passivation.
    eos (end of section)
    SOLUTION / ACTION PLAN
    =======================
    To implement the solution, please execute the following steps:
    1. Connect as user SYS to the database.
    2. Grant at least following priviliges to the ADF application user:
    GRANT CREATE TABLE TO <user>
    GRANT CREATE SEQUENCE TO <user>
    REMARK: Replace <user> with the actual username that is used to connect
    from the adf application to the database.
    eos (end of section)

Maybe you are looking for