MS access error on Win7, not on Win XP err -2147217895 (80040e19)


  1. Posts : 2
    windows 7 Pro 64bit SP1
       #1

    MS access error on Win7, not on Win XP err -2147217895 (80040e19)


    I suspect this to be a permission problem with webdav but I just can't find a solution.
    This person had a similar problem here Excel 2010 WebDav Connection to SharePoint Errors, the walk-around isn't a suitable solution for me
    As stated in title, this code works fine on windows xp, I get the error on windows 7.

    Code:
    Public Function testLL() 
        Dim rc As New ADODB.Record
        Dim rs As New ADODB.Recordset
        Dim conn As ADODB.Connection
        Dim objStream As New ADODB.Stream
        Dim sURL As String 
    
        sURL = "http://livelink.company.com/livelinkdav/nodes/154680737/"
        rc.Open sURL, , adModeReadWrite 
        Set rs = rc.GetChildren 
        If Not (rs.BOF And rs.EOF) Then   
             rs.MoveFirst   
             MsgBox rs.Fields(1).Value
        End If   
    End Function
    thank you
    Last edited by madchat; 06 Oct 2014 at 12:38. Reason: code was bad
      My Computer


  2. Posts : 9,746
    Windows 7 Home Premium 64 bit sp1
       #2
      My Computer


  3. Posts : 2
    windows 7 Pro 64bit SP1
    Thread Starter
       #3

    Thank you, it did give me some information but being on a company computer, I don't have a lot of priveledges
      My Computer


  4. Posts : 9,746
    Windows 7 Home Premium 64 bit sp1
       #4

    You may have to get the help of the company's computer management section.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 08:42.
Find Us