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
Problem getting access to Buzzsaw
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
1646 Views, 3 Replies
05-24-2006 12:38 PM
I was using a program made in VBA to get contents in Buzzsaw until one day start receiving the following error without doing any modification in the program:
Run-time error '-2147220986 (80040206)':
Method 'GetFolderContents' of object 'IPPScripting' failed
This error came from the following row in the program:
Set collection = PPScriptObj.GetFolderContents(resourceURL, "xxxxx", "xxxxxxx")
The resourceURL use different paths, so one sample is the following:
"https://webfolders.buzzsaw.com/GEATSGlobalProject s/OGE Colbert/Drawings/Originals/SP_C"
Did Buzzsaw made any modification or upgrades that probably affect the access to Buzzsaw via API program?
Thanks,
Edwin
Run-time error '-2147220986 (80040206)':
Method 'GetFolderContents' of object 'IPPScripting' failed
This error came from the following row in the program:
Set collection = PPScriptObj.GetFolderContents(resourceURL, "xxxxx", "xxxxxxx")
The resourceURL use different paths, so one sample is the following:
"https://webfolders.buzzsaw.com/GEATSGlobalProject
Did Buzzsaw made any modification or upgrades that probably affect the access to Buzzsaw via API program?
Thanks,
Edwin
*Scott Sheppard [Autodesk]
Re: Problem getting access to Buzzsaw
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-24-2006 02:08 PM in reply to:
ingedwin
Try https://webdav.buzzsaw.com/GEATSGlobalProjects - I heard this from
another user. I have not verified it myself.
wrote in message news:5185155@discussion.autodesk.com...
I was using a program made in VBA to get contents in Buzzsaw until one day
start receiving the following error without doing any modification in the
program:
Run-time error '-2147220986 (80040206)':
Method 'GetFolderContents' of object 'IPPScripting' failed
This error came from the following row in the program:
Set collection = PPScriptObj.GetFolderContents(resourceURL, "xxxxx",
"xxxxxxx")
The resourceURL use different paths, so one sample is the following:
"https://webfolders.buzzsaw.com/GEATSGlobalProject s/OGE
Colbert/Drawings/Originals/SP_C"
Did Buzzsaw made any modification or upgrades that probably affect the
access to Buzzsaw via API program?
Thanks,
Edwin
another user. I have not verified it myself.
I was using a program made in VBA to get contents in Buzzsaw until one day
start receiving the following error without doing any modification in the
program:
Run-time error '-2147220986 (80040206)':
Method 'GetFolderContents' of object 'IPPScripting' failed
This error came from the following row in the program:
Set collection = PPScriptObj.GetFolderContents(resourceURL, "xxxxx",
"xxxxxxx")
The resourceURL use different paths, so one sample is the following:
"https://webfolders.buzzsaw.com/GEATSGlobalProject
Colbert/Drawings/Originals/SP_C"
Did Buzzsaw made any modification or upgrades that probably affect the
access to Buzzsaw via API program?
Thanks,
Edwin
Re: Problem getting access to Buzzsaw
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
10-23-2006 06:38 AM in reply to:
ingedwin
"webfolders.buzzsaw.com" and "webdav.buzzsaw.com" can normally be used interchangeably.
The problem Edwin ran into in late May there was a patch to our servers that had an inadvertent side effect of making "webfolders" not work temporarily. The problem was promptly corrected. However, "webdav" was not affected, and as Scott pointed out would have been a valid workaround.
Regards,
Ryan Rogers
CPM Engineering
Autodesk Inc.
The problem Edwin ran into in late May there was a patch to our servers that had an inadvertent side effect of making "webfolders" not work temporarily. The problem was promptly corrected. However, "webdav" was not affected, and as Scott pointed out would have been a valid workaround.
Regards,
Ryan Rogers
CPM Engineering
Autodesk Inc.
Re: Problem getting access to Buzzsaw
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-23-2010 09:24 PM in reply to:
ingedwin
i have get the same question to you.
did you resolve this error?

