| Browse by Category | Search the Knowledge Base |
Troubleshooting Multi-User Mode Connections |
|||||||||
This article is to help you if you are having problems connecting to the inFlow database. You'll typically receive one of two errors when setting up a connection to the inFlow server in the Server Connection screen. If you are getting an error saying that the database password is incorrect:Verify that the database password is correctEnsure that you have correctly typed in the Database Password (required for any access to inFlow). This is a different password from the Web Account Password (used for managing your inFlow licenses) and the inFlow User Passwords (used for individuals within your organization to log in to inFlow). Be careful about uppercase and lowercase letters. Verify that the server name is correctMake sure that you are trying to connect to the right server. If you are on the server computer itself, you can use just a single dot to indicate this. You can also try using localhost, 127.0.0.1, or your computer's hostname or LAN IP address. Otherwise, if you are connecting from another computer, you will need to enter the hostname or IP address of the correct server computer. The easiest way to get this information is to log into inFlow from the server computer, and select File, Connection, Change Connection, and look up the Server Name info under Current Connection Info. There, in brackets, it will first show the hostname and then the IP address. You can also find the hostname as follows:
Look up the password in the server computer's registry
Change the password on the server computer
sqlcmd
–S .\INFLOWSQL
ALTER LOGIN SA WITH PASSWORD = ‘<password>'
GO
If you are getting an error that you cannot connect to the inFlow database:Verify that the server name is correctMake sure that you are trying to connect to the right server. If you are on the server computer itself, you can use just a single dot to indicate this. You can also try using localhost, 127.0.0.1, or your computer's hostname or LAN IP address. Otherwise, if you are connecting from another computer, you will need to enter the hostname or IP address of the correct server computer. The easiest way to get this information is to log into inFlow from the server computer, and select File, Connection, Change Connection, and look up the Server Name info under Current Connection Info. There, in brackets, it will first show the hostname and then the IP address. Ensure that SQL Server is set to allow remote connections and the services are configured properly.
Set your server
computer firewall to allow incoming connections to SQL Server (INFLOWSQL) and
SQL Server Browser from other computers.
The instructions below are for Windows Firewall. If you are using another program as a firewall, you will need to adapt these instructions.
Set your firewall to allow outgoing connections from inFlow.If you're using Windows Firewall (the default firewall that comes with Windows XP SP2 and Windows Vista) or no firewall program, you shouldn't need to do anything. If you're using some other program as a firewall, you may need to set it to enable outgoing connections from inFlow on each computer with inFlow installed. Temporarily turn your firewall offYou can temporarily turn off your firewall to help find out what's wrong when you can't connect with inFlow. The instructions below are for Windows Firewall. If you are using another program as a firewall, you will need to adapt these instructions.
|
| Visitor Comments |
|
| Related Articles |
| Attachments |
| No attachments were found. |

Subscribe me
Remove highlighting
Edit this Article