I'm trying to create a System DSN using the MAS 90 4.0 ODBC driver. The USER DSN installed by the MAS client works ok, but SYSTEM DSN's all time out after 45 seconds on my workstation, and even when creating it right on the MAS database Server. Settings I've tried include:
Basic Tab
Name: DEM
Database Directory: \\main\sage\mas90\ as well as f:\mas90
Definition file: {blank}
Server Tab
Server Name: Tried name as well as it's IP
TCP/IP Port: 10000
Logon Tab
Company Code: Tried all company codes
Default userID: administrator as well as {blank}
Password: XXXXXXXXX as well as {blank}
Session ID: test, test1, 111 and {blank}
Options Tab
Prefix for Data Files: \\main\sage\mas90\sy\, \\main\sage\mas90\==\
Path to Views DLL: \\main\sage\mas90\home\
Dirty Read: Y and N
Burst most: Y and N
Strip Trailing spaces: Y and N
Cache Size: 4, 10
Connection String: DSN=COMPANY; UID=administrator; PWD=XXXXXXXX; Directory=\\main\sage\mas90; Prefix=\\main\sage\mas90\sy\, \\main\sage\mas90\==\; ViewDLL=\\main\sage\mas90\home\; Company=COMPANY; LogFile=\PVXODBC.LOG; RemotePVKIOHost=main; RemotePVKIOPort=10000; CacheSize=10; DirtyReads=1; BurstMode=1; StripTrailingSpaces=1; SERVER=NotTheServer
These variations attempted on the server and my admin workstation timeout after a minute with this same result:
Connection failed.
[ProvideX][ODBC Driver][ISAM]ISAM communication error.
Is there a trick to this that I'm missing?