Buzzsaw Forum Archive
Welcome to Autodesk’s Buzzsaw Forums. Share your knowledge, ask questions, and explore popular Buzzsaw topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

1 REPLY 1
Reply
Message 1 of 2
jljf_hh
1894 Views, 1 Reply

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

who can help me?

 

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

 

1 REPLY 1
Message 2 of 2
jljf_hh
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"

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report