iVend 6.6
Replication Dashboard not opening at store server.
On opening replication dashboard getting below error:
Upon opening iVend Replication site from IIS and after doing directory browsing getting below error:
The problem mostly occurs when the machine runs on operating system Windows 7
Resolution/Work Around : 1. Open file ‘Web.Config’ in notepad from the location given below:
C:\Program Files (x86)\CitiXsys\iVend Retail\iVendReplicationEngine\web.config
2. Take backup and remove the application initialization tag(given below) from the ‘web.config’ file and reset the IIS.
----------------------------------------------------------------------------------
<applicationInitialization doAppInitAfterRestart="true" skipManagedModules="true" remapManagedRequestsTo="dashboard.aspx">
<add initializationPage="dashboard.aspx" />
</applicationInitialization>
----------------------------------------------------------------------------------
3. After this open the replication dashboard and check. Usually, the replication dashboard will open successfully but sometimes the below error also appears:
4. This error occurs when ASP.NET files are missing in the system. One can check in window features if the ASP.NET files are installed or not by checking files in windows features.
5. If the ASP.NET files are missing install (.NET Framework 4.8) from Microsoft website or refer the link below:
https://dotnet.microsoft.com/download
6. If files are already present then run the .NET framework exe again and select the option to repair the framework.
7. After installing or repairing the ASP.NET framework files restart the machine and launch the replication dashboard to monitor replication from Store to Enterprise.