Strong password requirements, Testing the database connection via the udl file – IntelliTrack WMS – Warehouse Management System User Manual

Page 273

Advertising
background image

Chapter 11

WMS System Maintenance

247

contains varied characters and is at least 8 characters long. For strong pass-
word requirements, see

“Strong Password Requirements” on page 247

.

Strong
Password
Requirements

The default IntelliTrack password for SQL 2008 login is Intelli-
Track#2008
. It is a strong password. A strong password is required for
SQL Server login. A strong password meets the following requirements:

1.

Can’t contain the account name or part of the account name in it.

2.

Must be at least 8 characters long.

3.

Must contain characters from at least 3 of the following 4 categories:

Latin uppercase (A-Z)

Latin lowercase (a-z)

Base 10 digits (0-9)

Non-alphanumeric characters such as exclamation point (!), dollar
sign ($), number sign (#), or percent (%)

Testing the
Database
Connection
via the UDL
File

In order for you to successfully startup and run your WMS application, the
database must be attached to your application. If your WMS application
cannot find its database, it will not startup or run. The database connection
is managed through SQL Server and encompasses three main components:
server name, server log on information, and database name.

You are able to verify your database connection from the DATA.UDL file
that is located in the WMS program folder. By default, the WMS program
folder is installed on C:\Program Files\IntelliTrack\WMS.
The DATA.UDL file is found in this directory.

Advertising