Whenever support team receives the UBS – Claims Manager Issues with FI Scheduler as shown in below screenshot, we need to follow the below steps
Steps to follow and fix the issue
- GO to SCHEDULER and select “Run FI” scheduler
2. Click on the Add button and select the “Script” button as shown below
3.Click OK and remove all the lines on the dialog.
4. Paste the contents of the attached “runfi.txt” as shown below:
Option explicit
Dim errmsg : errmsg=""
Function Script()
msWaitExec "Schedule","Str.[BPATH]"&"INSTALL\FI\CMUBS_IC_SERVICE_FI.EXE","SERVICE=CMSRVRUBS_IC_SERVICE_FI-1",1
Script=true
End Function
ss "rval",Script()
ss "errmsg",errmsg
5.Click OK.
6.Double click on the “Script” scheduler created and rename it to “Run FI”
7.Ask users to check if they see the schedule.
Comments
0 comments
Please sign in to leave a comment.