Strong password requirements, Testing the database connection via the udl file – IntelliTrack Inventory Shipping Receiving Picking (ISRP) User Manual

Page 221

Advertising
background image

Chapter 11

ISRP System Maintenance

193

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

“Strong Password Requirements” on page 193

.

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 ISRP application, the
database must be attached to your application. If your ISRP 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 ISRP program folder. By default, the ISRP program
folder is installed on C:\Program Files\IntelliTrack\ISRP.
The DATA.UDL file is found in this directory.

Advertising