Description
A UDL (Universal Data Link) file can be used to verify whether the Password Secure Application Server can successfully establish a connection to a Microsoft SQL Server.
This procedure helps quickly identify network, authentication, or configuration issues between the application and the database.
Procedure
1. Create a UDL file
- On the server where the Password Secure Application Server is installed, open Windows Explorer.
- Navigate to any folder (e.g.
C:\Temp). - Create a new text file, for example named
test.udl. -
Change the file extension from
.txtto.udl.Example:
test.txt→test.udl
If file extensions are not visible, enable “File name extensions” in Explorer under View → File name extensions.
2. Open the Data Link Properties dialog
- Double-click the
test.udlfile.
The “Microsoft Data Link Properties” dialog opens. - Switch to the Provider tab and select:
- Microsoft OLE DB Driver for SQL Server
- Click Next →.
3. Configure the connection
-
Under “1. Provide the name of the server”, enter the hostname or IP address of the SQL Server.
Example:
SQLSERVER01\INSTANCEor192.168.0.10 - Choose the authentication method:
- Windows Authentication (for AD authentication), or
- SQL Server Authentication (for SQL login)
- Under the “3. Select the database on the server” section, choose the Password Secure database (e.g.
PasswordSecure).
4. Test the connection
- Click Test Connection.
-
If successful, you will see the message:
“Test connection succeeded.”
- If the test fails, check:
- Firewall or network settings between the Application Server and SQL instance
- Correctness of authentication credentials
- Validity of SQL instance name and port settings
- That SQL Server services are running
5. Delete or retain the file
After a successful test, the test.udl file should be deleted.
Note: The file may store credential information in plain text!
Note
This method is intended purely for diagnosing connection issues.
For normal operation, the SQL connection for the Password Secure Application Server must be configured as described in the official documentation.