ISAM Error

MagnoMagno Member Posts: 168
edited 2004-10-22 in Navision Attain
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Navision a/s][Navision Attain ODBC Driver]ISAM error
/weblink/dataio.asp, line 5


at line 5: if conn.State = adStateClosed then conn.open(session("dsn"))


session("dsn"):
Set conn = Server.CreateObject("ADODB.Connection")
dsn = "DRIVER={C/ODBC 32 bit};"
dsn = dsn & "UID=user;"
dsn = dsn & "PWD=pwd;"
dsn = dsn & "sName=SrvrName;"
dsn = dsn & "NType=tcp;"
dsn = dsn & "CN=Company name;"
dsn = dsn & "CSF=Yes;"
dsn = dsn & "SERVER=N;"
dsn = dsn & "RD=No;"
dsn = dsn & "ML=2048;"
dsn = dsn & "CD=No;"
dsn = dsn & "BE=Yes;"
dsn = dsn & "CC=Yes;"
dsn = dsn & "RO=No;"
dsn = dsn & "QTYesNo=Yes;"
dsn = dsn & "IT=a-z,A-Z,0-9,_;"
dsn = dsn & "OPT=Text"


Anybody an idea how this could be?
There are no bugs, only random undocumented features...
---
My Blog: http://NAV-Magno.be

Comments

  • MagnoMagno Member Posts: 168
    i just found the solution myself...

    Really stupid anyway: the servername wasn't filled in in my hosts file...
    There are no bugs, only random undocumented features...
    ---
    My Blog: http://NAV-Magno.be
Sign In or Register to comment.