Variable at BW to BO integration

Hi All,
I am pulling the data from Bex-Query using CMC to BO 4.0, One variable at BEx query entry is Multple values, where as at the time of entering query designer, in WEB-I , it is asking multiple values.But when i am trying to keep that object as Input control it is showing only Singlevalue--->Entry filed.
Let me know any suggesations for this issue.
Thanks

Hi Ganesh,
which component you selected for input controle
Select Multiple Values component ("Check boxes" or "List box") 
Thanks,
Mahi

Similar Messages

  • Error while crreate variable in New work repository -- integrity constraint

    Hi,
    I had created new Master and work reposiotry with new Internal ID's.
    I am able to import project, variables.
    while creating new variable I am getting below error.
    java.sql.BatchUpdateException: ORA-02291: integrity constraint (SNPW.FK_TXT) violated - parent key not found
    Could any one got this error before
    Is there any steps I missed. -- Any help is Appreciatied.

    Hi,
    Table SNP_TXT in your work repository has a foreign key reference with table SNP_ORIG_TXT
    on column I_TXT_ORIG,
    while you are inserting a new variable for the project etc, it is getting inserted in SNP_TXT
    before insertion it is checking the I_TXT_ORIG value with the table SNP_ORIG_TXT .
    Please do select on these tables in your old repository and your new repository.
    and let me know.
    Reshma

  • Regading Variable in Planning function in integrated Planning

    Hello All,
    I have a requirement where i have to run a planning function to copy the data of one key figures to other.
    But i need a input screen before execution of this planning function where i could insert the characteristics values for which i do not need this Planning Function to be Executed.
    Please let me know how to do this.
    I think this can be done using input ready variables.But i m not sure.
    Regards,
    Pratighya

    Hi All,
    With regards to the above issue, I have similar question and appreciate any inouts.
    Used a Planning function - type FORMULA
    Function needs an Input parameter to execute.
    So I want to create a Planning IP variable and assign it to the function call in my formula.
    From the Front end WAD/BEX - want to exceute the planning function by passing inpur value.
    Regards
    Rao

  • Register Integration service in DAC.

    Hi all,
    I am getting this message while trying to register the Informatica Integration Service in DAC. On the other hand the repository server registration is succcesful in DAC. I have the INFA_DOMAINS_FILE,INFA_HOME environmnet variables set already and the INTEGRATION and REPOSITORY services are up and running. I have added the Informatica/server/bin path to the PATH variables too.
    I have entered the relational connection in workflow manager and assigned the integration services to workflows also. I have checked the port, Integration service seems t to be running on 4006 port. Can any one help please..
    Failure connecting to "INFORMATICA_DW_SERVER"!
    =====================================
    STD OUTPUT
    =====================================
    Informatica(r) PMCMD, version [8.6.1 HotFix6], build [319.0622], LINUX 64-bit
    Copyright (c) Informatica Corporation 1994 - 2009
    All Rights Reserved.
    Invoked at Thu Dec 17 18:12:44 2009
    The command: [pingserver] is deprecated. Please use the command [pingservice] in the future.
    WARNING: Lost server connection.
    ERROR: Cannot connect to Integration Service [Integration:4006].
    Completed at Thu Dec 17 18:12:44 2009
    =====================================
    ERROR OUTPUT
    =====================================

    hello any news about the solution to this issue?? I would appreciate sharing the solution just in case it has been resolved.
    Regards to you all..

  • Limitation on data that can be fetched (ABAP RFC) via a Web Service?

    Hi,
    Is there any limit on the data that can be fetched via a Web Service (ABAP exposed as Web Service). I am trying to fetch PI monitoring data from ABAP Tables via a Web Service and there can be thousands of messages proceesed say in a day and what if user is provided the option of fetching messages for a specefic duration.
    Please advise.
    Neha

    Hello my friend
    If I understand your question correctly, there's an environment variable CPIC_MAX_CONV handles sessions between integration engine and adapter engine (ABAP and Java). By default, the value of this variable is 500, and you might want to increase it to 1000 at least, depends on system throughput. Recommended value from SAP for Production is 5000.
    Hopefully it's helpful,
    Effan

  • Interconnect installation, Db problem

    Hi!
    I have tryied to install Interconnect on my pc(windows 2000).
    I have 9ias 9.0.2(everything on the local pc) on my pc.
    after I installed the interconnect HUB, and changed the passwords for schemes oaihub902 and owf_mgr.
    The installation failed when trying to change the password for oaihub902 scheme with
    error message "can not conntect to this db". The owf_mgr was performed ok.
    so I continuted. but when I tried to start the interconnect according to documentation.
    On executing the %ORACLE_HOME%\oai\9.0.2\repository\start.bat, I get this error in
    the reposlog.txt log file:
    oracle.aob.repository.DBRetryThread:
    Could not register with the hub database. Please check your hub database parameters. Retrying in 10 sec.
    java.sql.SQLException: ORA-01017: invalid username/password; logon denied
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:185)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:241)
         at oracle.jdbc.ttc7.O3log.receive2nd(O3log.java:517)
         at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:276)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:355)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:457)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:332)
         at java.sql.DriverManager.getConnection(DriverManager.java:517)
         at java.sql.DriverManager.getConnection(DriverManager.java:177)
         at oracle.oai.common.database.DBConnection.connectOnce(DBConnection.java:266)
         at oracle.oai.common.componentinfo.ComponentInfo.registerRepository(ComponentInfo.java:170)
         at oracle.aob.repository.DBRetryThread.run(DBRetryThread.java:85)
    Using sqlplus I can connect to Db using the username=oaihub902 and my password.
    also this is the contain of the file D:\oracle\9ias_home\oai\9.0.2\hub\hub.ini
    [Database]
    hub_username=
    encrypted_hub_password=
    hub_host=
    hub_instance=
    hub_port=
    hub_use_thin_jdbc=true
    [Repository Info]
    repository_name=InterConnectRepository902
    appreciate your help

    Edit opmn.xml and add toplink.jar and DBAdapter.jar in the environment section.
    Example:
    <ias-component id="InterConnect" status="enabled">
    <environment>
    <variable id="CLASSPATH" value="$ORACLE_HOME/integration/interconnect/lib/DBAdapter.jar" append="true"/>
    <variable id="CLASSPATH" value="$ORACLE_HOME/integration/interconnect/lib/toplink.jar" append="true"/>
    </environment>

  • JSF-Reporting Toos- Ambikadevi

    Hai Respected Ambikadevi
    Please help me out this problem
    I have to generate Jasper Report in my JSF Application . Firstly I Designed Jasper Report file(.jrxml) by Using Jasper Software simply , i did nothing for getting database connection in the Jasper Report because I have Array Data to Display on the Report
    String[][] data = pd.getdata(); This Array having 102 number of Rows , but my jasper report simply showing only first row even though i used for loop to retried the data one by one .
    Hereby I have Attached my full source code :
    String[][] data = pd.getData();
    System.out.println("Selvakumar Data length Testing Second" + data.length);
    Map ob = new HashMap();
    List simpleMasterList = new ArrayList();
    System.out.println("Selvakumar Testing Third");
    for (int i = 0; i < data.length; i++) {
    System.out.println("Inside For Loop");
    ob.put("REGN_NO", data[0]);
    System.out.println("Inside For Loop" + data[i][0]);
    ob.put("REGN_DT", data[i][1]);
    ob.put("O_NAME", data[i][2]);
    ob.put("ADD1", data[i][3]);
    ob.put("PADD1", data[i][4]);
    ob.put("VHCLASS", data[i][5]);
    ob.put("MAKER_MODEL", data[i][6]);
    ob.put("MAKER_MODEL", data[i][7]);
    ob.put("COLOR", data[i][8]);
    ob.put("FIT_DT", data[i][9]);
    simpleMasterList.add(ob);
    obj = new JRMapCollectionDataSource(simpleMasterList);
    System.out.println("Debug 4444...." + obj);
    JasperDesign jasperDesign = JRXmlLoader.load("/vahan3.0.1/TestingExpired.jrxml");
    jasperReport = JasperCompileManager.compileReport(jasperDesign);
    System.out.println("Debug 55555555555555....");
    jasperPrint = JasperFillManager.fillReport(jasperReport, new HashMap(), obj);
    // jasperPrint = JasperFillManager.
    System.out.println("Debug 5555....");
    pdfByteArray = JasperExportManager.exportReportToPdf(jasperPrint);
    // byte[] pdfByteArray=JasperExportManager.exportReportToHtmlFile(jasperPrint, regnType)jasperPrint, regnType);
    System.out.println("Debug 6666...." + pdfByteArray.length);
    // JasperViewer.viewReport(jasperPrint);
    response.setContentType("application/pdf");
    response.setContentLength(pdfByteArray.length);
    servletOutputStream.write(pdfByteArray, 0, pdfByteArray.length);
    // System.out.println("Debug 77777....");
    // servletOutputStream.flush();
    // servletOutputStream.close();
    hai please help me out, this is very urgent task to done my me today itself .
    Thanks
    Selvakumar

    Hi,
    maybe you like to try the [jsf-typewriter XSL-FO reporting|http://code.google.com/p/jsf-typewriter/] . You can use (standard) XSL-FO as Reporting Language and save all the hassle like implementing an own servlet and pass through all needed variable. It is completely integrated in JSF.

  • Interconnect JCA Adapter Problem

    Im getting the following error when i use the jca adapter.
    the DBAdapter.jar is in the library path in adapter.ini.
    It seems strange as it throws bpel errors. do i need to install bpel?
    <MSG_TEXT>There was a problem in starting the bridge.</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[ORABPEL-12517
    AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
    The Resource Adapter was unable to activate the endpoint :{} due to the following reason: ORABPEL-12529
    ManagedConnectionFactory problem.
    Could not instantiate ManagedConnectionFactory oracle.tip.adapter.db.DBManagedConnectionFactory due to: oracle.tip.adapter.db.DBManagedConnectionFactory
    Please make sure the corresponding JCA Resource Adapter has been deployed.
    Please correct the reported issue and redeploy the BPEL process.
    at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:522)
    at oracle.oai.agent.adapter.service.ServiceBridge.start(ServiceBridge.java:237)
    at oracle.oai.agent.proxy.AgentProxy.go(AgentProxy.java:672)
    at oracle.oai.agent.proxy.AgentProxy.start(AgentProxy.java:706)
    at oracle.oai.agent.proxy.AgentProxy.><init>(AgentProxy.java:415)
    at oracle.oai.agent.service.AgentService.run(AgentService.java:43)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: ORABPEL-12529
    ManagedConnectionFactory problem.
    Could not instantiate ManagedConnectionFactory oracle.tip.adapter.db.DBManagedConnectionFactory due to: oracle.tip.adapter.db.DBManagedConnectionFactory
    Please make sure the corresponding JCA Resource Adapter has been deployed.
    at oracle.tip.adapter.fw.wsdl.WSDLUtils.setupManagedConnectionFactory(WSDLUtils.java:426)
    at oracle.tip.adapter.fw.jca.AdapterLocator.findResourceAdapter(AdapterLocator.java:182)
    at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:321)
    ... 6 more
    Caused by: java.lang.ClassNotFoundException: oracle.tip.adapter.db.DBManagedConnectionFactory
    at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at oracle.tip.adapter.fw.wsdl.WSDLUtils.setupManagedConnectionFactory(WSDLUtils.java:419)
    ... 8 more
    ]]></SUPPL_DETAIL>

    Edit opmn.xml and add toplink.jar and DBAdapter.jar in the environment section.
    Example:
    <ias-component id="InterConnect" status="enabled">
    <environment>
    <variable id="CLASSPATH" value="$ORACLE_HOME/integration/interconnect/lib/DBAdapter.jar" append="true"/>
    <variable id="CLASSPATH" value="$ORACLE_HOME/integration/interconnect/lib/toplink.jar" append="true"/>
    </environment>

  • Issue with Import/Add function

    I have been having an issue with a difference between the position of files in Finder & the position in whcih they are shown LR 5.
    In Finder the folder view will be
    Neils Photos
       021 2013 01July - 31 Dec
          131123 HMAS Adelaide
             131123LOC001 (this is the image file)
    In LR 5 the folder view will appear as
    Neils Photos
      021 2013 01July - 31 Dec
         131123 HMAS Adelaide
      131123 HMAS Adelaide
            131123LOC001 (this is the image file)
    If I try to move the image to the correct folder in LR it will not allow it saying that the image already exists in that folder.
    When I RMC & selected "show in parent folder" I received the following message.
    An Internal Error Has Occurred
    Database “/Users/neilvincent/Pictures/Lightroom/Lightroom 5 Catalog.lrcat”: columns rootFolder, pathFromRoot are not unique Statement: UPDATE AgLibraryFolder SET rootFolder=?Where id_local=?;
    At first I thought this issue was being created by a plug-in but it is happening any time I "Import/Add" an image to LR.
    If I download from a camera, card or remote hard drive using Copy as DNG, copy, or move the image is shown correctly in LR. If I use Add to import an image or if I use a plug-in to create a HDR or panorama & save back to LR I have an issue. In the case of the plug-in the program is creating the image saving to to a location then Adding the file to LR. LR creates a new folder of the same name as the original folder but higher in the folder tree structure, it then shows the Added image in this folder rather than the folder it really is in.
    In the panels on the RHS the only box ticked is "Don't import suspected duplicates" but I don't see this panel when using a plug-in.
    The work around is to put the file into another folder & then move & import into LR.
    Is there a fix for this?

    Hi Tilak,
    The variables do behave differently in Integrated Planning applications.
    You have to pass the variable values exclusively in work book designer or web application designer for your cmod to work.
    Please refer the following document for more info.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10d2b273-0e12-2c10-fab3-a34bde559f92
    Thanks,
    Krishnan

  • CVS Compare Problem

    Hello,
    I'm using JDev 10.1.0.3.4.3673 and CVSNT2.0.8
    When I try to compare a file with another revision, the left filter defaults to the previous revision, and the right filter defaults to the head revision, but underneath the two filters where I expect to see the two source files and the differences from the comparison I just see a white background with the message 'Compare Not Available'.
    Does anybody have any suggestions how to solve this? Am I doing something wrong? This is really a show stopper for me.
    JFYI If I use the feature 'Compare With Other File', it works as expected. But of course my goal is to compare with other CVS revisions to see what changes a colleague has made.

    Thanks again for your help.
    I see this problem on all files that I try to compare from CVS. Below is the ouput from 'cvs log' from the command prompt for an example file. The date format is exactly as you described:
    RCS file: /local/reps/acc-dm/measdb/measdb-client-api/src/java/cern/measurement/MeasurementManager.java,v
    Working file: MeasurementManager.java
    head: 1.10
    branch:
    locks: strict
    access list:
    symbolic names:
    V2_0_1: 1.10
    V2_0_0: 1.10
    V1_5_14: 1.9
    V1_5_13: 1.9
    V1_5_12: 1.9
    V1_5_11: 1.9
    V1_5_10: 1.7
    V1_5_9: 1.6
    V1_5_8: 1.6
    V1_5_7: 1.6
    V1_5_6: 1.6
    V1_5_5: 1.6
    V1_5_4: 1.6
    V1_5_3: 1.5
    V1_5_2: 1.5
    V1_5_1: 1.5
    V1_5_0: 1.4
    V1_4_0: 1.3
    V1_3_0: 1.2
    V1_2_1: 1.1.1.1
    V1_2_0: 1.1.1.1
    V1_1_0: 1.1.1.1
    V1_0_1: 1.1.1.1
    V1_0: 1.1.1.1
    arelease: 1.1.1.1
    avendor: 1.1.1
    keyword substitution: kv
    total revisions: 11; selected revisions: 11
    description:
    revision 1.10
    date: 2006-06-08 15:06:32 +0000; author: konkere; state: Exp; lines: +172 -107; commitid: lnQP1pTMGnOrhdAr;
    JMON-52.
    Refactoring to generalize the fundamental and measurement variable behaviour and handling
    revision 1.9
    date: 2006-04-07 09:57:02 +0000; author: cdroderi; state: Exp; lines: +76 -16; commitid: AiECvh7J3qGRydsr;
    New Fundamental Variable Features, and SavedVariableList for integration with
    Set Of The Day.
    revision 1.8
    date: 2006-01-25 18:19:54 +0000; author: cdroderi; state: Exp; lines: +3 -4;
    Added additional debug information to verify clearing of timeseries data
    revision 1.7
    date: 2006-01-17 14:33:53 +0000; author: cdroderi; state: Exp; lines: +29 -0;
    [no comments]
    revision 1.6
    date: 2005-09-15 20:12:15 +0000; author: cdroderi; state: Exp; lines: +0 -0;
    [no comments]
    revision 1.5
    date: 2005-09-12 08:01:07 +0000; author: cdroderi; state: Exp; lines: +2 -2;
    Extended MetaVariableSet extraction using MetaHierarchy to include all nodes under the node represented by the given hierarchy.
    revision 1.4
    date: 2005-08-30 21:13:04 +0000; author: cdroderi; state: Exp; lines: +24 -3;
    Limited the variable ownership and registration checks to once per session unless variables are added or removed from a variable set.
    revision 1.3
    date: 2005-08-30 14:25:10 +0000; author: cdroderi; state: Exp; lines: +50 -3;
    New methods to read MetaVariableSet objects using a given MetaVariable name pattern or MetaHierarchy to filter the size of the returned set.
    revision 1.2
    date: 2005-08-23 14:16:25 +0000; author: cdroderi; state: Exp; lines: +19 -15;
    Bug fix for writing data for variables with no time series data. Merge data when duplicates are found.
    revision 1.1
    date: 2005-06-01 17:52:43 +0000; author: cdroderi; state: Exp;
    branches: 1.1.1;
    Initial revision
    revision 1.1.1.1
    date: 2005-06-01 17:52:43 +0000; author: cdroderi; state: Exp; lines: +0 -0;
    no message
    =============================================================================

  • Verify transfer function

    i use the transfer function.vi from the control toolkit to generate a transfer function (0.0133s+1)/(0.0076s+1)
    from the examples i have seen the array for the numberator and denominator should be 1, 0.0133 and 1, 0.0076 respectively.
    however i cant get the output I want until i switch the values to 0.0133,1 and 0.0076,1 as shown in the attached figure.
    can someone verify in which order should the numberator and denominator be?in ascending order or descending order of s?
    Attachments:
    transfer function.jpg ‏41 KB

    Hi,
    Before I answer, let me review something here, so we are talking the same thing. To be able to simulate continuous systems in a computer, we use differential equation solvers that numerically try to come with a solution for the equation. These techniques are easily encounter in the literature, but, in general you would see solvers that are fixed step size, as Runge-Kutta 1 (Euler) which is a single-step explicit
    Runge-Kutta ODE solver of first order, or variable step size, as Runge-Kutta 45 which is a single-step explicit Runge-Kutta ODE solver of fifth order, which uses the Dormand-Prince coefficients.
    In Simulink, you don't need to specify dT because it uses an algorithm to identify those coefficients "auto". Also, they have the variable step size as defaut. In the case of the Advanced Control Vis, those are VIs that are ONLY based on the Runge-Kutta 1 (Euler) Integrator, and it needs also the dT, since it does not calculate this parameter for you.
    The best guess for dT CAN NOT be only twice the sampling time, because the Euler Integrator will only have 1 point to calculate the derivative and if try to apply a signal with sharp corners, must probably you will be unstable. The dT must by much higher (than the dynamic of the system and, in general, 10 times is good enough.
    If you are really looking to simulate dynamic system in LabVIEW, you should look into the Simulation Module. It allows similar functionality as Simulink and also allows you to choose Variable Step size for the integrator. Look into: http://www.ni.com/realtime/control_design.htm OR http://sine.ni.com/apps/we/nioc.vp?cid=13852〈=US for more information about this and other new tools for Control Design and Simulation in LabVIEW.
    Hope this help. If not, fill free to reply back.
    Barp - Control and Simulation Group - LabVIEW R&D - National Instruments

  • Assigning a node value from an XML variable to a String type  in Weblogic Process Integrator

    Hi,
    Is there any way to assign a node value from an XML variable to a String variable
    in Weblogic Process Integrator...
    Thanx.
    Narendra.

    Nerendra
    Are you talking about using Xpath on the XML document and assigning to a
    variable, it is unclear what you are asking
    Tony
    "Narendra" <[email protected]> wrote in message
    news:3bba1215$[email protected]..
    >
    Hi,
    Is there any way to assign a node value from an XML variable to a Stringvariable
    in Weblogic Process Integrator...
    Thanx.
    Narendra.

  • How to use a variable on columns using Oracle Data Integrator

    How to use a variable in oracle Data Integrator expically on colums.

    yes exactly,i selected update on new column,if i didn't select update on new colum then error is not coming regarding update.
    but this time error is coming on "insert new rows".
    java.lang.NullPointerException
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.bindSessVar(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.bindSessVar(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskPreTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source).
    Can u please tell me what stpes i have to follow to solve this

  • Session variable filters in the integration between OBIEE and webcenter

    Hello All,
    I have a customer with the requirement to make sure that reports created in answers and containing sessions variables in filters definition will be correctly filtered once called from webcenter.
    So if an OBI report is diplayed in webcenter and contains the same type of filters (based on session variable), will the results be filtered based on the specified variable?
    In other words can we use session variables in the integration between OBIEE and webcenter?
    Thanks Olayinka

    Have you follow all the steps written here :
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e12188/T421739T475591.htm#T480640
    Do you have create the groups ?
    Do you connect as a member of the group XMLP_ADMIN ?
    Cheers
    Nico

  • Integration Process: using simple containger-variable in mapping

    Hi,
    I am storing a simple string in an container-variable of an receiving interface (ID).
    ID: Type String
    At a later time I want to use this container-variable in a later mapping:
    IF1  ->   IF2
    a    ->   c
    b    ->   d
    > f  <<== here I want to use a container-variable!
    IF1 is mapped to IF2. Element 'f' of interface IF2 should receive the value of the container-variable.
    How can I do this?

    "Now populate the asynchronous interface (ID) using a container operation."
    I am curious how this can be done... on our system (SP14) we are not able to assign the value of a simple variable to a message interface using a container operation, we always get "<absif> and <simplevar> are not compatible".
    <i>Where <absif> is the abstract interface and <simplevar> is the simple text variable in the Integration Process container</i>
    Does anyone know how can this be done?

Maybe you are looking for