I recently had to move my project to a new CF server and received the following error in the ObjectTranslator.cfc:

The specified Directory attribute value \\sw\regionweb\Dev\ANA\c3n\reactor\core\../project/aiwoc/Record/ could not be created.


The error occurred in \\sw\regionweb\Dev\ANA\c3n\reactor\core\objectTranslator.cfc: line 246
Called from \\sw\regionweb\Dev\ANA\c3n\reactor\core\objectTranslator.cfc: line 62
Called from \\sw\regionweb\Dev\ANA\c3n\reactor\core\objectTranslator.cfc: line 28
Called from \\sw\regionweb\Dev\ANA\c3n\reactor\core\objectFactory.cfc: line 132
Called from \\sw\regionweb\Dev\ANA\c3n\reactor\reactorFactory.cfc: line 26
Called from \\sw\regionweb\Dev\ANA\c3n\leo\aiwoc\Application.cfc: line 30
244 : 		
245 : <cfif NOT DirectoryExists(directory)>
246 : <cfdirectory action="" directory="#getDirectoryFromPath(arguments.path)#" />
247 : </cfif>
248 : </cffunction>

Any help would be appreciated!




-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to