• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Autodesk Buzzsaw Developer

    Reply
    Member
    Posts: 3
    Registered: ‎02-08-2006

    Plzz help login problem

    160 Views, 4 Replies
    02-08-2006 08:54 PM
    hi all

    Iam new to this automation process

    i wrote a code just to login,but iam getting an ERROR message

    Run time ERROR 2147220986(80040206)
    Method 'LogIn' of 'IPSESSION' failed

    my code is


    Dim sess As PPSession
    Dim Username, Password, myURL As String
    Set sess = New PPSession
    Username = "XXXXXXX"
    Password = "XXXXXXX"
    myURL = "XXXXXXXXX"
    sess.LogIn Username, Password, myURL


    if anyone knows solution plzzzz reply me
    Please use plain text.
    *Scott Sheppard [Autodesk]

    Re: Plzz help login problem

    02-09-2006 06:21 AM in reply to: vijay_daiict
    What are you using for myURL? Are you using
    https://webfolders.buzzsaw.com/sitename?

    wrote in message news:5081405@discussion.autodesk.com...
    hi all

    Iam new to this automation process

    i wrote a code just to login,but iam getting an ERROR message

    Run time ERROR 2147220986(80040206)
    Method 'LogIn' of 'IPSESSION' failed

    my code is


    Dim sess As PPSession
    Dim Username, Password, myURL As String
    Set sess = New PPSession
    Username = "XXXXXXX"
    Password = "XXXXXXX"
    myURL = "XXXXXXXXX"
    sess.LogIn Username, Password, myURL


    if anyone knows solution plzzzz reply me
    Please use plain text.
    Member
    Posts: 3
    Registered: ‎02-08-2006

    Re: Plzz help login problem

    02-09-2006 07:47 AM in reply to: vijay_daiict
    no iam using this URL
    https://projectpoint.buzzsaw.com/wwl

    is there any problem with this???
    Please use plain text.
    *Scott Sheppard [Autodesk]

    Re: Plzz help login problem

    02-09-2006 08:21 AM in reply to: vijay_daiict
    You are using the wrong URL.

    http://projectpoint.buzzsaw.com/client/sitename = use ProjectPoint client
    application to access Buzzsaw site

    http://projectpoint.buzzsaw.com/sitename = use Internet Explorer to view
    Buzzsaw site (normally a specific file)

    https://webfolders.buzzsaw.com/sitename = use WebDAV protocol to access the
    Buzzsaw site (works with the API)


    wrote in message news:5081794@discussion.autodesk.com...
    no iam using this URL
    https://projectpoint.buzzsaw.com/wwl

    is there any problem with this???
    Please use plain text.
    Member
    Posts: 3
    Registered: ‎02-08-2006

    Re: Plzz help login problem

    02-10-2006 12:45 AM in reply to: vijay_daiict
    thx for the reply

    but i didnt yet got how to use your modifications in the code

    can u modify my code with the modifictions u suggested and reply the code

    plzzz do this for me thank u
    Please use plain text.