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 admin_module_port = 5543
update system
set server_port=5543
or like in the
Related Articles
Recording SiteOmat Logs User Guide
This document provides instructions for recording SiteOmat logs with the Logger application. Please see attached
Verify Transaction Data Retention keep TDM_POS DB size at normal level
In Store level DB, old Transactions are being deleted by TransactionDataRetention job By default Transactions older than 14 days are deleted by the job In stations with heavy transaction activity TransactionDataRetention that runs every 4 hours by ...
PPX Portal login fail (error 503) - Verify iis_admin_user password not expire
Verify iis_admin_user password expiration Open Computer Managment Verify status of iis_admin_user Checking user status from Powershell command line : net user iis_admin_user Example: PS C:\WINDOWS\system32> net user iis_admin_user User name ...
How to add users for CUBE
Steps to add users for CUBE: Connect on Analysis Services with admin rights . Expand Database and PrxSaleCube Select Role - Properties Select Membership - press Add button Enter the name and press Check Names if the username is found press OK
ALL: Changing recurrence of a Scheduled Action in PrxServer
In order to change the recurrence of a scheduled action in PrxServer, the following steps are needed: 1. Open PrxServer, click on Scheduled Actions inside PrxServer menu: 2. Login using master user and password: 3. Select the desired action to be ...