After performing a clean installation for 14.1 SDM users may experience the following error where no htmpl files are created in your default directory which is found here:
$NX_ROOT\bopcfg\www\htmpl\default.
To resolve this issue, you will need go to $NX_ROOT\site folder and open your config.properties file.
Once you have your config.properties file opened in notepad you will see a line in the file that says the following:
resources.created=1
You will need to change the '1' to a '0' in the file itself and save it. Once the file is saved and the resources.created now reads as follows:
resources.created=0
You will then have to open up a command prompt as an administrator and run 'pdm.configure.' Run through the entire configuration once again and you're resources should be re-created in your $NX_ROOT\bopcfg\www\htmpl\default directory.