Well, the error message is pretty concise, a connection to the
database server can't be opened. See if you can connect to the same
database from the same machine with another client (for example
Management Studio Express) to check if all the parameters in your
connection string are correct.

On Mon, Apr 5, 2010 at 4:27 AM, CCC <qq263020...@gmail.com> wrote:
> hi,now I use django-mssql and sqlserver2008,
> but I found that it always appear some errors when I do some
> command,for example:python manage.py syncdb
> the error likes coding error is blow:
> raise OperationalError(e, "Error opening connection: " +
> connection_string)
> ngo.db.backends.sqlserver_ado.dbapi.OperationalError:
> (com_error(-2147352567,
> xb7\xa2\xc9\xfa\xd2\xe2\xcd\xe2\xa1\xa3', (0, u'Microsoft OLE DB
> Provider for
> L Server', u'[DBNETLIB][ConnectionOpen (Connect()).]SQL Server \u4e0d
> \u5b58\u
> 8\u6216\u62d2\u7edd\u8bbf\u95ee\u3002', None, 0, -2147467259), None),
> 'Error
> ning connection: PROVIDER=SQLOLEDB;DATA
> SOURCE=115.238.106.100,60433;Network
> rary=DBMSSOCN;Initial Catalog=rvdb_1;UID=sa;PWD=asd.1234')
>
>
> anyone can help ?Thanks
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to