Split - error when mapping generated

I have a mapping that uses a splitter to create 3 groups using the following conditions based on the value in the TYPE column:
Group A: TYPE >= 4
Group B: TYPE in (2, 3)
Group C: TYPE = 1
When I generate the mapping from the mapping designer, or deploy it, or debug it, the condition for group B is always wrong - it always generates TYPE = 1. I've tried editing the condition to have TYPE between 2 and 3, and TYPE = 2 OR TYPE = 3, but it makes no difference.
What's going on here? Is there any way to force OWB to generate this condition correctly, or do I just have to go and edit the PL/SQL after the mapping is deployed?
Thanks for any help,
Rachel

Rachel
You should not edit the generated code.
What version of OWB are you using. I have certainly found on 9.2.0.4 that OWB got "confused" and would not necessarily reflect the changes made to the mapping. Was very frustrating. Seems after a while it seems to recognise the changes. Persevere.
One possibility is to add a new splitter to the mapping, map the same attributes as the original splitter, and then add the actual conditions. Map the output from the splitter as normal and remove the old splitter. Just to confirm that the splitter is not confusing itself. Make a copy of the mapping before you do this.

Similar Messages

  • Error when mapping a node with multiple occurence

    Hi,
    When I try to run my process where I have countries defines in a drop down box in the UI. I get the following error when completing this step. The target in the mapping is a dataobject which should be able to occure multiple times.
    Here is the mapping:
    Source:                                          Target:
    Country(Node)                             Country(Node)
           Country(String)
           Code(String)
    com.sap.glx.adapter.api.AdapterException: com.sap.glx.core.kernel.api.TransitionRollbackException: Exception during prepare, rolling back
    at com.sap.glx.process.adapter.bpmn.impl.BPMNAdapter.startProcesses(BPMNAdapter.java:1444)
    at com.sap.glx.process.adapter.bpmn.impl.BPMNAdapter.startProcesses(BPMNAdapter.java:1540)
    at com.sap.glx.process.impl.ProcessManagerImpl.startProcess(ProcessManagerImpl.java:938)
    at com.sap.glx.process.impl.ProcessManagerBean.startProcess(ProcessManagerBean.java:372)
    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:585)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at $Proxy453.startProcess(Unknown Source)
    at com.sap.tc.bpem.wdui.procstarter.procstarter.comp.ProcStarterComp.startProcess(ProcStarterComp.java:377)
    at com.sap.tc.bpem.wdui.procstarter.procstarter.comp.wdp.InternalProcStarterComp.startProcess(InternalProcStarterComp.java:175)
    at com.sap.tc.bpem.wdui.procstarter.procstarter.comp.ProcStarterCompView.onActionStartProcess(ProcStarterCompView.java:626)
    at com.sap.tc.bpem.wdui.procstarter.procstarter.comp.wdp.InternalProcStarterCompView.wdInvokeEventHandler(InternalProcStarterCompView.java:325)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:72)
    at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:156)
    at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:91)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:468)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:52)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1505)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1319)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoProcessing(AbstractExecutionContextDispatcher.java:154)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppProcessing.doService(DispatchHandlerForAppProcessing.java:35)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:95)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoProcessing(ExecutionContextDispatcher.java:114)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:80)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:571)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:602)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:523)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:270)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:729)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:256)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:258)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:202)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:95)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)
    at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
    at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:61)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:466)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:291)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:76)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:240)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:457)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:250)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Caused by: com.sap.glx.core.kernel.api.TransitionRollbackException: Exception during prepare, rolling back
    at com.sap.glx.core.kernel.mmtx.AbstractTransactionBase.rollback(AbstractTransactionBase.java:517)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.do_prepare(AbstractTransaction.java:174)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.commit(AbstractTransaction.java:77)
    at com.sap.glx.process.adapter.bpmn.impl.BPMNAdapter.startProcesses(BPMNAdapter.java:1429)
    ... 100 more
    Caused by: com.sap.glx.core.kernel.api.TransitionRollbackException: Exception during prepare, rolling back
    at com.sap.glx.core.kernel.mmtx.AbstractTransactionBase.rollback(AbstractTransactionBase.java:517)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.do_prepare(AbstractTransaction.java:174)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.commit(AbstractTransaction.java:77)
    at com.sap.glx.core.kernel.mmtx.PrimaryTransaction.inPrepare(PrimaryTransaction.java:88)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.do_prepare(AbstractTransaction.java:172)
    ... 102 more
    Caused by: com.sap.glx.core.kernel.api.TransitionException: An exception occurred while executing the script "_Create_Customer:START_CONTROL_EVENT_Start_0(
          com.sap.glx.adapter.BPMNAdapter:Request request,
          com.sap.glx.adapter.BPMNAdapter:Event_0_Start_0_be1d130db236787f7569b7e757e720a8 event){
      initiator=request:initiator;
      kicker=request:kicker;
      parent=new com.sap.glx.adapter.BPMNAdapter:Instance_0_prcMido_be1d130db236787f7569b7e757e720a8(initiator, null, kicker, false);
      token=new com.sap.glx.adapter.BPMNAdapter:Token_0_prcMido_be1d130db236787f7569b7e757e720a8(parent, 0);
      exit=new com.sap.glx.adapter.BPMNAdapter:Exit();
      exit:addParameter(request);
      exit:addParameter(event);
      exit:onActivation("48EDB5A6AD6960C095D511DDA4DA0013E88242DB", parent, token);
      delete exit;
      controller=new com.sap.glx.adapter.internal.ExceptionAdapter:ExceptionController();
      controller:setContext(token);
      delete controller;
      scope=new com.sap.glx.adapter.internal.TypeRegistry:Scope_8_Create_Customer_be1d130db236787f7569b7e757e720a8(parent);
      role_2=new com.sap.glx.adapter.internal.ContainerAdapter:View_0_Approver_PotentialOwners_be1d130db236787f7569b7e757e720a8(parent, scope, -1, false);
      scope=new com.sap.glx.adapter.internal.TypeRegistry:Scope_0_Create_Customer_be1d130db236787f7569b7e757e720a8(parent);
      role_3=new com.sap.glx.adapter.internal.ContainerAdapter:View_1_Enhance_PotentialOwners_be1d130db236787f7569b7e757e720a8(parent, scope, -1, false);
      scope=new com.sap.glx.adapter.internal.TypeRegistry:Scope_10_Create_Customer_be1d130db236787f7569b7e757e720a8(parent);
      role_4=new com.sap.glx.adapter.internal.ContainerAdapter:View_2_Administrators_be1d130db236787f7569b7e757e720a8(parent, scope, -1, false);
      scope=new com.sap.glx.adapter.internal.TypeRegistry:Scope_1_Create_Customer_be1d130db236787f7569b7e757e720a8(parent);
      role_5=new com.sap.glx.adapter.internal.ContainerAdapter:View_3_Creator_ExcludedOwners_be1d130db236787f7569b7e757e720a8(parent, scope, -1, false);
      scope=new com.sap.glx.adapter.internal.TypeRegistry:Scope_3_Create_Customer_be1d130db236787f7569b7e757e720a8(parent);
      role_6=new com.sap.glx.adapter.internal.ContainerAdapter:View_4_Approver_ExcludedOwners_be1d130db236787f7569b7e757e720a8(parent, scope, -1, false);
      scope=new com.sap.glx.adapter.internal.TypeRegistry:Scope_2_Create_Customer_be1d130db236787f7569b7e757e720a8(parent);
      context_0=new com.sap.glx.adapter.internal.ContainerAdapter:Context_0_DO_Customer2_be1d130db236787f7569b7e757e720a8(parent, scope, 0, false);
      scope=new com.sap.glx.adapter.internal.TypeRegistry:Scope_4_Create_Customer_be1d130db236787f7569b7e757e720a8(parent);
      role_7=new com.sap.glx.adapter.internal.ContainerAdapter:View_5_Create_Customer_In_MDM_PotentialOwners_be1d130db236787f7569b7e757e720a8(parent, scope, -1, false);
      scope=new com.sap.glx.adapter.internal.TypeRegistry:Scope_5_Create_Customer_be1d130db236787f7569b7e757e720a8(parent);
      role_9=new com.sap.glx.adapter.internal.ContainerAdapter:View_7_Enhance_ExcludedOwners_be1d130db236787f7569b7e757e720a8(parent, scope, -1, false);
      scope=new com.sap.glx.adapter.internal.TypeRegistry:Scope_12_Create_Customer_be1d130db236787f7569b7e757e720a8(parent);
      role_8=new com.sap.glx.adapter.internal.ContainerAdapter:View_6_Creator_PotentialOwners_be1d130db236787f7569b7e757e720a8(parent, scope, -1, false);
      scope=new com.sap.glx.adapter.internal.TypeRegistry:Scope_7_Create_Customer_be1d130db236787f7569b7e757e720a8(parent);
      view_11=new com.sap.glx.adapter.internal.ContainerAdapter:View_9_TextVariables_be1d130db236787f7569b7e757e720a8(parent, scope, -1, false);
      scope=new com.sap.glx.adapter.internal.TypeRegistry:Scope_14_Create_Customer_be1d130db236787f7569b7e757e720a8(parent);
      role_10=new com.sap.glx.adapter.internal.ContainerAdapter:View_8_Create_Customer_In_MDM_ExcludedOwners_be1d130db236787f7569b7e757e720a8(parent, scope, -1, false);
      scope=new com.sap.glx.adapter.internal.TypeRegistry:Scope_6_Create_Customer_be1d130db236787f7569b7e757e720a8(parent);
      context_1=new com.sap.glx.adapter.internal.ContainerAdapter:Context_1_DO_Customer_be1d130db236787f7569b7e757e720a8(parent, scope, 0, false);
      message=request:getData();
      mapper=new com.sap.glx.adapter.internal.Transformer:DataMapper();
      yves_in=new com.sap.glx.adapter.internal.Transformer:Data();
      yves_out=new com.sap.glx.adapter.internal.Transformer:Data();
      yves_in:setData("http://mido.se/", "$http://mido.se/:StartProcess2", message, "61302BDB06E4BB8B9F557FC1D1D2ACC9");
      data=context_1:getData();
      scope=new com.sap.glx.adapter.internal.TypeRegistry:GenericScope(null, "872ED00C5EA0B74AE6F92027833B9366");
      copy=scope:copy(data);
      delete scope;
      yves_out:setData("sap.com/glx/", "$sap.com/glx/:DO_Customer", copy, "872ED00C5EA0B74AE6F92027833B9366");
      mapper:map("48EDB5A6AD6960C395D511DD84C80013E88242DB_be1d130db236787f7569b7e757e720a8", yves_in, yves_out);
      data=yves_out:getData("sap.com/glx/", "$sap.com/glx/:DO_Customer", "872ED00C5EA0B74AE6F92027833B9366");
      context_1:setData(data);
      delete yves_in;
      delete yves_out;
      delete mapper;
      delete event;
    at com.sap.glx.core.kernel.execution.transition.ScriptTransition.execute(ScriptTransition.java:69)
    at com.sap.glx.core.kernel.execution.transition.Transition.commence(Transition.java:241)
    at com.sap.glx.core.kernel.mmtx.DirectNestedTransaction.inPrepare(DirectNestedTransaction.java:57)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.do_prepare(AbstractTransaction.java:172)
    ... 105 more
    Caused by: com.sap.glx.core.kernel.api.TransitionException: An exception occurred while executing the script command "mapper:map("48EDB5A6AD6960C395D511DD84C80013E88242DB_be1d130db236787f7569b7e757e720a8", yves_in, yves_out)"
    at com.sap.glx.core.kernel.trigger.config.Script.execute(Script.java:675)
    at com.sap.glx.core.kernel.execution.transition.ScriptTransition.execute(ScriptTransition.java:64)
    ... 108 more
    Caused by: java.lang.IllegalStateException: Occurrence violated
    at com.sap.glx.mapping.execution.implementation.node.SdoNode$PrimitiveItemContainer.appendNode(SdoNode.java:372)
    at com.sap.glx.mapping.execution.implementation.assignment.SetAssignment.assign(SetAssignment.java:23)
    at com.sap.glx.mapping.execution.implementation.Interpreter.mapPart(Interpreter.java:145)
    at com.sap.glx.mapping.execution.implementation.Interpreter.mapPart(Interpreter.java:151)
    at com.sap.glx.mapping.execution.implementation.Interpreter.mapPart(Interpreter.java:151)
    at com.sap.glx.mapping.execution.implementation.Interpreter.mapMapping(Interpreter.java:140)
    at com.sap.glx.mapping.execution.implementation.Interpreter.map(Interpreter.java:135)
    at com.sap.glx.core.internaladapter.Transformer$ClassRegistry$MapperClassManager$MapperClassHandler$MapperInvocationHandler.invoke(Transformer.java:1797)
    at com.sap.glx.core.internaladapter.Transformer$TransformerInvocationHandler.invoke(Transformer.java:399)
    at com.sap.glx.core.dock.impl.DockObjectImpl.invokeMethod(DockObjectImpl.java:459)
    at com.sap.glx.core.kernel.trigger.config.Script$MethodInvocation.execute(Script.java:247)
    at com.sap.glx.core.kernel.trigger.config.Script.execute(Script.java:670)

    Hi Michael,
    could you provide much more details about the source and target structures and the mappings you need to define?
    Something like :
    Source:
    Country (single or multiple? )
    ..Country (single or multiple? )
    ..Code (single or multiple? )
    Target
    Country (single or multiple? )  --> does it have the same type as the source node?
    In general If you try to assign a list of values to target which accepts single value you are most likely to get exception like the one given in your post.
    In other words let's assume :
    Country[]     Country
    ..Country------>Country
    ..Code
    this will throw exception at runtime in most of the cases.
    The reason is that the result of select Country/Country is a list with all Countries. And then the engine will try to assign this list to the single valued target node.
    Is this what you have described or it si something different?
    BTW for the example above there is a fix in SP1 and such kind of mappings are marked as erroneous.
    Best Regards,
    Boris

  • New G/L + Document Splitting Error when Internal Order settled to AUC

    Hi there,
    We have ECC 6.0 and configured with New G/L and document splitting. I am getting error, when I try to settle internal order to AUC (Asset Under Construction). It is giving me Profit Center Balancing error. In Settlment Profile, I have set up Doc Type "AA". Here are configuration steps done:-
    1.
    G/L accounts are classified with Cat - 07000 for Fixed Assets
    160000     179999          07000     Fixed Assets
    2.
    Doc Type AA is set up Bus Tran '0000' Variant '0001'
    3.
    Document Splitting is at Segment Level. Segment is assinged in Profit Center Master Data. Profit Center and Segment are set as mandatory.
    4.
    Document SPlitting Method is 0000000012
    5.
    Document Splitting Rule is set for all SAP Standard Bus. Trans. with Variant '0001'.
    When I try to settle the internal order to AUC, it is givng me error for profit center balancing.
    Please advice.
    Thanks,
    Pawan

    Hi Surya,
    Thanks for your reply. I checked all settings, but this is not a case. I appreciate your help.
    thanks,
    pawan

  • Error when mapping objects

    When mapping tables from the source databaase to the OLAP database I get "An error occurred creating DimensionMapGroup. CIRCUIT_DIM.MAPGROUP1.DIMENSIONMAPGROUP: ***Error occurred in DELETE_MAPPING_GROUP. I am using AWS 10.0.2.0.3. Any help would be appreciated.

    Don't know if you made a mistake in the version, but please refer to here for best versions to be using: http://www.oracle.com/technology/products/bi/olap/collateral/olap_certification.html
    10.2.0.3 with OLAP patch or 10.2.0.4 code stream is best if on 10g.
    Thanks, Laura
    Edited by: Laura McKechnie on Dec 3, 2009 7:50 PM

  • Error when I generate a PDF file - Can't parse printer configuration file:

    I am receiving an error "Can't parse printer configuration file: uiprint.txt" when try generate to PDF file. The pdf file is generated but when I open the forms builder and show canvas the same error appears and canvas is shown in crazy way.
    My uiprint.txt has the follows:
    REPORTS_TMP=/tmp; export REPORTS_TMP
    REPORTS_NO_DUMMY_PRINTER=TRUE; export REPORTS_NO_DUMMY_PRINTER
    REPORTS_TAGLIB_URI=/WEB-INF/lib/reports_tld.jar; export REPORTS_TAGLIB_URI
    REPORTS_CLASSPATH=$ORACLE_HOME/reports/jlib/rwbuilder.jar:$ORACLE_HOME/reports/jlib/rwrun.jar:$ORACLE_HOME/jlib/zrclient.jar:$ORACLE_HOME/j2ee/home/oc4j.jar:$ORACLE_HOME/j2ee/home/lib/ojsp.jar;export REPORTS_CLASSPATH
    TK60_UNKNOWN=$ORACLE_HOME/guicommon6/tk60/admin; export TK60_UNKNOWN
    TK60_PPD=$ORACLE_HOME/guicommon6/tk60/admin/PPD; export TK60_PPD
    LE_HOME/guicommon9/tk90/admin/AFM; export TK90_AFM
    TK60_FONTALIAS=$ORACLE_HOME/guicommon6/tk60/admin; export TK60_FONTALIAS
    PRINTER=testprint;export PRINTER
    TK2_PRINTER=echo;export TK2_PRINTER
    testprint:PostScript:2:HP printer:hp4si3_1.ppd
    Can someone help me?
    Thanks

    Hello,
    The file uiprint.txt must not contain environment variables definitions.
    Put the lines :
    REPORTS_TMP=/tmp; export REPORTS_TMP
    REPORTS_NO_DUMMY_PRINTER=TRUE; export REPORTS_NO_DUMMY_PRINTER
    REPORTS_TAGLIB_URI=/WEB-INF/lib/reports_tld.jar; export REPORTS_TAGLIB_URI
    REPORTS_CLASSPATH=$ORACLE_HOME/reports/jlib/rwbuilder.jar:$ORACLE_HOME/reports/jlib/rwrun.jar:$ORACLE_HOME/jlib/zrclient.jar:$ORACLE_HOME/j2ee/home/oc4j.jar:$ORACLE_HOME/j2ee/home/lib/ojsp.jar;export REPORTS_CLASSPATH
    TK60_UNKNOWN=$ORACLE_HOME/guicommon6/tk60/admin; export TK60_UNKNOWN
    TK60_PPD=$ORACLE_HOME/guicommon6/tk60/admin/PPD; export TK60_PPD
    LE_HOME/guicommon9/tk90/admin/AFM; export TK90_AFM
    TK60_FONTALIAS=$ORACLE_HOME/guicommon6/tk60/admin; export TK60_FONTALIAS
    PRINTER=testprint;export PRINTER
    TK2_PRINTER=echo;export TK2_PRINTER
    in the file reports.sh
    and keep only
    testprint:PostScript:2:HP printer:hp4si3_1.ppd
    in uiprint.txt
    Regards

  • Error when mapping an XML coming as in Source Element

    Hi,
    We have a requirement where the XML is sent in an element as given below :
    The Incoming Payload is of the below format :
    Source :
    <?xml version="1.0" encoding="UTF-8"?>
    <ResponsePayload>
       <RespString><?xml version="1.0" encoding="UTF-8"?>
    <Devices>
       <Device>1</Device>
       <Name>1</Name>
    </Devices></RespString>
    </ResponsePayload>
    The target XML is below :
    Target:
    <?xml version="1.0" encoding="UTF-8"?>
    <Devices>
       <Device/>
       <Name/>
    </Devices>
    I used the below xslt mappings in two steps as suggested by Udo .
    Re: Xml String mapped to XML Node
    XSLT Mapping1 :
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:output omit-xml-declaration="yes"/>
         <xsl:template match="/">
              <xsl:for-each select="//RespString">
                   <xsl:value-of select="." disable-output-escaping="yes"/>
              </xsl:for-each>
         </xsl:template>
    </xsl:stylesheet>
    XSLT Mapping 2 :
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:template match="/">
              <ResponsePayload>
                   <xsl:copy-of select="//Devices"/>
              </ResponsePayload>
         </xsl:template>
    </xsl:stylesheet>
    When executing Iam getting the belwo error :
    javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: The processing instruction target matching "[xX][mM][lL]" is not allowed
    cansomeone help me the reason for the error and how I can correct it .
    Thanks
    Rajesh

    Hi Rajesh,
    i can give you different approach...if the sender side is an File adapter and if ur picking the XML or CSV then write a module in sender file adapter to change the XML file.
    Characters like "<" and "&" are illegal in XML elements.
    "<" will generate an error because the parser interprets it as the start of a new element.
    so u need to add "<![CDATA[" and ends with "]]>"......now the data will come into PI as <![CDATA[<?xml version="1.0" encoding="UTF-8"?>]].
    in the target side the data will be passed as <?xml version="1.0" encoding="UTF-8"?>.
    Regards,
    Phani

  • Spartan 6 LX100 - synthesys OK but Place:543 error when mapping

    Hi all,
    I am currently working on a code for a Spartan 6 LX100 and I have about 70% of the code ready. I have decided to implement the design half-way to avoid any surprises at the end and well, it didn't fit.
    When I synthesyze the design it appears to have quite some space left to map:
    Slice Logic Utilization:
    Number of Slice Registers: 9353 out of 126576 7%
    Number of Slice LUTs: 10582 out of 63288 16%
    Number used as Logic: 10581 out of 63288 16%
    Number used as Memory: 1 out of 15616 0%
    Number used as SRL: 1
    Slice Logic Distribution:
    Number of LUT Flip Flop pairs used: 12463
    Number with an unused Flip Flop: 3110 out of 12463 24%
    Number with an unused LUT: 1881 out of 12463 15%
    Number of fully used LUT-FF pairs: 7472 out of 12463 59%
    Number of unique control sets: 457
    IO Utilization:
    Number of IOs: 108
    Number of bonded IOBs: 101 out of 326 30%
    IOB Flip Flops/Latches: 61
    Specific Feature Utilization:
    Number of Block RAM/FIFO: 153 out of 268 57%
    Number using Block RAM only: 153
    Number of BUFG/BUFGCTRLs: 2 out of 16 12%
    Number of DSP48A1s: 8 out of 180 4%
    The percentage of fully used LUT-FF is of 59%, which I reckon is a good number (might be wrong) and means I am not having trouble with too many control sets.
    Then I tried to implement the design and it took me about 20 hours and fails at the end.
    Place:543 - This design does not fit into the number of slices available in this device due to the complexity of the design and/or constraints.
    Unplaced instances by type:
    BLOCKRAM 100 (97.1)
    The following instances are the last set of instances that failed to place:
    0. BLOCKRAM
    i_AVERAGE_DATA/i_AVG_VALID_COLOUR4_RE_CHT4/U0/xst_blk_mem_generator/gnativebm
    g.native_blk_mem_gen/valid.cstr/ramloop[0].ram.r/s6_init.ram/SDP.SIMPLE_PRIM9
    .ram
    1. BLOCKRAM etc...
    These instances could be impacted by the following constraints
    (the line IDs below correspond with the instances above):
    Clock Region restrictions
    0.
    CLOCKREGION_X0Y0, CLOCKREGION_X1Y0
    1.
    CLOCKREGION_X0Y0, CLOCKREGION_X1Y0
    etc...
    I can't understand why I am getting this error, it seems like the tool can't route the clock nets to the BRAMs, but why? It can't really figure it out by the information the report is giving me.
    By the way, the only reason I am using an LX100 is because I need 266 (18K) BRAMs for this design.
    Thanks a lot for the help.
    Best regards,
    croto

    This is the configuration file (.xco) from Core Generator. I can't see any obvious problems:
    # Xilinx Core Generator version 14.7
    # Date: Mon Jul 27 15:17:52 2015
    # This file contains the customisation parameters for a
    # Xilinx CORE Generator IP GUI. It is strongly recommended
    # that you do not manually alter this file as it may cause
    # unexpected and unsupported behavior.
    # Generated from component: xilinx.com:ip:blk_mem_gen:7.3
    # BEGIN Project Options
    SET addpads = false
    SET asysymbol = true
    SET busformat = BusFormatAngleBracketNotRipped
    SET createndf = false
    SET designentry = VHDL
    SET device = xc6slx100
    SET devicefamily = spartan6
    SET flowvendor = Other
    SET formalverification = false
    SET foundationsym = false
    SET implementationfiletype = Ngc
    SET package = fgg484
    SET removerpms = false
    SET simulationfiles = Behavioral
    SET speedgrade = -2
    SET verilogsim = false
    SET vhdlsim = true
    # END Project Options
    # BEGIN Select
    SELECT Block_Memory_Generator xilinx.com:ip:blk_mem_gen:7.3
    # END Select
    # BEGIN Parameters
    CSET additional_inputs_for_power_estimation=false
    CSET algorithm=Minimum_Area
    CSET assume_synchronous_clk=false
    CSET axi_id_width=4
    CSET axi_slave_type=Memory_Slave
    CSET axi_type=AXI4_Full
    CSET byte_size=9
    CSET coe_file=no_coe_file_loaded
    CSET collision_warnings=NONE
    CSET component_name=BRAM_SDP_1Kx9
    CSET disable_collision_warnings=true
    CSET disable_out_of_range_warnings=false
    CSET ecc=false
    CSET ecctype=No_ECC
    CSET enable_32bit_address=false
    CSET enable_a=Use_ENA_Pin
    CSET enable_b=Use_ENB_Pin
    CSET error_injection_type=Single_Bit_Error_Injection
    CSET fill_remaining_memory_locations=true
    CSET interface_type=Native
    CSET load_init_file=false
    CSET mem_file=no_Mem_file_loaded
    CSET memory_type=Simple_Dual_Port_RAM
    CSET operating_mode_a=WRITE_FIRST
    CSET operating_mode_b=WRITE_FIRST
    CSET output_reset_value_a=0
    CSET output_reset_value_b=0
    CSET pipeline_stages=0
    CSET port_a_clock=100
    CSET port_a_enable_rate=100
    CSET port_a_write_rate=50
    CSET port_b_clock=100
    CSET port_b_enable_rate=100
    CSET port_b_write_rate=0
    CSET primitive=8kx2
    CSET read_width_a=9
    CSET read_width_b=9
    CSET register_porta_input_of_softecc=false
    CSET register_porta_output_of_memory_core=false
    CSET register_porta_output_of_memory_primitives=false
    CSET register_portb_output_of_memory_core=false
    CSET register_portb_output_of_memory_primitives=false
    CSET register_portb_output_of_softecc=false
    CSET remaining_memory_locations=0
    CSET reset_memory_latch_a=false
    CSET reset_memory_latch_b=false
    CSET reset_priority_a=CE
    CSET reset_priority_b=CE
    CSET reset_type=SYNC
    CSET softecc=false
    CSET use_axi_id=false
    CSET use_bram_block=Stand_Alone
    CSET use_byte_write_enable=false
    CSET use_error_injection_pins=false
    CSET use_regcea_pin=false
    CSET use_regceb_pin=false
    CSET use_rsta_pin=false
    CSET use_rstb_pin=false
    CSET write_depth_a=1024
    CSET write_width_a=9
    CSET write_width_b=9
    # END Parameters
    # BEGIN Extra information
    MISC pkg_timestamp=2012-11-19T16:22:25Z
    # END Extra information
    GENERATE
    # CRC: f38a1908

  • JDBC to IDoc ( error when mapping multiple JDBC records to IDoc)

    Hi,
    I am working on JDBC to IDoc scenario, I have declared row as 0 to unbounded and by default the IDoc structure is 1..1.
    Inorder to map multiple rows from JDBC to get multiple IDoc's, I have changed the occurrence of IDoc in "Messages" tab of Message mapping to 0 to unbounded.
    I have mapped "row" to "IDoc".
    When I test the mapping, it works fine, giving the same number of IDoc's with that of row.
    When I test end to end, in SXMB_MONI, it gives me following error:
    <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_RUNTIME</SAP:Code>
      <SAP:P1>MSGGUID 54A3A64E895D48EC3F20C69FEFE2E82B: Tag found instead of tag IDOC BEGIN=</SAP:P1>
    can any one help me out with this.
    Thanks in advance.

    Hi Jwalith,
    Check this blog from Michel
    The specified item was not found.
    Make sure that you changed occurance as per this blog.
    hope this is helpful
    regards,
    Venkat.

  • Error when mapping start date to hire date in GTC

    i'm trying to use gtc trusted recon to provision users in OIM. i am trying to include a start date in my flat file and mapping that to Hire Date on the OIM column in the gtc connector.
    i'm seeing the following exception:
    <Mar 28, 2011 2:10:57 PM EDT> <Error> <oracle.iam.reconciliation.impl> <IAM-5010000> <Generic Error/Information: {0}
    oracle.iam.platform.utils.SuperRuntimeException: -9: Attribute field (HIRE_DATE) does not exist in table USR.
         at oracle.iam.reconciliation.dao.ReconActionDao.executeBulkUserMatchCRUD(ReconActionDao.java:697)
    I've tried a couple of different things here. I first tried supplying the start date field in my flat file with my source data format as yyyy/MM/dd hh:mm:ss z
    and the value in the file as 2011/03/29 06:30:00 EDT. when that didn't work, I set the variable in the staging of the gtc to a literal value (2011/03/29 06:30:00 EDT) instead of getting it from source. But in both instances I'm seeing the above exception. anyone seen this before
    thanks

    rajiv, you are saying to create a new user defined field which i would then map my start date field in gtc to?
    first question with this approach is, shouldn't i be able to use the OOTB Hire Date? Or are you saying this is a bug in OIM
    second, i did try your suggestion, but it is still not working. i'm no longer seeing that error, but at the same time i'm not seeing any exceptions in any of the logs

  • ORA-01461 Error when mapping table with multiple varchar2(4000) fields

    (Note: I think this was an earlier problem, supposed fixed in 11.0, but we are experiencing in 11.7)
    If I map an Oracle 9i table with multiple varchar2(4000) columns, targeting another Oracle 9i database, I get the ORA-01461 error (Can't bind a LONG value only for insert into a LONG).
    I have tried changing the target columns to varchar2(1000), as suggested as a workaround in earlier versions, all to no avail.
    I can have just one varchar2(4000) map correctly and execute flawlessly - the problem occurs when I add a second one.
    I have tried making the target column a LONG, but that does not solve the problem.
    Then, I made the target database SQL Server, and it had no problem at all, so the issue seems to be Oracle-related.

    Hi Jon,
    Thanks for the feedback. I'm unable to reproduce the problem you describe at the moment - if I try to migrate a TEXT(5), OMWB creates a VARCHAR(5) and the data migrates correctly!! However, I note from you description that even though the problematic source column datatype is TEXT(5), you mention that there are actually 20 lines of text in this field (and not 5 variable length characters as the definition might suggest).
    Having read through some of the MySQL reference guide I note that, in certain circumstances, MySQL actually changes the column datatype specified either at table creation time or when interfacing with other databases ( ref 14.2.5.1 Silent Column Specification Changes and 12.7 Using Column Types from Other Database Engines in the MySQL reference guide). Since your TEXT(5) actually contains 20 lines of text, MySQL (database or JDBC driver .... or both) may be trying to automatically map the specified datatype of the column to a datatype more appropriate to storing 20 lines of text.... that is, to a LONG value in this case. Then, when Oracle is presented with this LONG value to store in a VARCHAR(5) field, it throws the ORA-01461 error. I need to investigate this further, but this may be the case - its the first time I've see this problem encountered.
    To workaround this, you could change the datatype of the column to a LONG from within the Oracle Model before migrating. Any application code that accesses this column and expects a TEXT(5) value may need to be adjusted to cope with a LONG value. Is this a viable workaround for you?
    I will investigate further and notiofy you of any details I uncover. We will need to track this issue for possible inclusion in future development plans.
    I hope this helps,
    Regards,
    Tom.

  • Retrieving SQL error when map failed.

    Hi,
    Is it possible to retrieve the complete error message when a map failed and send it through email? I don't want to logon to the runtime repository (web browser) each time an error occurs.
    Thanks

    Hello, I use a query like this to retrieve error messages:
    select
    x.audit_execution_id task,
    x.parent_audit_execution_id father_task,
    x.task_name,
    x.return_result result,
    x.last_update_date update_date,
    x.elapse seconds,
    round(x.elapse/60,0) minutes,
    x.number_of_task_errors err,
    x.number_of_task_warnings warn,
    err_mess.message
    from rt_owner.wb_rt_audit_executions x,
    (select m.execution_audit_id, m.message_text message
    from RT_OWNER.all_rt_audit_exec_messages m
    union all
    select r.execution_audit_id, e.run_error_message
    from RT_OWNER.all_rt_audit_map_runs r,
    RT_OWNER.all_rt_audit_map_run_errors e
    where r.map_run_id = e.map_run_id (+)
    ) err_mess
    where
    x.audit_execution_id >= (select max (audit_execution_id)
    from RT_OWNER.wb_rt_audit_executions
    where task_name = 'MY_TASK')
    and err_mess.execution_audit_id (+)= x.audit_execution_id
    and x.return_result <> 'OK'
    order by x.audit_execution_id desc;
    The core is the
    select m.execution_audit_id, m.message_text message
    from RT_OWNER.all_rt_audit_exec_messages m
    union all
    select r.execution_audit_id, e.run_error_message
    from RT_OWNER.all_rt_audit_map_runs r,
    RT_OWNER.all_rt_audit_map_run_errors e
    where r.map_run_id = e.map_run_id (+)
    which retrieves errors occurred during map executions.
    If you want to retrieve process errors, you can look at the RAB_RT_EXEC_PROCESS_RUN_ERRORS view.
    I wanted this info (and other) through e-mail too. Previously I did it through an External Process. Now I define these special activities directly in Oracle Workflow.
    I understand that the next release i.e. Paris will add better support for this?
    Hope this helps- Antonio

  • Error when mapping drive with read only permissions - unc path works fine

    Hello,
    we have user shares that we map to drive H:. the shares are in the form \\server\user\<loginname>. The shares have full permission and the files and folders have full permission for the user. To be clear, the shared folder is \\server\user. <loginname>
    are several folders, one for each user.
    We use a vb script to check if a user stores too much data and if yes, we set the permissions for the user to read only and delete (with icacls).
    Unfortunately, it this happens, we cannot map the drive anymore on Windows 7 (on Windows XP it works fine). The error is "Permission denied". Interestingly, the user can still open the share with the unc - path.
    Is there anything I can do, so that the user still has his drive mapped? Most user are not tech savvy enough to open their share with the unc - path.
    Thank You,
    Peter

    Hi Peter,
    Sorry for the delay in reply.
    Please disable User Account Control in windows 7 to see if you can see the map drive. In the meantime, I suggest to use GPP instead of logon script to map drive.
    GP Preferences Will Reduce Logon Scripts : Mapping Drives
    http://blogs.technet.com/b/grouppolicy/archive/2009/02/11/gp-preferences-will-reduce-logon-scripts-mapping-drives.aspx
    Please refer to the similar thread below to see if it helps:
    Windows 7 Drive mapping via Logon script issue
    http://social.technet.microsoft.com/Forums/en-US/6cdfae47-1ca0-46e8-8456-6aac2ee616b2/windows-7-drive-mapping-via-logon-script-issue
    Regards,
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Business Process: Fork: Error when mapping

    Hello everybody,
    I am not sure if SXMB_MONI_BPE is throwing me an irritating error?
    I have an integration process starting with ONE receive step. After the receive step I have a fork (NOT in a block), with two branches! In every branch there is first a transformation step, then a send step
    The hierarchy with other words:
    1) receive step
    2) fork
    2.1) branch #1
    2.1.1) mapping
    2.1.2) send step
    2.2) branch #2
    2.2.1) mapping
    2.2.2) send step
    Although then second branch is almost the same as the first branch, I get an mapping error!
    Is this maybe because the received message can ONLY BE USED ONCE(in the first branch)?
    What could be the reason?
    Thanks a lot, Mario

    Hi,
    It is not required inside the Block. In your case Block can be used for more readability purpose . You can group your related logcial steps within the Block.
    For more on Block-
    http://help.sap.com/saphelp_nw2004s/helpdata/en/f6/e1283f2bbad036e10000000a114084/frameset.htm
    Hope this helps,
    Pls acknowledge ,
    Regards,
    Moorthy

  • Document Splitting Error when using "Difference Posting" field in F-28/F-32

    We use the "difference postings" field to post unapplied cash when we receive customer payments.  We can normally post this without issue, but occassionally we get the "Balancing field "Profit Center" in line item 002 not filled" message.  This only happens when applying cash to a large count of open invoices (to clear or to partially pay) and have a balance that will not be applied to a known invoice.
    I have looked extensively for configuration issues and I must be missing something.
    Thanks in advance,
    Kevin

    The difference postings and partial payments post to document type DZ which is configured properly.
    The config is set for PC splitting.
    While I have some cash gl accounts defaulted to a PC, I am trying to avoid defaulting the reconcilliation accounts to a PC at this point.  I will only do that if there is no other solution to this issue.  But that is a suggestion that I am fairly positive would work.
    Thanks,
    Kevin

  • Alternate CSS URL - Error when mapping to another site collection

    I have created a .css file which I have attached on the root Site Collection (https://intranet.domain.com.au) using Site Settings> Master Page> Alternate CSS URL> Specify a CSS... and I have attached
    my file.  So, that all works fine.
    I have then tried to attach this CSS file on another site collection - say
    https://intranet.domain.com.au/sites/Site - but when I browse to this site, I get IE saying
    "Only Secure Content is Displayed".
    I did find a TechNet article saying to change browser settings in Security> Trusted Sites> Custom Level> Display Mixed Content> Enable - but this didn't seem to make any difference.
    I would prefer to map just the one CSS file so that when any changes are made, it replicates to this site collection.
    Any pointers?

    Hi,
    If you would like to apply one CSS file to multiple sites, here are two methods you could use:
    1.      
    Place the css file in layout folder, and apply it in master page
    http://sharepoint.stackexchange.com/questions/81372/alternate-css-url-point-to-layouts-15-folder
    2.      
    Place the css file in layout folder, and create a solution with control element
    http://sharepoint.stackexchange.com/questions/75480/what-is-the-proper-way-to-add-custom-css-javascript-sharepoint-2013-site
    For more information:
    http://www.ashokraja.me/post/Refer-Scripts-and-CSS-Style-Sheet-in-SharePoint-2013-Visual-Web-Part-and-Master-Page.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

Maybe you are looking for

  • Problems accessing Time Capsule on windows Vista

    I have an iMac running Leopard and a laptop running Vista Home Edition. I'm having some problems accessing Time Capsule from the Vista machine. everytime I click to access the drive, a message appears in the menu bar of the window that says (not resp

  • Did I make a mistake in coming to BT?

    Hi there Transferred from O2 broadband where i was on their 24mb contract (getting 8.5mb). I moved because BT are rolling out their Infinity (which at the time was advertised End of Sept, but now God only Knows). I've now been with BT for 3 months. I

  • Bridge tables only direct connected to fact table?

    I have a dimension BOOKS, and I have to model N:N between BOOKS and their authors. I used a bridge table (checked as it in BI Admin) so my join schema is: FACT TABLE - BOOKS - BRIDGE_BOOK_AUTHOR - AUTHORS I created a BOOK dimension with 2 levels, aut

  • Problem in DB13 - standalone gateway installed - error due to env

    Hello, As we have db and ci on separate server and there was no gateway on db server, I installed standalone gateway the rfc connection started working fine. When I try to execute any BR* command through DB13, it gives error. I checked using SM69 the

  • When i connect  my ipad2 to sync, error message says ipad itunes version needs updated

    when I connect my ipad 2 to my mac to sync an error message says my ipad doesn't have the latest version of itunes.  When i try to update my ipad, i can't....help