Welcome to MSDN Blogs Sign in | Join | Help

Microsoft BizTalk Server

(Kerrey Zheng's view with BPI Products)
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.

 image

2, Add below line to Web.config of Webservice(For example, CatalogWebservice):

<httpRuntime executionTimeout="400"/>

Note: You may be required to do both actions.

Posted: Thursday, May 01, 2008 12:04 PM by Kerrey Zheng

Comments

No Comments

Leave a Comment

(required) 

(required) 

(optional)

(required) 

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker