installation of aras version 12, SP6

I am trying to install a new version, on my server 2016, and everything is installed fine up to this point.
the problem is generated when loading the page, it throws the following error.

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed.

Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".


<! - Web.Config Configuration File ->

<configuration>
     <system.web>
         <customErrors mode = "RemoteOnly" />
     </system.web>
</configuration>

However, I was able to investigate because that error appears to me.
Aras innovator is not creating the configuration files correctly, in fact the only one it is creating is: InnovatorServerConfig, but the photo is blank.

besides that the configuration files of the vault are not generating them for me. in the photo you see.

Parents Reply Children
No Data