user1 logon failed

Here is my log.

URLBlast Started
2010/09/05 01:38:43 -1 0 1 4 0 CPU String Intel(R) Celeron(R) CPU 2.80GHz
2010/09/05 01:38:43 -1 0 1 5 2793 CPU MHz
2010/09/05 01:38:43 -1 0 1 6 1277 Total RAM (MB)
2010/09/05 01:38:43 -1 0 1 7 38138 Disk Size (MB)
2010/09/05 01:38:43 -1 0 1 8 28831 Disk Free (MB)
2010/09/05 01:38:43 -1 0 1 9 5 OS Version Windows XP Service Pack 3 (5.1.2600 SP 3.0 Suite 0x00000100 Product 1)
2010/09/05 01:38:43 -1 0 1 10 0 Computer Name HOME-PC
2010/09/05 01:38:43 -1 0 1 11 8 IE Version 8.0.6001.18702
2010/09/05 01:38:43 -1 0 1 12 222 URLBlast Version 2.0.0.222
2010/09/05 01:39:22 -1 0 1 13 0 Profiles Reset
2010/09/05 01:39:22 -1 0 1 4 0 CPU String Intel(R) Celeron(R) CPU 2.80GHz
2010/09/05 01:39:22 -1 0 1 5 2793 CPU MHz
2010/09/05 01:39:22 -1 0 1 6 1277 Total RAM (MB)
2010/09/05 01:39:22 -1 0 1 7 38138 Disk Size (MB)
2010/09/05 01:39:22 -1 0 1 8 28842 Disk Free (MB)
2010/09/05 01:39:22 -1 0 1 9 5 OS Version Windows XP Service Pack 3 (5.1.2600 SP 3.0 Suite 0x00000100 Product 1)
2010/09/05 01:39:22 -1 0 1 10 0 Computer Name HOME-PC
2010/09/05 01:39:22 -1 0 1 11 8 IE Version 8.0.6001.18702
2010/09/05 01:39:22 -1 0 1 12 222 URLBlast Version 2.0.0.222
2010/09/05 01:39:22 -1 0 1 20 0 Debug Logging on user:user1, password:****

2010/09/05 01:39:22 -1 0 1 20 0 Debug Logon failed: 1327

2010/09/05 01:39:22 -1 0 1 18 0 Error Logon failed for ‘user1’
2010/09/05 01:39:22 -1 0 1 20 0 Debug DoUserLogon failed for user1

I have tried resetting the password, recreating the user account, putting it in administrators group, auto log on is setup too. I’m lost!!

By the way the instructions are kinda short in zip file. Do you have a more detailed document for setting this up I probably missing something. Also the urlblast.ini config file has no notes or details :frowning:

I love this product but I cant seem to get past my login issues :frowning:

Are you running urlblast as an admin user? It should create the account and set the password automatically. You can also create it manually if the automatic creation isn’t working but if the account already exists it won’t change the password (default pw is 2dialit - probably a good idea to disable remote login for the user ar a minimum).

The user1 account itself can be a limited or guest account (lower rights the better since it is the account that will be running the browser).

Have you disabled any of the services in an attempt to lock it down? I had one case where someone had disabled the “secondary login” service but that was necessary to run the browser in the context of another user.

Try right-clicking on the IE icon in the start menu and selecting “Run As” and try to run it as “user1”. Getting that working would be step #1 in debugging it.

Sorry about the docs, they are really weak. I’ll be setting up an area on the wiki for the docs so anyone who is interested in helping out can help fill it in.

Well I tried everything from user policy to standing upside down. The only way i got it to was… drum roll please… > remove sp3 lol

I hate windows lol

Thanks for you time pmeenan

Hmm, glad you got it working but that’s pretty bizarre. I have SP3 running on just about all of the public test agents. Agree on the frustration with Windows sometimes - can be pretty frustrating at times to figure out what is causing things to break.

what setting do we user to ovveride the user/password to use for urlblast?

Add to urlblast.ini:

; Test user account info. A number will be added to the end of the account for each thread
; so “user” becomes “user1”, “user2”, etc. If not specified the default is:
account=user
password=2dialit

Right now there’s no way to specify a single account without appending the number to the end so there will always be a “1” at the end of the first account.

-Pat

this works great, thanks!