Help !
Has anyone had any luck with the above ?

I understand the only authorised version of UV10 on XP is 10.0.15 and i am on 10.0.10 
however seems to works fine except oledb

I am getting the following error messages which seem to suggest its a 
username/password problem

Error 1997 Died in UCI::Connect() with SQLSTATE S1000, Native error:80011
Failure to login as remote user
Source: IBM UniOLEDB Provider

and
Error 1999 Only the currently logged in user can connect to localhost 
Source: IBM UniOLEDB Provider

uci.config is
0042: <hsuv>               
0043: DBMSTYPE = UNIVERSE  
0044: network = TCP/IP     
0045: service = uvserver   
0046: host = 127.0.0.1     

the vb app is
With UADODB
'    .Provider = "Informix.UniOLEDB" ' this worked under 9.6
    .Provider = "IBM.UniOLEDB"
    strConnect = "DATA SOURCE=" & sDSN & "; " & _
                    "Location=" & sAccount & "; " & _
                    "USER ID=" & sUser & "; " & _
                    "PASSWORD=" & sPword & "; "
    .CursorLocation = adUseClient
    .ConnectionString = strConnect
    .ConnectionTimeout = 50
    .Open
End With

With a reference to UniOLEDB 1.0 Type Library


This worked on NT/UV9.6 and i know it works on 2000

Thanks in advance

jak
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to