Unable to import Accounts in OIA

Hi All,
I'm not sure if this is the right forum for an OIA issue, but here goes:
I am currently trying to run an import of accounts through OIA 11.1.5.4A.
My schema file is set up like this:
# @iam:namespace name="caseone" shortName="caseone"
EmployeeID,UserID,name<CorrelationKey>,LastName,SAPID,Role,domain,endPoint
and my caseone_01_accounts.csv file is:
3181,"USZLJPL","Allison","Samin","NULL","Attorney","one","two"
3180,"USZLJPD","Marissa","Arowe","NULL","Staff","one","two"
3179,"USZMVJ9","Melissa","Joaquin","NULL","Paralegal","one","two"
When I run the import, the results page displays: Success 0 of 3 accounts imported.
The log details:
DUPLICATE RECORD     Duplicate account 'null@RBACx@caseone' found during import, applying duplicate action 'keepLast'
CORRELATION ERROR     No user found for account 'null@RBACx@caseone' [UserName=Melissa]
My resources are configured in the order specified by the .rbx schema file. What is causing the duplication error?
Edited by: 966081 on Nov 6, 2012 9:10 AM
Edited by: 966081 on Nov 7, 2012 2:09 PM

Hi Daniel,
Thanks for your response. I tried modifying my settings per your configuration suggestions, and my import/export logs show this exception:
Exception Level     Exception Type     Description
ERROR     ATTRIBUTE NOT FOUND     Attribute: 'endPointName' not found in namespace [test]
My test_01_accounts.csv file is:
150,150,"Alison","Samarin","test","test"
151,151,"Melissa","Austrie-Rowe","test","test"
152,152,"Marissa","Joaquin","test","test"
My test_accounts.rbx file is:
# @iam:namespace name="test" shortName="test"
name,userID<CorrelationKey>,firstName,lastName,domain,endpoint
Here are the log details:
16:44:36,853 DEBUG [CSVAccountFileReader] importing 'test' accounts from: test_01_accounts.csv_10.78.56.42_2012-11-13-16-44-36.772
16:44:36,854 DEBUG [CSVAccountFileReader] schema fields ----> [name,userID<CorrelationKey>,firstName,lastName,domain,endpoint]
16:44:36,854 DEBUG [CSVAccountFileReader] ---> userID has metadata = <CorrelationKey>
16:44:36,854 DEBUG [CSVAccountFileReader] ----> param: CorrelationKey, value: true
16:44:36,854 DEBUG [CSVAccountFileReader] [enter] createAccount()
16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> name, value ---> 150
16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> userID, value ---> 150
16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> firstName, value ---> Alison
16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> lastName, value ---> Samarin
16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> domain, value ---> test
16:44:36,854 DEBUG [CSVAccountFileReader] field: name --> endPointName, value ---> test
16:44:36,854 DEBUG [CSVAccountFileReader] [exit] createAccount()
16:44:36,855 DEBUG [CSVAccountFileReader] [enter] createAccount()
16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> name, value ---> 151
16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> userID, value ---> 151
16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> firstName, value ---> Melissa
16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> lastName, value ---> Austrie-Rowe
16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> domain, value ---> test
16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> endPointName, value ---> test
16:44:36,855 DEBUG [CSVAccountFileReader] [exit] createAccount()
16:44:36,855 DEBUG [CSVAccountFileReader] [enter] createAccount()
16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> name, value ---> 152
16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> userID, value ---> 152
16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> firstName, value ---> Marissa
16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> lastName, value ---> Joaquin
16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> domain, value ---> test
16:44:36,855 DEBUG [CSVAccountFileReader] field: name --> endPointName, value ---> test
16:44:36,855 DEBUG [CSVAccountFileReader] [exit] createAccount()
16:44:36,855 DEBUG [CSVAccountFileReader] ----> importing 3 accounts
16:44:36,857 DEBUG [RbacxDataImporterImpl] ----------> [start] Importing 3 accounts
16:44:36,887 DEBUG [RbacxDataImporterImpl] Setting default Account Type for account 'null@RBACx@test'
16:44:36,896 DEBUG [RbacxDataImporterImpl] Available Indetity Correlation Rules..
16:44:36,896 DEBUG [RbacxDataImporterImpl] ----------> Identity Correlation Rule: $globaluser.userName=$account.userID
16:44:36,899 DEBUG [RbacxDataImporterImpl] Using Correlation Rule :$globaluser.userName=$account.userID
16:44:36,899 DEBUG [RbacxDataImporterImpl] Finding Users:[152]
16:44:36,905 DEBUG [RbacxDataImporterImpl] # Users Found 1
16:44:36,905 DEBUG [RbacxDataImporterImpl] Global User found, '152' for account 'null'
16:44:36,905 DEBUG [RbacxDataImporterImpl] ----------> creating or updating 1 accounts
16:44:36,934 DEBUG [CSVAccountFileReader] Removing account from context;null@RBACx@test
16:44:36,934 DEBUG [CSVAccountFileReader] Removing account from context;null@RBACx@test
16:44:36,934 DEBUG [CSVAccountFileReader] Removing account from context;null@RBACx@test
16:44:36,947 ERROR [CSVAccountFileReader] ---> Error occured file reading file:
java.lang.RuntimeException: Unable to import accounts
at com.vaau.rbacx.iam.file.csv.CSVAccountFileReader.importAccounts(CSVAccountFileReader.java:357)
at com.vaau.rbacx.iam.file.csv.CSVAccountFileReader.readCSVFileInternal(CSVAccountFileReader.java:212)
at com.vaau.rbacx.iam.file.csv.AbstractCSVFileReader.readInternal(AbstractCSVFileReader.java:84)
at com.vaau.rbacx.iam.file.support.AbstractFileReader.read(AbstractFileReader.java:160)
at com.vaau.rbacx.iam.file.support.AbstractFileReader.run(AbstractFileReader.java:82)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: com.vaau.rbacx.iam.RbacxIamAttributeNotFoundRunTimeException: Attribute: 'endPointName' not found in namespace [test]
at com.vaau.rbacx.util.rxattributes.AttributeWrapperCreatorHelper.createHierachyAttributeWrappers(AttributeWrapperCreatorHelper.java:1064)
at com.vaau.rbacx.util.rxattributes.AttributeWrapperCreatorHelper.createHierachicalAttributeWrappers(AttributeWrapperCreatorHelper.java:540)
at com.vaau.rbacx.util.rxattributes.AttributeWrapperCreatorHelper.createHierachicalAttributeWrappers(AttributeWrapperCreatorHelper.java:129)
at com.vaau.rbacx.manager.AccountManagerImpl.createAccounts(AccountManagerImpl.java:176)
at com.vaau.rbacx.manager.AccountManagerImpl.createOrUpdateAccounts(AccountManagerImpl.java:154)
at com.vaau.rbacx.core.support.RbacxDataImporterImpl.importAccounts(RbacxDataImporterImpl.java:935)
at sun.reflect.GeneratedMethodAccessor727.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy117.importAccounts(Unknown Source)
I am going to try again after adding an endPointName field and will let you know the results, but I'm confused as to why it would be asking for endPointName when that is not required according to the documentation.
Thanks.

Similar Messages

  • Importing Accounts in OIA through flatfile

    Hi Experts,
    I have configured OIA provisioning server for a flat file feed.
    I have accounts to be imported in a csv file in the below format.
    responsbility,reponsbilitystatdate,responsbilityenddate are multivalued attributes
    schemafile
    name<correlationKey>,responsbility,reponsbilitystatdate,responsbilityenddate,domain,endpoint
    data:
    testuser1,xyzrespons,01/10/2010,01/12/2016,sun,ebs
    testuser1,abcrespons,01/10/2010,01/12/2016,sun,ebs
    whenever I run this import, xyzrespons is overwritten with abcresponse, is there a way I can import the values with some changes in the OIA Configurations?
    I dont want to group the responsbilities, start dates and end dates using the delimiter.
    Please help out guys. Thanks!
    Edited by: 951729 on 16/04/2013 19:54
    Edited by: 951729 on 16/04/2013 19:57

    Hello,
    The functionality is working as expected. The mapping field specified in the schema file is "name" and as the records have same values for the field "name" - It definitely tries to update the first record in the feed. This cannot be stopped as you do not want to map the fields other than "name".
    Cheers,
    Tejo.

  • Importing accounts in Oracle identity analytics

    Hi all,
    I am trying to import accounts in OIA.
    I am getting the result as job Status:Success.
    and Imported accounts 0 of 0.
    But,Iam not able to find the accounts mapped to corresponding users in OIA.
    Please help regarding this.
    Thanks in advance.
    Regards,
    Narmadha.

    Hi all,
    I am trying to import accounts in OIA.
    I am getting the result as job Status:Success.
    and Imported accounts 0 of 0.
    But,Iam not able to find the accounts mapped to corresponding users in OIA.
    Please help regarding this.
    Thanks in advance.
    Regards,
    Narmadha.

  • Is it possible to uninstall OS Mountain Lion and go back to OS Lion?  This upgrade has been a headache! Mail freezes, all contacts all gone and I am unable to import them again.  HELP?

    I recently downloaded and install OS Mountain Lion on my iMac.  Consequently none of the new mail features are available and everytime I attempt to check for new mail or send mail, the mail app freezes and has to be forced closed.  Also, all of my contacts are gone, and I am unable to import them back.  And I just discovered that all of my calendar items are missing too.  Is anyone else experiencing these issues?

    Thank you for the tip, Andreas. That is exactly what I did for my iPad, and it works like a charm. Unfortunately, when I try to set up my Gmail accounts in Mountain Lion using Exchange services, I receive the following error after putting in m.google.com in the server address field:
    The Exchange server "(null)" is not responding. Try checking the network connection, and that the server name is correct. Otherwise, the server might be temporarily unavailable.
    I know this works for iOS, but it seems like this will not work on Mac OS X.
    Any other suggestions? Thank you.

  • Unable to import images to iMovie, or copy and paste images.

    As the title states, I am unable to import images from either iPhoto, the iMovie photo selector, or finder. Furthermore I cannot copy the rest of my timelapse from a second project into the origional, it just pastes one image in a different size and quality many times over. I was able to make a time lapse not more than five days ago before the update, so what gives? I am very frustrated. Everything is slow, it eats up all of my ram, and will freeze when I attempt to import images. I have all the updates, new retina pro, reinstalled iMovie; all the basic steps.. These are all images from a GoPro camera, and the first timelapse used all of the same files, I know it isn't a .jpeg problem or anything like that. So far it seems like a complete software failure and it is beyond my hands now but I would greatly appreciate some input.
    Thanks.
    Jake.

    So if you select a protion of a clip, it gets outlined in yellow, and then when you mouse over it the cursor should be a little hand icon.
    If you're not seeing that, you've got a problem.
    Do you have another user account on your computer so you can try to see if you have the same issues? Maybe even create a new one for testing purposes.
    Are you near an Apple Store you could drop by?
    I'm not sure what else to suggest.
    Matt

  • Unable to import metadata using OBI 11g Admin tool

    Hello folks,
    I am new to OBI. I am trying to build a RPD. For that purpose I am trying to import some tables from database but I am unable to. I created DSN and also tried using OCI but no help. The OBI Admin tool client and database is installed under other user's account. Is that the reason I am unable to import tables?
    I am getting this error:
    Internal Error-Unable to initialize NLS during driver load - When I try to use ODBC &
    Connection failed --When I try to use OCI.
    Can someone shed some light on this issue.
    Thanks,
    Edited by: 950330 on Jan 21, 2013 11:17 AM

    Use Call Interface: Default (OCI 10g/11g)
    Data source Name->hostname:port/ServiceName or TNS name
    like
    localhost:1521/XE
    make sure you able to ping connect the database using tnsentry or
    tnsping <tnsname>
    from command prompt.
    Let me know for issues if helps pls mark
    Edited by: Srini VEERAVALLI on Jan 21, 2013 1:17 PM

  • EP 6.0 SP9-- SP16 Upgrade error-"Unable to add account #0 to group"

    Hello,
         I am working on EP 6.0 SP9 Patch8.(Stand alone Java Only)
    When I am trying to upgrade it SP 16, I am getting following error:
    ERROR 2006-08-02 18:24:58
    FSL-01006 Unable to add account <#0> to group <#1>. <#2>
    ERROR 2006-08-02 18:24:58
    MUT-03025 Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    Has any one came across this type of error?
    Regards
    Sunil Kulkarni
    PS: Rewarding points will be given for helpful answer.

    Hello Romano,
                 Your answer is very helpful.
    The user btit.com\shaadm is already a member of group "BTIT\Domain Users". Even though following log says it is not?
    Could you please tell me how we can disable this check by modifying the XML file?
    Start of Log----
    <b>btit.com\shaadm is not member of group "BTIT\Domain Users"</b>
    WARNING    2006-08-03 18:11:18
               CJSlibModule::writeWarning_impl()
    Existing account btit.com\shaadm is not a member of group BTIT\Domain Users. Changing membership of account.
    TRACE      [synxcaccmg.cpp:648]
               CSyADsPath::fromString(BTIT\Domain Users)
    <b>Account BTIT/Domain Users has ADS path 'WinNT://BTIT/Domain Users'</b>
    TRACE      [synxcaccnt.cpp:571]
               bool CSyAccountImpl::do_isMember(IUnknown* pAccount, iastring sName) const
    btit.com\shaadm is not member of group "BTIT\Domain Users"
    TRACE      [synxcaccmg.cpp:648]
               CSyADsPath::fromString(btit.com\shaadm)
    Account btit.com/shaadm has ADS path 'WinNT://btit.com/shaadm'
    TRACE      [synxcgroup.cpp:425]
               void CSyGroupImpl::addMember(PSyAccount pAccount)
    IADsGroup::Add: HRESULT = 0x80005002
    ERROR      2006-08-03 18:11:20 [synxcgroup.cpp:426]
               void CSyGroupImpl::addMember(PSyAccount pAccount)
    <b>FSL-01006  Unable to add account <#0> to group <#1>. <#2></b>
    TRACE      [iaxxejsbas.hpp:379]
               handleException<ESyException>()
    <b>Converting exception into JS Exception ESyException.</b>
    ERROR      2006-08-03 18:11:20
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESyException in Modulecall: <b>ESAPinstException: error text undefined.</b>
    TRACE      [iaxxejsbas.hpp:451]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception
    TRACE      [iaxxcwalker.cpp:301]
               CDomWalker::processStep()
    <html><head></head><body><p>An error occurred while processing service <b>Support Package 16> Import Support Package 16</b>. You may now</p><ul> <li>press <I>Retry</I> to repeat the current step.</li> <li>press the <I>View Log</I> button to get more information about the error.</li> <li>stop the task and continue with it later.</li> <li>reset your input for the current task. In this case, SAPinst will permanently remove all installation files from the installation directory. This gives you the opportunity to restart from scratch.</li></ul><p>Log files are written to <b>C:\PROGRA1\SAPINS1\PATCH\MSS</b>.</p></body></html>
    TRACE      [iaxxgenimp.cpp:845]
               showDialog()
    waiting for an answer from gui
    TRACE      [iaxxcnclhd.cpp:92]
               doHandleDoc()
    ACTION_STOP requested
    WARNING    2006-08-03 18:13:28 [sapinst.cpp:1302]
               CSapInst::cancel()
    Installation canceled by user request.
      END of Log----
    Regards
    Sunil Kulkarni

  • Unable to link accounts to addresses with EIM

    Hi,
    I'm trying to import accounts and their corresponding addresses into Siebel 8.1.1.10 using EIM.
    I've managed to:
    - Import the accounts using the EIM_ACCOUNT table
    - Set the master account using the EIM_ACCNT_CUT table
    - Import the addresses using the EIM_ADDR_PER table
    But I'm unable to populate the base table S_CON_ADDR to link the accounts to the corresponding addresses. I've tried a number of different tables including EIM_CONADDR_CUT.
    What's the recommended approach for doing this and the best way to set the address as the primary for the account?
    Also, is there a more efficient way of doing this [using EIM] that the steps I've used above?
    thanks,
    Nick

    Thanks for the suggestions. I need to use foreign key mappings as I'm pushing data into the EIM tables from an external application in a single step and I don't want to have to do an extra query to get the record ids for explicit mapping.
    I've managed to get this working now using EIM_ACCNT_CUT. It turns out I was missing one of the required fields in the base table but the logs weren't giving me any clues about the problem!
    thanks,
    Nick

  • Unable to Import Artwork into iTunes 9

    Greetings from Cape Town. I am unable to use Coverflow, because I am unable to import Artwork. i Tunes gives error message when I try to get Artwork. Please help

    Since neither iTunes nor Windows Media Player can import a CD, that would, as I said, suggest that it's a problem with the CD driver or the drive itself. The latter is less likely since your husband says that the drive can play a CD, just not import, but it's not impossible. I'd suggest you start by checking Dell's support site and see if they have any information on the problem or have any drivers for the CD drive that are more current and if so try those. One other thing you could try is to create a new user account in Windows, log in with that account, and try importing a CD. If it still fails. then it would definitely suggest a system-wide problem, either with hardware drivers or with Windows.
    The last thing I can think of to suggest is to look for any sort of other audio burning software such as Nero. If there is any such, you can try uninstalling it and see if that makes any difference.
    If none of that helps, you may want to talk to Dell technical support and see if they have any additional suggestions.
    Good luck.

  • IPhoto 9.2 unable to import

    I recently bought the iphone 4S and subsequently upgraded to OS Lion and iPhoto 9.2 so I could use iCloud, but iPhoto is pinwheeling on me and unable to import photos.  I've read through a lot of similar threads but haven't been able to fix it.  I made another user account and was able to upload pictures with that iphoto.  Any help would be greatly appreciated!

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • Unable to verify account name or password - Gmail

    Hi guys, I struggle to configure my gmail account in 'System Preferences'.
    In System Preferences I click on Mail, Contacts & Calendar, then on Gmail, type my name, gmail email address and gmail password and once I click on Set Up "Unable to verify account name or password" message appears on the bottom of the password window.
    My account is second admin account in the system.
    I configured my wife's gmail account in the same manner on her account on this computer and everything went fine.
    Would anyone have a guess how to address this issue?
    Cheers!

    Ok, I solved the problem. Just realized that I have all the security activated on my gmail account.
    If you have similar issues with setting up you Gmail account on Mac you need to do the following in your gmail account setings:
    1. In your gmail account go to Settings (cog wheel in the top right)
    2. Go to Accounts and Imports tab
    3. Go to Change account settings --> Other Google Account settings
    4. Click on Security
    5. Scroll to the bottom of the screen and click on 'Manage access':
    6. Verify your password
    7. In the field provided enter the name of your device (could be anything it's just for your information to know which of your devices are given full access to the gmail account)
    8. Click on "Generate password"
    9. Password will appear in the yellow field
    10. Copy this password and paste it in the password field in your Mail, Contacts & Calendar in System Preferences.
    11. This is one off password only used to grant an access to your gmail account by your device.
    12. You need to use your standard gmail password from now on.
    You're done and your gmail email is downloaded to Mac Mail!

  • Unable to Import Diagnostics module

    Hi,
    I have added worker and web role in my Visual Studio Project. While, modifying the Cloud Configuration Settings there is no 'Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionStrings' settings name . For this I tried to import the diagnostics module in the
    ServiceDefinition.csdef File of the solution but an error came up saying 'Unable to import the Diagnostics module. No manfiest found'.
    Kindly help.
    Thanks before hand.

    Hi,
    To collect diagnostics data, you must import the Diagnostics module in the service model for each role from which you want to collect diagnostic data. The module is imported by adding an Import element to the ServiceDefinition.csdef file. The following example
    shows the Import element defined for a web role:
    <?xml version="1.0" encoding="utf-8"?>
    <ServiceDefinition name="MyHostedService" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2012-10.1.8">
    <WebRole name="WebRole1">
    <!--<Sites> ... </Sites> -->
    <!-- <Endpoints> ... </Endpoints> -->
    <Imports>
    <Import moduleName="Diagnostics" />
    </Imports>
    </WebRole>
    </ServiceDefinition>
    Diagnostics data is not persisted to storage by default.  To transfer diagnostic data to storage, you must define a connection string in the ServiceConfiguration.cscfg file. If you want to use a storage account in Windows Azure, you must change the
    connection string to include an account name and account key:
    <ConfigurationSettings>
    <Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="DefaultEndpointsProtocol=https;AccountName=<AccountName>;AccountKey=<AccountKey>"/>
    </ConfigurationSettings>
    Refer the Following articles:
    https://msdn.microsoft.com/en-us/library/azure/hh411537.aspx
    https://msdn.microsoft.com/en-us/library/azure/dn482131.aspx
    You may also lookup these Forum Threads that deal with the same issue.
    http://stackoverflow.com/questions/6663720/how-is-azure-diagnostics-storage-account-configured
    http://stackoverflow.com/questions/19428249/unable-to-import-module-diagnostics-no-manifest-was-found
    Regards,
    Nithin Rathnakar

  • HT1420 unable to import apps getting this computer not authorized, but music etc. will import

    unable to import apps getting this computer not authorized, but music etc. will import

    cougar78 wrote:
    With me it transferred everything but music and videos. Also it required me to enter my email passwords again (I have several accounts setup). Every time I went to the music tab, it said it couldn't find the file with the name of my 3gs phone name. So now after it installed every app it had stored in my itunes (many I deleted off the phone), I am trying to start fresh and see if I can just add movies and music manually and be glad contacts, email accounts (sans passwords), and the other settings did carry over.
    Were any of those email accounts POP email accounts?? I don't think emails that are locally stored on the iphone are saved when you backup.

  • I am trying to get hotmail on my iphone but every time it says "unable to verify account info"

    I am trying to set up my hotmail account on my new iphone 5c.  The password is correct becasue I used it on my laptop.  Whenever I try to set it up, it says "unable to verify account information." Does anyone know why this isn't working? 

    you need to check all the other settings like incoming and outgoing mail server

  • I am unable to import pictures from my iphone to my computer.  Can anyone help?

    I am unable to import pics. 

    It sounds like you are using an application to import. You can do it manually.
    Start > Computer (on the right) > scroll to the bottom and you will see your iPhone under Portable Devices > Open it and you will see a Drive, open that and there will be a DCIM folder. That is where your photos will be (There may be other folders each holding photos).

Maybe you are looking for