DotNet Enterprise Deployment Instructions


IIS6 install instructions

IIS7 install instructions

 

Workarounds or potential issues for DotNet

 

The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.

Make sure you have Asp.Net 3.5 sp1 installed then run

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i

This will register asp.net to server


404 file not found.

Make sure you have Asp.Net 3.5 sp1 installed then open a command prompt and run:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i


Also make sure you have completed item 3 here

 

IIS 6: Make sure ASP.NET v2.0.50727 is allowed in IIS Web Service Extensions

 

iis6_allow_net.png

 

No authority could be contacted for authentication.
Remove server from domain and then re-add server to domain

 

Notes:
You can remove or disable msdeploy after successful deployment.


Oracle Specific Issues

 

ORA-02289: sequence does not exist

You need to run OracleCreateTables.sql found in documentation folder.  This will need to be run by the oracle user that will be accessing the database

 

The provider is not compatible with the version of Oracle client

Do a search for the below files and place them in the "{website install location}/bin" folder

binFolder.gif

 

  • oci.dll
  • Oracle.DataAccess.dll
  • oraociicus11.dll
  • OraOps11w.dll
You may also need to do the same for these files
  • orannzsbb11.dll
  • oraocci11.dll
  • ociw32.dll

 

ORA-12514: TNS:listener does not currently know of service requested in connect descriptor

  1. Goto NETWORK\ADMIN folder in oracle install (C:\app\<username>\product\11.2.0\dbhome_1\NETWORK\ADMIN
  2. Open tnsnames.ora
  3. Find the definition for your database. It begins on a line with "MYDATABASENAME = "
  4. Use the SERVICE_NAME property as your database name in your RealityCharting configuration (SERVICE_NAME = mydatabasename.localhost)
    DatabaseName.png