Datarase Posted July 6, 2012 Posted July 6, 2012 (edited) if you require any assistance with Citrix XenApp feel free to give me a shout and i'll assist where possible (for free). I'm currently trying to get involved in any many support/general issues as possible to further my personal development on this product. and the best way is to get involved in real life examples Edited July 6, 2012 by Dos_Box Removed email address 1
CyberNerd Posted July 6, 2012 Posted July 6, 2012 Could you see if you can work out how to keep the xenapp console working after you change the local admin password.... Not a major issue at the moment for me, but one a fresh XA6.5 install with 2008R2 it wouldn't work after the local windows admin account password was changed!?!?
Datarase Posted July 6, 2012 Author Posted July 6, 2012 Could you see if you can work out how to keep the xenapp console working after you change the local admin password.... Not a major issue at the moment for me, but one a fresh XA6.5 install with 2008R2 it wouldn't work after the local windows admin account password was changed!?!? finding out now, will be in touch shortly
Datarase Posted July 6, 2012 Author Posted July 6, 2012 Could you see if you can work out how to keep the xenapp console working after you change the local admin password.... Not a major issue at the moment for me, but one a fresh XA6.5 install with 2008R2 it wouldn't work after the local windows admin account password was changed!?!? ok so i just had a play with my XA Server. I conclude: This would be because when XA was installed, when asked to connect to the SQL server, the username and password entered there were the ones of that particular account. IMA configured itself to use them to query the data store. When changed, IMA no longer connects and DSC will no longer perform a proper discovery. (as it can’t authenticate because of an improper password) The correct way to do it would be to set up a service account (with password set not to expire) and use that account to configure the IMA <–> datastore connection. Now, the way out is for you to do this: - stop IMA - from an elevated command prompt run: dsmaint config /user:USER /pwd:PASSWORD /dsn:C:\program files(86)\citrix\independent management architecture\mf20.dsn - A message of success should be displayed on the screen. - start IMA The USER from above must have public and db_owner rights on the database. Will work with just public but will encounter some issues if db_owner is missing. If it’s a domain user just use domain\user. hope the above helps 1
CyberNerd Posted July 6, 2012 Posted July 6, 2012 Sounds spot on. I'll be sure to make that change on our installs. Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now