Skip to main content
Planview Customer Success Center

LogWriter error when Export Publisher runs

Symptoms
When Export Publisher runs, I get the following error. The import works but the export does not.

Error/Warning Messages
Microsoft.Practices.EnterpriseLibrary.Logging
The LogWriter has not been set for the Logger static class. Set it invoking the Logger.SetLogWriter method.
at Microsoft.Practices.EnterpriseLibrary.Logging.Logger.Write(LogEntry log)
at Changepoint.IntegrationServices.Shared.Utility.WriteToLog(String message, LoggingCategory category)
at Changepoint.IntegrationServices.Shared.SBMessageSender.Send(String msg, CommunicationChannel channel, Hashtable properties, String subject)
at Changepoint.IntegrationServices.Shared.SBUtility.SendFiletoServiceBus(String xmlDocAsString, String outboundQueue, String sConfigId, String sTransactionId)
at Changepoint.ExportPublishing.EPProcessor.SendCompletedExpPub(String sExpPubScheduleId, String sExpPubDetailsId, Int32 iExportNumber, String sExpPubTopicName, String sConfigId, String sTransactionId)

Reason
connection string in the web.config is incorrect.


Resolution
Recreate the connection string in the web.config for the export publisher.