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

How Do I Downgrade to Developer Edition from Standard License - CF 2018

Community Beginner ,
Feb 05, 2019 Feb 05, 2019

Copy link to clipboard

Copied

I installed a Standard License number to my Development environment to test out features.

Now that I've done this, how do I revert back to Developer Edition?

Views

884

Translate

Translate

Report

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

Community Expert , Feb 05, 2019 Feb 05, 2019

You should be able to do this by going to C:\ColdFusion2810\cfusion\lib\license.properties and changing the entries there as needed. Specifically, replace the sn value with Developer:

sn=Developer

You'll need to stop CF, make your change, then restart it again. Of course, make sure you keep a backup before changing it manually.

Dave Watts, Eidolon LLC

Votes

Translate

Translate
Community Expert ,
Feb 05, 2019 Feb 05, 2019

Copy link to clipboard

Copied

You should be able to do this by going to C:\ColdFusion2810\cfusion\lib\license.properties and changing the entries there as needed. Specifically, replace the sn value with Developer:

sn=Developer

You'll need to stop CF, make your change, then restart it again. Of course, make sure you keep a backup before changing it manually.

Dave Watts, Eidolon LLC

Votes

Translate

Translate

Report

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
Guide ,
Feb 05, 2019 Feb 05, 2019

Copy link to clipboard

Copied

The license key is stored in the <cfinstallfolder>/cfusion/lib/license.properties file.  Just delete the value that follows "sn=", and restart your server.

-Carl V.

Votes

Translate

Translate

Report

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 ,
Feb 13, 2019 Feb 13, 2019

Copy link to clipboard

Copied

LATEST

Thanks Dave and Carl. I changed it to Developer and restarted the server and it worked. Incidentally, I went back into the properties file and noticed that the line read "sn=". In other words, the "Developer" value was removed.

Votes

Translate

Translate

Report

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
Documentation