Replies: 4 comments 15 replies
-
I've imported 8000+ and it worked OK... but took a LONG LONG time!!! You need to up all the timeouts in the web.config. I made them BIG and then lowered them after the import. Look in you web.config for executionTimeout="xxxxx" There is also a report of products not going into the correct category. I have seen it on a site with about 1000+ products, that I imported from v3. So, keep an eye on that. I think the problem I had was related to data being corrupt, but I'm unsure. |
Beta Was this translation helpful? Give feedback.
-
Hey David, One more question😁 I am trying to make a scheduler for the import. This way I can avoid the httpcontext... But "GategoryUtils.GetCategoryData" is throwing an Object reference not set to an instance of an object.' Am guessing that it is throwing this error because I am not using http context anymore. `// overload to support out of http context instantiations ie. when the scheduler runs NBrightDnnIdx ` Does OpenStore has something similar as the above code but for the "GetCategoryData" method? |
Beta Was this translation helpful? Give feedback.
-
I see. The scheduler does not have any portals. You need to loop through all the portals in the install or pass the specific portalid. |
Beta Was this translation helpful? Give feedback.
-
If you are able to upgrade, you may wish to re-test this with the recent changes to the Product save function. I think you'll find it's improved. Don't expect warp speed but a noticed improvement should be there. |
Beta Was this translation helpful? Give feedback.
-
Has anyone tried importing 2000+ products into openstore?
I keep getting a timeout error.
I bump up the connection timeout in the connection string and the import improve a little bit but I still get the timeout error.
And if I import like 800 products, they do not show right away in the system. They show up like after 10 min or so.
Does openstore have a limit for importing products?
Beta Was this translation helpful? Give feedback.
All reactions