You are currently on version #versionNum#.
Please upgrade to version 12.5 and try again.
You are currently on patch #patchNum# (12.5.#patchNum#).
Please update to the latest patch and try again.
Your ColdFusion password is incorrect.
Please update the export script with your correct ColdFusion password and try again.
datasource = CreateObject("component", "cfide.adminapi.datasource"); mail = CreateObject("component", "cfide.adminapi.mail"); // get data source info dataSources = datasource.getDatasources(); ds = dataSources["#sSQLDSN#"]; // get mail server info mailServers = mail.getMailServers(); // create test datasource & verify password, then delete datasource.setMSSQL( driver="MSSQLServer", name="#sSQLDSN#_temp", host="#ds.urlmap.host#", port="#ds.urlmap.port#", database="#ds.urlmap.database#", username="#ds.username#", password="#DBIntranetConnectionsPassword#", login_timeout="30", selectmethod="direct", timeout="180", interval=7, buffer="640000", blob_buffer="64000", setStringParameterAsUnicode="false", description="Intranet Connections Datasource", pooling=true, maxpooledstatements=100, enable_clob=true, enable_blob=true, disable=false, storedProc=true, alter=true, grant=true, select=true, update=true, create=true, delete=true, drop=true, revoke=true ); bVerify = datasource.verifyDsn("#sSQLDSN#_temp", false); datasource.deleteDatasource("#sSQLDSN#_temp"); #XmlFormat(sApplicationName)# #XmlFormat(application.paths.sDrive)# #XmlFormat(webPathHasIntranet)# #XmlFormat(sSQLDSN)# #XmlFormat(ds.urlmap.database)# #XmlFormat(sDSN)# #XmlFormat(sSQLHost)# #XmlFormat(ds.urlmap.host)# #XmlFormat(ds.urlmap.port)# #XmlFormat(ds.username)# #XmlFormat(DBIntranetConnectionsPassword)# ColdFusion #XmlFormat(mailServer.SERVER)# #XmlFormat(mailServer.USERNAME)# #XmlFormat(mailServer.PASSWORD)# #XmlFormat(mailServer.port)# Datasource could not be created & verified.
Please update the export script with your password for the SQL user and try again.