Sgd login error - "Invalid credentials"

Hi folks,
I have been trying to build a new sgd box from scratch, i joined it to an old sgd server (both sgd 4.4) then detached the array and now i cant log into the new system with anything except root. When i tail the login log file i get the following...
2008/07/01 13:13:30.533 (pid 2693) server/login/moreinfo #1214914410533
Attempted login for auser
using disambiguation attributes {}.
2008/07/01 13:13:30.535 (pid 2693) server/login/moreinfo #1214914410535
The login authority com.sco.tta.server.login.ens.SearchENSLoginAuthority
has found a potential login candidate
.../_ens/o=company/ou=Depts/ou=depts/cn=a user.
2008/07/01 13:13:30.537 (pid 2693) server/login/moreinfo #1214914410537
The login authority ntauthloginauthority
has found a potential login candidate
.../_ens/o=company/ou=Depts/ou=depts/cn=a user.
2008/07/01 13:13:30.553 (pid 2693) server/login/moreinfo #1214914410553
The login filter com.sco.tta.server.login.IpLoginFilter
disallowed login for .../_ens/o=company/ou=Depts/ou=depts/cn=a user
because the connection type specification unknown
matched the address 172.16.X.X.
2008/07/01 13:13:30.553 (pid 2693) server/login/auditinfo #1214914410554
Login attempt for auser.
Login failed: vetoed by a login filter.
i'm pulling my hair out with this as i cant seem to find a fix, please help.
regards

UPDATE
Hi folks, I have solved the issue.... well sort off.... it seemed a few users could actually get access, when i dug into that i found that it was users who didnt have secure access defined ( * * standard). Once i removed this the user could then log in. This is very confusing because this is the way our existing live sgd server is set up and it works fine...
any ideas??
regards

Similar Messages

  • ORA-31202: DBMS_LDAP: LDAP client/server error: Invalid credentials

    Hey Guys,
    I have an application with LDAP authentication and a custom login page (pg 101). When I run this app, the login page displays first, logs me in and logs out fine. However, when I branch to this application from another application, the login page shows up with the following error:
    ORA-31202: DBMS_LDAP: LDAP client/server error: Invalid credentials
    Error ERR-1082 Error in executing authorization scheme code.
    I looked at debug and this is happening because when this page is loaded, it goes to my authentication scheme and tries to authenticate me even though I havnt logged in and because no user exists at this point the error happens.
    I have set the login page to 'Page is Public' and have also used the following code in the authentication scheme's Page Sentry Function:
    IF APEX_CUSTOM_AUTH.CURRENT_PAGE_IS_PUBLIC = TRUE THEN;
    RETURN TRUE;
    ELSE
    RETURN FALSE;
    END IF;
    Any ideas of how I can stop my login page from being authenticated? Or where I am going wrong
    Thanks
    -Mark

    Jes,
    I could get it work !!!! my complete code
    DECLARE
    l_attributes wwv_flow_global.vc_arr2;
    l_attribute_values wwv_flow_global.vc_arr2;
    l_msg dbms_ldap.message;
    l_entry DBMS_LDAP.message;
    l_session DBMS_LDAP.session;
    l_ber_element DBMS_LDAP.ber_element;
    l_attr dbms_ldap.string_collection;
    l_attr_name VARCHAR2(256);
    l_vals DBMS_LDAP.string_collection;
    retval PLS_INTEGER;
    BEGIN
    l_session := DBMS_LDAP.init('server', '389');
    retval := DBMS_LDAP.simple_bind_s(l_session,'cn=myid,cn=na', 'mypwd');
    dbms_output.put_line('Retval -> ' || retval);
    l_attr(1) := '*'; -- retrieve all attributes
    retval := DBMS_LDAP.search_s(
    ld => l_session,
    base => 'ou=xx,o=xx',
    scope => DBMS_LDAP.SCOPE_SUBTREE,
    filter => 'uid=myid',
    attrs => l_attr,
    attronly => 0,
    res => l_msg);
    dbms_output.put_line('Retval 2 -> ' || retval);
    dbms_output.put_line('msg : ' || l_msg);
    IF DBMS_LDAP.count_entries(ld => l_session, msg => l_msg) > 0 THEN
    -- Get all the entries returned by our search.
    l_entry := DBMS_LDAP.first_entry(ld => l_session,
    msg => l_msg);
    << entry_loop >>
    WHILE l_entry IS NOT NULL LOOP
    -- Get all the attributes for this entry.
    DBMS_OUTPUT.PUT_LINE('---------------------------------------');
    l_attr_name := DBMS_LDAP.first_attribute(ld => l_session,
    ldapentry => l_entry,
    ber_elem => l_ber_element);
    << attributes_loop >>
    WHILE l_attr_name IS NOT NULL LOOP
    -- Get all the values for this attribute.
    l_vals := DBMS_LDAP.get_values (ld => l_session,
    ldapentry => l_entry,
    attr => l_attr_name);
    << values_loop >>
    FOR i IN l_vals.FIRST .. l_vals.LAST LOOP
    DBMS_OUTPUT.PUT_LINE('ATTIBUTE_NAME: ' || l_attr_name || ' = ' || SUBSTR(l_vals(i),1,200));
    END LOOP values_loop;
    l_attr_name := DBMS_LDAP.next_attribute(ld => l_session,
    ldapentry => l_entry,
    ber_elem => l_ber_element);
    END LOOP attibutes_loop;
    l_entry := DBMS_LDAP.next_entry(ld => l_session,
    msg => l_entry);
    END LOOP entry_loop;
    END IF;
    retval := DBMS_LDAP.unbind_s(l_session);
    END;
    thank you :D

  • IPhone deploy gets Login Error (Invalid username/password).  Android works

    Hi, we're developing an ADF Mobile app on JDeveloper 11.1.2.3 which does initial authentication against Weblogic.
    The login & app works fine on Android, but fails when we deploy the same app to iPhone (iOS 5.0.1, but also 5.1, 6.0 & 6.1 in the Simulator).
    Specific message is :
    Login Error
    Invalid username/password. If the problem persists, please contact your system administrator.
    It's definitely on the network and reaching the login server, because when we shut down the server or make the network unavailable, the message reports "The login server is not reachable"
    All I can think is it's possibly encrypting the password differently within iOS.
    Not having much luck on Google or other searches, so any thoughts are appreciated.
    Thanks
    Peter

    I found a bit more information in the Weblogic Managed Server logs proving the login request reaches the server, but gives this error. Not much luck on google so, if this rings any bells for anyone thoughts are appreciated.
    FROM : /oracle/product/admin/domains/cdlmobile_domain/servers/cdlmobile_server1/logs/cdlmobile_server1-diagnostic.log
    [2013-04-04T17:04:58.426+01:00] [cdlmobile_server1] [WARNING] [] [org.apache.myfaces.trinidadinternal.agent.AgentFactoryImpl] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: tatmfy] [ecid: 53bd9d60b35a3019:-327732ec:13dcfd76fee:-8000-00000000000029b3,0] [APP: BC040113_Project1_BC040113] The User-Agent "cdlivemobile/1.0 CFNetwork/609.1.4 Darwin/12.3.0" is unknown; creating an agent with "unknown" agent attributes.

  • Login to SGD have a "Invalid credentials" message, why?

    My SGD use Microsoft AD to authentication login, connect config is correct, but have a "Invalid Credentials" message when use a user login.
    If use the root account login is ok, any other has error.
    Why? Connect to AD is correct, DNS is right.
    Can you help me?
    Thank you.

    If you can't login as any user other than root, how do you know your AD config is correct?
    Can you share a bit more info on how you configured SGD to authenticate against your AD? What mechanism did you use? What did you do to ensure that you config is "correct"?

  • DIServer Login Question - Invalid Credentials Web Service Hangs

    Hi everybody,
    I was able to successfully configure the DIServer and connect via a web service (similar to the SDK Samples provided). I am now able to login using a valid username/password and the <dis:Login> SOAP message, but if I provide a bad username or password it seems to just hang forever, without returning an 'invalid user/password' message - just nothing. Anyone else have this problem?
    The only workaround I can think of now is to just set the timeout on my web request to a short time span with a generic error message. But I'd like to be able to differentiate between invalid credentials and just a problem with the DI Server connection.
    Thanks for any help.

    Looks like a reboot of the DI Server has fixed the problem. Probably should've tried that before posting.

  • MDT user credentials error: Invalid credentials: The network path was not found

    I have DELL E5400 and DELL Optiplex 760 pc. In the before, DELL630 is working with my MDT service, but now, DELL E5400 and DELL Optiplex 760 not working with my MDT.
    When PE loaded and go to User Credentials interface, I input the user name and password(I confirm the user name and password is correct), it will display error message "Invalid credentials: The network path was not found". I checked that the network driver is correct.
    After search some information in the website, someone said that maybe the network initializing timeout issue, so I according to Tim Quan guide to add following to startnet.cmd
    wpeutil InitializeNetwork
    ping localhost
    wpeinit
    Then I update the deploy location in MDT and then re-loaded it again, but unlucky, I still meet the same issue. I tried to use ipconfig /all command to check the network status, I couldn't find out local network connection. I click "Cancel" to check the error message, it will display"A connection to the deployment share could not be made. The deployment will not proceed. DHCP lease was not obtained for any networking device!Possible cause: check physical connection".
    It seems that PE not loaded network driver successfully, but it is very strange that the network driver is correct.
    Have someone can help me?
    Thanks a lot

    Hi,
    Are you deploying Windows Vista 32bit or 64bit? Please obtain he latest network card drivers from the following sites:
    Dell Latitude E5400:
    http://support.dell.com/support/downloads/driverslist.aspx?c=us&cs=19&l=en&s=dhs&ServiceTag=&SystemID=LAT_E5400&os=WLH&osl=en&catid=&impid=
    Dell OptiPlex 760:
    http://support.dell.com/support/downloads/driverslist.aspx?c=us&cs=19&l=en&s=dhs&ServiceTag=&SystemID=PLX_760&os=WLH&osl=en&catid=&impid=
    Please make sure you add the correct network driver to deployment point.
    Additional Information:
    http://www.techtalkz.com/windows-deployment/501217-deployment-share-connection-issue-since-mdt-2008-waik-1-1-a.html
    http://www.deploymentforum.com/Community/Forums/tabid/124/forumid/16/postid/737/view/topic/Default.aspx
    Hope it helps.
    Tim Quan - MSFT

  • 41439 Login Error  / Invalidation User password

    Portal Login Error 41439:
    I have Infrastructure and App Server (BI installation) on the same Win2K server. While trying to Login to Oracle10gAS Portal, I get following error.
    WWV-41439 - You cannot login because there is no configuration information stored in the enabler configuration table.
    Cause:
    The default domain is not set in the Apache configuration. When this occurs, only the hostname is shown in the login link and the domain is not included.
    Action:
    Include the domain in the ServerName paramenter.
    Where should this ServerName be modified? (Which file? in which OracleHome?)
    Invalidation User Password:
    On a different note, what should be the password of 'Invalidator' in 'Web Cache Settingst'? (I tried invalidator). For any change in config, currently it gives ORA-00017 error.
    "Error in getting the Portal version INSTALL_ERROR : Could not obtain Portal version : ORA-01017: invalid username/password; logon denied"
    Any suggestion will be appreciated.
    Thanks,
    Jay

    Regarding Invalidator password, it might be worth trying you OEM middle tier password (for ias_admin)

  • SGD Login Error

    I've just installed SGD. All went fine.
    I can log into SGD on the machine that its installed on using 127.0.0.1, but when I try and use another machine on the local network using the SGD IP (192.168.0.19) I get the following error after ive inputted my user name and password:
    cannot connect to the server unknown:5307.
    I can log into the SGD admin panel from the remote machine.
    Anyone know whats going on ?

    Hi there.
    The SSGD client does connect to port 5307 of the server returned by the command:
    tarantella config list --server-dns-externalAs an example, if the output of the above command is "*:ssgd.test.lan.foo" then the SSGD client will connect to port 5307 of ssgd.test.lan.foo.
    If there's a firewall blocking incoming connections to port 5307 or the client is unable to resolve ssgd.test.lan.foo you'll end up having the issue you're experiencing.
    Please either fix the firewall setting or amend the client's HOSTS file as to resolve the name of the server.
    Ciao,
    Rob

  • Gmail Error on EDGE (Invalid Credentials)

    For the past few days I have been getting an error "Invalid Credentials (Failure)" whenever checking my Gmail account.
    After multiple reboots, restoring, and re-setting the account, I have isolated the problem and realized that it only occurs over the EDGE network.
    There was a fix on the Gmail website that asked you to re-login through Captcha, that however didn't fix the problem.
    Any one else having this problem? Is it widespread? Anyone knows a fix?

    Hey siriussphinx,
    Can you login to the GMail website using Safari?
    Are you syncing the account information to the iPhone using iTunes?
    Is your Gmail account setup as POP or IMAP? It might be getting POP Locked if your using multiple email clients. http://mail.google.com/support/bin/answer.py?answer=77695
    Try restoring the iPhone and setting it up as a new phone.
    http://docs.info.apple.com/article.html?artnum=305744
    Jason

  • Scan to Email not working - Invalid Credentials error (using gmail and 2-factor authentication)

    I configured the HP OfficeJet 8600 printer for scan to email using the Embedded Web Server interface. In the Web interface, I added/entered an email address for my gmail account, and set the correct SMTP server details, and entered 465 for the port number. I checked the "Always use secure connection" box, as well as the "SMTP requires authentication for outgoing email messages" box. I entered correct SMTP user ID and password. Yet when I did a test, I got an error "Invalid credentials" After a lot of frustration, and trying all sorts of things, I eventually got the idea to try another email account. This time I tried a different email account, a netzero email account, configured the smtp server details for it etc. And this time when I tested the netzero email address it worked. I tried the scan to email on the printer, and it worked for the Netzero email account. it just didnt work for the gmail account. I had a while back turned on 2-factor authentication. I went to gmail settings and requested an "App password" for my HP printer. Google/gmail displayed a 16 character password, which I then entered into the password box in the HP OfficeJet printer Embedded Web Server interface (instead of my usual password), for the gmail account. And this time when I tested the email account - it worked! Problem solved! .. I share this just in case anyone else is having the same problem I had, and is going through the same frustrating experience I endured!  

    Thank you. This helped TREMENDOUSLY! 

  • FIOS Mobile iPad App "Invalid Credentials"

    Has anyone had problems setting up the FIOS Mobile app on the iPad?  I have a number of the iphone applications running on my phone and am able to successfully login to those both on my phone and on my computer.   However, when I try to use the same credentials on my iPad in the FIOS Mobile app I get the error Invalid Credentials.
    I've installed the FIOS Mobile app on (2) different iPads, and have used both the primary and sub accounts with the same error.  I contacted Verizon Support for assistance and they told me I had to sync my iPad first, but had no other solutions to my problem.  Any assistance or confirmation I'm not the only one having this problem would be useful in hopefully fixing this problem.
    Cheers 
    Solved!
    Go to Solution.

    stellar7 wrote:
    Has anyone had problems setting up the FIOS Mobile app on the iPad?  I have a number of the iphone applications running on my phone and am able to successfully login to those both on my phone and on my computer.   However, when I try to use the same credentials on my iPad in the FIOS Mobile app I get the error Invalid Credentials.
    I've installed the FIOS Mobile app on (2) different iPads, and have used both the primary and sub accounts with the same error.  I contacted Verizon Support for assistance and they told me I had to sync my iPad first, but had no other solutions to my problem.  Any assistance or confirmation I'm not the only one having this problem would be useful in hopefully fixing this problem.
    Cheers 
    Hello,
    Recheck your network settings on the iPad to ensure that you are trying to connect to your home wireless FiOS network and not another one.
    Try deleting all Verizon apps you currently have on the iPad.  Afterwards, reinstall them again. Start with the 'Verizon FiOS Mobile' app for the iPad.
    We've been using the Verizon FiOS Mobile app on an iPad and iPad mini and have not had any issues, and I've deleted/reinstalled it just to see if I get any messages like yours and it always seems to work fine.
    Good luck!

  • Invalid Credentials: The Network location cannot be reached

    I am working with MDT 2010, and I am getting the error, "Invalid Credentials:  The Network location cannot be reached." When I run the LiteTouch 64 bit, I don't think the network is working.  It's like there is not driver for the network card in
    the LiteTouch 64 bit to make the network connection.  When I hit F8 key, it brings a DOS box up for testing, and I found out these things.
     - I can ping the loop back address 127.0.0.1.
     - Cannot use the net use command to connect to the server share \\server01\DeploymentSahre$.
     - I can not ping by name or IP address the server that is holding my Deployment Share.
    This is the first time I am working with this technology, and I was following a guide off the Technet library.  It almost like I am missing the driver for the network card.  I have Windows Deployment installed on server01, the server will answer,
    and I am able to put in my user name and password,  it accepts and starts loading. 
    I did figure out how to inject the network drivers into Windows Deployment for the Motherboard I was using, do I have to do the same thing here again? MDT is using the Windows Deployment Images on the server01; MDT is setup on server01.   I would have
    thought that since the driver was already injected into the Image MDT would use that as well.  So, do I need to put a driver into the LiteTouch 64bit image and if I do how do I do that?
    thanks very much for your help,
    Rick Arnold
    ArnoldConsult
    Rick Arnold Arnoldconsult, MCP

    If you haven't updated the deployment share after adding the proper drivers to OOBD then your LiteTouch boot images will not have them included.  Just right click the deployment share and click on Update Deployment Share, it will take a while but it
    will rebuild the boot images with the drivers you've included in OOBD.  Then it's just a matter of either recreating the flash drives or loading the updated image into WDS.  
    Another thought:
    We had an issue with some HP's that had Main Boards replaced.  the BIOS time was WAY off and the UUID wasn't setting itself because the network was denying it access to our servers (because of the horribly wrong time).  Once we corrected the time
    in the BIOS everything ran fine.  The error we got while trying to do the deployment was the same as what you describe and we could still ping various machines on the network too.  

  • Netweaver CE 7.1 gives Invalid credentials

    Hi,
    I am new to SAP NetWeaver Composition Environment 7.1. I tried to install the CE 7.1. when I try to start, it asks me for OS user id and password. The OS user by default is my laptop user id which has admin rights and I don't have a password set. Every time it throws error "invalid credentials" and I am stuck up having no clue.
    Appreciate your help.

    Hi Naveen,
    The systemrequirements.htm page in the download package says:
    "Note: If you use a Windows XP account without a password , SAP Management Console can not start/stop your instance via Web Service - use system services instead"
    I believe the "Start Application Server" shortcut in the Start Menu should also work in this case.
    HTH!
    -- Vladimir

  • Cannot set up hotmail account "setup could not finish, error in login, invalid credentials"

    Two weeks ago I started getting messages to log back into one of my hotmail accounts that I had set up on my droid charge at the 'email icon'( I had 3 hotmail accounts and 1 gmail account setup there)
    once I logged the password back in it worked again, but it began requesting that I log back into the account more and more frequently
    Customer service recommended that I remove the account and then set it up again, I did this and  it would not allow me to set it up again-"setup could not finish, error in login, invalid credentials"
    I tried removing all acounts and then setting them up again, still could not set up the one hotmail account (same message)
    Verizon store decided that I needed to 'wipe' my phone completely, after they wiped it two of my hotmail accounts refused to be set up (same error message)
    I tried changing the passwords going to the accounts online on my computer (I can access all the accounts online)
    Customer service stated that it must be the phone and sent me a refurbished phone, the refurbished phone is doing the exact same thing with the exact same error message
    Any ideas?

    matthewclaxton wrote:
    Two weeks ago I started getting messages to log back into one of my hotmail accounts that I had set up on my droid charge at the 'email icon'( I had 3 hotmail accounts and 1 gmail account setup there)
    once I logged the password back in it worked again, but it began requesting that I log back into the account more and more frequently
    Customer service recommended that I remove the account and then set it up again, I did this and  it would not allow me to set it up again-"setup could not finish, error in login, invalid credentials"
    I tried removing all acounts and then setting them up again, still could not set up the one hotmail account (same message)
    Verizon store decided that I needed to 'wipe' my phone completely, after they wiped it two of my hotmail accounts refused to be set up (same error message)
    I tried changing the passwords going to the accounts online on my computer (I can access all the accounts online)
    Customer service stated that it must be the phone and sent me a refurbished phone, the refurbished phone is doing the exact same thing with the exact same error message
    Any ideas?
    When you setup the accounts, are you using the automatic or manual method to set them up?

  • [LDAP: error code 49 - Invalid Credentials]

    New to OID. Using Jdev 10.1.3 and then have following code. user is apenlast and password is penlast2.
    I want to get all the attributes for this user from OID. But I keep getting this error.
    javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials]
    Actually from SSO login screen, if I try login using apenlast/penlast2 I can successfully login to OID. Then why this error from code ??
    InitialDirContext ctx1 = ConnectionUtil.getDefaultDirCtx
    ( "ormi://br-dev3.fjcs.net:399",
    "389",
    "cn=apenlast",
    "penlast2" );
    System.out.println("TTTTTTTTTTTTTTTTTTTTT "+ctx1.getAttributes("uid"));

    probably you're not using using the fully qualified DN.
    the users are stored by default under cn=users,dc=yourDOMAIN
    so u should try cn=apenlast,cn=users,dc=yourDOMAIN.
    regards,
    --Olaf                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Hp cp1160 deskjet printer won't print from Mac OS 9

    Hello, I am running OS 9.2.2 on my Mac and I can't seem to print to my HP CP1160 inkjet printer. It is connected using USB. My other USB devices work fine. In fact in the Apple System profiler, I can see the CP1160 printer listed as being connected a

  • Problem with HP Software Update for Macbook

    There's a recent update for HP Software for Macs called update 2.12, but I think it has a bug because now my scanner isn't working. I have the 4-in-1 HP Laserjet 1536, and now I can't scan documents as pdfs in the document feeder. The flatbed will on

  • Is there any way to load music from my computer not purchased from itunes to my iPad?

    Is there a way to load music onto my iPad that I did not purchase from iTunes?  I have loaded songs from CDs I purchased onto my computer and want to load them in my iPad.  Is this possible and how is it done?

  • Set background image in the Interface builder

    Hi, Is there a way to set a background image for a View controller through the Interface builder? I'm using story boards. If not please tell me how to do that programatically. I need to set this background image for all my UIs. Thanks

  • CFAJAXPROXY problem, need help !

    I created subdomains on my server for development part of my website and the cfajaxproxy is working great on the live version and on my subdomain dev.mydomain.com. I created a new subdomain name dev2.mydomain.com and now the cfajaxproxy isn't working