janusz
-
5/25/2005 1:01:00 PM
Problems with files import
Hello!
I am having troubles with Import files funcionality in version 1.6b. I want to import the huge list of images to CMS.
First, according to help, there should be a file called ImportFiles.exe.config in Utilities directory. It is not. However, I have created this file with following structure:
<?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="CMSMetadataFolder" value="c:\projects\addevanew\CMSDesk\Metadata" /> <add key="CMSWebDiskPath" value="c:\projects\addevanew" /> <add key="CMSLicenseKey" value="zxzzzzzzzzzzzzz" /> <add key="CMSDefaultUserID" value="1" /> <add key="CMSConnectionString" value="Persist Security Info=False;database=addevanew;server=jeeves;user id=zzzzzz;password=zzzzzzzz;Current Language=English;" /> <add key="CMSStoreFilesInDatabase" value="false" /> <add key="CMSFilesDiskFolder" value="c:\projects\addevanew\images\pageheaders" /> <add key="CMSSourceDiskFolder" value="c:\temp\pages" /> </appSettings> </configuration>
After I start import through the utility then following message is displayed : An error occured: Could not find file C:\zzz\zzz\mimetypes.txt
I have looked in the folder and there is really no mimetypes.txt file.
Thanks,
Janusz
|