BizTalk Error:The catalog export process failed
Error Message: The catalog export process failed
Error Message:
Event Type: Error
Event Source: Commerce Server Web Services
Event Category: None
Event ID: 1
Date: 5/1/2008
Time: 10:14:06 AM
User: N/A
Computer: WSECOMBPDEV1
Description:
An exception occurred in the 'ExportCatalog' Web service. Exception details follow:
Microsoft.CommerceServer.Catalog.CatalogDatabaseException: Failed to log the start import, export or rebuild operation. ---> System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
at ......
Resolution:
when you Enable a receive location with Catalog Adapter, nothing happened. If you check the event from Commerce Server, you will find above Error Messages.
There are two ways to fix this issue:
1, Change the value of "Connection Timeout" to an appreciate value.
2, Add below line to Web.config of Webservice(For example, CatalogWebservice):
<httpRuntime executionTimeout="400"/>
Note: You may be required to do both actions.