Error while maintaining determination rule in CRM

Hi,
I get the following error while trying to copy the existing determination rule. Could you analyse this please.
ERROR MSG:
Prefix number: entry missing for system CRD client XXX
Message no. 5W023
Diagnosis
Tasks, rules, and workflow definitions require an ID that is unique throughout all systems and clients. In this way, you can ensure that you can transport these objects from one system into another at any time (without restrictions). From a technical point of view, the uniqueness of the ID is ensured by what is known as a "prefix number". You can define a separate prefix number for every system and every client in table T78NR.
System Response
If a prefix number is not defined in the client in which you are currently working, it is not possible to maintain (maintenance terminates).
Procedure
Maintain table T78NR in Customizing, and create an entry for the system in question and the current client.
Many thanks
Guest01

Organizational Management objects are identified by an eight-digit number.
In the cases of tasks, workflows, rules and task groups, this eight-digit number consists of a three-digit prefix number followed by a five-digit number which is determined by internal number assignment. The complete number must be unique across systems and clients. From a technical point of view, the uniqueness of the number is catered for by the prefix number.
Cheers
-Srinivas Kumar

Similar Messages

  • Activating SIS structure error while maintaining update rules

    Hi Experts
    please reply <removed by moderator>
    i am trying to activate self defined SIS structure but at the time of creating maintain update rule in transaction MC24 i am getting error
    please guide what i am missing
    DDIC structure S990 for info structure S990 not active in Data Dictionary
    Message no. M2464
    Diagnosis
    It is not possible to maintain the updating procedure since DDIC structure S990, which belongs to info structure S990, is not active.
    The info structure has probably been saved but not generated.
    Procedure
    The info structure must be generated.
    Regards
    Abhi
    Message was edited by: Manish Kumar

    Hi ,
    Just check whether update rules has any routines or fomula, or constant.
    If so collect that in a request and transport it.
    Assign points if it is helpful.
    Thanks
    Shanba

  • Error while executing the rule session

    Hi, I am using Oracle Business Rules Engine 10.1.3.3.0.I am developing rules using XML Facts.I am using a complex type array schema and binding it to define XML facts.Earlier the depth of the schema is 1 and it worked fine,now our schema's depth is 2 and while binding this schema is also working fine.The sample structure of the present schema I am binding is
    <xsd:schema>
    <xsd:element name = 'ruleRepository' type = 'RuleRepositoryType'/>
    <xsd:complexType name='RuleRepositoryType'>
    <xsd:sequence>
    <xsd:element ='ruleFacts' type='RuleFactsType' minOccurs='0' maxOccurs='unbounded'/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name='RuleFactsType'>
    <xsd:sequence>
    <xsd:element name='fact1' type='xsd:string'/>
    <xsd:element name='fact2' type='xsd:string'/>
    <xsd:element name='fact3' type='xsd:string'/>
    <xsd:element name='fact4' type='Fact4' minOccurs='0' maxOccurs='unbounded'/>
    <xsd:sequence/>
    </xsd:complexType>
    <xsd:complexType name='Fact4'>
    <xsd:sequence>
    <xsd:element name='element1' type='xsd:string'/>
    <xsd:element name='element2' type='xsd:string'/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    Earlier I have binded the similar schema as above but without 'fact4'.It went well and the rules were executing fine.
    However when I am trying to bind a similar schema like the above one, its binding fine but when executing from the BPEL Process,its giving errors like,
    "Error Caching Decision Services metadata,fact3 is undefined in DM,line6,Column 12",
    Please note that I am using fact1 and fact2 only for defining the rules , I am niether using fact3 which is a simple type nor fact4 which is a complex type.
    I have asserted Package.RuleRepositoryType in the definitions of the rule author.I have tried with different combinations of assertions but no one worked.
    The above error(
    "Error Caching Decision Services metadata,fact3 is undefined in DM,line6,Column 12") is coming for the first run of the decision service only,in the next runs its giving another error,which is like
    <2008-04-10 07:52:30,772> <ERROR> <default.collaxa.cube.services> <::> ORABPEL-36333
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::>
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> Error while executing the rule session.
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> The rule session {0} failed to execute.
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::>
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.execute(OracleRuleSession.java:251)
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1385)
    <2008-04-10 07:52:30,773> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.impl.DecisionServiceImpl.assertExecuteWatchStateless(DecisionServiceImpl.java:546)
    <2008-04-10 07:52:30,774> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.runtime.BookOrderDecisionSOAPBinding_Tie.invoke_assertExecuteWatchStateless(BookOrderDecisionSOAPBinding_Tie.java:162)
    <2008-04-10 07:52:30,774> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.runtime.BookOrderDecisionSOAPBinding_Tie.processingHook(BookOrderDecisionSOAPBinding_Tie.java:457)
    <2008-04-10 07:52:30,774> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
    <2008-04-10 07:52:30,774> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
    <2008-04-10 07:52:30,783> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    <2008-04-10 07:52:30,784> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    <2008-04-10 07:52:30,801> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at java.lang.Thread.run(Thread.java:595)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> Caused by: java.lang.NullPointerException
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.RuleSessionPool.getSession(RuleSessionPool.java:463)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.execute(OracleRuleSession.java:224)
    <2008-04-10 07:52:30,802> <ERROR> <default.collaxa.cube.services> <::> ... 26 more
    <2008-04-10 07:52:30,803> <ERROR> <oracle.bpel.services> <::>
    java.lang.NullPointerException
    at oracle.bpel.services.rules.rpi.oracle.RuleSessionPool.getSession(RuleSessionPool.java:463)
    at oracle.bpel.services.rules.rpi.oracle.OracleRuleSession.execute(OracleRuleSession.java:224)
    at oracle.bpel.services.rules.impl.DecisionServiceImpl.process(DecisionServiceImpl.java:1385)
    at oracle.bpel.services.rules.impl.DecisionServiceImpl.assertExecuteWatchStateless(DecisionServiceImpl.java:546)
    at oracle.bpel.services.rules.runtime.BookOrderDecisionSOAPBinding_Tie.invoke_assertExecuteWatchStateless(BookOrderDecisionSOAPBinding_Tie.java:162)
    at oracle.bpel.services.rules.runtime.BookOrderDecisionSOAPBinding_Tie.processingHook(BookOrderDecisionSOAPBinding_Tie.java:457)
    at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
    at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    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 oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    08/04/10 07:52:30 pFaultMessage is org.collaxa.thirdparty.apache.wsif.base.WSIFDefaultMessage@6e0e5f name:operationErroredFault
    08/04/10 07:52:30 QName string is operationErroredFault
    where 'BookOrderDecision' is the name of the decision service I am using in BPEL.
    I dont understand why I am getting two errors for the same BPEL Process.
    Kindly help me in this problem.I am stuck with this for about a week but could not get to the solution.
    Thanks in advance.
    Regards,
    Venkat.

    Hi Venkat,
    Whenever you do schema changes, you need to go through the cycle of
    re-importing the XML schema in the rule repository, re-create the decision
    service partnerlink, re-deploy the decision service.
    I suspect you have maybe imported the entire XML fact type model (with fact3 and
    fact4) instead of just fact1 and fact2 (might want to check in rule author).
    So even if you don't use fact3 and fact4 in decision service, they are part of the rules
    datamodel.
    Regards,
    Ralf

  • Getting Connection error while creating Substituion Rule in UWL

    Hi Everybody,
    Getting below error while creating Substitution Rules in UWL.
    "error for the u201Cconnectionu201D to SAP_R3_Finance ".
    Can be able to see all Work Items belongs to me. getting the errror while creating Substitution Rule only..
    Could anybody tell me what might be the Reason what steps i need to take to resolve this issue.
    Thanks,
    Naveen Kumar

    Hi Uds,
    are you running SOA Suite on a Linux server and not on your PC and just running JDeveloper on your PC?
    If so try creating the repository file specifying a directory on the Linux server.
    For example to:
    /tmp/sample_repository
    So Choose 'File' from drop down menu
    Enter /tmp/sample_repository
    Click on create button
    This should create the file called sample_repository in /tmp on the Linux server.
    Can you tell us what your environment is?
    Regards Cel

  • Error while activating update rule in Inventory

    I was working with migration of datasource 2LIS_03_BF from 3.x to 7.0 in MM module.
    Recieved an error while activating update rule  0RT_C17 2LIS_03_BF in Inventory module.
    When I checked the routine ,it shows the following error.
    Errror:E:The Dictionary structure or table "/BI0/PMAT_SALES" is either not active or does not exist.
    I am not usre how to resolve this.
    Kindly reply asap.

    1. Activate the master data infoobject for 0MAT_SALES at info object level of RSA1
    2. Replicate and Activate the data source once again by using the program > SE38 : RS_TRANSTRU_ACTIVATE_ALL
    3. Then try to migrate you datasource and activate you update rules.
    it may help you
    Regards.
    Rambabu

  • Error while migrating business rules

    While trying to use the export/import option in EAS to migrate business rules, we have run into an error.
    The export itself is fine. When trying to import, it says this:(even though it lets me select the proper xml file for importing)
    Error while migrating business rules.
    Detail: The import file specified is not a valid business rules xml file. Import will be terminated.
    Detail:Exception occured. Please check your log file for details.
    I am pretty sure I used the inherent format specified for exporting the business rules.
    Both the old and new systems are version 11.1.2.
    The LCM method also failed for the business rules migration.
    Any suggetions?
    Thanks,
    Sujani

    When you export them make sure you don't have "For Calc Mgr" checked, if you do then the import with fail.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Rule Execution : Error while executing a rule session unit of work

    Error while executing a rule session unit of work.
    The rule session CreditRule:130002 failed to execute a unit of work.
    Check the underlying exception and correct the error. Contact oracle support if error is not fixable.
    I have created a simple rule and using a decision service and a decide process activity I have tried to run the orchestration.
    After compiling and saving and re-opening the orchestration flow looks correct.
    When I execute the process I get the above error.
    Is this something wrong with the Rule ?
    Can anyone offer any advice
    Thanks
    Cliff

    Hi.
    Any further advice on this issue?
    Getting the same problem and cannot figure out a solution.
    How do I check the "underlying exception" btw?

  • Error while validating Business Rule (Error Cause: nativeGetNewTLA Rule)

    Hi, I am receiving an error while validating business rules
    An error occurred in: Rule:HypLive.Plan1.Product Interest
    A validation error was received from the Planning server 'http://abc:8300/HyperionPlanning/servlet/HspAppManagerServlet?appname=HypLive'.
    'Error:
    Error Cause: nativeGetNewTLA Rule HypLive.Plan1.Product Interest'.

    Are you able to validate the rule in EAS (or Calc Manager)?
    Normally nativeGetNewTLA Rule is followed by out of memory errors like java.lang.OutOfMemoryError,
    Increase the heap size to 1024, re start Planning and try validating it again.
    Cheers..!!

  • Error while maintaining the Update Rules for the Infostructure

    Hi,
    I have added 2 new characteristics for the existing infostructure S9xx and executed the same. While maintaining the Update Rules for the same, system is giving the error message 1. "Field 'PARVW' unknown" and 2. Error generating program RMCX0011.
    Please guide me in resolving the issue.
    Thanks & Regards,
    Kumar.

    Hi,
    This is with reference to my earlier question that an error is occuring while maintaining the update rules for the existing Infostructure.
    Solution provider for this will be rewarded with good points.
    Regards,
    Kumar.

  • Error while Transporting Update Rules.

    hi xperts,
       I am getting Error while Transporting the Update rules,i already transported the INFOCUBE,INFOPACKAGE EVERYTHING.
        Start of the after-import method for object type R3TR ROUT (Delete Mode)
    Errors occurred during post-handling RS_AFTER_IMPORT for ROUT L
    The errors affect the following components:
        BW-WHM (Warehouse Management)
    Is the  error,I didn't change any thing in the Cube or changes to Update rules.
    Can anybody Help me?.
       thanking you,
                                   with regards,
                                   Narendra.

    Hi,
    Are you still facuing the issue ?
    No need to worry about the routines, once you save the update rules if there is any routines in it it will be saved in the same request. If you want to check the routines you can check in the transport connections. Transfer the update rule to the right hand side of the screen and you can see all the routines that belong to the UR.
    If you know the technical names of the routines you can check in the TADIR table.
    Have you transported the info-sources for this update rules ? why not you again capture the info-source and the update rule in a single request and transport again.
    Hope it helps.
    Thanks,
    Soumya

  • Error while transporting update rule.

    Hi experts
    I am trying to transport one update rule to production..
    But it is ending with error code 8 n it is giving me following error :
          Errors when activating update rule XXX
          IC=0PP_DS03 IS=0CO_OM_OPA_6 error when checking update rules
    Kindly tell me what need to be done now.
    Regards
    Swati

    Hi  Swati,
    Before transporting the update rule, in the present scenario, you have to transport the infosource which contains the corresponding "0recordmode".
    Whenever you transport anything into the quality or production, the list should be as followed in the given manner : 
    Seq No     Objects in Request
    1     Package(DEVC), InfoArea(AREA), Application Component(APCO)
    2     Function Modules
    3     Keyfigure Catalog(IOBC), Keyfigures(IOBJ), Units(IOBJ)
    4     Characteristic Catalog(IOBC), Characteristic Infoobjects(IOBJ)
    5     Infosources (ISCS, ISTD, ISMP, ISTS, ISFS, ROUT) and
                    Generic Data Sources(DataSrce Active Version(OSOA), ISMP, ISTS,DataSourceReplica (ISFS) 
                    and Tables (TABL)
    6     Infoproviders(ODS(ODSO), Cube(CUBE), Infoset(ISET))
    7     Update Rules(UPDR, ROUT)
    8     Infopackages(ISIP)
    9     Queries(ELEM)
    10     Webtemplates(TMPL, BLTM, BPTM)
    Just transport all your things in the above sequence, and it will be done successfully.
    Also, remember  there should not be any data in the corresponding infoprovider while you transfer the update rule, else it will fail.
    Hope it helps,
    Regards,
    Neha.

  • Error while activating Trnasfer rules

    I am getting the following error, while activating Infosource. Can you please help me identifying the solution
    Syntax error in GP_ERR_RSAPTM2_____________, row 43 (-> long text)
    Diagnosis
    "ZOXID30058" must be a flat structure. You cannot use internal tables, strings,references, or    ...

    Hi,
    Usually this occurs when even the SOURCE SYSTEM is not configured properly. Recently I had the same issue. If the source system is newly configured, meaning other tran structures / rules are working fine then don't go over this process.
    1. Drop the Source System
    2. Re-Create the Source System.
    3. For other than PC Files, "Replicate the DataSources" in the Source System.
    4. Try mapping the transfer rules / structure and activate it.
    Also check the SAP Note no :147195
    Hope this works.
    Regards
    Pavan Prakhya

  • Error while activating transfer rules needs help.

    The error while activating 0FI_AP_6 transfer rules is listed below.
    ''InfoObj. 0DEBITOR from fld KUNNR of dataSource 0FI_AR_6 is not active but BCT ex. -> Dtl'' how to resolve this issue and activate transfer rules?

    Hi
    The problem is with your data source replication.
    Activate your data source & replication too.
    Activate your transfer atructure through RS_TRANSTRU_ACTIVATE_ALL .
    If not so, Activate your transfer rule manually.
    Regadrs
    Saravanan.ar

  • Error while saving Reward rule version

    Hi When trying to save reward rule after creaion of rule version , error while saving rule version U-00000062 001 , contact technical support. I have attached document below. Kindly advice what needs to be done.

    Thanks for your fast reply.
    This error is occurring in our development environment as well. Production is fine.
    I had the users get out of the system last night and I tried restarting services and eventually restarting each server but nothing has cleared the error yet.

  • Error while invokinjg BPEL from Siebel CRM  SBL-EAI-04007

    Hi,
    I am getting the following error when we invoke a BPEL service from siebel CRM through its wsdl. The error message is
    =====================================================================================
    Error invoking service 'ProcessAccountCreationSiebelJMSProducer', method 'process' at step 'Invoke AIA'.(SBL-BPR-00162)
    Error while processing argument ProcessAccountCreationSiebelJMSProducerRequestMessage:payload for operation process(SBL-EAI-04316)
    Integration Object Message error -- object list property set has wrong type: 'ListOfCMUQueryAccount Io' (expecting 'ListOfListOfCMUQueryAccount Io')(SBL-EAI-04007)
    There is a mismatch again, we are trying to send the XML like 'ListOfCMU Query Account Io' in the header level, but the error is expecting xml format as “ListOfSiebelMessage” in AIA
    =====================================================================================
    When the CRM is invoking the middleware, it is appending "Listof" to the root element of the input XML that is going to the BPEL. As the error message shows, the middleware is expecting "ListofListOfCMUQueryAccount Io" but in reality it is expecting "ListOfCMUQueryAccount Io". I am not sure how the "Listof" is getting appended to the root element.
    The basic solution for such a problem is that wrong input type has been set as mentioned in the error. But, this is not true. The input expected by the middleware has the root element tag of xml as ListOfCMUQueryAccount Io and the root element tag sent by the CRM is ListOfCMUQueryAccount Io. i am not sure from where the "Listof" tag got appended. I have learnt from google that this is a product defect. Please let me know the exact problem for this. Any help will be highly appreciaed.

    Hi,
    We are not sending Pricelist Info while product synk, as per BRM team they are doing following :
    1. created a product
    2. attached the product with a deal
    3. the deal is attached to a plan
    4.comnmiting Product
    previously we were using Siebel 8.1.1 SIA [21111] and AIA2.0.1 at that time also they did not pass value for Pricelist but that time Products was getting synk without issue.
    now we upgraded to 8.1.1.4 SIA [21225] ENU(*) and applied ACR474 and AIA2.5 and getting above error.
    the data is going to AIA properly but it is facing issue while synk to CRM.
    Please guide,
    Thanks and Regards,
    Suchetana.

Maybe you are looking for

  • Error 1506

    i am recieving an error message that says : "Error 1506: This action is valid for products that are currently installed" and i can't reinstall itunes.... can anyone help me? please! thanks in advance

  • How to update users to Active Directory using Hyena Active Task List?

    Kevin, thanks for your input. I was able to firgured it out. It need the full path. with the CN=John Doe Working like a charm!! thx!!

  • Ignore quotes in build process

    Is there a way to ignore double quotes in a dim build process? I have account names that have multiple instances of quotes which is causing the file to be parsed incorrectly. Is there a way to keep this from happening (ie ignore the quotes)?

  • Unable to delete program in application folder

    hi, i installed mgmaps a while ago and the old version works perfectly well on my nokia navigator 6110. then i try to 'update' mgmaps and it gives an error message. i then decided to uninstall mgmaps. it says uninstallation was successful. however, t

  • DP Job queue manager not working- SCCM 2012 SP1

     I am getting below error when trying to open DP job queue manager in sccm 2012 SP1 Please find the details information see the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Excep