Monday, August 13, 2012

Working of Scheduler in Webpay

Working of Scheduler in Webpay

Ensure .net Framework ver 4.0 in installed on the server

There are two processes to configure scheduler (Updating Existing Scheduler and Adding a New Scheduler)

First, Updating an existing scheduler, follow the points mentioned below:

 
1. Replace all the file of 'PayrollAsyncServices' folder except  'PayrollAsyncServices.exe' and 'PayrollAsyncServices.vshost.exe' files.

These both are config files.

2. Replace all the file of 'PayrollBatches' folder except PayrollBatches.exe' and 'PayrollBatches.vshost.exe' files.

    These both are config files.

3. Go to 'PayrollAsyncServices' folder and double click on 'UnInstall_PayrollSalaryStructure' file to uninstall previous scheduler

4. Then in the same folder double click on 'Install_PayrollSalaryStructure'  to install new scheduler.

5. Then go to task manager and find 'payroll services' named service and enable it to run.

6. To do all these make sure you have administrator permission/rights.

7. To check whether the scheduler is working, go to C drive and find 'SalaryStructure' folder, in this folder you have  a new log file for each minute.

 
Second, Installing a new scheduler (first time), follow below mentioned points:

1. There is a 'Payroll Services' named folder in scheduler patch, place it on server.

2. There are two folder in 'Payroll Services' folder one is 'PayrollAsyncServices' and second is 'PayrollBatches'.

3. Go to 'PayrollAsyncServices'  folder and do the change in  'PayrollAsyncServices.exe' and 'PayrollAsyncServices.vshost.exe' config files.
 
4.  The changes are: Give path of PayrollBatches.exe (which is placed into 'PayrollBatches' folder ) file into above config files.

5. Now go to 'PayrollBatches' folder there are also two config files named 'PayrollBatches.exe' and 'PayrollBatches.vshost.exe'.

6. In the above files you give the path of your Payroll application, your payroll application link (from where you access you application) and your database authentications.

7. Then in the same folder double click on 'Install_PayrollSalaryStructure' to install new scheduler.

8. Then go to the task manager and find 'payroll services' named service and enable it to run.

9. To do all these make sure you have administrator permission/rights.

10. To check whether the scheduler is working, go to C drive and find 'SalaryStructure' folder, in this folder you have  a new log file for each minute.    




 
Blog by BBSPL

No comments:

Post a Comment