InTouch 2012 Alarm DB Logger connect to SQL

LVShann

Member
Join Date
Jul 2012
Location
Kentucky
Posts
5
Trying to use Alarm DB Logger to log alarms for history. I'm running Windows 7 and have SQL Server Express 2008 R2. When I try to configure the logger, I enter my server name (the computer name as it is the default instance), the WWALMDB and then the user name and password. When I try to test the connection (or create) it pops up the error "Connection to server not available." Anyone know if I've forgotten to turn something on or configure something correctly?

Note: I have tried using "LOCAL" as the server name and, although it thinks on it longer, it still fails.
 
Did you enable Mixed Mode on the SQL Server?
Is the SQL Server running?
Try run this from command prompt:
Code:
osql -E
If you are connected now, disconnect and try next:
Code:
osql -U typeUserName -P typePassword
where typeUserName is SA and typePassword is a password for SA user.

Let us know what are the results.
 
Thank you, kutuz.

It turns out that somehow mixed mode had been turned off. Another problem was that, although I had changed the sa password in one place, it hadn't changed in another (I had originally changed it in the server properties by right clicking on it but I had not also changed it in the security\logins section). It finally went through once I had both set correctly.
 

Similar Topics

I would like to run Intouch 2012 (10.5) stand-alone on Windows server 2016. I know it is not officially supported. Any experience out there?
Replies
0
Views
1,534
Hello, I have a strange problem. I have two sistems (A and B). An these two systems, I have two PC-s. Sistems are separate. I have...
Replies
1
Views
2,417
I've recently upgraded 15 different applications to InTouch 2012 R2 and one of them is grinding so slow and at times freezes. I'm running on...
Replies
7
Views
6,830
Hi guys, Im newbie, so please don't punch me for my lame question :) I have three tanks and mix tank and they have text field for litres. My...
Replies
2
Views
3,366
Hi, I am working on a project which purpose is to replace a VB application running on Windows 98 to Intouch 2012 R2 on Windows7. Basically my...
Replies
3
Views
4,708
Back
Top Bottom