Attempting to do a product export and getting the following error, please any help would be appreciated. Thanks.
Starting Export
Export mode: product
Logging Into Web Store
Using Store:
http://www.x.com/store/WebServices3.asmxSuccessfully logged into store
Getting List of Products
Exporting Products
Writing Headers
Exporting Product 1 of 708
Export Error: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at BVSoftware.Bvc5.Core.Membership.AuthenticationToken.ValidateToken(AuthenticationToken t) in C:\Documents and Settings\sams\My Documents\Visual Studio 2005\Projects\BVC5\BVSoftware.Bvc5.Core\Membership\AuthenticationToken.vb:line 81
at BVSoftware.Bvc5.Core.Membership.AuthenticationToken.ValidateTokenForPermission(AuthenticationToken t, String permissionBvin) in C:\Documents and Settings\sams\My Documents\Visual Studio 2005\Projects\BVC5\BVSoftware.Bvc5.Core\Membership\AuthenticationToken.vb:line 89
at BVSoftware.Bvc5.Core.Services.WebServices3.Catalog_InternalProduct_FindByBvin(AuthenticationToken token, String bvin) in C:\Documents and Settings\sams\My Documents\Visual Studio 2005\Projects\BVC5\BVSoftware.Bvc5.Core\Services\WebServices3Catalog.vb:line 707
--- End of inner exception stack trace --- - at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at BvcImportTool.BVweb.WebServices3.Catalog_InternalProduct_FindByBvin(AuthenticationToken& token, String bvin)
at BvcImportTool.Core.Modules.ProductTranslator.WriteItem(Product p, StringBuilder& sb, AuthenticationToken& t, WebServices3& svc)
at BvcImportTool.Core.Modules.ProductTranslator.RenderExport(Product[] data, AuthenticationToken& t, WebServices3& svc)
at BvcImportTool.Core.Modules.ProductTranslator.Export()
at BvcImportTool.MainForm.btnExport_Click(Object sender, EventArgs e) ReadResponse