Brian Mullin
Brian Mullin
1. Is the callback to an http: or an https: URL? 2. What is the hostname and port of the MVC application? Is it running on the same computer as...
1. If you remove [HttpPost] from the SendRequest action temporarily and use your web browser to request http://localhost:65369/Customer/SendRequest/NIC105, then does the SendRequest action work properly? 2. The Revalee Service is...
You assign a secret key so that you can ensure the callback action is only called by your pre-authorized callback requests. Callback validation is automatically performed if you add the...
You can remove the `` tag from web.config, since you configured the required settings in your code. If you are not using recurring tasks, you should definitely not have that...
I can understand your use case, but there are some architectural and security issues that make inverting the source of the CallbackId difficult. The token that you receive when scheduling...
The Revalee service stores a copy of each task on disk using the built-in ESE (JET Blue) database engine that comes with Windows. This on-disk database is used to recover...
Have you tried to increase your swap file size to eliminate the "Out of database page buffers" error? It's curious that the ESE engine is having difficulties with memory on...
The **export** command cannot run while the service is actively running. Try stopping the service before running `Revalee.Service.exe -export`.