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

Similar Messages

  • Unable to link accounts (RZ and BB) - verificati​on email never sent

    Hi there,
    I've spent a few hours on the phone trying to get this sorted and the help is always courteous and friendly, but I can't seem to get my issue solved.
    I got the dreaded "we're experiencing technical difficulties" message when I tried to add items to my cart.  Calling up revealed a lot of very old numbers and information, so we got that cleared out. 
    Then the cart was resolved, and I had to change my password.
    The only thing remaining is linking my accounts.  I get through it all, enter my number and get the "verification email sent" and get nothing. 
    All the BB emails show up (from account changes etc.) and nothing goes to the spam folder. 
    The last time I called, the lady said she'd place a ticket with the technical account department or somesuch and they'd get it resolved. That was a few weeks ago and I still can't link the accounts. 
    Is it possible that my email is set to "bounce" and you can uncheck that for me, please?

    Hi username9914,
    Welcome to the Best Buy forum!
    To my knowledge, the issues pertaining to the verification email while trying to link BestBuy.com and My Best Buy™ accounts was to have been fixed.  I bet that I can help you finally link your accounts, but I am going to need some information from you first.  Please send me a private message with the below information and I will see what I can do to help.  A private message can be sent by clicking on the blue button in my signature.
    Name
    Phone #
    Mailing address
    Email address
    How to Link a My Best Buy™ and BestBuy.com Account
    Thank you for posting.
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Unable to link Condition record number with prices maintained in APO

    Hi Guru's,
    I need to understand how and where can i see the details of a condition record number maintained in KONP table and use this cond rec to fetch the exact details for a material and customer.
    I am a APO consultant, not SD. My SD teams reply that their is some conversion logic written in ABAP which automatically calculates the mat-cust prices. This got me confused.
    What is this cond record nu and do we maintain this specifically for 1 product/location or it is for prod-loc combination or separately and later it maps the prod-loc combination as required (how)?
    Can you please explain how we maintain prices in ECC, in very simple language?
    Thanks in advance.

    HI
    I think you tax VK stand for SD for you check it once again FTXP
    Regards
    Kailas Ugale

  • Unable to link my iphone 3 with my wrt320n router

    my iphone will not accept my router password. when i begin entering the p'word in the iphone setup screen the "join" button turns off. any suggestions??

    Check your password again. It needs to be at least 8 characters long.

  • Account Customer Address

    Hi,
    I am new to Siebel, and I am having some difficulties with devloping correclty a pickapplet for picking Addresses for a user.
    The requierment is basically this:
    1) make a pick applet that assigns the pick address to the Primary Account Address fields of the BC account; (I know how to this)
    2) The pick applet should only show Addresses associated to the Account in context
    3) The pick applet should enable you to create new addresses, while keeping them associated to the Account in context (the account that called upon the pickapplet)
    I Am having trouble with points 2 and 3:
    1st About the BC's Involded:
    The parent BC for this requierment would be Account.
    The child BC would be the CUT Address.
    I've seen that the two BC's are linked in a M:M relationship supported by the Interception table SIEBEL.S_CON_ADDR.
    More confusing, is that the CUT Address BC appears to have Single Value Field "Account Id" when the BC is clearly involved with account in a M:M relationship, and this SVF maps to a collumn in the interception table. It seems to me like this SVF field should not even exist in the CUT Address BC, since the CUT Address may belong to many accounts. Moreover, My pick applet displays this FIeld, this Field always comes empty and read only (though it is configured to neither be readonly on the PickApplet, nor on the CUT Address BC field property).
    2nd What I Don't Know how to:
    My pick applet permits to create new CUT Addresses and assign one of them to the multiple "primary Account City/Street Address/Country/Postal Code" of the BC Account in context, just like any normal Pick Applet does when it is used. But when it comes to create ne CUT Addresses in the pick applet, I don't know how to enfore Siebel to maintain the implicit M:M relationship between the two BC's. That is, I'd like siebel to place an entry in the SIEBEL.S_CON_ADDR table with (ACCNT_ID="Account Row Id", "ADDR_PER_ID="CUT Address Row Id") of the BC objects in context. That does not seem to happen. And I also don't know which search specification I need to put in the picklist or pickapplet, so as to enfore that the pickapplet only shows CUT Addresses that are childre on the parent Account BC in context.
    Righ now my objects are:
    The main applet, over BC Account, which I called: ABC Account Entry Applet
    This applet displays the Primary Account Street Address, which is associated to Picklist over CUT Address and triggers a pick applet "ABC CC Add Customer Address Applet".
    The pickApplet is querying the Sample Database with the following SQL Code:
    SELECT
    T1.CONFLICT_ID,
    T1.LAST_UPD,
    T1.CREATED,
    T1.LAST_UPD_BY,
    T1.CREATED_BY,
    T1.MODIFICATION_NUM,
    T1.ROW_ID,
    T1.ZIPCODE,
    T2.OWN_INST_ID,
    T2.INTEGRATION_ID,
    T1.STATE,
    T1.ADDR,
    T1.ADDR_LINE_2,
    T1.ADDR_NAME,
    T1.NAME_LOCK_FLG,
    T1.CITY,
    T1.COUNTRY,
    T3.BU_ID,
    T2.ROW_ID,
    T2.PAR_ROW_ID,
    T2.MODIFICATION_NUM,
    T2.CREATED_BY,
    T2.LAST_UPD_BY,
    T2.CREATED,
    T2.LAST_UPD,
    T2.CONFLICT_ID,
    T2.PAR_ROW_ID
    FROM
    SIEBEL.S_ADDR_PER T1
    LEFT OUTER JOIN SIEBEL.S_ADDR_PER_SS T2 ON T1.ROW_ID = T2.PAR_ROW_ID
    LEFT OUTER JOIN SIEBEL.S_CONTACT T3 ON T1.PER_ID = T3.ROW_ID
    ORDER BY
    T1.ADDR
    (Notice how the column ACCNT_ID from S_CON_ADDR is not even picked, even though my applet consumes the Account Id single value field defined in the CUT Address BC)
    Do I have to specify anywhere in any of the previously mentioned objects the of use one of the M:M Account/CUT Address links, in order for Siebel it to understand that it should be keeping the relationship between the two BCs whenever a new Account is created?
    I have queried the Link interception table and the Cut Address base table, and I've concluded that when I create a New Address using my pick applet, this address is only added to the cut address table. THe interception table specified in the link Account/CUT Address remains unaffected. It seems that siebel is not conserving the association that should exist between these two BCs. This is strange since I am always working in the BO account.
    Thanks,
    Nuno.
    Edited by: sono99 on 17/Out/2010 2:03
    Edited by: sono99 on 17/Out/2010 7:44

    Yes, I have the same issue, but I have a solution about this problem:
    I have created a new CO replace of HzPuiAddressCreateUpdateCO, not extends it.
    In new CO, webBean.findIndexedChildRecursive("HzAddressStyleFlex") will not return null.
    You can look my code sample: it make all address item to uppercase. you need keep the code same as HzPuiAddressCreateUpdateCO and add follow code.
    I hope my example can help you.
    public class MsiApAddressUppercaseCO extends HzPuiBaseCO
    OADescriptiveFlexBean oadescriptiveflexbean =
    (OADescriptiveFlexBean)oawebbean.findIndexedChildRecursive("HzAddressStyleFlex");
    if (oadescriptiveflexbean != null) {
    if ("READ_ONLY".equals(s2)) {
    oadescriptiveflexbean.setReadOnly(true);
    oadescriptiveflexbean.setCSSClass("OraDataText");
    if (s != null || s1 != null)
    oadescriptiveflexbean.setAttributeValue(UNVALIDATED_ATTR,
    Boolean.TRUE);
    oadescriptiveflexbean.setContextListRendered(false);
    oadescriptiveflexbean.mergeSegmentsWithParent(oapagecontext);
    oadescriptiveflexbean.setAttributeValue(SERVER_UNVALIDATED_ATTR,
    Boolean.TRUE);
    // add customizations code
    oadescriptiveflexbean.processFlex(oapagecontext);
    String js = "javascript:this.value=this.value.toUpperCase();";
    Enumeration x = null;
    x = oadescriptiveflexbean.getChildNames();
    while (x.hasMoreElements()) {
         String aParamName = (String)x.nextElement();
         OAWebBean dffbeans =
              (OAWebBean)oadescriptiveflexbean.findChildRecursive(aParamName);
         if (dffbeans != null) {
              if (dffbeans instanceof OAMessageTextInputBean) {
                   OAMessageTextInputBean dffbean =
                        (OAMessageTextInputBean)dffbeans;
                   dffbean.setOnChange(js);
    Edited by: user13694664 on Oct 16, 2011 11:28 PM

  • On messages i put on my email adress to sign in. then it gives me unable to verify adress. an email with a verification link has been sent to the above email adress. what do i do?

    I am so angry at messages because when i am trying to sign in, they want my email adress. when i put my email adress it says unable to verify adress. an email with a verification link has been sent to the above email adress. I did that like over a billon times and i am so desprate to talk with my friends. please please help this is really troubling me. i even tried to put in my apple id and still didn't work all it said check mail but i delete it. plz plz help

    The message you go says that Apple sent to the email account you used an email to verify your email account. You have to open up that email message and then click on the link inside to complete verifying the email address.

  • Unable to link My Best Buy account

    I'm unable to link my accounts.  I've had issues with my account before which required a customer service rep to fix.  I can look my account number up using my email address and phone number, but when I try to link my account using the same member id and phone number, it tells me my information is incorrect.  Can you help?

    Good morning garaux,
    Welcome to the Best Buy forum, and thank you for posting!
    I used the email address you registered with the forum to review your account information, and it appears that we may have multiple phone numbers on file for you.  That could explain why you are having a difficult time linking your BestBuy.com and My Best Buy accounts.  To ensure your information is up-to-date, I will be sending you a private message.  You can check your private messages by logging into the forum and clicking on the envelope icon located at the top of the page.
    How to Link a My Best Buy™ and BestBuy.com Account
    Warmest Regards,
    Derek|Social Media Specialist | Best Buy® Corporate
     Private Message

  • ID de Apple By mistake I have open an apple account to unknown email address with bank details, is that a big probl ...

    ID de Apple
    By mistake I have open an apple account to unknown email address with bank details, is that a big probl ...

    But I don't remember the password from that email address.i m unable to access that mail,I don't know somebody has had already starting download from that I'd,thanks for reply,anyway,

  • I have samsung corby gts3653 mobile and need to connect internet to mac through it but it doesn't have wifi and pcsuite for mac and how could i able to connect it through gprs? GPRS is active in mobile but unable to link it with macbook pro(using lion os)

    i have samsung corby gts3653 mobile and need to connect internet to mac through it but it doesn't have wifi and pcsuite for mac and how could i able to connect it, through gprs? GPRS is active in mobile but unable to link it with macbook pro(using lion os) can any one reply.

    Until the MacBook Air was released and supported in 10.5, the Mac did not consider USB to be a valid Networking Protocol. So set the Mac with USB solutions aside.
    To connect computer-to-computer, you typically need to be using an Ethernet crossover cable. Assigning the same address to two Ethernet devices is never the solution -- it gives a Network Conflict, just as you said.
    If your Windows box has some mechanism for Sharing its WiFi connection over Ethernet, you would have to follow its rules. Whether that means Manually assigning an Ethernet Address in the same range or the PC will provide the Address, I do not know.
    Best success may be running an Ethernet cable to your Wired/Wireless Base Station, or using a "gaming adapter" (Ethernet-to-Wireless no drivers required) connected to the Mac's Ethernet port to give it WiFi access. What is your Base Station {Cable, DSL, FIOS, Other} ? Ethernet cables can be up to 100 meters (an American Football Field). Often the Base Station can be moved closer for more convenience.

  • HT2486 My mail account is linked to my address book. The address book shows First Name, Last Name. When I try to insert a name into an email, the order is reversed...Last Name, First Name.  How can I make the email read in the same order...First Name, Las

    My Mail Account in linked to my address book. The address book shows First Name, Last Name. When I start an email in Mail, the name does appear but the order is reversed...Last Name, First Name. I must have changed a setting somewhere but I don't know where. Does anyone know how to correct it?

    I don't have any problem with my system. My guess is there is something there you aren't quite getting. I'd recommend a visit to your Apple Store, AASP or to contact AppleCare so they can coach you personally.
    You can also play with the Address Book Preferences. However to see how changing a Preference affects the Address Book drag the Preferences window off of the Address Book so you can see both the Preferences window and Address Book Windows. Then toggle a Preference and you will see it instantly changes in the Address Book. 

  • I have changed my itunes account email address but apps linked to itunes have not updated email address on iphone 4

    I have changed my itunes account email address but apps linked to itunes have not updated to the new email address on iphone 4

    Welcome to the Apple community.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    When you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.

  • How do create a new email address with my iCloud account

    This may be simple but as usual with these things you usually do it once and never have to do it again!
    I have has my mac mail address @mac.com since idisk was launched and then added a family pack with addresses for my kids and wife and when icloud launched i migrated all the addresses with no problem - but one of my clients wants me to create a new @mac (or @me.com) email address specifically for my invoices to send to there on line accounts system - my question is how do create a new email address for free in icloud - is it possible?
    I remember the family pack gave you additinal options to create up to 5 email adresses?  T
    Thanks in advance - Allister in Scotland UK
    Message was edited by: Allister Gourlay

    Allister Gourlay wrote:
    My client wants me to test there online invoice system that will go online next year when i and a few long terms suppliers will upload our invoices that will match with purchase orders as a test.
    and instead of using my present mac mail email address they want me to use a prefix they have allocated to me
    This is the issue. They are telling you to get a specific email address.
    If this address is already taken, then what?
    Roger thank you that was the info i needed
    FYI: My first post was a link to -> iCloud: Create or change email aliases

  • Update emial address with confirmation link

    Hi,
    I am using registration process like this one, described at Mr Schenk web:
    http://www.guenter-schenk.com/tutorials/tutorial.php?id=1
    There is e-mail adress, used in registration process  to activate account  by clicking a link.
    I am going to give  a possibility to change(update) that email address in user profile but in safe way. For example with additional  password checking and email sending to the new address with confirmation  link which should by clicked to make change.
    Is there any simple method implemented in Developer Toolbox? Maybe I should use 'send email' trigger with content which include earlier preapered url (confirmation link) ?
    Thanks in advance.

    Heya,
    Use an insert record form with send email trigger. I would have another db table for "new address" with fields for user_id(foreign key based off session variable), new_email, random_key, email_confirmed that passes users id and new_email to the table and generates a random key. Then send email SB to new address. In content of send email have a generated URL of confirmation_page.php?URL parameter of random key&URL parameter of new_email&URL parameter for user_id.
    In confirmation_page have MySQL update "new address" table for email_confirmed field where URL parameter for random key && URL parameter for new_email == table fields in "new address" database. Have it write over any other record in the table based off query where user_id in table == user_id from URL parameter && URL parameter random_key && new_email so any "old, new email addresses" for the user will be overwritten in the database. Then place a MySQL update table where email_confirmed is set on "new address" table to update "users" table for new email address based on foreign key user_id.
    This is not really something that is entirely available out of box from ADDT. You would have to use a combination of insert record SB+send email+ MySQL hand coding. The explanation should give you enough to go on if you know some code.
    Good luck!

  • My email address has changed and when I try to play purchased songs it asks me to authorize another computer under the old email address.  How do I play the music that I have purchased?  My account is current with the new email address.

    My email address has changed and when I try to play purchased songs it asks me to authorize another computer under the old email address.  How do I play the music that I have purchased?  My account is current with the new email address.

    You may have already done this, but try de-authorizing your computer (through the iTunes:Store menu) and then re-authorizing it.

  • Multiple email address with one server account

    Why can't Mail have multiple email addresses on one email account? Like Thunderbird calls them Identities. As I remember, Outlook also supports this. I like Mail but it seems rather dated and clunky in this respect.
    I am using mainly IMAP so maybe I should switch to Thunderbird but I do still have some old messages in pop accounts in Mail.

    You can have multiple accounts, but only one "identity." Configure new mail accounts for all the different email addresses you may have. They can each have different configurations, different servers, etc. as well as be individually made active or inactive. All incoming mail will funnel into a single Inbox, but you can use rules to transfer incoming mail to separate mailboxes based on the account.
    What you cannot have are distinct "personalities."
    Bear in mind that Mail is intended for a single user and the vast number of single users only have one email account. I actually have four different email addresses but three of them are set to forward mail to the account I use with Mail. Mail works quite well with IMAP, POP, and Outlook mail accounts.

Maybe you are looking for