Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

SQL Server 2008 and CF 9 on localhost on XP Pro

New Here ,
Dec 22, 2010 Dec 22, 2010

Hi All,

I am getting an error saying the following error on localhost, "[Macromedia][SQLServer JDBC Driver]A username was not
specified and the driver could not establish a connection using NTLM (type 2)
integrated security:.

The strange thing is that I would only get this error if I am NOT connected to the internet at all.  If I have any kind of internet access at all, I would NOT get this error.  The MS SQL server is running on my computer, which uses the Windows authentication.  I have checked the network configuration settings in my SQL Server Configuration Manager; the TCP/IP is enabled.

Does anyone know how to get this problem resolved?

Thanks in advance,

Monte

TOPICS
Advanced techniques
595
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Dec 22, 2010 Dec 22, 2010

Does "not connected to the Internet" mean that your PC is disconnected from your LAN, or that your LAN is disconnected from the Internet?  if the former, then the problem is probably that you don't have an IP address (because there is no network to give you one).  If the later, then it's something else.

-reed

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 22, 2010 Dec 22, 2010
LATEST

Windows authentication requires that your computer be able to talk to the domain controller (or verify that it can't talk to the domain controller, I guess), if your computer is a member of a domain. If both of these are on your laptop, you might as well just use native SQL logins (untrusted connections) instead of Windows authentication (trusted connections).

Dave Watts, CTO, Fig Leaf Software

http://www.figleaf.com/

http://training.figleaf.com/

Read this before you post:

http://forums.adobe.com/thread/607238

Dave Watts, Eidolon LLC
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources