Autodesk Buzzsaw Developer
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
80040 206 There was an I/O error in accessing the server
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
Re: 80040 206 There was an I/O error in accessing the server
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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"
