DMM SuperUser URL :8080/dmsadmin/admin/login redirects and can't access

For some reason I can no longer access the superuser admin for the DMM. When we connected the DMM to LDAP we had to start using 
http://SERVERADDRESS:8080/dmsadmin/admin/login
Where I go there it redirects to
https://SERVERADDRESS.com:8443/dmsadmin/login/loginView.jsp?goto=http%3A%2F%2FSERVERADDRESS.com%3A8080%2Fdmsadmin%2Fj_spring_dms_security_check
Any ideas?

Do a search for the wdbsvr.app file and make sure there is a DAD entry for both the portal and login server and that they are correct.

Similar Messages

  • I don't remember my admin (login) password and can't reset it

    I'm trying to reset my "admin"/user password but can't figure it out??

    If the user account is associated with an Apple ID, and you know the Apple ID password, then maybe the Apple ID can be used to reset your user account password.
    Otherwise*, boot into Recovery mode. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. In the window that opens, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window opens. Close the Terminal window to get it out of the way.
    Select your boot volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Follow the prompts to reset the password. It's safest to choose a password that includes only the characters a-z, A-Z, and 0-9.
    Select
     ▹ Restart
    from the menu bar.
    You should now be able to log in with the new password, but your Keychain will be reset (empty.) If you've forgotten the Keychain password (which is ordinarily the same as your login password), there's no way to recover it.
    *Note: If you've activated FileVault, this procedure doesn't apply. Follow instead these instructions.

  • My wife has a separate User Login. How can she access photos and documents on my User Account?

    What do I need to do under my wife's user login so she can have access to photos and documents on my user account?

    Move the data you want to share to the hard drive level Users/Shared folder and she will be able to access them. You may have to do a Get Info (command - I) on the folder and add her with read/write permissions, then select the gear at the bottom and Apply to enclosed items.

  • I installed Firefox on laptop under Admin acct--now I can't access it from std user account

    I installed Firefox on a laptop under Admin acct--now I can't access it from std user account. If I installed Firefox onto the laptop under the Admin account, why didn't it put a desktop icon on the std user account also? I don't recall ever having this problem on an any other computer I've had. I have already tried looking under the program files folders for a Mozilla folder while logged into the std user account-- there is no Mozilla folder to be found. Also, when I try to install Firefox on the Std user account, the parental controls keeps me from doing it. I have went in and added the Firefox install web link as an allowable website under the parental controls, but it does not help. Please help me figure out how to get Firefox installed on my std user account.

    Check the date and time in the clock on your computer: (double) click the clock icon on the Windows Taskbar.
    Check out why the site is untrusted and click "Technical Details to expand this section.<br>If the certificate is not trusted because no issuer chain was provided (sec_error_unknown_issuer) then see if you can install this intermediate certificate from another source.
    You can retrieve the certificate and check details like who issued certificates and expiration dates of certificates.
    *Click the link at the bottom of the error page: "I Understand the Risks"
    Let Firefox retrieve the certificate: "Add Exception" -> "Get Certificate".
    *Click the "View..." button and inspect the certificate and check who is the issuer of the certificate.
    You can see more Details like intermediate certificates that are used in the Details pane.
    If <b>"I Understand the Risks"</b> is missing then this page may be opened in an (i)frame and in that case try the right-click context menu and use "This Frame: Open Frame in New Tab".
    *Note that some firewalls monitor (secure) connections and that programs like Sendori or FiddlerRoot can intercept connections and send their own certificate instead of the website's certificate.
    *Note that it is not recommended to add a permanent exception in cases like this, so only use it to inspect the certificate.

  • Machine NetBoots to a login screen and can`t get past it?

    Machine NetBoots to a login screen and can`t get past it?

    The only time I've ever seen that happen is when creating a NetBoot volume from an Install DVD, and forgetting to create a user account. This leaves the system in a state where you can't log in, because there is no account to log in to.

  • Can anyone help regarding the Admin Login page and Normal User Page.

    Hi Friends,
    I have worked on normal login page it has been worked well. But now i have to create the Admin login page. That means, I have written the code in the following way.
    public String userLogin_action() {
            // TODO: Process the button click action. Return value is a navigation
            // case name where null will return to the same page.
            com.sun.sql.rowset.CachedRowSetXImpl crs = new com.sun.sql.rowset.CachedRowSetXImpl();
            String Name =  getUserName().getText().toString();
            String password =  getUserPwd().getText().toString();
             try {
                crs.setDataSourceName("java:comp/env/jdbc/Employee");
                crs.setCommand("SELECT * FROM srni.UserTable");
                crs.setTableName("UserTable");
                crs.execute();
                crs.beforeFirst();
                while(crs.next()){
                info("Cursor is been moving");   
                boolean ok = crs.getBoolean("Admin");
                info("Value of ok:" + ok);
                String Username = (String) crs.getObject("UserName");
                info("Usernames are:" + Username + Name);         
                if(Username.equals(Name)&&(ok)){
                info("Login Successfull");
                java.util.Date Date = new java.util.Date();
                info(" Admin Logged on :" + Date);
                return "toUserPage";
                info("Login Failed or Admin doesn't exist");
            catch (Exception e) {
                error("Login Failed : " + e.getMessage());
            } finally {
                crs.close();
            return null;
        }You can see there that i have used the boolean type of value for verifying wheter the user is admin or not. If the admin type of column in database is true then it must allow the admin to certain page. Otherwise it must not redirect. So i have used this logic. When i am checking it is showing everything true,but it is not redirecting and it is saying that login failed. Please try the above code with a sample database table and verify it. You can see the output like this.
    Cursor is been moving
    Value of ok:true
    Usernames are: srinu srinu //here it must not go to next cursor,because srinu has been identified, but it is not behaving like that.
    Cursor is been moving
    Value of ok:false
    Usernames are: Chandu srinu
    Cursor is been moving
    Value of ok:false
    Usernames are: kirank srinu
    Login Failed or Admin doesn't exist The above output describes that it is moving the cursor from first row to the last row and checking all the usernames i n each row with the given username, and it is also checking wheter it is admin or not. Currently i have three rows so it is moving three times. It is retreiving every value correctly but in comparing it is not comparing. What to do.
    Please help me out from this problem.
    Thanking You in Advance.

    The buttons are all created using the same library object (but MC), except for the code you have in the revised file does not call on that for the con button.
    You have it calling on something with a linkage name of "con", which a quick check tells me doesn't exist--so it is undefined in the code when you try to use it.  I found this by using trace(newConBut._x); after its _x value was assigned, as I mentioned you should try.   So the first thing you want to do is change the following line from...
    var newConBut = _root.attachMovie("con", "conbut", _root.getNextHighestDepth());
    To
    var newConBut = _root.attachMovie("but", "conbut", _root.getNextHighestDepth());
    so that it uses the but MC that serves that purpose in the library.  Then you want to correct the _x assignment of the buttons to what I think you had earlier...
    newConBut._x = 650-newConBut._width;
    newRecBut._x = newConBut._x-newRecBut._width;
    Here is a picture of what those changes do (note, without the XML file I had to finagle things just to work, so the biutton labels aren't what they will be)...

  • Ipad states too many redirects and will not access web page

    I am trying to access a webpage used previously on my IPAD; recently updated software IOS7 this week and now says" can not access page too many redirects", what do I need to do for correction?

    Safari 6
    Empty Caches
    Safari > Preference > Advanced
    Checkmark the box for "Show Develop menu in menu bar".
    Develop menu will appear in the Safari menu bar.
    Click Develop and select "Empty Caches" from the dropdown.
    Remove website data.
    Safari > Preferences > Privacy > "Remove All Website Data".
    http://support.apple.com/kb/TS3320

  • How do I delete icloud acct. when I changed the login info and can't sign in to it anymore?

    How do I delete my icloud acct.?
    I changed my login info and now i can't sign in, I read that I have to delete it to update icloud info so how do i delete it if i can't sign in?

    If you are trying to delete the account from your device, and if the old ID is an earlier version of your current ID, temporarily recreate the old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  You should now be able to use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID.  After doing so you can delete the account and go back to https://appleid.apple.com to change your ID back to the way it was. 

  • Finding App URL on international App store (that you can't access)

    Morning DPS'ers
    I need to find the app store URL for a published app that is available in a different App store (I am in the UK, and am trying to find the URL for the app in, say, the Japanese app store, or the American one). I obviously can't get access to these as they are only available locally.
    Any pointers?
    Thanks
    M

    Hi Steven
    Thanks – the app is slightly different though: there are a few different versions (different languages or content depending on region).

  • Can't stop redirects, and effort to access resources that would help are "redirected". What to do?

    Malware, AdAware, AVG are all run, with no bugs found, yet system continues to redirect from searches in google, or from within another site. What can be done to stop it.

    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • Redirection loop - can't access courses/tracks without quitting iTunes

    At times when I’m on the Clemson on iTunes U site, I find myself being directed back to the initial page repeatedly when I try to access a course. This usually happens on occassion after I’ve been logged in for a while.
    Upon selecting a course page to enter, the web browser that I used to access Clemson on iTunes U becomes active as if it is sending me to Clemson on iTunes U for the first time. Once the site loads, I try to select a course page to go into and I begin this loop of being redirected to the initial page of Clemson on iTunes U again.
    In order to get around this, I have to close/quit iTunes altogether and log back in via Clemson University’s credential script. Do you have any idea why this might happen or how I can fix this?

    Had exactly the same problem on 2 Macs running OSX 10.6.8.
    On both Macs, Firefox is the default Browser and Cookies and Scripts are allowed for iTunes.com.
    However, Safari Preferences - Privacy - Block Cookies was set to "Always".  I changed this setting to "From third parties and advertisers".
    Now iTunes allows me to view my Account Information.
    Hopes this helps someone.  I couldn't find this fix posted anywhere.

  • Won't save login info and can't run updater

    Help! Dreamweaver 8 won't save the username and password for
    my sites and when I tried to run the 8.0.2 updater to resolve the
    issue, it says, "The contents of this file cannot be unpaced. The
    executable you are attempting to run has been corrupted. Please
    obtain another copy of the file, verify its integrity, and try
    again."
    I've downloaded the file several times from adobe with the
    same results - help!

    Clear your cache in your browser.
    "akmetcalf" <[email protected]> wrote in
    message
    news:er5814$ns6$[email protected]..
    > Help! Dreamweaver 8 won't save the username and password
    for my sites and
    > when
    > I tried to run the 8.0.2 updater to resolve the issue,
    it says, "The
    > contents
    > of this file cannot be unpaced. The executable you are
    attempting to run
    > has
    > been corrupted. Please obtain another copy of the file,
    verify its
    > integrity,
    > and try again."
    >
    > I've downloaded the file several times from adobe with
    the same results -
    > help!
    >

  • Changed Apple ID email Ok,however old email still linked to iCloud lost that login password and can't retrieve or change it because that old email address is not active anymore.

    Hi all,
    I had to change ISP and therefore I had to change my email address.
    Did that easily for my Apple ID for both iTunes, iPhone and iPad.
    However the email address for the iCloud somehow stayed attached to my old dead email account.
    I can't delete the account off the iPad for some reason it still comes up with the old email address for the Apple ID.
    I can't get an email sent to rectify it as it's dead! I can't reset it as my current Apple ID password is incorrect for that old email address.
    Any ideas on how to rectify the issue?
    Thanks.

    If the old ID is yours, and if it is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • My admin login password was recently changed but I forgot it. I didn't get to shut off my mac, it entered sleep so now I cannot enter recovery mode.

    I know it's a bad idea to change passwords when you're stressed but I changed my admin login password and promptly forgot it after 5 minutes (there was a big commotion in the background). The problem is that now I cannot enter recovery mode, I'm stuck with the user login screen. I can log in as a guest just fine, but I need access to my files on the Admin account.
    Lastly, I also haven't linked my Apple ID to my AirBook, so that is out of the question too. What can I do to gain back control over my admin account, without wiping all my data? - Currently running OSX 10.9.4

    Once I get into recovery mode, do I go through the migration set up process? Should I be logged out of my account on the old macbook before I set up the new one? I really thought I knew what I was doing but am seriously confused now.
    Thank you.

  • Folder Redirection and Offline Files

    I have Users documents and Favorites redirected using GPO Folder redirection. So everyone has their data redirected to the server. With the feature Always available offline. Then My raid crashed and that Drive become offline. after 24 HRS everyone got
    their Local copy of their files back. 
    Now Why did it take around that much time. The server that used to host the Files was down for 2-3 hrs. Later on I had the server up without the Raid.
    Also 2 users reported that they can see their files but its greyed out with an x and can't access it. Found out they had Always available Offline unchecked . Not sure how did that happened.
    So now I am going to add a new server with the same name and will follow direction to create the Folder and share it according
    http://support.microsoft.com/kb/274443/en-us
    Q 1   What will happen when that Shared folder comes online where user used to redirected their files and now its empty. will all the local files get redirected
    Q 2   If it doesn't work how can I bring users local copy available right away with out waiting for so long. Does it have any thing to do with the server being offline or online ?
    Thanks

    Hi,
    >>
    Q 1  
    What will happen when that Shared folder comes online where user used to redirected their files and now its empty. will all the local files get redirected
    Does this mean that what will happen after we create a new share path with the same path name as the previous failed one? If it’s this case, based on my knowledge, local files
    won’t get redirected, for they are just caches and the real files are on the failed share path.
    >>If it doesn't work how can I bring users local copy available right away with out waiting for so long. Does it have any thing to do with the server being offline
    or online ?
    As far as I know, we need to access the original share path and sync our offline files with it.
    Best regards,
    Frank Shen

Maybe you are looking for