This topic contains information about some of the more common error messages in the following areas:
For additional information, see Troubleshooting and Finding Information.
Unable to verify that FrontPage 2000 Server Extensions are setup and working properly. Please set up FrontPage 2000 Server Extensions manually.
The FrontPage server extensions have not been configured properly on your computer.
To set up the FrontPage Server Extensions manually
"c:\program files\common files\Microsoft shared\Web server extensions\40\bin\fpsrvadm.exe" -o install -t msiis -w "" -p 80 -multihost ""
This reregisters FrontPage server extensions and re-creates the root Web site.
After setting up the server extensions, try installing Access Workflow Designer for SQL Server again. For more information, see Installation and Setup.
Error: (0x800436D2) [Microsoft][ODBC SQL Server Driver][SQL Server] The publication name (@publication) cannot be the keyword '<keyword>.'
Access Workflow Designer was unable to create the offline publication. It is possible you used a SQL reserved word in the name of your publication. Generally, it is recommended you not use any SQL reserved words for object naming.
To solve this problem
Web folder does not exist.
The Server Extensions Web folders used with team solutions must have the Windows NT Challenge/Response option enabled. If you use a Server Extensions Web folder that has this option disabled, when you try to register your team solution, this error message appears indicating that the Web folder does not exist.
To solve this problem
User does not have permissions to manage this database.
If you select a database on the Team Solutions tab of Team Solutions Manager for which you do not have database owner (db_owner) privileges and click Manage Database, you receive this error message. This message opens the Connect to Database dialog box. However, you will not be able to connect to the database until you have the appropriate permissions.
To solve this problem
Unknown name
If your workflow script produces this error, it is possible the function name and script code do not match. For example, the error occurs if the action value is "OnUpdate_0," but the associated function in the script block is "Sub OnUpdate_1 end sub." When the names are different, the scripting engine cannot find the function entry point in the script block. Verify that your names and script procedures match.
To solve this problem
For more information, see the Naming Script Procedures topic in the Scripting Workflow Actions section for more information.
Invalid template name: <name>. A template with that name already exists. Choose a different name, and try again. Would you like to overwrite the template?
When you try to save a team solution as a template and the operation fails, the template may not be removed from the database and may still be displayed in the Team Solutions Manager.
If the template does not function properly, you can remove it from the template directory. If you cannot delete a template using the Team Solutions Manager, you can remove the template information manually using SQL Server Enterprise Manager.
To remove a template using the Team Solutions Manager
To remove a template manually using the SQL Server Enterprise Manager
When users enter dates in team solutions, they must ensure the date format they are using (for example, 0/0/00 or 0.0.00) matches the Regional Settings date and time settings in the Control Panel. If so, the following data entry formats are handled correctly: . , / and -.
When users assign row-level permissions for records in a team solution, they must specify a role with at least Browse, Edit, and Delete permissions. Otherwise, no one will be able to see the row. For more information, see Defining Permissions for Database Roles.
Failed to create component UserList.Connect
Access is denied.
If user directory synchronization fails with an error indicating that access is denied to the UserList.Connect component, you must add permissions to this component manually using the DCOMCNFG utility.
To solve this problem
User information synchronized with the following errors:
One or more users could not be synchronized with the Exchange Server 'servername' Please check the Application log for details.
If you receive this error when you synchronize the user directory, it is usually because not all database users have information in the Exchange address book. Typically, the <Servername>\Administrator and <Servername>\domadmin appear as database users but rarely have Exchange information.
To solve this problem
For more information see Synchronizing the User Directory and Synchronizing User Information in the Access Workflow Designer Administrator's Guide.