Store server stuck - Slow performance

Store server stuck - Slow performance

Environment: iVend 6.6 with S4 HANA 1609

 

Problem Statement: Store server performance daily issue at 12:00 AM. At midnight the store server performance becomes very bad and it is found that SQL server service consumes the I/O resources especially the hard disk. The disk response time goes in millions.

 

Error Screenshot:


Symptoms: The store server performance becomes very bad and it is found that SQL server service consumes the I/O resources especially the hard disk. The disk response time goes in millions.

 

Resolution/Work Around:

 

There is a job that clears all replication logs except for last 15 days. This job is executed every midnight at 12:00 am. When this job executed store server is stuck because of high consumption of I/O resources.

 

Solution: -

 

Changes in the replication web configuration is done to execute the job at 03:00 am (stores downtime or when the customer footfall is very low) instead of 12:00 am and the replication logs were cleared except of last two days.

Below are the parameters which were changed in configuration file.

 

********************* Old Configuration **************************


<add key="RunReplicationCleanJobAtTime" value="0" /> *** This is in 24 hr format.***
<add key="CleanReplicationDataSendLogAfterDays" value="15" />
<add key="CleanReplicationReceiveDataLogAfterDays" value="15" />

 

*********** The above parameters should be changed to ***********


<add key="RunReplicationCleanJobAtTime" value="3" />

<add key="CleanReplicationDataSendLogAfterDays" value="2" />
<add key="CleanReplicationReceiveDataLogAfterDays" value="2" />

 


    • Related Articles

    • POINTS TO CHECK POS PERFORMANCE

      Checkpoints There are below check points on POS Performance : 1.Collect the data from Customer in a word document. ( Refer the attached file) 2.CHECK SYSTEM RAM SIZE : Check POS System RAM This should be as Per Ivend Hardware Guide (Take Screenshot ...
    • Replication not working: Specific Replication records are stuck from store to HO

      Version: 6.5 Update 6 Issue: Some records from a store are stuck in the replication monitor which is never being replicated to Enterprise. Steps: Restarted the server, the configuration manager and Replication service however the issue remains the ...
    • Addon information was not updated for newly created store

      Environment: iVend 6.6 integrated with SAPB1 Problem Statement: Addon information was not updated for newly created store Symptoms: Not Applicable Resolution/Work Around: Issue is already fixed in the latest iVend patch (8567). As a workaround we ...
    • Require to make the inventory as Zero for particular store

      Environment: iVend 6.6 with SAP B1 10 Problem statement: Require to make the inventory as Zero for particular store. Symptoms: products Inventory show in negative and some are in positive numbers. Resolution/Work Around: There is need to check if SAP ...
    • FP700 Printer very slow to Print

      Problem Reported Reporting from the printer (FP700 ) was reported very slow to print Resolution It has been seen that it is the log file that contributes towards slowness during printing, so a preliminary action can follow the below steps. 1. Goto ...