Hi All,
I am trying to deploy DCR's whihc are having replicants within replicants.
When I am trying to deploy the DCR only a single row is getting deployed, even though it prepares the tuples for all the rows and respective replicants. I have no clue as to why this is happenning.
If anyone has any pointers on the issue it would be really great.
I am pasting the section of the log file which shows the tuples created successfully:
Building mappings cache...
DBD: Built mapping cache(s) successfully.
DBD: # column mappings: 0
DBD: # table mappings: 0
DBD: # view mappings: 0
DBD: # constraint mappings: 0
DBD: Table [ECM_CATALOG] exists.
DBD: Table [ECM_SUBCATEGORYLIST] exists.
DBD: Running deployment [basearea]
DBD: extraction type=default
DBD: tuple mode=wide
DBD: area=/default/main/Test/Product_Categorization/WORKAREA/Product_Category
DBD: /default/main/Test/Product_Categorization/WORKAREA/Product_Category/templatedata/Categorization/ProductCatalog/data
DBD: Generate DirectoryContents start:Thu Sep 14 00:40:15 PDT 2006
DBD: Generate DirectoryContents end :Thu Sep 14 00:40:15 PDT 2006
DBD: Building replicant order column information.
DBD: Building replicant order column information... Done.
DBD: TUPLE={ProductCatalog/0/main/0/Categories/1/SubCategories/0/SecondSubCategory/0/SubCategory/0=try, ProductCatalog/0/main/0/Categories/0/CategoryList/0=fin, ProductCatalog/0/main/0/Categories/1/SubCategories/0/SecondSubCategory/1/SubCategory/0=fin, ProductCatalog/0/main/0/Categories/0/SubCategories/0/SecondSubCategory/0/SubCategory/0=test, ProductCatalog/0=, ProductCatalog/0/main/0/Name/0=new, ProductCatalog/0/main/0/Categories/0/SubCategories/0/SecondSubCategory/0=, state=Original, ProductCatalog/0/main/0/Categories/1/SubCategories/0/SubCategoryList/0=test, ProductCatalog/0/main/0/Categories/1/SubCategories/0/SecondSubCategory/1=, ProductCatalog/0/main/0/shortDescription/0=new, ProductCatalog/0/main/0/Categories/1/SubCategories/0/SecondSubCategory/0=, ProductCatalog/0/main/0/Categories/0/SubCategories/0/SubCategoryList/0=new, ProductCatalog/0/main/0/Categories/0/SubCategories/0=, ProductCatalog/0/main/0/Categories/1/SubCategories/0=, path=templatedata\Categorization\ProductCatalog\data\new, ProductCatalog/0/main/0/Categories/1=, ProductCatalog/0/main/0=, ProductCatalog/0/main/0/Categories/0=, ProductCatalog/0/main/0/Categories/1/CategoryList/0=try, IWOV_PROC_FLAG=true}
DBD: TTableSchemaHelper not found in cache for [ECM_CATALOG]. Creating new.
DBD: RowsExistForPath

ELECT COUNT(*) FROM ECM_CATALOG WHERE Path = ?
DBD: INSERT:INSERT INTO ECM_CATALOG(Path,CATALOG_NAME,CATALOG_DESCRIPTION,CATEGORY_LIST,SUBCATEGORY_LIST) VALUES (?,?,?,?,?)
DBD: Column: Path, field: path, Index: 1,Converting 'templatedata\Categorization\ProductCatalog\data\new' to VARCHAR
DBD: Column: CATALOG_NAME, field: ProductCatalog/0/main/0/Name/0, Index: 2,Converting 'new' to VARCHAR
DBD: Column: CATALOG_DESCRIPTION, field: ProductCatalog/0/main/0/shortDescription/0, Index: 3,Converting 'new' to VARCHAR
DBD: Column: CATEGORY_LIST, field: ProductCatalog/0/main/0/Categories/0/CategoryList/0, Index: 4,Converting 'fin' to VARCHAR
DBD: Column: SUBCATEGORY_LIST, field: ProductCatalog/0/main/0/Categories/0/SubCategories/0/SubCategoryList/0, Index: 5,Converting 'new' to VARCHAR
DBD: Building Row map tree for group [CatalogCategories].
DBD: This may take a while....
DBD: Row map tree for group [CatalogCategories] built.
DBD: TTableSchemaHelper not found in cache for [ECM_SUBCATEGORYLIST]. Creating new.
DBD: -- Inserted
DBD: Stat for group [Catalog]:
DBD: -----------------------------------
DBD: Rows inserted : 1
DBD: Rows updated : 0
DBD: Rows deleted : 0
DBD: Rows failed : 0
DBD: Rows rolled back : 0
DBD: Rows skipped : 0
DBD: -----------------------------------
DBD: Stat for group [CatalogCategories]:
DBD: -----------------------------------
DBD: Rows inserted : 0
DBD: Rows updated : 0
DBD: Rows deleted : 0
DBD: Rows failed : 0
DBD: Rows rolled back : 0
DBD: Rows skipped : 0
Instead of inserting multiple rows it is just creating a single row.
Regards
vipin