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
Plzz help login problem
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
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
*Scott Sheppard [Autodesk]
Re: Plzz help login problem
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
https://webfolders.buzzsaw.com/sitename?
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
Re: Plzz help login problem
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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???
https://projectpoint.buzzsaw.com/wwl
is there any problem with this???
*Scott Sheppard [Autodesk]
Re: Plzz help login problem
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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???
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)
no iam using this URL
https://projectpoint.buzzsaw.com/wwl
is there any problem with this???
Re: Plzz help login problem
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
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
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

