12/1 - AbleCommerce Data Client Utility 7.0
- mfreeze
- Commodore (COMO)
- Posts: 421
- Joined: Mon Jan 24, 2005 2:07 pm
- Location: Washington, NJ
- Contact:
Clarification. I get the timeout after about 18 minutes.
Mary E Freeze
Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development
http://www.ffgraphics.com
Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development
http://www.ffgraphics.com
How to backup and restore the database?
Where is the location of the database?
Thanks,
Bruce.
Thanks,
Bruce.
mapping fields to "keyword"
In the forthcoming dataport will there be a way to map any fields in my 5.5 version, such as name, sku, description1, or description 2 to the Keywords field found in AC7. I've got 180,000 products in version 5.5, and no way to import any of this into the keywords field. In ver. 5.5, the admin side can search for items using the Name, Description or SKU fields., version 7RC2 doesn't use the SKU field which would be the most unique field. Try searching for something which has a common description1 field with 100 other products. 

Mike Keith
http://www.musicmart.com
http://www.musicmart.com
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
I did a test on the utility that is not available now, and I was able to map description to keywords, but only if description wasn't mapped to description. What you would have to do is put the description field in twice in your import file, once as description and once as keywords.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Are you going to be able to do this? I'm asking because the ProductId is an autonumber identity field. I just worked on an AC7 site where the customer was having database problems (not Able's fault) and to keep the numbering for all the products he had in a different database, I had to change ProductID from identity, copy the products in, set it back to identity.The 'Preserve Ids' features will be part of the next build.
We are currently testing the implementation.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
We have already done it and it is working quite nicely in our tests.Are you going to be able to do this? I'm asking because the ProductId is an autonumber identity field. I just worked on an AC7 site where the customer was having database problems (not Able's fault) and to keep the numbering for all the products he had in a different database, I had to change ProductID from identity, copy the products in, set it back to identity.
In SQL you can turn On/Off the Identity Insert when inserting items with pre-calculated Ids
Code: Select all
SET IDENTITY_INSERT [ac_Products] ON;
data import
Ok, Judy, after i've exported that 170,000 item, 700 category, 283,244 kb xml file, how do you suggest I open it in Excel so i can copy the description field and paste it into a new "keyword" field?I did a test on the utility that is not available now, and I was able to map description to keywords, but only if description wasn't mapped to description. What you would have to do is put the description field in twice in your import file, once as description and once as keywords.
Shouldn't there be an easier way? Didn't Able already plan for this when they created a new field?
Mike Keith
http://www.musicmart.com
http://www.musicmart.com
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
They might have planned for it, but it isn't in the version of the dataport that I have. I did some quick testing after you asked the question. I know there were some 5.5 data import problems so they are working on the utility.
I could experiment a little more- what did you use to create your xml file-- the 5.5 store interface?
Are you trying to get this done before the data port utility comes out again? I have a client who was able to upload his products with the .csv file, but he wasn't moving from a 5.5 store. If I had a csv file and the older dataport that I have, I would do a computation in Excel or an Access query to create what I wanted into the keyword field.
I don't think that it is good that we have to put all this stuff in the keyword field just so it will show up in searches. That is too much redundancy and too much to maintain. I've been working on the Able code some to try to add description to the search fields where it isn't included. To me, keywords should be fairly short and used for things a customer might want to search on that isn't in the description. For example, for "toilet paper? I would put in Charmin in the keywords.
I could experiment a little more- what did you use to create your xml file-- the 5.5 store interface?
Are you trying to get this done before the data port utility comes out again? I have a client who was able to upload his products with the .csv file, but he wasn't moving from a 5.5 store. If I had a csv file and the older dataport that I have, I would do a computation in Excel or an Access query to create what I wanted into the keyword field.
I don't think that it is good that we have to put all this stuff in the keyword field just so it will show up in searches. That is too much redundancy and too much to maintain. I've been working on the Able code some to try to add description to the search fields where it isn't included. To me, keywords should be fairly short and used for things a customer might want to search on that isn't in the description. For example, for "toilet paper? I would put in Charmin in the keywords.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
exporting data from version5
I tried to use the built in data transfer export option in able, but it errored out after exporting the products. So AC support sugested that i use the separate store export utility which I installed directly on the database server. This extracts the store in an .XML format. I used this file to import the 5.5 store into the 7.0 store. I'm waiting for the new and improved dataport which i hope will import the products into their 5.5 categories, and keep the same ID categories. I've already tried the import once, but products were placed into the root category. Users and orders from my 5.5 store didn't import either.
ok, got it.
ok, got it.
Last edited by mkeith1 on Fri Mar 28, 2008 4:06 pm, edited 1 time in total.
Mike Keith
http://www.musicmart.com
http://www.musicmart.com
- Shopping Cart Admin
- AbleCommerce Admin
- Posts: 3055
- Joined: Mon Dec 01, 2003 8:41 pm
- Location: Vancouver, WA
- Contact:
- Michael Ward
- AbleCommerce Moderator
- Posts: 132
- Joined: Thu Mar 03, 2005 3:00 am
Hello Folks
Please note that the FTP location has changed. it is now at ftp://ftp.ablecommerce.com/evals/AbleCo ... 0.0.11.zip
Thanks
Please note that the FTP location has changed. it is now at ftp://ftp.ablecommerce.com/evals/AbleCo ... 0.0.11.zip
Thanks
-
- Lieutenant, Jr. Grade (LT JG)
- Posts: 37
- Joined: Fri Mar 28, 2008 3:50 pm
- Location: Perth, Western Australia
- Contact:
Few bugs below,
* csv upload: The text is "please select xml file" however it only allows you to select a CSV file.
* the radio buttons are too far over to the right, i lose about 3 pixels of them to the group box.
* Cant upload customer passwords
* Cant upload customer addresses
* Cant upload customer date of birth
* Cant upload customer telephone, fax
pretty major: cannot import what products on the order. This software is therefore pretty useless if you want to transfer data from an old store to this one.
Can we get the source code for this application?
* csv upload: The text is "please select xml file" however it only allows you to select a CSV file.
* the radio buttons are too far over to the right, i lose about 3 pixels of them to the group box.
* Cant upload customer passwords
* Cant upload customer addresses
* Cant upload customer date of birth
* Cant upload customer telephone, fax
pretty major: cannot import what products on the order. This software is therefore pretty useless if you want to transfer data from an old store to this one.
Can we get the source code for this application?
Re: data import
Have you tried doing a SQL query to populate the Keywords field after you import instead of during the import?mkeith1 wrote:Shouldn't there be an easier way? Didn't Able already plan for this when they created a new field?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
Re: 3/28 - AbleCommerce Data Client Utility Beta 11
If you can share this file, It will certainly be very helpful. There is probably something in your file that hasn't come up in our test scenarios yet.I have a 5.5 store with only 480 products but many variations. The store will not import into 7.0; it fails with an http timeout.
-
- Ensign (ENS)
- Posts: 19
- Joined: Thu Dec 15, 2005 9:54 pm
- Location: ...usually Pasadena or Philadelphia.
- Contact:
Re: 3/28 - AbleCommerce Data Client Utility Beta 11
I created a new RC3 store and tried to import our 5.5 data. The import ran for about 12 hours, but it failed to import any orders. I did copy the CommerceBuilder.DataClient.Api.dll to bin.
I don't see anything regarding orders in the log, but I do see:
75% : Import Unsuccessfull, Error Message:Method not found: 'CommerceBuilder.Common.SaveResult CommerceBuilder.Users.Wishlist.SaveForUser(Int32)'.
at CommerceBuilder.DataClient.Api.Ac55Importer.ImportWishlists(XmlNode nodSourceStore)
at CommerceBuilder.D(for more details check server log)...
Also lots of:
63% : The INSERT statement conflicted with the FOREIGN KEY constraint "ac_Countries_ac_Addresses_FK1". The conflict occurred in database "AbleCommerce", table "dbo.ac_Countries", column 'CountryCode'.
The statement has been terminated.
I don't see anything regarding orders in the log, but I do see:
75% : Import Unsuccessfull, Error Message:Method not found: 'CommerceBuilder.Common.SaveResult CommerceBuilder.Users.Wishlist.SaveForUser(Int32)'.
at CommerceBuilder.DataClient.Api.Ac55Importer.ImportWishlists(XmlNode nodSourceStore)
at CommerceBuilder.D(for more details check server log)...
Also lots of:
63% : The INSERT statement conflicted with the FOREIGN KEY constraint "ac_Countries_ac_Addresses_FK1". The conflict occurred in database "AbleCommerce", table "dbo.ac_Countries", column 'CountryCode'.
The statement has been terminated.
Re: 3/28 - AbleCommerce Data Client Utility Beta 11
Which version of DataClient utility are you using?
How big is your XML file btw? 12 hrs is a lot of time.
Did the import process complete or did it halt after 12 hours?
How big is your XML file btw? 12 hrs is a lot of time.
Did the import process complete or did it halt after 12 hours?
-
- Ensign (ENS)
- Posts: 19
- Joined: Thu Dec 15, 2005 9:54 pm
- Location: ...usually Pasadena or Philadelphia.
- Contact:
Re: 3/28 - AbleCommerce Data Client Utility Beta 11
Using AbleCommerceDataPort_1.0.0.11.zip
We have about 30,000 orders, and they took almost the whole of that duration, even though 0 succeed.
192mb XML file. We've send you two previous versions of our export before.
We have about 30,000 orders, and they took almost the whole of that duration, even though 0 succeed.
192mb XML file. We've send you two previous versions of our export before.
Re: 3/28 - AbleCommerce Data Client Utility Beta 11
We did a lot of testing using the files that you sent.
We will have a look at them once again.
Just to confirm.
- You are using RC3
- You copied the latest CommerceBuilder.DataClient.Api.dll to Website/Bin
- You were importing in a new empty store?
- The import process did complete but orders were not imported
- The error log shows two type of errors as reported above
We will have a look at them once again.
Just to confirm.
- You are using RC3
- You copied the latest CommerceBuilder.DataClient.Api.dll to Website/Bin
- You were importing in a new empty store?
- The import process did complete but orders were not imported
- The error log shows two type of errors as reported above
-
- Ensign (ENS)
- Posts: 19
- Joined: Thu Dec 15, 2005 9:54 pm
- Location: ...usually Pasadena or Philadelphia.
- Contact:
Re: 3/28 - AbleCommerce Data Client Utility Beta 11
Yes. Using ac7_b9381.zip
The order import worked fine with previous versions. Nothing else seems to be missing, other than Wishlists and user roles.
Any inventory item with options is showing 0 for inventory.
From the "Method not found" error, it looks like a version mismatch somewhere. Here is the import log: http://www.mises.org/AC7/ImportErrors.txt
We are using ASP.Net 3.5, but we used that for previous versions as well.
PLATFORM: ASP.NET
VERSION: 7.0
BUILD: 7973
AjaxControlToolkit: 3.0.20229.20843
CommerceBuilder: 7.0.0.1
CommerceBuilder.AuthorizeNet: 7.0.0.0
CommerceBuilder.DataClient.Api: 1.0.0.11
CommerceBuilder.DataClient.Csv: 1.0.0.0
The order import worked fine with previous versions. Nothing else seems to be missing, other than Wishlists and user roles.
Any inventory item with options is showing 0 for inventory.
From the "Method not found" error, it looks like a version mismatch somewhere. Here is the import log: http://www.mises.org/AC7/ImportErrors.txt
We are using ASP.Net 3.5, but we used that for previous versions as well.
PLATFORM: ASP.NET
VERSION: 7.0
BUILD: 7973
AjaxControlToolkit: 3.0.20229.20843
CommerceBuilder: 7.0.0.1
CommerceBuilder.AuthorizeNet: 7.0.0.0
CommerceBuilder.DataClient.Api: 1.0.0.11
CommerceBuilder.DataClient.Csv: 1.0.0.0
Re: 3/28 - AbleCommerce Data Client Utility Beta 11
It seems your store hasn't been upgraded properly.
Build should be 9381
Latest version of CommerceBuilder DLL is
Your version is
Code: Select all
ac7_b9381.zip
Code: Select all
VERSION: 7.0
BUILD: 7973
Code: Select all
CommerceBuilder: 7.0.9381.0
Code: Select all
CommerceBuilder: 7.0.0.1
Re: 3/28 - AbleCommerce Data Client Utility Beta 11
Has anyone tried to upload a product with multiply options? The example is product that comes in a small, medium or large size?
-
- Ensign (ENS)
- Posts: 19
- Joined: Thu Dec 15, 2005 9:54 pm
- Location: ...usually Pasadena or Philadelphia.
- Contact:
Re: 3/28 - AbleCommerce Data Client Utility Beta 11
OK, I have downloaded my third copy of "ac7_b9381.zip" aka "AbleCommerce 7x Development" in my Orders page. All the versions of CommerceBuilder.dll say "7.0.0.1" for the file version. Also, the most recent date is October 12, 2007.sohaib wrote:Latest version of CommerceBuilder DLL isYour version isCode: Select all
CommerceBuilder: 7.0.9381.0
Code: Select all
CommerceBuilder: 7.0.0.1
-
- Ensign (ENS)
- Posts: 19
- Joined: Thu Dec 15, 2005 9:54 pm
- Location: ...usually Pasadena or Philadelphia.
- Contact:
Re: 3/28 - AbleCommerce Data Client Utility Beta 11
Update: The 30-day evaluation version on the other hand, is the right version of ac7_b9381.zip!