CreateUserWizard error with duplicate email

Hi, I am using the oracle membership provider for an application and have found that I can create users and log in just fine however if I try to create a user with a duplicate email address or username the application crashes with the message below. I was thinking this would all be gracefully handled between the CreateUserWizard and the membership provider but apparently not?
Anyone come across this before and have any advise on how to sort it out.
Oracle9, .NETv2
Thanks
Jason
==================================================================
ORA-02074: cannot ROLLBACK in a distributed transaction
ORA-06512: at "CAGMOCK_OWNER.ORA_ASPNET_MEM_CREATEUSER", line 171
ORA-00001: unique constraint (CAGMOCK_OWNER.SYS_C003174) violated
ORA-06512: at line 1
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: Oracle.DataAccess.Client.OracleException: ORA-02074: cannot ROLLBACK in a distributed transaction
ORA-06512: at "CAGMOCK_OWNER.ORA_ASPNET_MEM_CREATEUSER", line 171
ORA-00001: unique constraint (CAGMOCK_OWNER.SYS_C003174) violated
ORA-06512: at line 1
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[OracleException (0x80004005): ORA-02074: cannot ROLLBACK in a distributed transaction
ORA-06512: at "CAGMOCK_OWNER.ORA_ASPNET_MEM_CREATEUSER", line 171
ORA-00001: unique constraint (CAGMOCK_OWNER.SYS_C003174) violated
ORA-06512: at line 1]
Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure) +295
Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, String procedure, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src) +21
Oracle.DataAccess.Client.OracleCommand.ExecuteNonQuery() +3456
Oracle.Web.Security.OracleMembershipProvider.CreateUser(String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey, MembershipCreateStatus& status) +2793
System.Web.UI.WebControls.CreateUserWizard.AttemptCreateUser() +318
System.Web.UI.WebControls.CreateUserWizard.OnNextButtonClick(WizardNavigationEventArgs e) +102
System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) +418
System.Web.UI.WebControls.CreateUserWizard.OnBubbleEvent(Object source, EventArgs e) +161
System.Web.UI.WebControls.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) +19
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +118
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +166
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565

Hi Jason,
For best results, you may want to post this over in the [Oracle Providers for ASP.NET|http://forums.oracle.com/forums/forum.jspa?forumID=383] forum.
Greg

Similar Messages

  • CreateUserWizard error with duplicate email / username

    Hi, I am using the oracle membership provider for an application and have found that I can create users and log in just fine however if I try to create a user with a duplicate email address or username the application crashes with the message below. I was thinking this would all be gracefully handled between the CreateUserWizard and the membership provider but apparently not? I've managed to repeat this on two machines but I am certainly no expert in all this.
    Anyone come across this before and have any advise on how to sort it out.
    Oracle9, .NETv2
    Thanks
    Jason
    ==================================================================
    ORA-02074: cannot ROLLBACK in a distributed transaction
    ORA-06512: at "CAGMOCK_OWNER.ORA_ASPNET_MEM_CREATEUSER", line 171
    ORA-00001: unique constraint (CAGMOCK_OWNER.SYS_C003174) violated
    ORA-06512: at line 1
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: Oracle.DataAccess.Client.OracleException: ORA-02074: cannot ROLLBACK in a distributed transaction
    ORA-06512: at "CAGMOCK_OWNER.ORA_ASPNET_MEM_CREATEUSER", line 171
    ORA-00001: unique constraint (CAGMOCK_OWNER.SYS_C003174) violated
    ORA-06512: at line 1
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [OracleException (0x80004005): ORA-02074: cannot ROLLBACK in a distributed transaction
    ORA-06512: at "CAGMOCK_OWNER.ORA_ASPNET_MEM_CREATEUSER", line 171
    ORA-00001: unique constraint (CAGMOCK_OWNER.SYS_C003174) violated
    ORA-06512: at line 1]
    Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure) +295
    Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, String procedure, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src) +21
    Oracle.DataAccess.Client.OracleCommand.ExecuteNonQuery() +3456
    Oracle.Web.Security.OracleMembershipProvider.CreateUser(String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey, MembershipCreateStatus& status) +2793
    System.Web.UI.WebControls.CreateUserWizard.AttemptCreateUser() +318
    System.Web.UI.WebControls.CreateUserWizard.OnNextButtonClick(WizardNavigationEventArgs e) +102
    System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) +418
    System.Web.UI.WebControls.CreateUserWizard.OnBubbleEvent(Object source, EventArgs e) +161
    System.Web.UI.WebControls.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) +19
    System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
    System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +118
    System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +166
    System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
    System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565

    Hi, thanks for the help. First I will qualify my answer with the fact that I am by far from any expert in Oracle.
    The version I have is 9.2.0.1.0 which is installed on the same machine as the web server there is certainly no remote database involved in this transaction (or there shouldn't be). Using ODAC 11.1.0.6.21
    also, not sure if there could be any issues with having Oracle client 9 installed at the same time as this?
    Connection string is as follows:
    {color:#808080}<connectionStrings>
    <add name="CPMOC_ConnectionString" connectionString="Data Source=MOC;User Id=CAGMOCK_OWNER;Password=ABC;"/>
    </connectionStrings>
    <membership defaultProvider="MyOracleMembershipProvider">
    <providers>
    <add name="MyOracleMembershipProvider"
    type="Oracle.Web.Security.OracleMembershipProvider,Oracle.Web, Version=2.111.6.20, Culture=neutral,
    PublicKeyToken=89b483f429c47342"
    connectionStringName="CPMOC_ConnectionString"
    applicationName="MOC"
    enablePasswordRetrieval="false"
    enablePasswordReset="true"
    requiresQuestionAndAnswer="true"
    requiresUniqueEmail="true"
    passwordFormat="Hashed"
    maxInvalidPasswordAttempts="4"
    minRequiredPasswordLength="6"
    minRequiredNonalphanumericCharacters="0"
    passwordAttemptWindow="8" />
    </providers>
    </membership>{color}
    Edited by: JasonY on Mar 6, 2009 12:59 PM

  • Yahoo email in box fllooded with duplicate emails

    Last night my webmail inbox was flooded with duplicate emails.  I now have over 22000 emails in the box.  Have reported the problem but no-one has got back to me. Has anyone else had this problem, or know how to get around it?

    See http://community.bt.com/t5/Other-BB-Queries/Multiple-emails-downloaded-on-webmail/td-p/386381
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Error with the email Notification XPD Targeted Ideations

    Hi Team,
        We are working with xPD in Portal 7.0 SP 16, we have configured portal with xpd correctly, first in Development Environment and it work fine, the problem is when we did the same configuration in QA Environment, because we are having problems with the email notifications that are generated within the Targeted Ideations. If we test in QA, sometimes send the email to 1 person from 5 participants that are in the Corresponding Targeted ideation. searching the logs we found the following error:
    We have checked both environments and the parameters of the configuration are the same and in Dev work OK.
    com.sap.caf.km.ejb.svc.notifyqueue.NotifyQueueException: Cannot Process Notification Message
    at com.sap.caf.km.ejb.svc.notifyqueue.NotifyQueueBean.onMessage(NotifyQueueBean.java:93)
    at com.sap.caf.km.ejb.svc.notifyqueue.NotifyQueueBean0_0Extension._onMessage(NotifyQueueBean0_0Extension.java:159)
    at com.sap.caf.km.ejb.svc.notifyqueue.NotifyQueueBean0_0Extension.run(NotifyQueueBean0_0Extension.java:39)
    at java.security.AccessController.doPrivileged(AccessController.java:279)
    at javax.security.auth.Subject.doAs(Subject.java:555)
    at com.sap.caf.km.ejb.svc.notifyqueue.NotifyQueueBean0_0Extension.onMessage(NotifyQueueBean0_0Extension.java:141)
    at com.sap.jms.client.session.Session.run(Session.java:619)
    at com.sap.engine.services.ejb.message.RunnableObject.run(RunnableObject.java:49)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(AccessController.java:219)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
    java.net.SocketException: Socket closed
    at com.sap.caf.km.proxies.svc.kmnotif.ComSapPortalPrtSoapKMNotificationSvcBindingStub.notify(ComSapPortalPrtSoapKMNotificationSvcBindingStub.java:100)
    at com.sap.caf.km.ejb.svc.notifyqueue.NotifyQueueBean.onMessage(NotifyQueueBean.java:90)
    ... 11 more
    Caused by: java.net.SocketException: Socket closed
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:153)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:200)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:218)
    at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.readLine(HTTPSocket.java:806)
    at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getInputStream(HTTPSocket.java:341)
    at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getResponseCode(HTTPSocket.java:250)
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getResponseCode(HTTPTransport.java:362)
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.outputMessage(MimeHttpBinding.java:553)
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1464)
    at com.sap.caf.km.proxies.svc.kmnotif.ComSapPortalPrtSoapKMNotificationSvcBindingStub.notify(ComSapPortalPrtSoapKMNotificationSvcBindingStub.java:90).
    Could you help us to solve this issue.
    Regards,

    Hi,
    this forum is related to cProjects and cFolders, not to xPD. The right forum for your question would probably be the xApp forum.
    Regards,
       Florian

  • Updated OS now errors with WIFI & EMail accounts

    I updated to the 46MB latest Os update now cant seem to access my Outlook webmail and handset not recognizing connected to WIFI. Getting error "your device is not connected to a network. Connect to a network and try again". 
    Getting this error when trying to add Outlook webmail account as after the update and reboot the account was no longer getting emails.
    Help please?
    Solved!
    Go to Solution.

    This was resolved with another reboot.

  • Outllook error with new emails

    Hi
    I'm getting this message
    The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action
    HOWEVER
    Its only with email addresses I havent used before, other emails are going through just fine - any ideas please???
    Thanks

    Hi,
    Seems something is wrong with the Check Name.
    Please first try to create a new mail profile in Control Panel and reconfigure your email account in the new profile to check the result. See:
    http://support.microsoft.com/kb/829918/en-us
    In addition, this issue may occur when the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders registry key does not contain all of the required data. Specifically, these problems occur if the
    AppData string value is missing from this registry key.
    NOTE: The \User Shell Folders key also contains a string value called
    Local AppDatawhich is different from the value called AppData. The value that causes this problem (if it is missing) is the
    AppData value.
    To resolve this issue, import the User Shell Folders registry key from a working Windows User Profile. For more information, please refer:
    http://support.microsoft.com/kb/2264398/en-us
    Hope this helps.
    Regards,
    Steve Fan
    TechNet Community Support

  • Duplicate Emails - Outlook 2007

    Hi
    We had configured Pop account in Outlook 2007 and set email remove from server after receiving to outlook. Also using BlackBerry Torch Device email. There was no problem with duplicate emails because no email on the mail server. Working both fine
    ( Office Outlook and BB Torch)
    Now we brought BlackBerry Z10 Device. Configured email account on it. If send email from sender first receive it on the BB device and when sync with Outlook all emails deleted from mail server. After deleting mail server it automatically delete from BB device.
    In short we are in trouble in both side. If set delete email after receiving in outlook then unable to see on BB. If want to see all emails on BB need to keep leave copy in outlook and duplicate emails receive problem. it's duplicate email issue
    is occur suddenly it may come after  2 months Or 6 months.
    Is there any connection with size of pst file for duplicate emails? Is there connection with location of pst file ( C:\........ OR different)?
    Please guide us for that we need to do.
    Thanks & Regards,
    Suhas

    Hi,
    Based on the description, if you receive emails on Outlook first, since the emails are removed from the server, you are not able to see the emails on your BlackBerry device. If you receive emails on your BlackBerry device first, you encounter the "Duplicate
    emails" issue.
    Is my understanding correct?
    Please kindly detail what it means by "Duplicate emails", does it mean you receive two same messages on the BlackBerry device?
    Try to re-setup the account on your BlackBerry device and test if you still get duplicate emails.
    If your ISP provides IMAP protocol, we suggest you setup the account via IMAP, which keeps the emails synced on all of your devices.
    For further support about your BlackBerry device, please contact BlackBerry support:
    http://worldwide.blackberry.com/gettingstarted/?CPID=OTC-GETSTARTED
    Regards.
    Melon Chen
    TechNet Community Support

  • Problems with duplicate persistence units

    I suppose that Weblogic 10.3 do not support some locations of persistence.xml.
    For example. On Jboss server I can succesfully deploy ear with this structure
    -services-ejb.jar
    -services-ws.jar
    -/APP-INF/lib
    -/APP-INF/lib/services-jpa.jar with persistence.xml i META-INF
    -/META-INF/application.xml
    But on Weblogic 10.3 it is impossible. Weblogic got an error with duplicate PU in the same location...
    <2009-06-04 16:06:18 CEST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.management.DeploymentException:
    at weblogic.application.internal.flow.JpaFlow.prepare(JpaFlow.java:59)
    weblogic.deployment.EnvironmentException: duplicate persistence units with name servicesJPA in scope services-ear.
    First PU location: file:D:/apache/bea10.3/wlserver_10.3/samples/domains/wl_server/servers/examplesServer/tmp/_WL_user/services-ear/skzpn4/APP-INF/lib/services-jpa.jar.
    Second PU location: file:D:/apache/bea10.3/wlserver_10.3/samples/domains/wl_server/servers/examplesServer/tmp/_WL_user/services-ear/skzpn4/APP-INF/lib/services-jpa.jar
    My application.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" version="5">
    <description>services ear</description>
    <display-name>services-ear</display-name>
    <module>
    <ejb>services-ejb.jar</ejb>
    </module>
    <module>
    <web>
    <web-uri>services-ws.war</web-uri>
    <context-root>/services-ws</context-root>
    </web>
    </module>
    <library-directory>APP-INF/lib</library-directory>
    </application>
    Is any solution to keep persistence in library directory?

    Edwin,
    I have tried the same thing that you describe in question one in the attached VI. If you change the data ranges and then run the VI, you will note that the numeric value will only ba allowed in the new range. (If the current value is outside of the range that you have set, then you will need to change the value of the cotrol to be in the new range before the new range properties will take effect.)
    As for your second question, can you expand upon this? I am not sure that I understand what you mean. Is an example VI possible? Thanks
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask
    Attachments:
    Data_Range_with_Units.vi ‏22 KB

  • How can i remove duplicate emails?

    1) How can I remove duplicate emails?
    2) in main inbox folder of all my accounts, I don't want to see duplicate emails?
    3) I want to filter with duplicate emails.

    You have already asked this question more than once. Please keep all responses to same question in one question.
    see this question:
    https://support.mozilla.org/en-US/questions/1002446?esab=a&s=&r=0&as=s

  • Email forwarding and then fetching causing duplicate emails

    I just got a new iPhone 5s, so the sync is gone with my gmail accounts.  I tried to forward the gmail to outlook.com and sync that with the mail app on the iPhone.  I'm getting duplicate emails.  I think the problem is that when I open the mail, then it also fetches the new mail so I end up with duplicate emails.  I have the settings set to push and fetch on manual.  There doesn't seem to be a way to turn off the fetch.  Does anybody know how to fix this problem?
    Thanks in advance for any help!

    Hi,
    Based on the description, if you receive emails on Outlook first, since the emails are removed from the server, you are not able to see the emails on your BlackBerry device. If you receive emails on your BlackBerry device first, you encounter the "Duplicate
    emails" issue.
    Is my understanding correct?
    Please kindly detail what it means by "Duplicate emails", does it mean you receive two same messages on the BlackBerry device?
    Try to re-setup the account on your BlackBerry device and test if you still get duplicate emails.
    If your ISP provides IMAP protocol, we suggest you setup the account via IMAP, which keeps the emails synced on all of your devices.
    For further support about your BlackBerry device, please contact BlackBerry support:
    http://worldwide.blackberry.com/gettingstarted/?CPID=OTC-GETSTARTED
    Regards.
    Melon Chen
    TechNet Community Support

  • Duplicate emails on iCloud

    After switching to iCloud am getting all emails twice

    I came across the problem with duplicate emails when using iCloud so I tried this to solve it and so far it has worked:
    Open  Mail on your iMac/Laptop, go to Mail on the top Menu Bar and choose  Preferences. In Accounts press + to add a new account, choose iCloud.  This should overide your orginal iCloud account. Still in Preferences  highlight the iCloud IMAP icon and drop down the Alias menu and change  it to custom. Go to the viewing icon and drop down the menu Show Header  Details to: Custom. Go to create an email using your iCloud and sent an  email to your email address and hopefully you should only recieve one  email in your inbox and on your other devices! You may have to re-imput  your email signatures (optional)...

  • ITunes is updated and works fine and I am able to log onto my account. When I go to purchase a song, I get the error message "Your Apple ID has been disabled". I've tried different methods: changing passwords, making a new account with another email addre

    iTunes is updated and works fine and I am able to log onto my account. When I go to purchase a song, I get the error message "Your Apple ID has been disabled". I've tried different methods: changing passwords, making a new account with another email address, and emailing itunes tech support. I am curious as to how many others have been experiencing the same issue. When I googled the error, it seemed like it was happening extremely often with many people.
    We all love their products, but they always come with a lot of issues and horrible customer support.
    My apple Id is [email protected]

    My Iphone 4 is telling me the same thing and I believe I figured out what the problem is.  I had some fraudulent charges on my itunes account, so I call my bank and disputed the charges.  Right after I did that, I started getting the message "Your apple ID has been disabled."  I just realized today that the charges are not fraudulent, they are "in app purchases."  One of my daughters downloaded the game Top Girl which is FREE, but in the game Top Girl you use money in the game to purchase things.  It just so happens that the money you use to purchase things is real money MY Money!!!.  My daughter thought she was using play money in the game and had no idea she was using real money.  She spent $106.00 buying stuff.  Now I have to call the bank and tell them to release the hold and pay Itunes.  I'm hoping this solves the problem.  Here is the link to learn how to disable "in app purchase" on your iphone or ipad.
    http://www.ikidapps.com/2010/12/parents-avoid-accidental-app-purchases-how-to-tu rn-off-in-app-purchasing.html

  • When trying to but in app purchases I get an error that says "iTunes password and account is not synced with the email address"!  How can I fix this?

    I try and buy in app purchases but it won't let me and gives me the above error message: "iTunes password and account is not synced with the email address"!  How can I fix this?

    Are you running modified software on your phone?  This error seems to be common if the firmware has been modified and you're trying to restore the phone again. 

  • Duplicate emails in Mail with gmail

    Hi, I keep getting multiple duplicate emails in my inbox. Even the one's I've deleted keep coming back. They appear across my folders and it's really frustrating as I'm unable to stop it. I've checked the discussions but cannot see an obvious solution (unless I'm looking in the wrong place) other than to disable my POP account in gmail settings, which I've done. Can anyone offer any help please?

    Information on trying to get Mail and Gmail to work together.
    Gmail with Apple Mail
    Gmail with Apple Mail (2)
    Gmail with Apple Mail (3)
    Gmail with Apple Mail (4)
    Gmail with Apple Mail (5)
    Gmail without duplicates

  • Email Actions with duplicate partners

    HI All,
        I am sending out 'automatic' emails using Actions to all partners having a "Z0000134" partner function on creation of a transaction. The other partner functions in the transactions are of the type Employee responsible and Z copy of Activity partner. The transaction is configured to have only one partner for a partner function. Also I have configured manual trigger of email actions for other partner functions.
    My issue is that the automatic action determination fails, whenever the same partner is present for both Z0000134 and employee responsible or activity partner. I am not sure why this is happening and i have noticed that its a non issue if i schedule the automatic action to trigger for employee responsible on create of a transaction instead of Z0000134.
    I think this has got to do something with the way sap merges the action with duplicate partners.
    Can anyone help me with this?
    Thanks
    Reddy

    Hi Reddy
    Please see the oss note no. 621183 which explains this behaviour
    (and also note 895546 point 4).
    "If you want all partner functions/partner function categories to be
    included in the action determination, deactivate BAdI implementation
    CRM_ACTION_BADI or you program a new implementation that meets your
    requirements."
    Since the same business partner exists more than once, this behaviour is
    seen. So please deactivate the Badi, and then retest, as this should resolve the issue.
    Best Regards
    Gavin

Maybe you are looking for

  • Getting database error while updating data to mysql table.

    user registration.jsp < jsp user view to get input > <?xml version="1.0" encoding ="UTF-8"?> <%@ taglib prefix="c"   uri="http://java.sun.com/jsp/jstl/core" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <%@ taglib prefix="sql"

  • Creative MediaSource/Zen Xtra/Vista Is

    I have had?a Zen Xtra for a couple of years, I recently got a new computer which has Vista Installed. After going through the nutroll that was downloading MediaSource for Vista and updating the firmware to be Play-for-sure, etc... everything seemed t

  • Corrupted ipod

    I've recently bought a 60gb ipod with colour display. I loaded a friends itunes on which went as planned with no problems, however 4 weeks later I'm experiencing a few problems with it. 1. iTunes tells me it has detected a corrupted ipod and recommen

  • How do I paste a hyperlink into the new version of Numbers and show the link name rather than its URL?

    I used to be able to do this using paste and match style, but now instead of showing the link name as on the website of origin it is pasting the whole URL. thanks

  • Provide me docs. regarding the se11

    Does anyone has a detailed document illustrating the creation and use of check tables and f4 help for data elements Also a detailed document illustrating the creation and usage of various data objects(se11) would be appreciable..