• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    Autodesk Buzzsaw Developer

    Reply
    Member
    jljf_hh
    Posts: 4
    Registered: ‎08-23-2010

    80040 206 There was an I/O error in accessing the server

    1332 Views, 1 Replies
    08-23-2010 09:05 PM

    who can help me?

     

    I get the error message when I connect the buzzsaw server through ProjectPoint API

     

    Please use plain text.
    Member
    jljf_hh
    Posts: 4
    Registered: ‎08-23-2010

    Re: 80040 206 There was an I/O error in accessing the server

    08-23-2010 09:08 PM in reply to: jljf_hh

    we have own server,  I want to invoke my server service.

     

        Set projPtObj = New PPScripting

        Dim username1 As String

        Dim password1 As String

        Dim siteURL  As String


        username1 = "XXXX"
        password1 = "XXXXXX

        siteURL = "https://www.XXXXXX.com/XXX"

        projPtObj.upload "d:\a.txt", siteURL, APPLY_TO_RESOURCE_ONLY, username1, password1
        
        On Error GoTo HandleError
        
    HandleError:
        
        ' Display a message box that states there was an error and then displays
        MsgBox "Error: " + projPtObj.GetPPErrorInfo(Err), vbCritical, "Error"

    Please use plain text.