"recording name conflict" error

Hi,
I have a dependency problem building a new copy of Heimdal Kerberos (SS12.1 on SPARC) that I don't know how to work around. When make begins linking a number of the shared libraries together, it bombs out with:
ld: fatal: recording name conflict: file `../krb5/.libs/libkrb5.so' and file `/opt/heimdal/lib/sparcv9/libkrb5.so' provide identical dependency names: libkrb5.so.25 (possible multiple inclusion of the same file)
Libtool is finding /opt/heimdal/lib/sparcv9/libkrb5.so, listed in an .la file for openldap. But, since I built a new version of libkrb5.so, located at ../krb5/.libs/libkrb5.so, it fails. I tried to rename the old directory, but then it fails when it can't find it:
ggrep: /opt/heimdal/lib/sparcv9/libgssapi.la: No such file or directory
/opt/gnu/bin/sed: can't read /opt/heimdal/lib/sparcv9/libgssapi.la: No such file or directory
libtool: link: `/opt/heimdal/lib/sparcv9/libgssapi.la' is not a valid libtool archive
gmake[3]: *** [libhdb.la] Error 1
gmake[3]: Leaving directory `/opt/ws/dists/Services/heimdal-1.2.1/lib/hdb'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/opt/ws/dists/Services/heimdal-1.2.1/lib/hdb'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/opt/ws/dists/Services/heimdal-1.2.1/lib'
gmake: *** [all-recursive] Error 1
How do I get libtool to ignore the old file & use the new one? Any help would be greatly appreciated.
Thanks.
-John

You probably have a shared library with a runpath that includes the location of the old libkrb5.so, and that does not include the location of the new version. The reference to libkrb5.so then can't be satisfied if you remove or rename the old directory. That dependency would also explain the linker complaint about the two copies of libkrb5.so when both are visible.
Run ldd on the various project libraries to find ones with a dependency on /opt/heimdal/lib/sparcv9/libkrb5.so. Rebuild them with a new runpath (-R option) that does not include /opt/heimdal/lib/sparcv9 but does include the directory containing the new library version.
If you can't remove /opt/heimdal/lib/sparcv9 from the runpath because the applciation needs other libraries in that directory, you need to replace the libkrb5.so in the directory with your new version. (I would rename the old directory so that you don't lose it.)
(Note: the -L option tells the linker where to look for libraries at program link time. The -R option tells the run-time loader where to look for libraries when the program is run.)
You also mention a ".la" file. I don't know what that is. I don't find a mention of such a thing in the Solaris Linker and Libraries Guide.

Similar Messages

  • PI 7.0 - SMICM - Host Name - Conflict with other places

    Hi Friends,
    We have host name conflict in SMICM and in other places.
    For example, in SMICM it shows the host name 'A' for HTTP protocol and it is green, where as in other places like in RZ10 (Profiles in ABAP), Exchange Profiles (Connection Parameters, Host name), in SLD and in Visual Admin the host name is mentioned as 'B'.
    At present, the messages are failing in SXMB_MONI with the error "CLIENT_RECEIVE_FAILED 402 ICM_HTTP_TIMEOUT  ".
    When we checked the paramter "icm/host_name_full" in RZ11,it shows the empty value.
    This problem comes in our quality PI system, ABAP stack.
    Could you kindly clarify in SMICM for the HTTP service from where the host name is taken and displays here?
    Kind regards,
    Jegathees P.

    Connect to the operating system. Check this file (replace xxx with your SID and, if applicable, 00 with the correct instance):
    C:\usr\sap\xxx\SYS\profile\xxx_DVEBMGS00_ILBNKxxx
    Find this line:
    icm/host_name_full = hostname.company.corp
    Is this maybe empty / incorrect / incomplete?
    After changing this the server needs to be restarted.
    Sometimes we had strange behaviors after host name changes, which went away after going to sicf -> execute -> right-click on default host -> deactivate -> right-click again -> activate -> in the pop-up click the second activate button, which is for activating the system and all dependent entries.

  • Jndi name conflict found in

    I have received a naming conflict when starting up App Server 7.
    I am using the Sun Studio Enterprise.
    The abstract schema name for the entity bean is Billercenter and everywhere else that the bean is referenced is billerCenter.
    I am thinking that the server is complaining about the name not matching in the application module, but it won't let me change out the name. The following error is from the server.log. Anyone know what the fix is?
    [12/May/2004:16:59:13] SEVERE ( 4516): EJB5090: Exception in creating EJB container [javax.naming.NameAlreadyBoundException [Root exception is org.omg.CosNaming.NamingContextPackage.AlreadyBound: IDL:omg.org/CosNaming/NamingContext/AlreadyBound:1.0]]
    [12/May/2004:16:59:13] SEVERE ( 4516): appId=billerCenter_EJBModule moduleName=billerCenter_EJBModule ejbName=billerCenter
    [12/May/2004:16:59:13] SEVERE ( 4516): LDR5012: Jndi name conflict found in [billerCenter_EJBModule]. Jndi name [ejb/Billercenter] for bean [billerCenter] is already in use.
    [12/May/2004:16:59:13] SEVERE ( 4516): LDR5013: Naming exception while creating EJB container:
    javax.naming.NameAlreadyBoundException. Root exception is org.omg.CosNaming.NamingContextPackage.AlreadyBound: IDL:omg.org/CosNaming/NamingContext/AlreadyBound:1.0
    at org.omg.CosNaming.NamingContextPackage.AlreadyBoundHelper.read(AlreadyBoundHelper.java:60)
    at org.omg.CosNaming._NamingContextExtStub.bind(_NamingContextExtStub.java:222)
    at com.sun.jndi.cosnaming.CNCtx.callBindOrRebind(CNCtx.java:552)
    at com.sun.jndi.cosnaming.CNCtx.bind(CNCtx.java:588)
    at javax.naming.InitialContext.bind(InitialContext.java:359)
    at com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManagerImpl.java:204)
    at com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManagerImpl.java:168)
    at com.sun.ejb.containers.BaseContainer.initializeHome(BaseContainer.java:409)
    at com.sun.ejb.containers.EntityContainer.initializeHome(EntityContainer.java:355)
    at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:230)
    at com.iplanet.ias.server.AbstractLoader.loadEjbs(AbstractLoader.java:345)
    at com.iplanet.ias.server.EJBModuleLoader.load(EJBModuleLoader.java:79)
    at com.iplanet.ias.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:194)
    at com.iplanet.ias.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:166)
    at com.iplanet.ias.server.StandAloneEJBModulesManager.moduleDeployed(StandAloneEJBModulesManager.java:297)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:464)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:451)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:294)
    at com.iplanet.ias.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:99)
    at com.iplanet.ias.admin.server.core.channel.AdminChannelServer.sendNotification(AdminChannelServer.java:84)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
    at sun.rmi.transport.Transport$1.run(Transport.java:148)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
    at java.lang.Thread.run(Thread.java:536)
    [12/May/2004:16:59:13] WARNING ( 4516): CORE5020: Error while loading ejb module
    [12/May/2004:16:59:13] WARNING ( 4516): ADM5603:Event listener error [Error while loading EJB module [billerCenter_EJBModule]. Please refer to the server log for more details. ]

    12/May/2004:16:59:13] SEVERE ( 4516): LDR5012: Jndi name conflict found in [billerCenter_EJBModule]. Jndi name [ejb/Billercenter] for bean [billerCenter] is already in use.
    If you look at your deployment descriptor which should be ejb-jar.xml you s hould have more than 1 jndi entries which are identical for more than 1 ejbs ..

  • Unable to set node credentials for /LDAPv3/127.0.0.1 with record name n`.

    When starting Server Preferences, I receive a window with the following text:Unable to set node credentials for /LDAPv3/127.0.0.1 with record name n`. There may be an error with the Open Directory Service.
    This started to occur after I used the command changeip to change the ip of the service.
    I've tried (Re)starting Open Directory Service, but that doesn't resolve it.
    Does anyone know how I can resolve this error? I'd like to be able to user Server Preferences again!

    One of our servers (10.6.8)  that had been running for months suddenly started generating that error message when trying to access Server Preferences.  Workgroup Manager, which seems to use the same login information, accessed just fine. We tried deleting access information in Keychain, to no avail. What finally worked for US was:
    - Via Server Admin, (in Open Directory > Settings > General) change the Role: Open Directory from Master to Standalone
    - This (for us) then restored access to Server Prefs
    - Use Server Admin to change the Role back to Master
    Warnings - 1)  backup first  2) you will have to reinstall the master password, and  3) ALL accounts were lost and had to be recreated.

  • Hostname/DNS "A Record" name

    We are having an issue with one domain bellsouth.net we are basically getting this back from them.
    12:18:29 928 MSG 10801 Recipient: [email protected]
    12:18:30 888 DMN: MSG 10802 Send Failure: 521 Error - Blocked for abuse. Contact [email protected]
    12:18:30 888 DMN: MSG 10802 Send Failure: 521 Error - Blocked for abuse. Contact [email protected]
    12:18:59 480 MSG 10803 Analyzing result file: /media/nss/MAIL/ndhdom/wpgate/gwia/result/rae59395.645
    12:18:59 480 MSG 10803 Detected error on SMTP command
    12:18:59 480 MSG 10803 Command: bellsouth.net
    12:18:59 480 MSG 10803 Response: 521 Error - Blocked for abuse. Contact [email protected]
    When I looked up the Detected error on SMTP command, I found some information about the Hostname, currently on our server it is setup as Hostname/DNS "A Record" name: ndhc.org (according to the internet domain holder (godaddy) the host name is ndhc.org and the "A" record name is mail. What should we have in the Hostname/DNS "A Record" name field? I believe that we have tried the servername.domain name (liberxx.ndhc.org) and that failed and I think that we also tried (mail.ndhc.org) I cannot confirm that we actually have it has been awhile since we did this project, but I am just wondering if someone can help clear this up for me. Thank you. This issue only started happen with Bellsouth.net when we switched from the NetWare GWIA to the Linux GWIA is there something else that might have been missed.

    Originally Posted by mrosen
    Hi,
    dschaldedfg wrote:
    >
    > We are having an issue with one domain bellsouth.net we are basically
    > getting this back from them.
    >
    > 12:18:29 928 MSG 10801 Recipient: [email protected]
    > 12:18:30 888 DMN: MSG 10802 Send Failure: 521 Error - Blocked for
    > abuse. Contact [email protected].
    > 12:18:30 888 DMN: MSG 10802 Send Failure: 521 Error - Blocked for
    > abuse. Contact [email protected].
    > 12:18:59 480 MSG 10803 Analyzing result file:
    > /media/nss/MAIL/ndhdom/wpgate/gwia/result/rae59395.645
    > 12:18:59 480 MSG 10803 Detected error on SMTP command
    > 12:18:59 480 MSG 10803 Command: bellsouth.net
    > 12:18:59 480 MSG 10803 Response: 521 Error - Blocked for abuse.
    > Contact [email protected].
    >
    > When I looked up the Detected error on SMTP command, I found some
    > information about the Hostname, currently on our server it is setup as
    > Hostname/DNS "A Record" name: ndhc.org (according to the internet domain
    > holder (godaddy) the host name is ndhc.org and the "A" record name is
    > mail. What should we have in the Hostname/DNS "A Record" name field?
    mail.ndhc.org
    Okay, so you think we should try putting "mail.ndhc.org" into that section (Hostname/DNS "A Record" name field) instead of what we currently have "ndhc.org"
    But that error doesn't sound like it's related to DNS. It much more
    sounds like you're really blacklisted for sending spam. If it's really
    the hostname, then their system is giving out extremely stupid result
    messages. Have you tried to contact the given email address in the
    message?
    I know when we first setup the system we were having an issue with the GWIA relaying, but that has since been rectified, they are the only ones that are blacklisting us, because I have checked on other sites (blacklisting websites that is) and there is nothing about our site being blacklisted. I think basically the people that are trying to receive the messages respond back saying that they never received emails from the people here at ndhc. If memory serves they have been emailed from other accounts and those go through because Bellsouth.net is not blocking those accounts, like yahoo, gmail, etc.
    CU,
    Massimo Rosen
    Novell Product Support Forum Sysop
    No emails please!
    Untitled Document

  • JAXB class conflict error

    I am new to JAXB.
    I am using external customization file to create JAXB classes.
    I have one XSD file which includes another XSD. Both of them have the same element name and the classes are getting created in the same folder. I have tried each and every option of the options mentioned in the fix collides examples of JAXB sun tutorial without any success.
    Please guide me on this.
    This is the following error:
    compile:
    [echo] Compiling the schema...
    [xjc] C:\Sun\jwsdp-1.6\jaxb\samples\acord-dri\gen-src\primer.po is not found and thus excluded from the dependency
    check
    [xjc] Compiling file:/C:/Sun/jwsdp-1.6/jaxb/samples/acord-dri/Aon_Acord-Repository_v-1-0-1.xsd
    [xjc] [ERROR] Multiple <schemaBindings> are defined for the target namespace "http://www.ACORD.org/Standards/Acord
    MsgSvc/1.1.0"
    [xjc] line 129 of binding.xjb
    [xjc] [ERROR] Another <schemaBindings> is defined here
    [xjc] line 98 of binding.xjb
    [xjc] [ERROR] A class/interface with the same name "primer.po.SenderAonAcord" is already in use. Use a class custo
    mization to resolve this conflict.
    [xjc] line 265 of Acord-Repository_v-1-0-1.xsd
    [xjc] [ERROR] (Relevant to above error) another "SENDERAonAcord" is generated from here.
    [xjc] line 217 of Aon_Acord-Repository_v-1-0-1.xsd
    [xjc] [ERROR] This error is caused because on Windows you cannot have both "SENDERAonAcord.java" and "SenderAonAco
    rd.java" in the same directory.
    [xjc] unknown location
    [xjc] failure in the XJC task. Use the Ant -verbose switch for more details

    This is because of name conflicts in the xsd. If the <xsd:element> name is same as some <xsd:complexType> and that is referenced from the element this happens. If you provide different names, it will solve the problem
    Regards,
    Sushil

  • Excessive Name Conflicts

    Hi,
    I have iTunes running on two seperate Windows 7 laptops and am unable to share between these. I am also seeing multiple error messages per second in the event viewer from Bonjour services.
    mDNSCoreReceiveResponse: Received from 192.168.1.130:50894 22 26AD664146XXXXXX.touch-able.tcp.local. SRV 0 0 3689 Colorado.local.
    mDNSCoreReceiveResponse: ProbeCount 2; will rename 18 26AD664146XXXXXX.touch-able.tcp.local. SRV 0 0 3689 Utah.local.
    Excessive name conflicts (32) for 26AD664146XXXXXX.touch-able.tcp.local. (SRV); rate limiting in effect
    I have the latest version of iTunes and Bonjour installed.
    Has anyone seen this or know how to resolve it ? I am also unable to get
    iPhone Remote working with both iTunes libraries at the same time.
    I have checked the Library Persistent ID on both itunes installs (.itl and .xml)
    and these are different.
    Thanks
    John

    I'm seeing multiple errors from Bonjour, also, on both my Win 7 and XP laptops.
    They are different from the ones you posted:
    492: ERROR: read_msg errno 10054 (An existing connection was forcibly closed by the remote host.)
    The number in front cycles through different values: 520,576, 240, 536, 236, 560, 492, 516, 568. Always a burst of ten of them with different numbers.

  • NWDI: Name Conflict in Consolidation Track

    Hi Experts,
    We transported our development components from Dev(development) to Cons(consolidation) track.
    It is throwing an error name conflict in CONS track.
    I have tried to accept active version in cons track.But it was not allowing me to create an activity.
    Error: FAILED: Checkout inactive DeltaV resource failed (Forbidden [(pre||post)-condition failed: DAV:access-denied]) 
    Could anyone help on this issue?
    Thanks in Advance.
    Best Regards,
    Arumugakarthika S

    Dear Arumugakarthika,
    the problem is most likely that the acl.xml in the following location is too restrictive:
    http://<dtrhost>:<port>dtr/ws/system/config/active/ACLs/byPath/acl.xml
    I assume it contains only access and read privileges for NWDI.Administrators.
    To correct this please proceed as follows:
    1. open up NWDS and log in to DTR with NWDI administrator user
    2. check out the acl.xml file
    3. since you will not be able to edit the acl.xml file from NWDS, locate it on your harddrive and edit it with other editor. Please also remove the read-only flag if needed.
    4. check in the new version of the file through NWDS.
    I add here a sample acl.xml which you can use as starting point for ACL permission settings.
    <?xml version="1.0" encoding="UTF-8"?>
    <acls>
    <acl>
      <resource>/</resource>
      <ace>
        <all />
        <grant>
          <privilege>access</privilege>
          <privilege>read</privilege>
          <privilege>write</privilege>
          <privilege>checkin</privilege>
          <privilege>import</privilege>
          <privilege>export</privilege>
          <privilege>integrate</privilege>
          <privilege>adminA</privilege>
          <privilege>adminX</privilege>
        </grant>
        <description></description>
      </ace>
      <ace>
        <isgroup />
        <principal>NWDI.Developers</principal>
        <grant>
          <privilege>access</privilege>
          <privilege>read</privilege>
          <privilege>write</privilege>
          <privilege>checkin</privilege>
        </grant>
        <description></description>
      </ace>
      <ace>
        <isgroup />
        <principal>NWDI.Administrators</principal>
        <grant>
          <privilege>access</privilege>
          <privilege>read</privilege>
          <privilege>write</privilege>
          <privilege>checkin</privilege>
          <privilege>import</privilege>
          <privilege>export</privilege>
          <privilege>integrate</privilege>
          <privilege>adminA</privilege>
          <privilege>adminX</privilege>
        </grant>
        <description></description>
      </ace>
    </acl>
    </acls>
    I hope this helps.
    Regards,
    Ervin

  • Excessive name conflicts (451) for Bonjour in event logs

    I have a few hundred PC laptops using iTunes, Bonjour, and AirPlay. Teachers are using iPads and AirPlay to project to pc Laptop and projector. The AirPlay works most of the time and stays active on the pc, but cannot be found by iPads after it is idle for a while. I am getting many errors indicating Excessive Name Conflicts (451) in the event logs. The exact message on one laptop is:
      Excessive name conflicts (451) for HS2105._airplay._tcp.local. (SRV); rate limiting in effect
    HS2105 is the workstation name. The laptop and iPad are on the same VLAN and multicasting is enabled on WAPs. I think Bonjour is the problem.  Any ideas?

    I'm seeing multiple errors from Bonjour, also, on both my Win 7 and XP laptops.
    They are different from the ones you posted:
    492: ERROR: read_msg errno 10054 (An existing connection was forcibly closed by the remote host.)
    The number in front cycles through different values: 520,576, 240, 536, 236, 560, 492, 516, 568. Always a burst of ten of them with different numbers.

  • Error while saving record "User:johndoe":     Error -14071

    I have added my augmented users from the AD server. When I select user and to apply a setting under Preferences I get this on attempting an "Apply", Error while saving record "User:johndoe":Error -14071. I'm authenticating to my LDAP not AD/All Domains.
    I have the server bound correctly to the AD server. Bound to AD, then promoted to OD master.
    Tried WGM from another Mac, same error.
    I recall my AD admin extending the ad schema last year for OS X 10.4.
    Thoughts? Thanks.

    Thanks David and Mabel, and all for the suggestions. I did go through "Leveraging Active..." prior to posting. I did try your method of canceling the authorization to WGM and viewing Directories. I would select a user from this method and try to apply something from MCX, but still got the -14070 error. Yes, I do have my client bound 1st OD, 2nd AD, with OD first on the search policy for the client.
    I though I had solved my issue by authenticating to WGM and LDAP. Then selecting Groups and the Members tab, I define an OD group and select that group. I can then click the "+" towards the right of the window. Then select my AD there which populates. I can add my AD groups or single users to my OD group. Then I'm able to apply MCX settings. But, no "blue" circle next to the group's silhouette. How is my method possibly incorrect?
    Also, at some point I unbound my client from AD and it seems the client is ok with getting AD info off my OD server. Example, my AD sharepoint mounts for PHD.
    But, I do have a pause of 20 secs. are more when logging into the client as well as accessing applications. Side effect of my method?

  • Assign Type conflict error

    Hi,
    I am trying to load the data from PSA to write optimised DSO in production and it is throwing me an error 'Short dump :Assign Type conflict error".
    I have no routines in the transformations.Source data types are matching with target data types.
    Is there any way I could resolve this issue.
    Thanks,
    Chandra

    Hi,
    I had this problem when i was loading the sales cube. the problem was UOM was not maintained in the system. Then I maintained UOM in the bi and solved the issue. JUst check if your data from the source has got the master data in bi.
    Thanks
    Srikanth

  • Add-on Conflict error while installing add-on LOCIN release 100

    Hi experts,
    I want to install the add-on for India Localization for IS-Utilities i.e., LOCIN release 100. I have downloaded the add-on and also the CRT(SAPK-10001INLOCINISU) required for the add-on.
    we got an error while installing the add-on it is
    "OCS package SAPK-10001INLOCINISU does not match the current software component vector"
    if we remove the CRT from the queue and start the installation then it will give add-0n conflict error.
    Conflicts Between Add-On LOCINISU 100 and Support Packages
    Component    Release      Support Package        Information on
                                                      Conflict Resolution
    FI-CA        600          SAPK-60004INFICA       Include CRT
                               SAPK-60005INFICA       Include CRT
                               SAPK-60006INFICA       Include CRT
                               SAPK-60007INFICA       Include CRT
                               SAPK-60008INFICA       Include CRT
                               SAPK-60009INFICA       Include CRT
                               SAPK-60010INFICA       Include CRT
    Plz tell the solution for this.

    Hi,
    I had somthng like this recently with SCMEWM....
    1. Clear out your EPS/in directory
    2. Download the latest version of the add-on and all the patches ===> the latest CRT's will be in the patches.
    3. Unpack them and try import again.
    Also if you have not seen or read:
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=950513
    Mark

  • Error while saving record "john doe":     Error: -14140

    when changing a users preferences i try and save but it comes up with this error
    Error while saving record "john doe": Error: -14140
    and wont allow me to save
    any ideas?
    Many Thanks

    This thread might help you:
    http://www.afp548.com/forum/viewtopic.php?showtopic=16200
    This document is supposed to be very good as well:
    http://www.afp548.com/filemgmt_data/files/AD-OD-2.1.pdf

  • 36 duplicate record  found. -- error while loading master data

    Hello BW Experts,
    Error while loading master data
    ( green light )Update PSA ( 50000 Records posted ) No errors
    ( green light )Transfer rules ( 50000  „³ 50000 Records ): No errors
    ( green light )Update rules ( 50000 „³ 50000 Records ): No errors
    ( green light ) Update ( 0 new / 50000 changed ): No errors
    ( red light )Processing end: errors occurred
         Processing 2 finished
    ƒÞ     36 duplicate record found. 15718 recordings used in table /BIC/PZMATNUM
    ƒÞ     36 duplicate record found. 15718 recordings used in table /BIC/XZMATNUM
    This error repeats with all the data-packets.
    what could be the reason of the error. how to correct the error.
    Any suggestions appreciated.
    Thanks,
    BWer

    BWer,
    We have exactly the same issue when loading the infoobject 0PM_ORDER, the datasource is 0PM_ORDER_ATTR.
    The workaround we have been using is 'Manual push' from the details tab of the monitor. Weirdly we don't have this issue in our test and dev systems, even in Production, this doesn't occur somedays. We have all the necessary settings enabled in the infopackage.
    Did you figure out a solution for your issue, if so please let me know and likewise I will.
    -Venkat

  • Secure connection failed: The Certifying Authority for this certificate is not permitted to issue a certificate with this name. (Error code: sec_error_cert_not_in_name_space) PLEASE HELP ME!!

    I have gone to this website almost everyday for years and I have not changed anything in my internet settings, but now I'm getting this message: secure connection failed: The Certifying Authority for this certificate is not permitted to issue a certificate with this name. (Error code: sec_error_cert_not_in_name_space) The only thing I KNOW I did differently, was I installed a CAC reader to my computer, since then, this has been happening. Is there a setting I can change?? E-mail is: [email protected] Thanks! Megan

    There were recently several users getting this error code who use AVAST 2015. If you recently got that program, please see:
    * [https://support.mozilla.org/questions/1029578 Can NOT access https://www.google.com for google voice, mail etc.]
    * [https://support.mozilla.org/questions/1028985 Avast Forum connection failed - works in Chrome etc.]
    * [https://support.mozilla.org/questions/1028190 Since last FF update I can't sign out of Yahoo and when I close FF it tells me it has crashed.]

Maybe you are looking for

  • XML error

    Hi, i get the following error when i try to parse access table data into a new xml doc using a zerces dom parser. any ideas ???? org.apache.xerces.dom.DOMExceptionImpl: DOM006 Hierarchy request error      at org.apache.xerces.dom.DocumentImpl.insertB

  • Oracle Financials Applications Reports

    Hi, I need to customize Oracle Financial Applications Standard Reports (Balance, Journal etc...)(for GL, AP, AR, FA, CM). For example Adding some data columns or changing the label of the Standard Reports. What is the best tool to be able to do that

  • IBook won't log in to OSX

    Hi, OS X told me I needed to restart, so I held the power button to turn off. WHen I restarted, the computer would not progress from the grey screen with the apple logo and the spinning wheel. I have tried to to reboot in safe mode but the command lo

  • Asa high cpu

    I am seeing high cpu utilization on 5520. Any pointers on how to troubleshoot? fw# sh processes cpu-usage sorted non-zero PC         Thread       5Sec     1Min     5Min   Process 0x081e1e11   0x6ddc1528   70.6%   66.5%   66.0%   Dispatch Unit 0x08ed1

  • After Effects manual update issue

    im using OSX mavericks (version 10.9.1), and it said that i couldn't use it, so i tried to force the update and i got this error After Effects warning: Could not rename the file 'Library/Preferences/Adobe/After Effects/12.2/Workspaces.10227.140735151