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

    Autodesk Buzzsaw Developer

    Reply
    New Member
    Posts: 2
    Registered: ‎04-28-2004

    Problem getting access to Buzzsaw

    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/GEATSGlobalProjects/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
    Please use plain text.
    *Scott Sheppard [Autodesk]

    Re: Problem getting access to Buzzsaw

    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/GEATSGlobalProjects/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
    Please use plain text.
    Member
    Posts: 3
    Registered: ‎10-23-2006

    Re: Problem getting access to Buzzsaw

    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.
    Please use plain text.
    Member
    jljf_hh
    Posts: 4
    Registered: ‎08-23-2010

    Re: Problem getting access to Buzzsaw

    08-23-2010 09:24 PM in reply to: ingedwin

    i have get the same question to you.

     

    did you resolve this error?

    Please use plain text.