Error in Master Data Out-of-the-box Scenario Customer

Hi Experts,
I set up a normal out of the box scenario of master data that is supposed to sincronize just Customers, but when I create a supplier It also creates it in my subsidiary company.
I read the documentation Config_Guide_SAP_Business_One_Master_Data_Distribution_EN.pdf and it´s clear when it said that this scenario is only for Customers. Even in the appendix the card type it´s supposed to be mapped with the fix value cCustomer.
I checked the xsl file and the cardtype is also mapped as it comes from the sender so I do not understand exactly what it does.
I continued with my testing and when trying to update any field in a supplier an error appears.
So, if it´s only for customers why does it create the suppliers?
and if suppliers are also sincronized why cannot update any field?
Thanks in advance,
David

Hi experts,
I found the field that caused the error when updating suppliers. This field is
<OtherReceivablePayable>
<xsl:value-of select="BO/BusinessPartners/row/OtherReceivablePayable"/>
</OtherReceivablePayable>
If this field is not mapped the scenario works ok for suppliers also.
I do not understand why in the documentation this scenario is supposed to be just for customers because is for all IC.
I suppose is an error but if someone could confirm it would be perfect.
Thanks anyway,
David

Similar Messages

  • JSP Compilation Error when using OC4J out of the box

    Hello.
    After installing Java jdk 1.5.0_05, setting ORACLE_HOME, setting JAVA_HOME, rebooting, and installing OC4J standalone straight out of the box, I have deployed a simple web project that consists of just one JSP. I receive the following error message:
    NOTIFICATION J2EE JSP-0008 Unable to dispatch jsp Page: oracle.jsp.provider.JspCompilationException: Errors compiling: C:\LocalApps\OC4J\j2ee\home\application-deployments\oc4j_jsp\persistence\_pages\\_Test.java<pre></pre>
    I have deployed a number of Flex2 applications without incident. What am I missing here? Another odd thing is that my organization has OAS running and it can render JSPs fine.
    Any help is appreciated thanks,
    Mike
    P.S. I have gone back and set the JSP debug switches, but they do not yeild much more info. Here is the stacktrace:
    NOTIFICATION J2EE JSP-0008 Unable to dispatch JSP Page : oracle.jsp.provider.JspCompileException: <H3>Errors compiling:C:\LocalApps\OC4J\j2ee\home\application-deployments\oc4j_jsp\oc4j_jsp\persistence\_pages\\_Test.java</H3><pre></pre>
         at oracle.jsp.app.JspJavacCompiler.compile(JspJavacCompiler.java:304)
         at oracle.jsp.runtimev2.JspPageCompiler.attemptCompilePage(JspPageCompiler.java:731)
         at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:456)
         at oracle.jsp.runtimev2.JspPageCompiler.compilePage(JspPageCompiler.java:413)
         at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:705)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:694)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Unknown Source)

    I had the very same Problem, and I spent a lot of time on it.
    When installing Oc4j as a service using Javaservice opnesource, I had no problem, even using J.D.K 1.6:
    %JSEXE% -install %JSNAME% %JVMDIR%\jvm.dll -XX:PermSize=128m -XX:MaxPermSize=256m -Xmx1024M -Xms1024M -Djava.class.path=%OC4J_HOME%\oc4j.jar -start oracle.oc4j.loader.boot.BootStrap -params -config %OC4J_HOME%\config\server.xml -out %OC4J_HOME%\log\OC4J_service_stdout.log -err %OC4J_HOME%\log\OC4J_service_stderr.log -current %JSBINDIR% -auto -description OC4JService
    Then I wanted to install it using "ServiceMill" or "Javaservice Wrapper", becuase it has a better control on the process and I had that awfull compilation error.
    I guess it is because ServiceMills uses java.exe and javaservice the .dll to launch the oc4j, no idea.
    Anyway, thank you very much!!!!!
    Antonio

  • SharePoint 2013 Media Player using UNC path directly without using a Website in IIS (either out of the box or custom player using javascript only)

    Hi,
    There isn't much info on this and I am hoping its possible.
    I have come across the following article which explains how we can setup SharePoint 2013 Asset Library using video links using a website in IIS that is mapped to a UNC path.
    http://stevemannspath.blogspot.com.au/2012/12/sharepoint-2013-videos-in-sharepoint.html
    This is great. However we have an issue where I work and I need somehow to get SharePoint mediaplayer to point to a video directly using the UNC path like :- \\WINSP13\TempVideos\NTV_Carr_Indig.wmv without the use of a website in IIS.
    I understand that we won't be able to stream the video then thats ok.
    when trying to add a video link to an asset library using the UNC path, we get the following error: We don't support
    playing a video of that format from a file share.
    Is there a way or a workaround to do this? we are using only javascript to do this (AngularJS or any custom Javascript player such as MediaElement)
    Thanks
    Kind Regards,
    Will

    From a SharePoint architecture perspective, this is a BAD design, since you are rerouting the communications (from the client to the UNC) away from and outside of SharePoint... as a result, SP cannot provide any level of guarantee about the ability for videos
    to play on the client machine.
    Secondarily, I'm not sure that the browser will let you pull resources from such different locations (doing so has been the root of several type of attacks, such as "Cross Site Scripting").
    That said (and assuming the browser lets you), you can always use JS to handle creating the video player HTML and setting the UNC location... instead of using a site asset library to store the links, just create a list for the videos
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Error in Master data load because of ###

    Hello,
    I am getting an error in master data load.
    The problem is ####### symbols are encountered in few records.
    We have defined a formula to replace the ### with S in transfer structure.
    But still it does not replace the #### symbols and gives error.
    But when I insert the ####### symbols manually in PSA and try to load it is replaced with the formula definition and loads the data.
    Suggestions required urgently…
    Thanks in advance
    Ram

    Hello srikanth,
    Check the code below.
    I have used it in the update rule to replace the #### symbol with A.
    But when i check in debug mode it is not recognizing this symbol and sy-subrc ia always 4.
    GV_STRING = COMM_STRUCTURE-/BIC/XXX
    FIND '#' in R_STRING.
    IF SY-SUBRC = 0.
    REPLACE ALL OCCURRENCES OF '#' in R_STRING with 'A'.
    ENDIF.
    result value of the routine
      RESULT = R_STRING
    Thanks
    Ram

  • String  problem using B1ITM2B1ITM out of the box B1iSN 8.8 scenario

    Hi all,
        I am testing the out of the box scenario for Item syncronization (B1 to B1)
    It works fine except for one thing:
        If the ItemName contains xml special characters like < > & in the xml message they are  correctly converted into xml rappresentation &lt; &gt; amp; but when the message is sent to the destination company doesn't happen a reconversion to the readable rappresentation.
    What do I have to do to have the exact rappresentation  even in the destination company? Should i have to put translation tags into the xsl transformation? If so which they are?
    Thank you all in advance, Regards Luca.

    Solved...
        I found a bug in the conversion to xml format:
    >   is uncorrectly replaced with &amp;gt;
    so I have replaced:
    <ItemName>
         <xsl:value-of select="BO/Items/row/ItemName"></xsl:value-of>
    </ItemName>
    with:
    <xsl:variable name="itname">
            <xsl:call-template name="b1ilib.strgReplace">
                 <xsl:with-param name="subs">&lt;</xsl:with-param>
              <xsl:with-param name="var">&amp;lt;</xsl:with-param>
               <xsl:with-param name="wstrg" select="BO/Items/row/ItemName"></xsl:with-param>
         </xsl:call-template>
    </xsl:variable>
    <ItemName>
         <xsl:call-template name="b1ilib.strgReplace">
                <xsl:with-param name="subs">&gt;</xsl:with-param>
                <xsl:with-param name="var">&amp;gt;</xsl:with-param>
                <xsl:with-param name="wstrg" select="$itname"></xsl:with-param>
         </xsl:call-template>
    </ItemName>
    A similar problem has been detected here:
    B1iSN: Tips, tricks and important topics

  • While loading master data into PSA, the eorror is 'Error from PSA"

    Hi All,
    While loading master data into PSA, the eorror is 'Error from PSA"
    Could you anybody please help in this reagard.
    Thanx,
    Sridhar.

    Hi rakesh,
    May be IDOCs not processed completely,
    Idoc Problem, Either wait till time out & process Idoc from detail monitor screen, or go to BD87 & process Idoc with status = YELLOW ( be careful while processing IDOCS from BD87, choose only relevant Idocs
    Cheers
    Raj

  • Localize (multilingual , bilingual) error messages in out of the box (OOTB) new / edit item form.

    In a multilingual environment am using variation. I have 3 sites root site, English site and Arabic.
    All my lists are in root site with one condition I need to use out-of-the-box forms for data entry. My problem is when I try to insert an item in root web list, it will display English version of new item form.
    I cannot duplicate entry forms for each language, because if a new field is added in list I need to translate and update all the forms manually.

    I'm missing how your question is related to Microsoft Office? What kind of a solution is this (so that I know which forum to move the question to)?
    Cindy Meister, VSTO/Word MVP,
    my blog

  • I red that Oracle Data Integrator provides more than 100 KMs out-of-the-box

    I red that
    Oracle Data Integrator provides more than 100 KMs out-of-the-box.
    Is anybody have any idea how I can reach or view it or use it ?

    I got it its under <Oraclehome>oracledi>impexp

  • Organizations - out of the box error

    Dear All,
    I received the following error: "System error was encountered. Contact Oracle Identity Manager system administrator" from Administrative console (when click on Organizations->create or Organizations->manage
    This is Out of the box oim 9.1.0.1 installation
    application server: Oracle application server 10.1.3.1 patched to 10.1.5.0
    Database: 11g R2
    Is this a known issue?
    I will appreciate any feedback

    Kevin,
    Thank you for your feedback.
    I receive official confirmation from Oracle that version I use is supported.
    Application server is :oc4j 10.3.1.5
    I noticed the following error in the logs:
    10/06/21 12:58:14.812 ascontrol: null
    javax.servlet.jsp.el.ELException: Unable to find a value for "sameViewURL" in object of class "oracle.sysman.ias.studio.cluster.TopologyHelper"
    using operator "."
    at org.apache.commons.el.Logger.logError(Logger.java:481)
    at org.apache.commons.el.Logger.logError(Logger.java:498)
    at org.apache.commons.el.Logger.logError(Logger.java:611)
    at org.apache.commons.el.ArraySuffix.evaluate(ArraySuffix.java:340)
    at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:145)
    at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
    at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190)
    at oracle.jsp.el.OracleExpressionEvaluator.evaluate(OracleExpressionEvaluator.java:69)
    at oracle.jsp.el.OracleExpression.evaluate(OracleExpression.java:54)
    at oracle.cabo.ui.expl.ELBoundValue._evaluate(Unknown Source)
    at oracle.cabo.ui.expl.ELBoundValue.getValue(Unknown Source)
    at oracle.cabo.ui.BaseUINode.getAttributeValueImpl(Unknown Source)
    at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.TableRenderingContext.getTableAttribute(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.TableRenderingContext.getDestination(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.TableRenderingContext.<init>(Unknown Source)
    at oracle.cabo.ui.laf.base.desktop.table.HGridRenderingContext.<init>(Unknown Source)
    at oracle.cabo.ui.laf.base.desktop.HGridRenderer.createRenderingContext(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.TableRenderer.getTableRenderingContext(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.TableRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.base.desktop.TableRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.base.desktop.HGridRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.oracle.desktop.HeaderRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.composite.ContextPoppingUINode$ContextPoppingRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.base.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.laf.oracle.desktop.HeaderRenderer.renderContent(Unknown Source)

  • How to rectify the errors in master data loads & transactional data loads?

    hy,
    please any one tell me
    How to rectify the errors in master data loads & transactional data loads?
    thnQ
    Ravi

    Hi,
    Please post specific questions in the forum.
    Please explain the error you are getting.
    -Vikram

  • Error 2032 out of the box

    I just installed the Adobe Media Server on my Windows 7 local machine
    On the welcome page, I'm getting error #2032 on every video except the "Single Bitrate" one.
    I've tried the crossdomain.xml fix, and that didn't work.
    I looked for previous versions of Apache to check for port conflicts, and didn't find anything.
    It's frustrating that this doesn't work "out of the box"
    I've previously had Red5 installed, but I uninstalled that before installing AMS.

    Hi
    Can you post the set level manifest you created for multi-bitrate streams?
    Also, I hope yoy are on OSMF 1.6+
    -Karishma

  • Group By - Date: Web Service vs. Out of the Box

    When selecting the drop down to group by Date in the Out of the Box Search application, the groups are delivered as:
    - Within the last day
    - Within the last week
    - Within the last month
    - etc...
    But through the web service when we group by lastmodifieddate (or any other date attribute), the groups are separated by specific dates and not ranges. Is there a setting on the GroupAttribute object that you can use to have the groups return in date ranges? Or is the out of the box arranging these groups into date ranges manually?
    My gut tells me that the groupingOption on the oracle.search.query.webservice.client.GroupAttribute has a reserved value for date ranges, but the 11.1.2.0.0 API says that only a value of "EQUALITY" is supported. Either that or the optionParameter on the same object, but I couldn't find an example of any values that can be used in it.

    If BO is behind firewall then it is better to use Web Services SDK. Whenever Business Objects is installed the Web Service provider dswsbbobje is installed by default along with other out of box web applications such as InfoViewApp or CmcApp.
    The WS SDK assemblies are at:
    <Business Objects root>\BusinessObjects Enterprise 12.0\web services\en\dsws_consumer\data\dswsdotnet2API or
    <Business Objects root>\BusinessObjects Enterprise 12.0\web services\en\dsws_consumer\data\dswsdotnetAPI
    Include them in your Bin directory depending on version of .NET you use.
    Write consumer application that calls into dswsbobje provider to get the report. Please check the [WS developer guide|http://help.sap.com/businessobject/product_guides/boexir31/en/wssdk_dg_12_en.zip] and [API Reference|http://help.sap.com/businessobject/product_guides/boexir31/en/wssdk_net_apiRef_12_en.chm] for further help. There are code snippets and details information in both places.

  • SAP LSO:  What is the suspend data limit on the LSO Repository out of the box?

    What is the suspend data limit on the LSO Repository out of the box?  What is this value set to by default in the SAP LSO?
    Thanks in advance!

    This laptop is equipped with SATA I, which is 150Gbit/s. You wont reach the maximum speed of your SSD but it will be much faster then your current old school spinner drive. An SSD will always outperform a normal HDD. Plus you should see a bump in battery life as well.
    Hope this helps!
    Sean
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • MySQL broken out of the box - error 2002.

    MySQL is broken out of the box - 10.5.2 server. Brand new Xserve, an untouched OS X Server installation, no tinkering was done *at all*.
    Here's what I did:
    1. Opened Server Admin.
    2. Added MySQL service.
    3. Went to Settings.
    4. Changed "Database location" to be on another, faster drive in the Xserve.
    5. Clicked "Start MySQL" button
    6. Opened Terminal, typed in "mysql" and hit Return.
    What do I get?
    ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2)
    There's no mysql.sock file there, nor in /temp. Running lsof while the mysql daemon is "started up" shows there is a mysql.sock file in /var/mysql though. Very odd.
    Any ideas? I'd like to avoid rolling my own install of MySQL, and stick with the built-in version.

    Might [http://docs.info.apple.com/article.html?artnum=302977|http://docs.info.apple.c om/article.html?artnum=302977] help here? That's for Mac OS X Server Tiger 10.4.4 and not Leopard 10.5 yes, but looks applicable here.
    And FWIW, this basic case is fairly standard MySQL socket behavior on various platforms. That the GUI apparently allowed you to shoot yourself in the foot here is another discussion.

  • Why during setup of mx922 I get a 6000 and a 6001 error message right out of the box

    I just purchased a MX922 and out of the box I get a 6000 error message why?

    I'm glad I was able to help.  I kind of wish mine hadn't worked because I ended up being one of the "lucky" individuals where my phone didn't restore from the backup and I lost all of my contacts, calendar appts, notes, etc.  It took me an extra 2 hrs last night to rebuild the next month worth of appts and try to rebuild my contact list from my yahoo contacts.  Oh well.  I will be getting an android at my next upgrade.  I'm tired of all of the BS that comes with owning an iPhone.

Maybe you are looking for