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: 

Plzz help login problem

4 REPLIES 4
Reply
Message 1 of 5
vijay_daiict
307 Views, 4 Replies

Plzz help login problem

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
4 REPLIES 4
Message 2 of 5
Anonymous
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
Message 3 of 5
vijay_daiict
in reply to: vijay_daiict

no iam using this URL
https://projectpoint.buzzsaw.com/wwl

is there any problem with this???
Message 4 of 5
Anonymous
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???
Message 5 of 5
vijay_daiict
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

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

Post to forums  

Autodesk Design & Make Report