ORA-29855 problem with creating an index

Hi all,

I am trying to create an index, but I have this problem:

SQL > CREATE INDEX ITALIA_NODE_IDX ON ITALIA_NODE$ (GEOMETRY) INDEXTYPE IS MDSYS. SPATIAL_INDEX;
CREATE INDEX ITALIA_NODE_IDX ON ITALIA_NODE$ (GEOMETRY) INDEXTYPE IS MDSYS. SPATIAL_INDEX
*
ERROR on line 1:
ORA-29855: an error has occurred in the execution of routine ODCIINDEXCREATE
ORA-13249: internal error in the Spatial index: [mdidxrbd]
ORA-13249: error in the Spatial index: index build failed
ORA-13249: error in the spatial index: [mdrcrtxfergm]
ORA-13249: error in the spatial index: [mdpridxtxfergm]
ORA-29400: data cartridge error
ORA-01653: unable to extend table M2_10A70$ $.1024 by SPACE in tablespace USERS
ORA-06512: a 'MDSYS. SDO_INDEX_METHOD_10I', line 10


What do you think of this problem?
Thank you in advance.
Crystal

Published by: crystal13 on June-18-2010 2.03

Hello

It looks like your USERS tablespace is small. You have no space left. Expand the size of the storage space by enlarging the file below or put a second to her, or put the tablespace mode AUTOEXTEND. See the guide administrators: http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tspaces.htm#i1010516

Tags: Database

Similar Questions

  • Problem with create table as select (DEC)

    Hello

    We try to data cleaning of huge tables. And a customer of guise is reanme main table to the backup table. Then create a master table in select * backup table with some test.

    Now the problem with create table select, is that it creates the table without indexes and constraints. Is it possible to use the ETG (create the select table) with the same structure that he was the (all index, constriaints).

    Or any other solution to solve this problem?

    Thanks in advance

    Sweety wrote:
    Hello

    We try to data cleaning of huge tables. And a customer of guise is reanme main table to the backup table. Then create a master table in select * backup table with some test.

    Now the problem with create table select, is that it creates the table without indexes and constraints. Is it possible to use the ETG (create the select table) with the same structure that he was the (all index, constriaints).

    Or any other solution to solve this problem?

    Thanks in advance

    No, this is not possible. You need to get the manuscript of dependent object and create it manually.

  • Problem with CREATE INDEX script

    Hello world!
    I want to create a 3D Spatial Index. So I added a few lines (PARAMETERS ('sdo_indx_dims = 3')) in the following script, I get the error

    PLS-00103: encountered the symbol "SETTINGS" then wait for the following :), * & = - + <>.
    PLS-00103: encountered the symbol "SDO_INDX_DIMS" then wait for the following :), * & = - + <>.

    Everything works well, if I remove the PARAMETERS ('sdo_index_dims = 3').
    I know that I need a few symbols, but I'm not good in programming
    Thanks for the tips!

    -create spatial indexes
    --
    procedure create_index
    newIndex user_indexes.index_name%type;
    Start

    list_spatial_indexed_tables;
    -Find all tables containing columns and a corresponding line in user_sdo_geom_metadata
    - and without a spatial index
    for rec in spatial_index_cursor
    loop
    newIndex: = rec.table_name | '_RTREE_IDX ';
    Execute ('create index' | newIndex |) "on" |
    Rec.table_name | ' (' | rec.column_name |)
    indextype') is mdsys.spatial_index ('sdo_indx_dims = 3') SETTINGS ');
    end loop;

    list_tables_missing_sdo_data ("spatial index cannot be created");

    end create_index;

    Hello

    in a string, you must make to a single quote, two quotes, then do this:

    -- create spatial indexes
    --
    procedure create_index is
    newIndex user_indexes.index_name%type;
    begin
    
    list_spatial_indexed_tables;
    -- Find all tables containing spatial columns and a corresponding row in user_sdo_geom_metadata
    -- and without a spatial index
    for rec in spatial_index_cursor
    loop
    newIndex := rec.table_name || '_RTREE_IDX';
    run ('create index ' || newIndex || ' on ' ||
    rec.table_name || '(' || rec.column_name ||
    ') indextype is mdsys.spatial_index PARAMETERS (''sdo_indx_dims=3'')');
    end loop;
    
    list_tables_missing_sdo_data ('spatial index can not be created');
    
    end create_index;
    

    If the quotes to the parameters clause must be doubled.

    Herald tiomela
    Superconsult.nl

  • problems of creating spatial indexes

    Hello

    I downloaded Oracle 10.2 Express edition and installed locally, (they don't want me to play with the regular database here until I learned a little bit about it :), and I'm trying to learn how spatial data in Oracle Locator on the work by working, for example, they have to http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14255/sdo_objrelschema.htm#i1004750

    I created a gisuser with DBA DBA privilege to the SQL command line. GISuser strives through the database homepage.

    Everything seems OK until I try to create indexes

    CREATE INDEX cola_spatial_idx
    ON cola_markets (shape)
    INDEXTYPE IS MDSYS. SPATIAL_INDEX;

    Gives errors:
    ORA-29855: an error has occurred in the execution of routine ODCIINDEXCREATE
    ORA-13203: cannot read the notice USER_SDO_GEOM_METADATA
    ORA-13203: cannot read the notice USER_SDO_GEOM_METADATA

    When I try to check the metadata:
    Select * from user_sdo_geom_metadata;
    gives:
    ORA-00932: inconsistent data types: expected NUMBER obtained MDSYS. SDO_DIM_ARRAY

    Same answer for:
    Select * from mdsys.sdo_geom_metadata_table;

    When I write the same query to command line, I get:

    SQL > select * from mdsys.sdo_geom_metadata_table;

    SDO_OWNER SDO_TABLE_NAME
    -------------------------------- --------------------------------
    SDO_COLUMN_NAME
    --------------------------------------------------------------------------------

    SDO_DIMINFO (SDO_LB, SDO_UB, SDO_DIMNAME, SDO_TOLERANCE)
    --------------------------------------------------------------------------------

    SDO_SRID
    ----------
    ANONYMOUS COLA_MARKETS
    FORM
    SDO_DIM_ARRAY (SDO_DIM_ELEMENT ('X', 0, 20, 005), SDO_DIM_ELEMENT ('Y', 0, 20, 00)

    (5))


    SDO_OWNER SDO_TABLE_NAME
    -------------------------------- --------------------------------
    SDO_COLUMN_NAME
    --------------------------------------------------------------------------------

    SDO_DIMINFO (SDO_LB, SDO_UB, SDO_DIMNAME, SDO_TOLERANCE)
    --------------------------------------------------------------------------------

    SDO_SRID
    ----------

    which seems to me that the metadata is as it should be?

    I will be grateful for any ideas on what to do to solve the problem.

    -partially solved:
    I dropped the index and recreated on the PLSQL command-line. Got error messages:
    ERROR on line 1:
    ORA-29855: an error has occurred in the execution of routine ODCIINDEXCREATE
    ORA-13203: cannot read the notice USER_SDO_GEOM_METADATA
    ORA-13203: cannot read the notice USER_SDO_GEOM_METADATA
    ORA-06512: at the 'MDSYS. SDO_INDEX_METHOD_10I', line 10

    But even you I got these error messages, it strives to make some queries to command line, but not yet to the homepage.

    SQL > SELECT SDO_GEOM. SDO_INTERSECTION (c_a.shape, c_c.shape, 0.005)
    2 OF cola_markets are, cola_markets ikram
    3 WHERE c_a.name = 'cola_a' AND c_c.name = 'cola_c ';

    SDO_GEOM. SDO_INTERSECTION (C_A.SHAPE, C_C.SHAPE, 0.005) (SDO_GTYPE, SDO_SRID, SDO_PO

    --------------------------------------------------------------------------------

    SDO_GEOMETRY (2003, NULL, NULL, SDO_ELEM_INFO_ARRAY (1, 1003, 1), SDO_ORDINATE_ARR)

    AY (4, 5, 3, 3, 5, 3, 5, 5, 4, 5))

    DB home page, I always get:
    ORA-00932: inconsistent data types: expected NUMBER obtained MDSYS. SDO_GEOMETRY

    This means can't work with spatial data in the DB home page?
    Why do I get these errors when I created the index, when it seems to work anyway?

    The last request in example gives errors:
    SQL > CREATE TABLE val_results (ROWID, VARCHAR2 result sdo_rowid (2000));

    Table created.

    SQL > SDO_GEOM APPEAL. VALIDATE_LAYER_WITH_CONTEXT ('COLA_MARKETS', 'FORM',
    2 "VAL_RESULTS", 2);
    DIAL THE SDO_GEOM. VALIDATE_LAYER_WITH_CONTEXT ('COLA_MARKETS', 'FORM',
    *
    ERROR on line 1:
    ORA-13203: cannot read the notice USER_SDO_GEOM_METADATA
    ORA-13203: cannot read the notice USER_SDO_GEOM_METADATA
    ORA-06512: at the 'MDSYS. SDO_3GL', line 665
    ORA-06512: at the 'MDSYS. SDO_GEOM", line 3770
    ORA-06512: at line 1

    SQL > SELECT * from val_results;

    no selected line

    When I check for data

    SQL > select * from user_sdo_geom_metadata;

    no selected line

    but
    Select * from mdsys.sdo_geom_metadata_table
    given that he has given, it is not available in the view. What can I do about it?

    Eija

    Edited by: user12093437 23-Oct-2009 00:55

    Published by: user12093437 on 23-Oct-2009 01:15

    Published by: user12093437 on 23-Oct-2009 01:31

    The SDO_GEOMETRY and other types of objects are not supported in tools, use the command line
    sqlplus to create.
    Similarly, you will not be able to select objects using the tool that you use, so you must use the command line to select them as well.

    If you look at your metadata entry, he was ANONYMOUS for the SDO_OWNER that is the problem.
    So delete this entry and recreate metadata from the command line.

    Siva

  • Problem in creating Spatial indexes

    Hello

    I am creating the Spatial index on my service. In vain.

    I created the function:

    create or replace
    FUNCTION VRAT_GEOMETRII (NUMBER obj_id)
    MDSYS RETURN. SDO_GEOMETRY
    DETERMINISTIC
    as
    MDSYS test1. SDO_GEOMETRY;
    Mt VARCHAR2 (32767).
    BEGIN
    MT: =' SELECT SDO_PC_PKG. () TO_GEOMETRY
    points,
    num_points,
    3) from pc_blktab2 WHERE obj_id =' | OBJ_ID;
    EXECUTE IMMEDIATE Mt INTO test1;
    Test1 RETURN;
    END;

    Updated metadata to update:
    INSERT INTO user_sdo_geom_metadata)
    TABLE_NAME,
    COLUMN_NAME,
    DIMINFO,
    SRID)
    VALUES)
    "PC_BLKTAB2,"
    ' st_mkara. VRAT_GEOMETRII (obj_id)',
    () SDO_DIM_ARRAY
    SDO_DIM_ELEMENT ('X', 930000000,1200000000, 10),
    SDO_DIM_ELEMENT('Y',420000000,930000000,10),
    SDO_DIM_ELEMENT ('Z', 0,1600000, 10)
    ),
    NULL - SRID VALUE
    );

    and I want to create the spatial index:

    CREATE INDEX test_blok3_idx
    ON PC_BLKTAB2 (VRAT_GEOMETRII (obj_id))
    INDEXTYPE IS MDSYS. SPATIAL_INDEX;

    but these errors:

    Error report:
    SQL error: ORA-29855: error when executing routine ODCIINDEXCREATE
    ORA-13249: internal error in the Spatial index: [mdidxrbd]
    ORA-13249: error in the Spatial index: index build failed
    ORA-13249: error in the spatial index: [mdrcrtxfergm]
    ORA-13249: error in the spatial index: [mdpridxtxfergm]
    ORA-29400: data cartridge error
    ORA-01422: exact fetch returns more than number of lines
    ORA-06512: at "ST_MKARA. VRAT_GEOMETRII', line 12
    ORA-06512: at the 'MDSYS. SDO_INDEX_METHOD_10I', line 10
    29855 00000 - "an error occurred in the execution of routine ODCIINDEXCREATE.
    * Cause: Cannot run the ODCIIndexCreate routine.
    * Action: Check if the routine was coded correctly.

    Thanks for help

    Kirin

    This looks like a problem in your function.
    Make sure that you run this function successfully for each obj_id.
    Looks for some obj_id SQL inside your function is a failure (returns more than one line).

    Siva

  • Problems with CHM search &amp; Index after you import the Word Document

    Greetings,

    I recently inherited from all things RoboHelp at work, but the last person to work with our projects left 6 months ago.  I received a brief overview of how our CHM files are from the same word in HR 7 HTML document.

    Currently, I use RoboHelp HTML 9, but have problems with the indexing and search of an imported file in Word 2003 (.doc) features.  During my import, only a single topic is created and named after the source document.  I believe that this may be the root of my problems, but have not had much luck with a solution.

    I have stumbled my way through adjustment after adjustment, but feel I'm missing something obvious.  Any help would be appreciated.

    Thank you

    Ken

    Background:

    Our source documents have a working table of contents and topic structure 1 - 3.  When creating a new project and import the document, the table of contents are imported correctly.  TOC navigation links seem to work fine.

    I used the smart Index Wizard to find new keywords to topic titles and the text of the topic.  Unfortunately it seems that import only creates a single, named subject according to the word source document and associates so all the keywords of the unique subject.  When you try to navigate the index after the CHM is generated, all the links reference just the beginning of the document.

    When you use the search functionality in CHM, only a single result is returned for any search words.  This result is always the only subject, as described above.  The link to the results always picks you up at the beginning of the document, but highlights the key word throughout the document.

    When you import there is an Advanced button in any of the dialog boxes. Click and you'll be able to Paginate against selected styles. That will stop your document in the headings.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • Problem with creating a sequence

    Hello

    I'm having a problem with a sequence that I am creating. Basically, I'm trying to create a sequence with a default value based on the value in another table, i.e.
    CREATE SEQUENCE seq
    START WITH (
                min(customer_id) from customer
                )
    INCREMENT BY 1;
    Is this possible? I get errors.

    You can use dynamic sql or, if you use SQL * more take advantage of substitution variables:

    SQL> DROP SEQUENCE seq
      2  /
    DROP SEQUENCE seq
                  *
    ERROR at line 1:
    ORA-02289: sequence does not exist
    
    SQL> DECLARE
      2      stmt VARCHAR2(1000);
      3  BEGIN
      4       SELECT  'CREATE SEQUENCE seq START WITH ' || min(empno)
      5         INTO  stmt
      6         FROM  emp;
      7       EXECUTE IMMEDIATE stmt;
      8  END;
      9  /
    
    PL/SQL procedure successfully completed.
    
    SQL> SELECT seq.NEXTVAL FROM dual
      2  /
    
       NEXTVAL
    ----------
          7369
    
    SQL> DROP SEQUENCE seq
      2  /
    
    Sequence dropped.
    
    SQL> COLUMN s NEW_VALUE s NOPRINT
    SQL> SELECT  min(empno) s
      2    FROM  emp
      3  /
    
    SQL> CREATE SEQUENCE seq START WITH &s;
    old   1: CREATE SEQUENCE seq START WITH &s
    new   1: CREATE SEQUENCE seq START WITH       7369
    
    Sequence created.
    
    SQL> SELECT seq.NEXTVAL FROM dual
      2  /
    
       NEXTVAL
    ----------
          7369
    
    SQL> 
    

    SY.

  • Problems with Internet Explorer: index-z?

    I have my site almost finished, but I am still having problems with his display in Internet Explorer. Navigation bar (spry menu) has a white top box and you can see the text when you place on it. (I think this has to do with the z-index? I read solutions of div tags can be added around the problematic code, add the position: absolute; before the z-index. However, I don't know how to do that because I did the Web site in design mode and did not work with the code a lot.) In addition, the there are boxes around the images that have been inserted - why is - this? None of this appears in Modzilla. It looks fine in Chrome as well... Why is it so bad in IE? !! Any help would be much appreciated as it was our hope to have the site officially 'live' earlier this week...

    Open the file Spry.css and downwards, you will see conditional code or "hacks" IE.  Change the default background of #FFF at all what...

    Nancy O.

  • Problem with creating, truncating and deleting a database in 1 transaction

    Hello

    I came across a problem when it is in the same transaction creating a data base, truncating it and then delete it. Do these 3 things causes the following transaction validation to last forever.
    The following code causes the problem:

    File envHome = new File ("truncate-delete-test");
    envHome.mkdirs ();
    EnvironmentConfig envConfig = EnvironmentConfig.DEFAULT;
    envConfig.setAllowCreate (true);
    envConfig.setTransactional (true);
    envConfig.setTxnSerializableIsolation (true);
    Environment = environment (this.envHome, envConfig);

    Transaction txn = this.environment.beginTransaction (null, TransactionConfig.DEFAULT);

    DbConfig DatabaseConfig = new DatabaseConfig();
    dbConfig.setAllowCreate (true);
    dbConfig.setTransactional (true);
    String dbName = "test-db";
    Database db = this.environment.openDatabase (txn, dbName, dbConfig);

    CBI Close();
    environment.truncateDatabase (txn, dbName, false);
    DB = this.environment.openDatabase (txn, dbName, dbConfig);

    CBI Close();
    this.environment.removeDatabase (txn, dbName);

    TXN.Commit (); <-this statement would never return.

    I encountered this problem with version 4.0.92. I've updated to 4.1.7 but the problem still exists.
    Also, it manifests when the records are written to the database before and after it truncate.

    Looking in the process with the debugger shows the following stack trace during the commit endless happens:

    [...]
    DbTree.deleteMapLN (DatabaseId) line: 1069
    DatabaseImpl.finishDeleteProcessing (line): 1164
    Txn.cleanupDatabaseImpls (boolean) line: 1404
    TXN.Commit (durability) line: 728
    TXN.Commit (line): 549
    Transaction.Commit (line): 227
    [...]

    Depending on where I stop the process, there are additional calls on top of the stack.

    Exit Registration unfortunately does not help here, as the log messages stopped once the problem started to appear.

    Is it somehow not allowed to create, truncate and delete a database in the same transaction? I couldn't find anything in this sense in the documentation, and it is no exception either.
    Or have I came across a bug in I here?

    Thanks in advance for any advice or solutions.

    Christoph
  • Problem with creating a new line in widget glossary

    I use 6 Captivate and have a problem with trying to display text on a new line in the description field of the widget glossary. In playback mode, a carriage return displays form \n

    I read in another discussion (from early last year), that this problem had been resolved and that the fix would be communicated soon on the blog of captivate for users without a subscription. Anyone know if the fix has been shared yet - I can't find it anywhere?

    Thanks for any help you can provide.

    Tenneil

    Hi Tenneil,

    Greetings from Adobe.

    Please click on the link below and download the Interaction of Glosarry updated.

    https://files.Acrobat.com/a/preview/0a17bb28-049e-4AC7-b8f7-dbdacef5e91c

    1. Extract the zip to your desktop.
    2. Copy "08_Glossary.wdgt" into the extracted zip file.
    3. Go to: C:\Program Files (x 86) \Adobe\Adobe Captivate 6 (32 bit) \Gallery\Interactions (for 32-bit Captivate) or C:\Program Files\Adobe\Adobe Captivate 6 (64-bit) \Gallery\Interactions (for 64-bit Captivate).
    4. Replace the glossary widget in the record of the interaction. Restart the Captivate 6. (Make sure you take the backup of the original Glosarry Widget)
    5. Ask the widget again and check the issue.

    Let me know if it works for you.

    Kind regards

    MILIN

  • Problems with creating an image mask!

    I have problems with the creation of an image mask. I tried jpg and psd as alpha channel (black and white), but it seems that there is a bug. I also tried a mask "trace" (or whatever it is called in English - I use the German version) but it doesn't work either. Someone has any idea how to solve this problem? Thanks in advance

    You can use JPEG, just set it to Luma Matte. Make sure the mask is white pure for a clean mat.

    If its black set the market back.

  • problem with creating

    Hello

    I created the table below.
    -- Create table
    create table RC_ANNEX_CODE
    (
      CODE_ID         NUMBER(8),
      ANNEX_ID        NUMBER(8) not null,
      FORM_TYPE       VARCHAR2(50),
      ANNEX_FORM_CODE VARCHAR2(50) not null,
      ANNEX_CODE_DESC VARCHAR2(200)
    )
    tablespace TS_IRS
      pctfree 10
      initrans 1
      maxtrans 255
      storage
      (
        initial 64K
        minextents 1
        maxextents unlimited
      );
    -- Create/Recreate primary, unique and foreign key constraints 
    alter table RC_ANNEX_CODE
      add constraint PK_RC_ANNEX_FORM_CODE primary key (ANNEX_FORM_CODE)
      using index 
      tablespace TS_IRS
      pctfree 10
      initrans 2
      maxtrans 255
      storage
      (
        initial 64K
        minextents 1
        maxextents unlimited
      );
    After you have created the table below
    create table RCI_annex_code
    (
      I_ANNEX_FORM_CODE_ID VARCHAR2(50) NOT NULL,
      I_ANNEX_FORM_CODE    VARCHAR2(50),
      ANNEX_FORM_CODE_ID   NUMBER(8)
    )
    tablespace TS_IRS
      pctfree 10
      initrans 1
      maxtrans 255
      storage
      (
        initial 64K
        minextents 1
        maxextents unlimited
      );
    -- Create/Recreate primary, unique and foreign key constraints 
    alter table RCI_annex_code
      add constraint PK_RCI_annex_code_ID primary key (I_ANNEX_FORM_CODE_ID)
      using index 
      tablespace TS_IRS
      pctfree 10
      initrans 2
      maxtrans 255
      storage
      (
        initial 64K
        minextents 1
        maxextents unlimited
      );
    When I create constraints, it gives me an error:-ORA-02270: no unique or primary key corresponding to this column list
    alter table RCI_annex_code
      add constraint FK_RCI_annex_code foreign key (ANNEX_FORM_CODE_ID)
      references rc_annex_code (code_ID);
    It gives an error for the altar above, kindly help

    If the parent key is really rc_annex_code.code_id, and the pharmacokinetics of the rc_annex_code is really annex_form_code, and then rc_annex_code.code_id make it unique:

    create table rc_annex_code
    ( code_id              number(8) constraint uk_rc_annex_form_code unique
    , annex_id             number(8) not null
    , form_type            varchar2(50)
    , annex_form_code      varchar2(50) not null constraint pk_rc_annex_form_code primary key
    , annex_code_desc      varchar2(200) )
    tablespace ts_irs;
    
    create table rci_annex_code
    ( i_annex_form_code_id not null
                           constraint pk_rci_annex_code_id primary key
                           constraint fk_rci_annex_code references rc_annex_code (code_id)
    , i_annex_form_code    varchar2(50)
    , annex_form_code_id   number(8) )
    tablespace ts_irs;
    

    Note that it is often a good idea NOT to specify the data type for the columns of the FK and rather define the constraint so he can inherit from the parent.

    It's also a common convention to put the PK columns first in the table definition - it is a bit confused in your example, because code_id is listed first but isn't the PK. That they mix? I noticed that you have defined rci_annex_code.i_annex_form_code_id as varchar2 (50) (as annex_form_code.annex_form_code), but then you try to reference rc_annex_code.code_id, which is number (8). I wonder if you meant rc_annex_code.code_id to be the PK in the first place, that is to say:

    create table rc_annex_code
    ( code_id              number(8) not null constraint pk_rc_annex_form_code primary key
    , annex_id             number(8) not null
    , form_type            varchar2(50)
    , annex_form_code      varchar2(50) constraint uk_rc_annex_form_code unique
    , annex_code_desc      varchar2(200) )
    tablespace ts_irs;
    
    create table rci_annex_code
    ( i_annex_form_code_id not null
                           constraint pk_rci_annex_code_id primary key
                           constraint fk_rci_annex_code references rc_annex_code (code_id)
    , i_annex_form_code    varchar2(50)
    , annex_form_code_id   number(8) )
    tablespace ts_irs;
    

    The whole ' Code ' / ' ID ' naming system is a little confusing so, normally, a code is just a kind of code. You have 'Code' and 'ID' in both table names and column names, with 'annex_form_code' in the 'annex_form_code_id' in the child and parent.

  • problems with creating a subpage template

    Hello

    I have a question and would appreciate your help please.

    I created a model with common elements of my pages, including global navigation header and footer, when I try to create a subpage of the template and save it in a different folder as index.php one image now appears in the new index.php file.what should I do to solve this problem, thank you.

    loopy22

    Well the lem prob here is that you have a path relative to the document on this image:

    images/emusicdownloadslogo.gif"
    
    change it to root-relative:
    
    /images/emusicdownloadslogo.gif"
    
    and you'll be good to go.
    
    However, you had said that this page was created as a Child of a DW Template, however this page has no such code.
    
    It was not created as a Child page of a DW Template.  So not sure why you think it is.  Perhaps you mean thatyou copied a page you are calling a "template" in one folder and pasted that code into a new page in another folder?
    
    -- 
    
    E. Michael Brandt
    
    www.divahtml.comwww.divahtml.com/products/scripts_dreamweaver_extensions.phpStandards-compliant scripts and Dreamweaver Extensions
    
    www.valleywebdesigns.com/vwd_Vdw.aspJustSo PictureWindowJustSo PhotoAlbum, et alia
    
    --
    
  • Problems with creating an exe file

    Hello

    I'm trying to convert a vi to an executable. When I run the constructor it comes up with an error:

    Visit ni.com/ask support request page to learn more about the resolution of this problem. Use the following as a reference:

    Error 8 has occurred to create a folder to create a directory Recursive.vi-> AB_Destination.lvclass:Create_Destination.vi-> AB_Build.lvclass:Create_Destinations.vi-> AB_Application.lvclass:Create_Destinations.vi-> AB_Build.lvclass:Build.vi-> AB_Application.lvclass:Build.vi-> AB_EXE.lvclass:Build.vi-> AB_Engine_Build.vi-> AB_Build_Invoke.vi-> AB_Build_Invoke.vi.ProxyCaller

    Possible reasons:

    LabVIEW: File permission error. You do not have the correct permissions for the file.

    C:\Users\builds

    I can't understand the permissions that he speaks. I even changed my program a public folder.

    Thank you

    In the build settings, you said to save the generation to a public folder?

  • A good difficulty for problems with creating an account ePrint Center.

    Problem: impossible to register with ePrint Center

    Difficulty: The problem you are having is probably due to an old Snapfish account registered to your email address. ePrintCenter and Snapfish account information is stored in the same place and I saw this before conflict.

    You will need to go to http://www.snapfish.com/snapfish/welcome, click on "Sign In" in the upper right corner of the page and then click on the 'forgotten password' link and enter the email address that is causing your problems, you should receive an email from Snapfish, which allows you to create a new password. Once you have created a new password for Snapfish, try to Sign In on ePrintCenter (http://www.eprintcenter.com) using your email address and the password you created for Snapfish.

    If you have any other questions do not forget and let us know. We're here to help.

    If I have SOLVED your problem, please do not hesitate to provide LAURELS and make sure that you mark this thread as a SOLUTION OFFERED!

    Although I work for HP, my messages and responses are my own opinion and not of HP.

    In addition, if the fix above does not seem to solve the problem or if you are unsure if you have a Snapfish (http://www.snapfish.com) account, use the e-mail address you want to use with ePrint Center (http://www.eprintcenter.com) and then use the information that you created and try to "Sign In" or create an account on ePrint Center.

Maybe you are looking for