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.

Similar Messages

  • 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.

  • 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.

  • Loading accounts through flatfile activesync

    Hi All,
    I am trying to load accounts through flatfile, but after a few trials came to know that we can't load accounts through flatfile activesync (am I right).
    Then I loaded accounts through 'Bulk load' option. well, the accounts are loaded. when I am changing the attributes the changes are also occuring in the IdM. but when I am adding a new account to the flatfile, those changes are not take place in the Idm.
    Any body is having idea, why it is behaving like this.
    I am using a activesync form and also in the pre-workflow I am using create user workflow.
    Any ideas please.
    Thanks in advance

    to elaborate, here is the form I am using..
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE Configuration PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <!-- MemberObjectGroups="#ID#Top" id="#ID#47E5F3C0510FE454:423D4F:10E18F63D5F:-7FFC" lastMod="140" lastModifier="Configurator" name="DemoActiveSync"-->
    <Configuration id='#ID#47E5F3C0510FE454:423D4F:10E18F63D5F:-7FFC' name='DemoActiveSync' lock='Configurator#1160141635968' creator='Configurator' createDate='1160060247828' lastModifier='Configurator' lastModDate='1160140725031' lastMod='140' wstype='UserForm'>
    <Extension>
    <Form name='DemoActiveSync' objectLocationID='isBegin=true&objectID=%23ID%2347E5F3C0510FE454%3A423D4F%3A10E18F63D5F%3A-7FFC&objectPath=0&objectType=UserForm'>
    <Display class='EditForm'/>
    <Field name='feedOp'>
    <Expansion>
    <s>Create</s>
    </Expansion>
    <Field name='waveset.accountId'>
    <Comments> email. </Comments>
    <Expansion>
    <ref>activeSync.accountId</ref>
    </Expansion>
    </Field>
    <Field name='global.firstname'>
    <Comments> fullname. </Comments>
    <Expansion>
    <ref>activeSync.firstname</ref>
    </Expansion>
    </Field>
    <Field name='global.lastname'>
    <Comments> firstname. </Comments>
    <Expansion>
    <ref>activeSync.lastname</ref>
    </Expansion>
    </Field>
    <Field name='waveset.Address'>
    <Comments> lastname. </Comments>
    <Expansion>
    <ref>activeSync.Address</ref>
    </Expansion>
    </Field>
    </Field>
    </Form>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    </Configuration>
    I don't have that much expereince on activesync forms..hope I did some mistake.
    Please tell me, where am I doing wrong.
    Thanks

  • Import Accounts from AD to OD

    Hello All,
    How can I import accounts from the AD into the OD? I have my directories set up and working fine. My server is an OD master connected to an AD domain, and I can see all of the AD accounts in the Workgroup Manager.
    How can I now import those AD accounts into my OD? I was able to do it before with the simple "Server Preferences" setup, but now that I went with the "Advanced" setup I can't figure out how to get those accounts to show up in the OD...
    I tried putting all the AD accounts into a group I created in the OD, but I still can't use any of those accounts to access a shared folder over AFP. Doesn't matter if I configure the Sharepoint to use the group, or if I put the AD accounts directly into the ACL.
    Any ideas?
    Thanks,
    Chris

    Update:
    I've been going through the Apple integration guides and also the guides available at afp548.com, but they all talk about doing all this complicated crap like moving the user profiles. I'm not interested in any of that -- what I want to do is very simple.
    I just want to give my AD accounts access to the Mac services (Wiki and iCal). I don't care about user profiles or anything like that.
    Can anyone help me to simply give my AD users access to iCal and Wiki?
    Thanks,
    Chris

  • How to add line items to Accounting Document posted through MIRO ?

    I need to perform Additional posting when Posting through MIRO transaction..i tried with INVOICE_UPDATE BADI but this was not useful...Please let me know if there is any way to add additional posting to Accounting Document created through MIRO.
    If any user exit , BADI ot BTE present?

    Hi,
    Check the BTE's:
    00001020     POST DOCUMENT:       Prior to final checks             SAMPLE_INTERFACE_00001020
    00001025     POST DOCUMENT:       Final checks completed       SAMPLE_INTERFACE_00001025
    00001030     POST DOCUMENT:       Posting of standard data     SAMPLE_INTERFACE_00001030
    00001050     POST DOCUMENT:       Accounting interface           SAMPLE_INTERFACE_00001050
    Thanks & Regards,
    Harish

  • Error while importing Item Master data through DTW

    Hello Expert,
      I trying to import item master data through DTW but it gives an error while importing as shown in attach file..
      Please help me...
      I am using SAP 9.0 Pl 6
    Regards,
    Sandy

    Hi Sandy,
    Kindly follow the check list
    1. Right Click DTW and run it as Administrator.
    2. Is your DTW version is same as SAP B1.
    3. Uninstall and re-install DTW.
    4. If you are using 64-bit DTW, try to use 32-bit one.
    5. Check the Template, is it of the same DTW version.
    6. Remove all the unnecessary columns.
    7. Last try different Template extension.. (e.g: CSV (Comma delimited), or Text (Tab delimited))
    Hope you find this helpful......
    Regards,
    Syed Adnan

  • I can no longer open numbers and am therefore barred from access to important accounts - what do i do next

    I can no longer open numbers and am therefore barred from access to important accounts.What do I do next?

    Hi mp,
    If you updated to OS X Mavericks, there may have been an automatic update to Numbers 3. Numbers 3 will be in your Applications folder. Numbers '09 has not been replaced. Look for Numbers '09 (Numbers 2.3) in a folder called iWork '09 inside your Applications folder. You can run both versions of Numbers at the same time.
    I have icons for both versions on my Dock. Drag each to the Dock from Applications folder and Applications > iWork '09 folder. Right click on each and Options > Keep in Dock. Now you have the choice of which to use.
    Numbers 2 (3 column chart) on the left. Numbers 3 (4 column chart) on the right.
    If a document won't open, try opening from within each version. Or right click on the document and Open With...
    You can Export a Numbers 3 document back to Numbers '09 with Menu > Export > Numbers '09...
    Post back if you have problems.
    Regards,
    Ian.

  • I used to be able to download files from the Harddrive of my Sony Handycam, but now it won't let me import them while going through "log and transfer."  I have tried to update my settings, but this doesn't seem to work.  Any help would be much appreciated

    I used to be able to download files from the Harddrive of my Sony Handycam, but now it won't let me import them while going through "log and transfer."  I have tried to update my settings, but this doesn't seem to work.  Any help would be much appreciated

    Hard Drive:  The Hard Drive is on my camera (Sony Handycam)
    Just needed some info on what is going on with your particular system.
    Knowing the exact camera model will also assist us.
    If this camera is standard AVCHD you should be able to connect with USB to Mac with FCE open and use Log and Transfer without all the fiddling around converting etc.
    What FCE does during ingest is convert files to AIC. (Apple Intermediate Codec)
    FCE cannot read the individual files in the BDMV folder, that's why all the converting is required when you use that method.
    BTW: regards formatting drives/cards/memory on cameras; it is wise to use the actual device to format rather than a computer. This is a prime cause of read/write goof ups with solid state media. This applies to still or video cameras.
    Keeping the COMPLETE card/memory structure in tact is vital for successful transfers.
    Try here for some trouble shooting tips:
    https://discussions.apple.com/message/12682263#12682263
    Al

  • How to clear G/L account posting made through MM documents/movements

    Hi Gurus,
    How to clear G/L account posting made through MM documents/movements.
    This is issue related to open item clearance .I want to clear all MM related postiongs happened through MM movements.( From PO,invoice etc)
    Regards,
    nitin

    Hi,
    Only GR/IR account is maintained as open item management. use t-code f.19 or f.13
    Regards,
    Sreekanth

  • Want to add and remove GL account in report through report painter

    Hi,
    Thanks in advance,
    1.I want to add new GL account in IS01 report i.e. Income Statement. I am trying to add through report painter but could not able to do it.
    2.Also i want to delete existing GL account from report through report painter.
    Any body pls suggest the steps to add and remove GL account through report painter because this report is under report painter.
    Thanks,
    KMR

    the account is probably in account group or set. Look for that one in report painter and then go to the set or account group and remove/add the account.

  • Not able to import Accounts in SRM 5.0.3

    Hi All,
    I am not able import accounts in SRM 5.03. I get the following warning when i try to import the following records.
    "ravi.g","AdminServerDev1Application","adminserverdev1.com"
    "jaykay.b","AdminServerDev1Application","adminserverdev1.com"
    The schema that i have is given below.
    # @iam:namespace name="AdminServerApplication" shortName="AsApp"
    name<CorrelationKey>,endpoint,domain
    AdminServerDev1Application - endpoint is available
    jaykay.b,ravi.g - usernames exists in global_users table
    i get the following error
    05/30/2010 15:28:23 WARN DUPLICATE RECORD Duplicate account 'null@RBACx' found during import, applying duplicate action 'keepLast'
    05/30/2010 15:28:23 WARN CORRELATION ERROR No user found for account 'null' [UserName=jaykay.b]
    Please help! Thanks in advance

    Hi Gopala,
    First thing to test is to create a shopping cart from sapgui.
    logon with the same user and try to create a shopping cart.
    Check here that UOM, vendor..are available in the drop down list.
    If you dropdown list are available then you can conclude that it is an ITS issue.
    If dropdown list not available, i guess it is more an installation issue (basis team).
    Once you made the test, please tell us the result so we can go on.
    Kind regards,
    Yann

  • Import goods recipt PO through DTW

    hi expert,
    i want to import goods recipt PO through DTW .is it possiable in SAP B1 to import GRPO data through template?which template shuld i use and how.Please give me detail about it
    I want add GRPo of the having in stock
    reagrd sachin
    Edited by: Darius Heydarian on Apr 19, 2008 1:25 AM

    Hi Sachin,
    Try this,
    In the Documents Template enter
    Record Key     CradCode       DocDate (Record key should be the latest one)
    In the Documents lines Template enter
    Record Key (the same u entered in the Documents template)   LineNum ( linenum should start from 0 to onwords) Currency ItemCode  Price   and Quantity
    In the Batch Numbers Template enter
    Record Key ( the same as u entered in the Documents Template) linenum (should start from 0 to onwords) BaseLinenum (linenum of document lines template) BatchNumber and any additional information if desired.
    Its example is like this.
    Documents Template,
    Record Key     CardCode         DocDate
    1                     S0012              4/19/2008
    Documents Lines Template
    Record Key     LineNum        Currency          ItemCode        Price      Quantity
    1                     0                   USD                A1002            250         100
    1                     1                   USD                A1003            150         150
    In the Batch Number Template,
    Record Key      LineNum        BaseLineNum   BatchNum 
    1                     0                    0                     BA001
    1                     1                    1                     BA002
    I hope it will help you.
    Regards,
    /Siddiq

  • FI-Accounts Payable functionality through EP7.0 Portal

    Hi Guys,
    How do I accomplish the FI-Accounts Payable functionality through Portal?
    Does SAP provide any pre-delivered content or Business Package to have this from Portal? If not what is the best approach to provide this through Portal.
    Thanks,
    Megha.

    Hi all,
    we get the same problem but when we approve a workitem from UWL, is not showing any error, instead shows a succesfully message.... but workitem not dissapear. We've to go to Backend system and approve workitem to continue to next step on workflow.
    Is like UWL hasn't got any relevancy on decission steps on workitems.
    Could you give me some answer about?
    Thanks in advance

  • Import AR Reserve Invoice through DTW

    Dear all,
    We are on SAP B1 2005A PL50.
    Is there any template to import AR Reserve invoice through DTW?
    Thank you & Kind Regards,
    Asif

    Check this threads
    A/P Reserve Invoice Template
    DTW - Upload of Reserve Invoice
    Edited by: Jeyakanthan A on Aug 4, 2009 8:55 PM

Maybe you are looking for

  • Iphone 5 excessive cellular data usage

    I am a new iPhone user and I am a bit concerned for how fast my phone burns through data. I have an iPhone 5, ios 7.0.4, and my cellphone provider is Fido in Canada (May be irrelevant info). I manually turn cellular data off whenever it's not in use.

  • Apple puts some stock photos in iPhoto on the computers and iPhones in the Apple Stores. Who are these photos of?

    For instance, who is this kid? He's on all the iPhones in the apple stores right now. There are about 20 photos of him in an album. Anyone know?

  • Test question on NPS in Server 2012

    Hello! "There's a domain member server with NPS and DHCP. You need to log all DHCP clients that have their firewalls disabled. Which three actions and in what sequence should you perform? a) Create a connection request policy b) Create a network poli

  • Creatintg Source File for GLMAST message type

    Hello All, Can anyone help me identify how to fill E1SKA1M-MSGFN for G/L master upload ? Please let me know how to fill the field for activities Delete/Block/Change/Create. Thanks Antony

  • Regarding selction screen values

    Hi , In my report there are two parameter 1. country 2.airport code when i enetred country , then the airport will display the corresponding airports and description only, there is a table where i get the country , airports and descriptions, Please s