Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CF2021 ODBC Agent & Server Not Starting after applying update 19

Community Beginner ,
Apr 21, 2025 Apr 21, 2025

After applying CF2021 Update 19, the following three services failed to start:

  • Add-on Services
  • ODBC Agent
  • ODBC Server

I was able to get the add-on working again by reinstalling it, but the ODBC services are no longer working. I even rolled back to update 18 and ODBC services are still failing to start. Any guidance with this would be greatly appreciated.

Demetrius34669657am05_0-1745280467159.png

Demetrius34669657am05_1-1745280508052.png

 

 

672
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Apr 22, 2025 Apr 22, 2025

@Demetrius34669657am05 Please try to reinstall the ODBC Agent and Server. Open the command prompt as an administrator, navigate to \ColdFusion2021\cfusion\bin, and run cfpm.bat.

\ColdFusion2021\cfusion\bin>cfpm.bat

 

1. cfpm>uninstall ODBC

2. Stop the ColdFusion service.

3. Clear all the folders inside \ColdFusion2021\cfusion\bin\felix-cache.

4. cfpm>install ODBC

5. Restart the ColdFusion service.

 

Thanks,

Vikram

 

 

 

Translate
Community Expert ,
Apr 21, 2025 Apr 21, 2025

Do you have anything like Microsoft SQL Server running on the same machine? You might have to add the DependOnService registry value to these services so they don't stumble over each other.

 

Also, out of curiosity, are you using ODBC from ColdFusion? This is pretty rare nowadays. Usually, you can connect with JDBC directly and see better performance - not always, though.

 

Dave Watts, Eidolon LLC
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 22, 2025 Apr 22, 2025

@Dave Watts Thank you for your follow-up. We are not running MSSQL on the same machine, and yes...we are using the CF ODBC.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 22, 2025 Apr 22, 2025

@Demetrius34669657am05 Please try to reinstall the ODBC Agent and Server. Open the command prompt as an administrator, navigate to \ColdFusion2021\cfusion\bin, and run cfpm.bat.

\ColdFusion2021\cfusion\bin>cfpm.bat

 

1. cfpm>uninstall ODBC

2. Stop the ColdFusion service.

3. Clear all the folders inside \ColdFusion2021\cfusion\bin\felix-cache.

4. cfpm>install ODBC

5. Restart the ColdFusion service.

 

Thanks,

Vikram

 

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 22, 2025 Apr 22, 2025

@Vikram_Kumar_M Thank you. That resolved the issue.
After update 18 and prior to this update, we upgraded SOLR from 7.2.1 to 8.11.3. Do you think that may had some involvement with the issue?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Apr 22, 2025 Apr 22, 2025

@Demetrius34669657am05  This is issue-specific to the latest updater, and we will publish the workaround soon in the article. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 22, 2025 Apr 22, 2025
LATEST

Thank you.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources