> Please try the following > host='192.?.?.?,1433' > > Instead of using " : " the colon - use " , " to separate the IP address and > the port. > > This works for me on windows. > > But I still can not use the Wins auth. However, I use a samba server as my > DC > and this fact may cause an issue. Or it could be that the dll does not > support wins auth only SQL auth. > > If you confirm it works we can see about changing the connection editor code > - > or maybe the dbMsSQL.py code.
John, I can confirm that this works for SQL Auth. host='192.?.?.?,1433' gets a connection while host='192.?.?.?,1434' does not with a 60 sec timeout which implies that something is using the port number. That's the first time I've seen a "," used to separate port from IP? No luck with this when I set the server to Win Auth though. I suspect you are correct - the underlying dll doesn't support Win Auth, or at minimum we don't know how to tell it to use one or the other. Bill. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
