Failed on Data model regen

Hello,
we are doing the Epicor 10 conversion to Kinetic.
at the last step 300, data model regen. we failed.
the error message was .NET 6 SDK required. we installed .NET 9 and reboot the server and redo the data model regen and still the same error message.
any ideas?

thanks,

Lucy

1 Like

You can install .NET 6 with the following powershell command:

./dotnet-install.ps1 -Runtime dotnet -Version 6.0.0

You can get the install script from here:

You might also need to set some environment variables, refer to this page for more info:

2 Likes

Refer to KB0119789

This shows which version of .net go with which versions of Epicor, and yes .net 6 is EOL. Needless to say the later the version of Epicor the safer you will be when it comes to security risks of the underlaying supporting frameworks.

thanks guys,
finally, we uninstall all .net 9 and .net 8 and reinstall .net 6.0101. need exact version and it works now.

another question: for certificate, our admin issued a wildcard certificate from godaddy.com. it doesn’t work on kinetic. right now, i have to use self-generate from Kinetic. is there anyone can tell me what is the requirement to issue a ssl/tls certificate.
thanks,

Lucy

I believe the information about certificates is in the install guide. You need to have a friendly name added to the cert.

You may also want to refer to the KB0040656 on the Epicare KB.

You need and Epiccare login to be able to view this document