Bulk Import into contact list error.

Hi,
We are testing out the bulk import into contact list feature and we are getting an error that we can't resolve.  We followed the directions from the documentation http://topliners.eloqua.com/docs/DOC-6918
Here's the sample request we are making:
URL: https://www02.secure.eloqua.com/api/bulk/2.0/contacts/imports
Request Header:
Authorization: [our token]
Content-Type: application/json
Request Body:
  "name": "test",
  "fields": {
    "emailAddress": "{{Contact.Field(C_EmailAddress)}}"
  "syncActions": [
      "action": "add",
      "destination": "/contacts/lists/63"
  "identifierFieldName": "emailAddress",
  "isSyncTriggeredOnImport" : "true"
Response Body:
    "failures": [{
        "field": "destination",
        "stackTrace": [{
            "field": "syncActions"
        "value": "/contacts/lists/63",
        "constraint": "ML Statements must have a ContactList root (see http://topliners.eloqua.com/docs/DOC-4298 for details) (when action = add)."
Is there a step we are missing? 
Thanks for the help.

Hi Benny,
In syncActions, instead of: "destination": "/contacts/lists/63", please try: "destination": "{{ContactList[63]}}".

Similar Messages

  • QP: Bulk Import of Price List

    Hi All,
    I encouter this error when i run this CP.
    Program Name : ‘QP: Bulk Import of Price List’
    Erroring with the following error :
    QP_INTERFACE_LIST_HEADERS/SAMPLE_HEADER Invalid Date.
    Output :
    ------Processing Price List Entity--------
    -----------Bulk Pricelist Data Loader---------
    Paremeters
    Entity Name:
    Process Id:
    Process Type:
    Process Parent: Y
    Number Of Threads: 1
    Number Of succesfully Processed Headers: 0
    Number Of Errored Headers: 1
    Number Of succesfully Processed Qualifiers: 0
    Number Of Errored Qualifiers: 0
    Error Details
    4766507/PRL/QP_INTERFACE_LIST_HEADERS/SAMPLE_HEADER Invalid Date.
    4766507/PRL/QP_INTERFACE_LIST_HEADERS/SAMPLE_HEADER Invalid Date.
    thanks,

    Please check the date format mentioned for start_date_active
    For QP_INTERFACE_LIST_HEADERS, it is VARCHAR2 and should be inserted as a character string in the format YYYY/MM/DD
    For QP_INTERFACE_LIST_LINES, it is however a DATE field which means that you can enter a normal date there
    Regards
    Soumya

  • Error in QP: Bulk Import of Price List

    Hi All,
    I am trying to import price list records using the concurrent program 'QP: Bulk Import of Price List'. I am facing one issue in this...below is the error detail:
    7164262/PRL/QP_INTERFACE_LIST_LINES//RAGH-L-3 A price break child line must have at least one pricing attribute.
    The header and Qualifier records are getting imported sucessfully, the issue is with the line and it's attributes. Below are the fields on interface tables whcih i m populating:
    INSERT INTO QP_INTERFACE_LIST_LINES (
    ORIG_SYS_LINE_REF,
    ORIG_SYS_HEADER_REF,
    LIST_LINE_TYPE_CODE,
    START_DATE_ACTIVE,
    END_DATE_ACTIVE,
    ARITHMETIC_OPERATOR,
    OPERAND,
    PRIMARY_UOM_FLAG,
    PRODUCT_PRECEDENCE,
    INTERFACE_ACTION_CODE,
    PROCESS_FLAG,
    PROCESS_STATUS_FLAG,
    PRICE_BY_FORMULA,
    AUTOMATIC_FLAG,
    REPRICE_FLAG
    --PRICING_GROUP_SEQUENCE
    ) VALUES
    'RAGH-L-3',
    'RAGH-H-3',
    'PLL',
    sysdate,
    NULL,
    'UNIT_PRICE',
    150,
    'Y',
    230,
    'INSERT',
    'Y',
    'P',
    NULL,
    'Y',
    'Y'
    --0
    INSERT INTO qp_interface_pricing_attribs
    orig_sys_pricing_attr_ref,
    orig_sys_line_ref,
    orig_sys_header_ref,
    PRODUCT_ATTRIBUTE_CONTEXT,
    product_attr_code,
    product_attr_val_disp,
    product_uom_code,
    interface_action_code,
    process_flag,
    process_status_flag,
    PRICING_ATTRIBUTE_CONTEXT,
    PRICING_ATTRIBUTE,
    PRICING_ATTR_VALUE_FROM_DISP,
    COMPARISON_OPERATOR_CODE,
    PRICING_ATTR_VALUE_TO_DISP )
    VALUES
    'RAGH-ATTR-3',
    'RAGH-L-3',
    'RAGH-H-3',
    'ITEM',
    'INVENTORY_ITEM_ID',
    'CM13139',
    'EA',
    'INSERT',
    'Y',
    'P',
    'ADS_PRICING',
    'COST',
    '25',
    'BETWEEN',
    '30' );
    Using the above process I am getting the error as mentioned:"7164262/PRL/QP_INTERFACE_LIST_LINES//RAGH-L-3 A price break child line must have at least one pricing attribute.".
    If I am not using the pricing attributes PRICING_ATTRIBUTE_CONTEXT,PRICING_ATTR_CODE, Pricing_attr_value_from,COMPARISON_OPERATOR_CODE, PRICING_ATTR_VALUE_TO I am able to import the line records also.
    The script provided by Oracle also uses the same columns in the interface table, kindly help me if any one have any idea regarding this issue.

    Hi Luko,
    I tried the same script given by oracle, but it is giving me the error as I mentioned earlier. When I am not using the pricing line attributes, it is working fine. The error is coming only when I am passing the pricing attribute parameter(PRICING_ATTRIBUTE_CONTEXT,     PRICING_ATTR_CODE,     PRICING_ATTR_VALUE_FROM_DISP,
    COMPARISON_OPERATOR_CODE,     PRICING_ATTR_VALUE_TO_DISP).
    I am passing the values as shown below:
    PRICING_ATTRIBUTE_CONTEXT-Code fro pricing context i.e PRICING ATTRIBUTE
    PRICING_ATTR_CODE-code for attribute i.e. FREIGHT_COST
    PRICING_ATTR_VALUE_FROM_DISP-200
    PRICING_ATTR_VALUE_TO_DISP-300
    COMPARISON_OPERATOR_CODE-BETWEEN
    Thanks!

  • OWA - Bulk Import of Contacts into Group

    What is an option for importing a list of email addresses into OWA Contact Group/creating OWA Contact Group and pasting members' mail addresses into it? Similarly, if I create a new folder in My Contacts, how I can bulk import into this new folder? When
    I use Import Contacts standard OWA feature, contacts always imported into default Contacts folder?

    Hi,
    Based on my knowledge, there is no feature available in OWA 2013 for you to import Contacts. Please refer to the following article to import Contacts or Contact Group from Outlook 2013 to have a try:
    http://office.microsoft.com/en-001/outlook-help/import-contacts-HA102919678.aspx
    Regards,
    Winnie Liang
    TechNet Community Support

  • How to use QPXVBLK: QP: Bulk Import of Price List?

    hi,
    i'm trying to create a script for import price lists. i've read that this concurrent program "QPXVBLK: QP: Bulk Import of Price List" is what i need. i've been able to successfully create the script to populate the interface tables:
    QP_INTERFACE_LIST_HEADERS
    QP_INTERFACE_LIST_LINES
    QO_INTERFACE_PRICING_ATTRIBS
    but i'm getting an error.
    3436374/PRL/QP_INTERFACE_LIST_HEADERS/24934 Cannot perform Insert, as record with orig_sys_header_ref 24934 already exists for the list_source_code .
    i figured it has something to do with the ORIG_SYS_HEADER_REF, ORIG_SYS_LINE_REF and ORIG_SYS_PRICING_ATTR_REF columns.
    below are values i'm currently passing.
    QP_INTERFACE_LIST_HEADERS TABLE
    - ORIG_SYSTEM_HEADER_REF = LIST_HEADER_ID
    QP_INTERFACE_LIST_LINES TABLE
    - ORIG_SYS_LINE_REF = LIST_LINE_ID
    - ORIG_SYS_HEADER_REF = LIST_HEADER_ID of parent record in QP_INTERFACE_LIST_HEADERS TABLE
    QP_INTERFACE_PRICING_ATTRIBS TABLE
    - ORIG_PRICING_ATTR_REF = PRICING_ATTRIBUTE_ID
    - ORIG_SYS_LINE_REF = LIST_LINE_ID of parent record in QP_INTERFACE_LIST_LINES TABLE
    - ORIG_SYS_HEADER_REF = LIST_HEADER_ID of parent record in QP_INTERFACE_LIST_HEADERS TABLE
    if these are not correct, what values should be passed on this columns?
    thanks
    allen

    hi all,
    ii would like to add a follow up question on this.
    what fields are required when inserting records into the interface tables for the QP: Bulk Import of Price List?
    i've been running some tests and while some price lists are imported with no issues, some are not and some only partial. i'm not receiving any errors on the import which makes this harder for me to debug.
    any thoughts?
    thanks.
    allen

  • How can I import my contact list from my pc to my ipad

    How can I import my contacts list from my pc to mu ipad?

    Have you received any replies?

  • How can I import My contact list from gmail to Icloud??

    How can I import My contact list from gmail to Icloud??

    If you have a mac or pc
    I would try to export the contact from gmail
    Import the contact to mac or pc
    And then sycronise your device with it.

  • How can i import my contact list from the Nokia Suite to my I phone?

    how can i import my contact list from the Nokia Suite to my I phone?

    Oscar, keep in mind that my suggestion could not be the best one.
    I have a copy of Nokia suite on my Windows XP partition on my Mac, just to test it.
    The second icon on the upper row explains as a syncronisation with Outlook.
    Try to do it and later you should use the iClod manager from Apple and Sync Outlook to ìiClod and to any iPhone iPod and so on.

  • Is there any way to import a contact list into the mototalk app

    I have the new Mototalk app and I need to import about 350 push to talk contacts into the mototalk contacts. Is there any way that it can be done from a cvs or database file

    Moto is ducking the issue and misguiding you, not surprising now that Moto is owned by Google. Apple cannot help you with Motorola's own app.
    Moto's information says only that "MOTOTALK automatically imports your contacts to the app" but I can't find anything that says where these contacts will be obtained. If it's not picking up the contacts from your iPhone's Contacts, then I can't guess what they mean. I doubt very much that you'll be able to load contacts from a Mac, but I can't say with certainty.
    Regards.

  • Importing Yahoo emails into contacts list

    I have 3 Yahoo email accounts. There are different email addressess saved in each account since they are used for different things.  Some of the email addresses are saved into the contacts app on my iphone 4s (where the phone numbers are) but there are a few missing. When I go into mail, obviously they are all there. I just don't know how to actually get them all into the contact list where you also keep phone numbers. Under settings, mail etc the contacts slider button is on for all 3 accounts.
    I hope I'm making sense!

    go to   settings > mail contacts and calandars ,  then select each account and verify whether the slider for contacts is turned on
    Hop that helps

  • Import aol contact list

    I want to import  ( or export ) my AOL contact list into My MAC mail list of contacts.  I also want to bring along all information that I have saved in my different fields such a phone numbers, address's, and etc.   So essentially I need to be able to select different field before I export the list.  Nikki from CS did this for me on another users list and I know that it can be done but 5 representatives from MAC have not been able to do it over the past few days.  I just need the expertiece of the person that knows how to build a file to export.

    Ok,
    So you will be always syncing your AOL contcts with the BB. Is that right?
    If so you can use mobile sync from AOL.  Here is the link:
     http://aolsync.aol.com/main.do
    Thanks
    If you need more info please ask!  If not please resolve the thread using the options by the Kudos’ star, Just place the check in the Post that answered your question, Thanks  
    Message Edited by Bifocals on 11-01-2008 04:16 PM
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Empty results while importing outlook contact list with PHP

    Hello. Could you help me with such problem:
    I'm always receiving an empty result while importing contact list from my outlook mail account.
    I've had successfully created live app (https://account.live.com/developers/applications). I'm using REST api (https://apis.live.net/v5.0/me/contacts?&access_token=" . $access_token) and successfully received "access_token". But in the end
    I receive empty result in such form:
    { ["data"]=> array(0) { } ["paging"]=> array(0) { } } (certainly, I have few contacts in my outlook contact list)

    Desktop Manager is not contact manager. Restore it from Backup to a HH and then sync it with contacts in Outlook at home for example. Extract contacts to PST file. Import those to new company outlook contacts and they will sync over the air with handheld.

  • How do I import my contact list from yahoo?

    I use a Mac OS X 10.6.8

    Where do you want to import your Contacts to -- did you get a Firefox OS smart phone?

  • Importing into Premiere Sizing Error? m2t files

    I recorded a 3 camera HD shoot using Canon XHA1s' with firewire to 2 iMacs and one MacBook Pro ... all through OnLocation. I had previously tested all 3 machines to make sure they could handle the load, etc. The cameras were all set up to shoot in the exact same settings.
    This morning I have been importing the m2t footage into my editing machine, a nice Mac Pro, through Premiere Pro. The clips that come from the MacBook Pro are giving me an error (the iMacs were fine). "File video dimensions (width/height) too large." When I look at the footage in OnLocation it's telling me that they are 1440x1080 and I have the Premiere project set for HDV 1080i30 -- which is what we shot at. Again, the other footage (from the iMacs) is importing fine, no problem.
    Does anyone have any experience with this problem? Any idea what has gone wrong or what I can do to fix it?
    We did backup on tape, but I would hate to have to use the compressed footage from the tapes alongside the uncompressed footage OR have to take everything back to our tape backups.
    And please do let me know if more information about our setup would be helpful. Thanks in advance for any assistance.

    As John says, matching your project settings to your video is vital to a successful editing experience. If you've got a match, you will NOT see red lines above your clips when you add them to your timeline. Is that the case in your project?
    Also, AVCHD video often requires at least a quad core or i7 processor with a good load of RAM to edit. If you don't have a powerful, well-tuned system, it could well be that the skipping you're seeing is just your computer unable to process the video data fast enought.
    How fast is your processor and how much RAM do you have? What OS are you running?

  • I have apple iphone 3GS 32gb what is the procedure to import the contact list from my cellular to my computer system

    hi!
    i have applr iPhone 3gs 32gb. i want to import my all data, like pictures, videos, songs and my contact details from my cellular to computer system

    In iTunes if you have your contacts synced to Address Book just open address book on your computer and start editing. 

Maybe you are looking for

  • Network setup app is missing from the marketplace

    Hi Nokia network setup app is missing from Nokia lumia 710 marketplace Please help me ..... I am unable to run internet on my phone

  • Help needed in XML encoders and decoders

    I'm using XMLEncoders and XMLDecoders for storage of java objects. Currently I've tried on simple data types only. But the problem is if I want to operate on the XMLEncoder created file from two different programs, then it is giving errors. In one pr

  • URGENT HELP (NOKIA N8)

    My problem is extremely simple but Nokia complicated matters Well folks, I have a Nokia N8 Belle Refresh (111.040.1511) and I have no more right to download music through the Ovi Music Unlimited service, when I bought the device, I enabled service an

  • IC WebClient_Field Classification in service ticket

    Hello, We're implementing CRM 4.0 with the "Interaction Center WebClient" (SAP Portal) and the transaction "service ticket" (we use for transaction type TSRV as a basis, and copied it in ZSRV). In the portal header data of our "service ticket", there

  • RE: Podcasts, photocasts uploading  to i tunes podcast site

    i am pretty new at podcasts excuse the simple question i notice that if i type in photography in the podcast site ( itunes) there are results that bring up people's personal photoshows with music in the background. These are not the top ten listed bu