Installs Fine but Can't Login....

AdrianC's picture

I've installed ServiceDesk 7 fine. I have on-the-box x64 SQL.. But the problem is this...

I installed the machine fine and attempt to login... It advertises the username/password I setup for it but it doesn't work. No amount of anything allows me past.. After only 2 attempts at logging in I've been locked out. I can click "forgot password" as no email works to retain the account.

Also during install I couldn't link it to pull AD accounts in on the "Process Manager Authentication Page". I have definately put in the correct details as outlined in the PDF manual.

Any help would be greatly appreciated.

BTW This has happened 3 times (through 3 seperate CLEAN installs).

reecardo's picture

Try the default admin account

Try the default admin account in case it didn't get overwritten for whatever reason: admin@logicbase.com/admin

AdrianC's picture

Yeah I've tried that. No

Yeah I've tried that. No luck.

Not a common error then? The strange thing is it announces the user/pass but doesn't work... even copy paste..

reecardo's picture

You can unlock the user in

You can unlock the user in the DB my 'UPDATE [USER] SET IsLocked = NULL'... did the user you add have AD turned on? If so you might have to tack on the domain\ to the front,

AdrianC's picture

It's only currently using

It's only currently using Native login as I couldn't set the install settings to use AD even though all connections are fine and the user was domain admin... So native login..

I'm not the best with SQL so not sure how I'm supposed to unlock the user. Am I running that as a query?

reecardo's picture

Yes, the SQL to unlock the

Yes, the SQL to unlock the user would be:

UPDATE [USER] SET IsLocked = NULL

run aginst the Ensemble Db on the box where the DB is located (or whatever database name was specified)

What you can also attempt is to open the web.config of the \ProcessManager virtual directory on the SD box and look for admin user info in there (I believe some may be in there)

AdrianC's picture

Thanks for the help, but that

Thanks for the help, but that query doesn't unlock the account. It gives me the line;
(2 row(s) affected)
but nothing actually happened. Still locked out. 

Also, I looked through the config file you said about and found the line which I can change that relates to the user. I've changed & saved, and tried again to no avail...

This is really shoddy and I would really like to upgrade soon. Please help.

AdrianC's picture

My mistake.. It did unlock

My mistake.. It did unlock the account but I still cannot gain access.. Is there a way I can force a new password in. Or would this be due to permissions on folders somewhere??!?

reecardo's picture

I'm researching this amond

I'm researching this amond the other posts. In the meantime, please restore the changes you made to the web.config file (hopefully there is a backup... I think there actually is a web.config copy that gets delievered in the build, but unsure).

AdrianC's picture

Yes. I always backup before I

Yes. I always backup before I make changes to files like that. You are welcome to a remote session if you think there is more you could find out from one. Just remember if you do want a look I'm in the UK so there may be a massive time difference.

lwilliams022's picture

AdrianC, I am experience the

AdrianC,

I am experience the same issue with my ServiceDesk install. Did you get a resolution?

AdrianC's picture

No resolution. I've tried

No resolution. I've tried completely uninstalling the SQL server and All altiris products and starting again but got exactly the same result. I'm wondering if I should re-build the server as I would like to see this software properly.

To be honest I'm surprised there has been as little help as this. Not that I'm knocking the responses given, just that I thought Symantec would want to support there own freshly released product a bit more. No light has been shed to why this is happening.

lwilliams02 - I would like to ask though... Did you try linking login to Active Directory and fail.. I had the problem of not being able to authenticate although everything was entered correctly. I had to use Native login only.. Just wondering if that is linked your end too..??

AdrianC's picture

Ok.. I've resolved this issue... Partially and only temporarily

Ok.. I've resolved this issue myself. Here's what I done.

  • I uninstalled all Altiris Components via Add/Remove and removed all Altiris directories from Program FilesProgram Files x86.
  • Wipe the servicedesk database from existence
  • I installed CCleaner Slim (Found Here) and cleaned computer crap files. I also cleaned registry (with full backups registry changes).
  • Reboot the machine
  • After reboot I checked my login account (Domain Admin) was in the local administrator group. It was but worth the check.
  • I installed again. This time when I got to login details I left all default (admin@logicbase.com) settings in and left as native install.. I did try AD but it wouldn't connect so Native it is.. Hopefully I can change this later.
  • I completed the first part of the installation. When I got to the second setup part, I selected Full Install.
  • Completed second part.. BUT before attempting to login to (http://servername/ProcessManager) I clicked on the bottom link to migrate incidents.
  • While the incidents were migrating I attempted to login to the main part (http://servername/ProcessManager) and it let me in.. Bear in mind the User account was default (Username: admin@logicbase.com - Password: admin).

I am about to change the password and see if I can setup AD logins as thats what I require for our setup. If that fails I'll be back to figure it out myself again.. Poor humour?!?!?

Still doesn't explain what I've done wrong or where the issue is with the setting up of the software. Hopefully dev's will know and will fix it so other users don't hit the same Concrete wall I did.

AdrianC's picture

But after this. A reboot and

But after this. A reboot and attempt to change password has locked me out again. Nightmare

lwilliams022's picture

AdrianC - I have tried native

AdrianC - I have tried native and AD authenication neither worked.

AdrianC's picture

Well.. This problem is

Well.. This problem is severely starting to wind me up. Anyone willing to help as it'd seriously appreciated. Thinking I should've not bothered to waste so much time and done a complete server rebuild which TBH seems like overkill but probably my only option..

Anyway, I've logged in with Default credentials and immediately changed the admin password. Logged out then in with the new password.. I have finally got an error.. Something that's probably helpful to one of you guys. I'd appreciate if someone could help decode it for me.

Error is as follows;

Process Manager Error
Message:  Verify Session ID failed  
Log:  at LogicBase.Ensemble.Userman.Userman.GetUserInfoByEmail(String sessionID, String userEmail) at LogicBase.Ensemble.Permissions.PermissionHelper.GetReferenceID(PermissionType permType, String referenceName) at LogicBase.Ensemble.Portal.ServiceCore.UserPersonalization.GetUserPersonalization(String PageID, String UserName) at LogicBase.Ensemble.Portal.ServiceCore.PersonalizationProvider.LoadPersonalizationBlobs(WebPartManager webPartManager, String path, String userName, Byte[]& sharedDataBlob, Byte[]& userDataBlob) at System.Web.UI.WebControls.WebParts.PersonalizationProvider.LoadPersonalizationState(WebPartManager webPartManager, Boolean ignoreCurrentUser) at System.Web.UI.WebControls.WebParts.WebPartPersonalization.Load() at System.Web.UI.WebControls.WebParts.WebPartPersonalization.LoadInternal() at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

AdrianC's picture

Active Directory Settings - Solved!

Symantec Logic is from where?? I have no idea..

When Setting up Process Manager Authentication and it asks for a pre-windows 2000 server domain when adding a AD server it's actually asking for your AD servers... that sorted out the ability to add the servers to this list. Even the manual says something completely different.

Still I'm hoping to god this doesn't still give me the same errors I had before, as I've rebuilt the server from scratch... Just hope this helps out someone else so they don't have the same sh*t I did.