mosgath
-
9/21/2012 7:45:25 AM
RE:Import Utility - How do I import files as part of my document type?
As suggested, I updated the Source Field or Expression column to: #<file>{%Enlarged%} #<file>{%Thumbnail%}
The same error comes back:
An error occured on import: [DataConnection.HandleError]: Query: INSERT INTO nof_File ([FileName], [FileDescription], [FileAttachment], [FileTeaserImage] ) VALUES ( @FileName, @FileDescription, @FileAttachment, @FileTeaserImage); SELECT SCOPE_IDENTITY() AS [FileID] : caused exception: Conversion failed when converting from a character string to uniqueidentifier.
In the Check the Data window, under the field FileAttachment and FileTeaserImage, it shows System.Byte[]. These are the only two fields in the SQL Server table that are unique identifiers. They are FileTeaserImage and FileAttachment. In the CMS they are defined as type file.
The fields in the spreadsheet contain the proper UNC naming. I can click the links in the spreadsheet and it opens the files correctly. I also tried fields with a URL format, but got the same result.
|