On Mon, Mar 26, 2012 at 09:25, Damien <[email protected]> wrote: > > Traceback (most recent call last): > File "imdbpy2sql.py", line 519, in <module> > connectObject = conn.getConnection() > File "C:\Python27\lib\site-packages\sqlobject\dbconnection.py", line 336, in > g > etConnection > conn = self.makeConnection() > File "C:\Python27\lib\site-packages\sqlobject\mssql\mssqlconnection.py", line > 94, in makeConnection > con = self.dbconnection( *self.make_conn_str(self) ) > File "pymssql.pyx", line 552, in pymssql.connect (pymssql.c:7162) > pymssql.InterfaceError: Connection to the database failed for an unknown > reason. > > Any ideas?
First of all, pardon for the long delay. :-/ Hmmm... not much, not knowing enough of SQL Server. Maybe you can just try interfacing with it using SQLAlchemy, instead of the default SQLObject. Try adding the "-o sqlalchemy" argument to the imdbpy2sql.py command line... HTH, -- Davide Alberani <[email protected]> [PGP KeyID: 0x465BFD47] http://www.mimante.net/ ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Imdbpy-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/imdbpy-help
