I am needing to load 20 to 30k of products into Actinic v7.
The site uses single page products with products grouped by category e.g.
category (section) > product header (sub-section) > product details (product)
I plan to place the new products into groups of 50 (templates will show these as a single list 50 at a time) e.g.
category1 > product1_header > product1_detail
category1 > product2_header > product2_detail
....
category1 > product50_header > product50_detail
I have used a hierarchical file to create the top level sections.
I then use a flat file to load in the subsections and related products. After about 18k of products I get the message:
"An error occured while linking to the external database. This may occur if one or more field names have been changed in the external database. Check the field mapping in File | External Links. Error reported:- Query is too complex."
At this point the subsections keep getting created but it won't create the underlying products. However those product references do appear to be in the database so it's obviously struggling to make the links.
I can see that this question has been asked before but I can't find a satisfactory outcome. The database is still only about 30MB in size so it's certainly not reached Access' limit.
Any suggestions? We are reluctant to move away from v7 because we have heavily bespoked templates.
Thanks in advance.
The site uses single page products with products grouped by category e.g.
category (section) > product header (sub-section) > product details (product)
I plan to place the new products into groups of 50 (templates will show these as a single list 50 at a time) e.g.
category1 > product1_header > product1_detail
category1 > product2_header > product2_detail
....
category1 > product50_header > product50_detail
I have used a hierarchical file to create the top level sections.
I then use a flat file to load in the subsections and related products. After about 18k of products I get the message:
"An error occured while linking to the external database. This may occur if one or more field names have been changed in the external database. Check the field mapping in File | External Links. Error reported:- Query is too complex."
At this point the subsections keep getting created but it won't create the underlying products. However those product references do appear to be in the database so it's obviously struggling to make the links.
I can see that this question has been asked before but I can't find a satisfactory outcome. The database is still only about 30MB in size so it's certainly not reached Access' limit.
Any suggestions? We are reluctant to move away from v7 because we have heavily bespoked templates.
Thanks in advance.
Comment