blogml

SQL error: String or binary data would be truncated

吃可爱长大的小学妹 提交于 2019-12-03 09:43:10
问题 I'm doing an integration on a community platform called Telligent. I'm using a 3rd-party add-on called BlogML to import blog posts from an XML file (in BlogML format) into my local Telligent site. The Telligent platform comes with many classes in their SDK so that I can programmatically add content, such as blog posts. E.g. myWeblogService.AddPost(myNewPostObject); The BlogML app I'm using essentially parses the XML and creates blog post objects then adds them to the site using code like the

SQL error: String or binary data would be truncated

眉间皱痕 提交于 2019-12-03 00:03:45
I'm doing an integration on a community platform called Telligent. I'm using a 3rd-party add-on called BlogML to import blog posts from an XML file (in BlogML format) into my local Telligent site. The Telligent platform comes with many classes in their SDK so that I can programmatically add content, such as blog posts. E.g. myWeblogService.AddPost(myNewPostObject); The BlogML app I'm using essentially parses the XML and creates blog post objects then adds them to the site using code like the above sample line. After about 40 post imports I get a SQL error: Exception Details: System.Data