PAIS: Procedure to disable Orpak StoriX Pais Service (ShvaEPS)

PAIS: Procedure to disable Orpak StoriX Pais Service (ShvaEPS)

Orpak StoriX Pais Service Removal procedure 

 Errors found in Comserver log 
Example:
2026/02/10 07:22:00.089|ERROR|[47]|00005574-0000-0000-0000-000000000000|||ComServer.WcfService.WcfCommunicationService - System.ComponentModel.Win32Exception: The system cannot find the file specified System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at ComServer.ShvaEps.Strategy.FileProccessTransmitter.Transmit(Payload payload)
   at ComServer.ShvaEps.ShvaEpsTransmitter.Transmit(Payload payload)
   at ComServer.Engine.ReconcileEngine.ReconcileGeneric(ReconcileRequest request, IDevice device) in C:\GitHub-Runners\base\base-3\_work\PPX-Base\PPX-Base\Storix.CommunicationServer\CommunicationServer\ComServer.Engine\ReconcileEngine.cs:line 77
   at ComServer.Engine.ReconcileEngine.Execute(ReconcileRequest request) in C:\GitHub-Runners\base\base-3\_work\PPX-Base\PPX-Base\Storix.CommunicationServer\CommunicationServer\ComServer.Engine\ReconcileEngine.cs:line 42
   at ComServer.API.ReconcileService.Execute(RequestHeader header, ReconcileRequest request) in C:\GitHub-Runners\base\base-3\_work\PPX-Base\PPX-Base\Storix.CommunicationServer\CommunicationServer\ComServer.API\ReconcileService.cs:line 20
   at ComServer.API.Model.CommunicationService`2.Execute(String header, String request) in C:\GitHub-Runners\base\base-3\_work\PPX-Base\PPX-Base\Storix.CommunicationServer\CommunicationServer\ComServer.API.Model\CommunicationService.cs:line 36
   at ComServer.WcfService.WcfCommunicationService.GetResponse(String header, String request, String serviceName) in C:\GitHub-Runners\base\base-3\_work\PPX-Base\PPX-Base\Storix.CommunicationServer\CommunicationServer\ComServer.WcfService\WcfCommunicationService.cs:line 98


The Errors related to stopping and disabling Orpak StoriX Pais service 
apparently stopping Pais service is not enough to completely disable ShvaEPS platform , the command EPSReconcile was still used and failed being sent, it caused many Reconcile Service commands in Comserver, loading the server resources

 
Fix the issue

 1. Uncheck ShvaEPS platform from Store setup-->Details 

 2.  In Storix_POS DB

Delete all pending EPSReconcile commands , use following script:

delete from CommunicationCommand where Command='EPSReconcile'

    • Related Articles

    • ALL: Tracing Orpak applications on SQL 2008, using SQL Profiler

      Tracing Orpak applications on SQL 2008 using SQL Profiler SQL Server Profiler is a rich interface to create and manage traces and analyze and replay trace results. The events are saved in a trace file that can later be analyzed or used to replay a ...
    • ALL: Importing DRY inventory taking document from flat file

      In order to import an inventory document in Benzin from a flat file, the following steps need to be taken: 1. Make sure to have InitStock.109 import format file that is used for importing initial stock. It is found in ProMax/EDI/Stg folder: 2. For ...
    • How to import a xlsx file for price update

      Excel file fields: Station column - Text StationList column - Text ItemCode column - Text ItemName column - Text Price column - Number PriceNumber column - Text WaitForEOD column - Text ActivateTime column - Custom: d/m/yyyy hh:mm VatablePrice column ...
    • How to make a trace file on Passport Alpha applications.

      1. Open SQL Profiler application 2. Connect to SQL server on the machine 3. Events selection tab and press Column filters: 4. Here you have 3 columns that needs to be checked: a. Application name b. Binary Data c. ClientProcessID After you check the ...
    • How to change FHO services default port

      FHO services default port: If you want to change them, you need to do the two updates below in the database. And then restart the specific service: For example if you want to change the default port of Administration service: update device_params set ...