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

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

Community Beginner ,
Feb 05, 2019 Feb 05, 2019

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?

1.0K
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

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

Translate
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

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

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.

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

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