New to SOAP - Can't log in

I'm attempting to talk to one of our development post offices using soapui 3.6.1. On sending a soap login request, I'm getting back a 400 error. On the PO screen, I see
Code:
11:44:51 048 SOAP Action Return Code = ea01
The http trace from soapui shows:
Code:
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "POST /soap HTTP/1.1[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Accept-Encoding: gzip,deflate[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Content-Type: text/xml;charset=UTF-8[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "SOAPAction: "loginRequest"[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "User-Agent: Jakarta Commons-HttpClient/3.1[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Host: 131.156.57.152:7182[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Content-Length: 789[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://schemas.novell.com/2005/01/GroupWise/types" xmlns:met="http://schemas.novell.com/2005/01/GroupWise/methods">[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <soapenv:Header>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <typ:gwTrace>true</typ:gwTrace>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </soapenv:Header>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <soapenv:Body>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:loginRequest>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:auth type="types:PlainText">[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <typ:username>Bob</typ:username>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <typ:password>Test</typ:password>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </met:auth>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:version>1.02</met:version>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <!--Optional:-->[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:application>BEEP</met:application>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <!--Optional:-->[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:userid>true<met:userid>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <!--Optional:-->[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:system>true</met:system>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </met:loginRequest>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </soapenv:Body>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "</soapenv:Envelope>"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "HTTP/1.1 301 Moved Permanently[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "HTTP/1.1 301 Moved Permanently[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "Location: http://131.156.57.152:7151/soap[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "POST /soap HTTP/1.1[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Accept-Encoding: gzip,deflate[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Content-Type: text/xml;charset=UTF-8[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "SOAPAction: "loginRequest"[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "User-Agent: Jakarta Commons-HttpClient/3.1[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Content-Length: 789[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Host: 131.156.57.152:7151[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://schemas.novell.com/2005/01/GroupWise/types" xmlns:met="http://schemas.novell.com/2005/01/GroupWise/methods">[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <soapenv:Header>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <typ:gwTrace>true</typ:gwTrace>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </soapenv:Header>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <soapenv:Body>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:loginRequest>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:auth type="types:PlainText">[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <typ:username>Bob</typ:username>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <typ:password>Test</typ:password>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </met:auth>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:version>1.02</met:version>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <!--Optional:-->[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:application>BEEP</met:application>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <!--Optional:-->[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:userid>true<met:userid>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <!--Optional:-->[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:system>true</met:system>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </met:loginRequest>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </soapenv:Body>[\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "</soapenv:Envelope>"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "HTTP/1.1 400 [\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "HTTP/1.1 400 [\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "Date: Mon, 04 Apr 2011 11:44:51 GMT[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "Server: NetWare GroupWise POA 8.0.2[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "Content-Type: text/html[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "Pragma: no-cache[\r][\n]"
Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "[\r][\n]"
The PO is GW802 (not sure what HP version) on NetWare 6.5 Sp8. The only doc I've been able to find on ea01 is in the errorCodes document:
Code:
define en WERR_NCSP_BAD_PARAMETER "Bad parameter passed to a NCSP function"
//NGD
//NGD EA01
//NGD Description: Bad parameter (Class 3).
//NGD Conditions: Bad parameter was passed to function.
//NGD Solutions: Contact Customer Support and report the conditions
//NGD under which the error was encountered.
which is interesting, but not especially informative. There are a few references to ea01 in the forumst, mostly by Mike, saying it's a soap error.
I'm hoping that this is something simple that I'm missing. I'll gladly admit to being new at GW SOAP connections, but I think the request I submitted follows the samples in the docs and should return something other than an internal error.

Is SOAP enabled on the POA?
What is the configured SOAP port on the POA?
Is SSL required for SOAP?
Port 7191 is the default port for SOAP.
I see two ports tried: 7182 and 7151.
The SOAP port is different than the HTTP port
on the POA.
Preston
>>> On Monday, April 04, 2011 at 11:06 AM,
dgersic<[email protected]>
wrote:
> I'm attempting to talk to one of our development post offices using
> soapui 3.6.1. On sending a soap login request, I'm getting back a 400
> error. On the PO screen, I see
>
>
> Code:
> ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ ‑‑‑
>
> 11:44:51 048 SOAP Action Return Code = ea01
>
> ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ ‑‑‑
>
>
> The http trace from soapui shows:
>
>
> Code:
> ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ ‑‑‑
>
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "POST /soap HTTP/1.1[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Accept‑Encoding:
gzip,deflate[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Content‑Type:
> text/xml;charset=UTF‑8[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "SOAPAction:
"loginRequest"[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "User‑Agent: Jakarta
> Commons‑HttpClient/3.1[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Host:
131.156.57.152:7182[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Content‑Length: 789[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "<soapenv:Envelope
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:typ="http://schemas.novell.com/2005/01/GroupWise/types"
> xmlns:met="http://schemas.novell.com/2005/01/GroupWise/methods">[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <soapenv:Header>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <typ:gwTrace>true</typ:gwTrace>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </soapenv:Header>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <soapenv:Body>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:loginRequest>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:auth
> type="types:PlainText">[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <typ:username>Bob</typ:username>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <typ:password>Test</typ:password>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </met:auth>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <met:version>1.02</met:version>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
<!‑‑Optional:‑‑>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <met:application>BEEP</met:application>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
<!‑‑Optional:‑‑>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <met:userid>true<met:userid>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
<!‑‑Optional:‑‑>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <met:system>true</met:system>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </met:loginRequest>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </soapenv:Body>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "</soapenv:Envelope>"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "HTTP/1.1 301 Moved
> Permanently[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "HTTP/1.1 301 Moved
> Permanently[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "Location:
> http://131.156.57.152:7151/soap[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "POST /soap HTTP/1.1[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Accept‑Encoding:
gzip,deflate[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Content‑Type:
> text/xml;charset=UTF‑8[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "SOAPAction:
"loginRequest"[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "User‑Agent: Jakarta
> Commons‑HttpClient/3.1[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Content‑Length: 789[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "Host:
131.156.57.152:7151[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "<soapenv:Envelope
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:typ="http://schemas.novell.com/2005/01/GroupWise/types"
> xmlns:met="http://schemas.novell.com/2005/01/GroupWise/methods">[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <soapenv:Header>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <typ:gwTrace>true</typ:gwTrace>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </soapenv:Header>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <soapenv:Body>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:loginRequest>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " <met:auth
> type="types:PlainText">[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <typ:username>Bob</typ:username>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <typ:password>Test</typ:password>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </met:auth>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <met:version>1.02</met:version>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
<!‑‑Optional:‑‑>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <met:application>BEEP</met:application>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
<!‑‑Optional:‑‑>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <met:userid>true<met:userid>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
<!‑‑Optional:‑‑>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "
> <met:system>true</met:system>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </met:loginRequest>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> " </soapenv:Body>[\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:>> "</soapenv:Envelope>"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "HTTP/1.1 400 [\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "HTTP/1.1 400 [\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "Date: Mon, 04 Apr 2011 11:44:51
> GMT[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "Server: NetWare GroupWise POA
> 8.0.2[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "Content‑Type:
text/html[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "Pragma: no‑cache[\r][\n]"
> Mon Apr 04 11:44:52 CDT 2011:DEBUG:<< "[\r][\n]"
>
> ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ ‑‑‑
>
>
> The PO is GW802 (not sure what HP version) on NetWare 6.5 Sp8. The only
> doc I've been able to find on ea01 is in the errorCodes document:
>
>
> Code:
> ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ ‑‑‑
>
> define en WERR_NCSP_BAD_PARAMETER "Bad parameter passed to a NCSP
function"
> //NGD
> //NGD EA01
> //NGD Description: Bad parameter (Class 3).
> //NGD Conditions: Bad parameter was passed to function.
> //NGD Solutions: Contact Customer Support and report the
> conditions
> //NGD under which the error was encountered.
>
> ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ ‑‑‑
>
>
> which is interesting, but not especially informative. There are a few
> references to ea01 in the forumst, mostly by Mike, saying it's a soap
> error.
>
> I'm hoping that this is something simple that I'm missing. I'll gladly
> admit to being new at GW SOAP connections, but I think the request I
> submitted follows the samples in the docs and should return something
> other than an internal error.

Similar Messages

  • I use Firefox to access my college's website and my account there. Ever since I downloaded the new Firefox, I can't log in to my account at my college and I get error messages. What's wrong?

    Ever since downloading the most recent firefox update, I have not been able to log in to my account at my college's website. I just get error messages every time. Even when I went to the Computer Sciences person at the college, he couldn't figure it out either. I need to be able to use Firefox to log in there because I have to download pdf files from there and Firefox is the only browser that seems to let me do that. But now that I can't even log in b/c of this stupid Firefox update, then its totally worthless to me.

    Hello sadiepix,
    The following article details several things that can be done to quell iTunes' constant need for authorization.
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/TS1389
    Cheers,
    Allen

  • Old apple id no longer valid.  new apple id can't log in or reset password

    I just upgraded to an iphone 4s.
    During the activation process, it said my old apple id was invalid because it wasn't an email address
    I entered an email address but I have a couple of problems:
    1. I have a couple of apps that need to be updated.  When I go into the app store and click update all, it prompts me for the address for my old (non email) account password.  The password is no longer valid.
    2. I attempted to use iforgot to reset the password.  I request the email to reset the password, and I get the email with the reset your password link.  I click on the link to reset my password, choose a new password.   I got a page that said the password change was successful.  When I clicked the manage your apple id link and tried to log on with the new password, It said the apple id or password had been entered incorrectly.
    I've tried to reset the password 4 times.  Each time, the same result occurs, I get the email, successfully change the password, and the new password doesn't work.

    I have a similar problem I am unable to access my iTunes account and the email password reset does not work
    I have a load of apple apps and music I now own but cant access
    Very fed up and disalusioned with apple .....
    Anyone know how to fix this or access support from apple

  • Migrated files from PC to new Macbook but can't log into user account

    Its the same account as was on my PC, and I remember the password for the account. But I have entered that and still cannot log in. This is a brand new computer.

    See this Apple support article - http://support.apple.com/kb/PH4562.
    Hope it helps,
    Clinton

  • Wrong email for new ID verification email, how can I log in to change the wrong email?

    Just changed my Apple ID but after I was done I realized the email I used as my ID is wrong.  Now when I try to sign into iTunes I am being asked to verify the new ID using the verification email sent to the new email, problem being that that new email is wrong and I can't access it.  How can I log back into my account to change that email?  Help please.

    Did you get an answer to this? i have a new email and I can't verify the old one as it is blocked so can't log into it.  Any help will be appreciated.... thanks

  • I was installing a new update on my MacBook Pro. With only 20% left it said "an unknown error had occured, please restart your computer." Now that I've restarted - I can't log in!

    Ok, my MacBook haven't had any issues earlier, until today. At first Safari was acting kind of weird in that sense that a lot of letters were missing when you went on certain webpages, so I thought of updating since an alert-window popped up and notified that new updates were ready to be installed. So I opened up App Store through my Applications-folder and selected update.
    First it asked if I wanted to connect my Mac to a powersource but since I had charged the battery to 79% I didn't think it was necessary. So I continued, computer restarted and began installing the updates.
    Everything went fine until it was approximately three minutes left. An error message popped up and said something like "An unknown error has occured. Please restart your computer and try again". I pressed OK, rebooted my computer and when it asked for my password I typed it in. After I pressed OK, the computer indicated it was the wrong password. I tried multiple times and sometimes with different passwords... so now I can't simply log in! What's the problem?
    TL;DR - Updated mac, failed after five minutes and now I can't log back in since "I have the wrong password"

    Forgot Your Account Password
    For Lion/Mountain Lion
        Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         When the menubar appears select Terminal from the Utilities menu.
         Enter resetpassword at the prompt and press RETURN. Follow
         instructions in the dialog window that will appear.
         Or see Reset a Mac OS X 10.7 Lion Password and
         OS X Lion- Apple ID can be used to reset your user account password.

  • How can I log in a new apple id in itunes on my ipad? I don't have a credit card.

    How can I log in a new apple id in itunes on my ipad? I don't have a credit card.

    You can create an iTune and App Store account without credit card
    1. Sign out of current Apple ID if you are sign-in to one (important)
    2. Go to App Store and select a free app
    3. Tap INSTALL APP
    4. Create New Apple ID
    5. Confirm Your Country
    6. Agree with Terms and Conditions
    7. Fill in your Apple ID and Password (you must create a new Apple ID; don't use your old Apple ID)
    8. Create and answer your secret question
    9. Select NONE for Payment Method
    10. Fill in Billing Address
    11. Submit application for new Apple ID
    12. Wait for verification email
    13. When email arrive, verify your account
    14. Start downloading your free apps

  • My ipod reset itself it would not let me log into my old itunes account so  I made a new one how can I get to all my music and stuff.

    My ipod reset itself it would not let me log into my old itunes account so  I made a new one how can I get to all my music and stuff.

    To recovery yoyr existing account:
    Is there a way to find my Apple ID Name if I can't remember it?
    Yes. Visit My Apple ID and click Find your Apple ID. See Finding your Apple ID if you'd like more information.
    How do I change or recover a forgotten Apple ID Password?
    If you've forgotten your Apple ID Password or want to change it, go to My Apple ID and follow the instructions. SeeChanging your Apple ID password if you'd like more information.
    If necessary:
    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • I have 2 ipad 2s.  On the newer one I can log in and update to IOS 5 with no problem.  On the older one I get the message "Your Apple ID has been disabled."  Why does it work on one ipad and not on the other?

    I have 2 ipad 2s.  On the newer one I could log in and update to IOS 5 withno problem.  On the older one I get the message "Your Apple ID has been disabled." No other explanation.  Why can I log in on one ipad and I'm disabled on the other?

    Well, I spoke too soon.  Yes, I'm using the same account on both iPads, but I just changed my password for the umpteenth time and now I get the disabled message on both iPads.  Just yesterday I was able to upgrade one to IOS 5 but got the error message on the other.  I'm getting more confused by the minute.

  • I am from Bangladesh. I can't log in with my gmail Apple ID. When I put in the mail and password, and press sign in, it says it has to review on iTunes. Then I am directed to opening a new account. But why should I , since I have one. Plz help :(

    I am from Bangladesh. I can't log in with my gmail Apple ID. When I put in the mail and password, and press sign in, it says it has to review on iTunes. Then I am directed to opening a new account. But why should I , since I have one. Plz help

    Hi Ishrak,
    I apologize, I'm a bit unclear on exactly what you are trying to log into with your Apple ID, or what exactly you are seeing (alert message, directions, etc) when you try to do so. If you continue to have issues with your Apple ID, you may find one or more of the articles linked from the following page helpful:
    Apple ID - Apple Support
    Regards,
    - Brenden

  • So I just transferred my stuff from my first iPhone I my new one. Now I'm trying to log in to iTunes/apple account but it's not letting me. I can still log into apple on old phone

    So I just transferred my stuff from my first iPhone Ito my new one. Now I'm trying to log in to iTunes/apple account but it's not letting me. I can still log into apple on old phone

    What happens when you try?

  • I set up a new user on my network today and am now in a location without access to that network. I just set her up as a user on her macbook but I can't log in with her credentials. Is that because I am not on the network and it is the initial setup?

    I set up a new user on my network today and am now in a location without access to that network. I just set her up as a user on her macbook but I can't log in with her credentials. Is that because I am not on the network and it is the initial setup?

    You need to set the option to create a mobile account using the Directory Utility app. 

  • Updated to new iTunes 11 and now it says my iCloud session has expired and i can't log back in!

    Updated to new iTunes 11 and now it says my iCloud seesion has expired and i can't log back in! 
    I restarted the program and I even reset my password to no avail
    This is the kind of error messages i use to get with MS DOS/Windows - stop it your scaring me!
    What do i do to regain my iTunes account ?

    Just download and install version 4.1 - problem solved.
    https://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_lightroom&promoid&promoid=D TEML

  • I bought Lightroom 5 in te year 2003. My order number is AD004521948BE. My serial number is  removed . I download of my new Imac PC. I can not log in with the serial number

    I bought Lightroom 5 in the year 2003. My order number is AD004521948BE. My serial number is <serial number removed>. I download of my new Imac PC. I can not log in with the serial number

    Please specify the error that you are getting, the serial number is good & working.
    Regards
    Rajshree

  • Can't log new user onto Mac Mini Server

    I can't log a new user into Mac Mini server.  Have added the user to the Workgroup Manager, and am now trying to use the password created there for log-in on user computer. Any advice?

    Do you have Server Access Control Lists (SACLs) configured?  If so, you will need to add this new user to the appropriate SACLs before it can connect.  As an example, when I create new users, I need to add them to the File Sharing SACL or they never see any available shares on the server.

Maybe you are looking for

  • Nokia E5-00 software for Mac (iSync, etc)

    Is there an estimated date for when iSync, and other Mac software will support Nokia E5? Thank you! Best, Tiago Freire Solved! Go to Solution.

  • How to get donations from apple

    We are a small City located in Sitka, AK and are trying to create a "Wellness Committee" for all our Officers and their families.  In doing so, I have noticied our community is very into Ipads, Ipods, Iphones, etc... and actually anything that has to

  • New Windows 8.1 PC. Forced to click ALLOW every time i want to redirect. Where's "Always Allow"?

    New Windows 8.1 PC. Firefox 36.0.1 In gmail, when i click on an outside link, the new page is blocked and I have to click "Allow" every time. Where's the "Always Allow" drop down?

  • GRC AC V10 - Escalation

    Hi experts, any idea whats wrong with my configuration about the escalation? I configurate a escalation in the SPM-Process to the escalation-manager, but no Email and no Escalation-Work-Item are available. Is there any job to run? Who is the escalati

  • How do you delete an old e-mail account?

    I have some apps on my mini IPad air that were purchased using an old e-mail account, which I have attempted to delete (thought I was successful); however, when I try to update specific apps, it will only let me log in using that old e-mail address.