XML - 有一个未封闭的文字字符串

时间:2014-08-21 12:59:31

标签: sql sql-server xml sql-server-2000

我有两个环境测试和prod并且是相同的。 我有一个预定的任务,每天晚上00:00在本地运行。 该任务指向一个在本地使用本地数据库的应用程序(SQL V8,I REAPEAT SQL V8)。两个相同的应用程序,但不同的本地数据库。

该任务由同一用户运行。我在任务管理器中遇到了这个错误:0xe0434f4d。所有硬盘都有足够的空间,用户有足够的权限,app(test / prod)完全相同,%temp%文件夹是干净的。 该应用程序用于创建xml文件,其中包含存储在数据库中的最后一个更改。

正如我在其他网站/博客中所读到的,一种解决方案是增加从服务器检索的XML数据字符数。要更改此设置,请在“工具”菜单上单击“选项”,然后转到“查询结果”,“sql server”和“结果到网格”,但是,如何在SQL V8中执行此操作????

我尝试手动运行该应用,但我遇到以下错误:

There is an unclosed literal string. Line 1535, position 78.

Unhandled Exception: System.Xml.XmlException: There is an unclosed literal string. Line 1535, position 78.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr)
   at System.Xml.XmlTextReaderImpl.ParseAttributes()
   at System.Xml.XmlTextReaderImpl.ParseElement()
   at System.Xml.XmlTextReaderImpl.ParseElementContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
   at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.Load(String filename)
   at Belron.Bridge.Export.Config.ErrorLog.WriteErrors(String errorMessage, String stackTrace)
   at Belron.Bridge.Export.Config.ErrorLog.WriteToErrorLog(String errorMessage,
String stackTrace, Boolean displayErrorWindow)
   at Belron.Bridge.Export.Standalone.main.Main(String[] args)

0 个答案:

没有答案