Read Time: 1 minute(s)
# Database Password Update
# Step 1: Encrypt Login Credentials
Follow these steps to enter and encrypt the database login credentials.
- Navigate to the
scriptsdirectory PCT.editProps- Select
TCSPOS.database.Password - Enter your password
- Press
RETURNto Continue... - Press
RETURNagain to Exit
# Troubleshooting: Updating DASU and DASP Environment Variable Credentials
# Overview
During the Colleague login process, the environment variables DASU and DASP are set by logic stored in XTCS.EXT.SRC.CODE and XTCS.POS.SET.DAS.VARS. Old, hardcoded usernames and passwords in these files can prevent users from authenticating successfully.
To correct this, the credentials must be updated in the code, followed by restarting the listeners.
# Procedure
# 1. Locate and Update Credentials
Open the file:
XTCS.EXT.SRC.CODEXTCS.POS.SET.DAS.VARS
Identify any hardcoded username and password values.
Replace them with the correct, current credentials.
DASU=<updated_username> DASP=<updated_password>1
2Save and recompile if required by your environment.
# 2. Restart Listeners
⚠️ Note: Restarting via the provided script may not always clear the issue. Use the Windows Services panel instead.
- Open the Windows Services management console.
- Locate the services related to POS Connect listeners.
- Right-click each affected listener and select Restart.