Names of correlation properties

Hello.
What is the best practice:
- give same name to all properties in correlation set
- give each property own name
I quite don't understand philosophy of naming properties. When all properties in correlation set has same name then all looks same in property window because wizard can't recognize which property alias become to right property.
When each property has own name then BPEL has other troubles and can't be compiled. (Error(245):
[Error ORABPEL-10036]: invalid correlation set
[Description]: in line 245 of "C:\jdevstudio10133\jdev\mywork\Orange\prepaid\bpel\process.bpel", correlation set "processCorrelationSet" cannot be used in this <correlation>, because property "{http://xmlns.oracle.com/process/correlationset}process1_property of this correlation set is not associated with the message "{http://xmlns.oracle.com/process}processRequestMessage".
[Potential fix]: make sure every each property of the correlation set "processCorrelationSet" is associated with the messageType "{http://xmlns.oracle.com/process}processRequestMessage" by a <propertyAlias> in one of the WSDLs.)
Can anybody clarify this?
Thanks.

Hello,
This is  the default column. I didnu2019t add column heading. But I replaced the name of the column by words.
I havenu2019t change the property of column heading.
It is a cross tab.

Similar Messages

  • How Can i specify multiple server names in rwservlet.properties  file?

    How Can i specify multiple server names in rwservlet.properties file without clustering?
    I am using oracle 10g Application server. we have 3 servers Repsvr1, RepSvr2 and RepSvr3. Now i need to configure rwservlet.properties file to point to these servers based on any running report. i got 3 keymap files with reports info.
    Sample entry in the key map file is:
    key1: server=Repsvr1 userid=xxx/yyy@dbname report=D:\Web\path1\path2\reports\Report1.rdf destype=cache desformat=PDF %*
    key2: server=Repsvr2 userid=xxx/yyy@dbname report=D:\Web\path1\path3\reports\Report2.rdf destype=cache desformat=PDF %*
    rwservlet.properties file letting me to enter only one servername. Even though i merged all 3 keymap files into 1, still i have the server name issue. If i leave the server to the default name still i am getting the below error.
    REP-51002: Bind to Reports Server Repsvr1 failed. However, i know the default rep_<servername> would be used incase we dont have SERVER=<value> parameter in the rwservlet.properties file.
    If i specify the servername in the rwservlet.properties file then only Repsvr1 reports are working fine and other 2 server reports are giving the same error like
    REP-51002: Bind to Reports Server <<Server Name>> failed.
    how can i configure the info which will work all 3 reports. 2 Port servers are invoking using oracle forms and report server is invoking using ASP pages.
    If i specify Server name & Key map file in rwservlet.properties one at a time, all the reports are working without any error, whenever i am trying to integrate all 3 to workable i am getting binding error. if i exclude the server from rwservlet.properties still i am getting the same error.

    My RELOAD_KEYMAP setting is YES only.As i said If i specify Server name & Key map file in rwservlet.properties one at a time, all the reports are working without any error.
    keymap file entries
    key1: server=Repsvr1 userid=xxx/yyy@dbname report=D:\Web\path1\path2\reports\Report1.rdf destype=cache desformat=PDF %*
    key2: server=Repsvr2 userid=xxx/yyy@dbname report=D:\Web\path1\path3\reports\Report2.rdf destype=cache desformat=PDF %*
    If i use http://server.domain:port/reports/rwservlet? cmdkey = key1 should bring the report from Repsvr1 and http://server.domain:port/reports/rwservlet? cmdkey = key2 should bring the report from Repsvr2, but i am getting an error from Repsvr2 saying that REP-51002: Bind to Reports Server repsvr2 failed.
    Only Servername Repsvr1 is in rwservlet.properties file. Now what is the best option to by pass the server from rwservlet.properties file and should be from keymap file. if i comment server name in rwservlet.properties file still i am getting REP-51002: Bind to Reports Server <<Server Name>> failed error for both keys.

  • Table Name for "Role properties"

    Does anyone know the table name where role properties are maintained?
    Thanks

    Hi,
    check out the tables AGR*, I am not quite sure but I think AGR_FLAGS is the one you are looking for.
    regards
    Siggi

  • Is there a way to automatically set the file name in Acrobat Properties when exporting a PDF from Indesign?

    When I used Quark to make a PDF, the title area in the PDF was automatically populated with the file name, there in the properties tab. We like use this area to confirm file names of original files, so we can keep track of drafts, (in case the file name of the PDF is changed, which our boss often does). Is there any way to set up InDesign to do the same?

    @stadlock – I think I know what you mean…
    You exported to PDF and changed the file name in the export dialog to a different one from the document name presented there the first time you exported that document. And in exports after that the new name will be presented in the dialog instead of the name of the document.
    What you can do against that?
    1. First time you want to export: Save before the document is exported. And do not save after it's exported with a new file name.
    2. After the new file name is already there in the export dialog:
    Type in the document name in the dialog. Export. Or abort after chosing a export preference. Save. Check again, if the document's file name is in the export dialog. If yes, procede like in suggestion #1. If not do a full export with the document's file name, save and then procede with suggestion #1.
    Uwe

  • How to get the name of correlation item in OM through event processing scripts?

    I am trying to write a groovy script in OM event processing scripts, I want that script to read the event correlation and set custom attributes accordingly. I am unable to read the correlation item. Please guide me how to get it? What method should I use to get the correlation item? I am using OPR library.

    Hi there,
    the name property would be the correct attribute to get the subform name, just by looking at the code it doesn't seem like it's doing the right thing
    I am assuming that you send Main in the function countChk() which would look something like this
    countChk(Main);
    And you probably want to make sure you are entering the right subform so you need to keep that loop at the end of the function
    but if you want to get through all the checkboxes inside that subform you must do a loop through that node to find each checkbox
    I am assuming that the function would probably look something like this
    function countChk(vNode) {//Starts vNode with Main
         for (var i = 0; i < vNode.nodes.length; i++) {
              if (vNode.nodes.item(i).className === "field") {
                   if (vNode.ui.oneOfChild.className === "checkButton") {
                        if (vNode.items.nodes.length > 1) {
                             if (vNode.value.oneOfChild.value == 1) {
                                  nChk++ ;
              }else if (vNode.nodes.item(i).className === "subform"){
                   if (vNode.nodes.item(i).name === "Door_Subform"){
                        countChk(vNode.nodes.item(i));
         }//endloop
    Hope this help!

  • Report server name in rwservlet.properties file

    Hi all,
    I dont want to hard code the report server name while calling report from the form...
    I have used....
         vrep := RUN_REPORT_OBJECT(myreport1);
    /* Checking for Report Server is started or not, if not throw an exception else proceed */
         if vrep = vrep||'_0'then
         raise form_trigger_failure;
    end if;
         vjob_id := substr(vrep,length(vc_reportserver)+2,length(vrep));
         vrep_status := REPORT_OBJECT_STATUS(vrep);
    where vc_reportserver is assigned a value of my report server name...
    If I edit rwservlet.properties file and give
    server=<my rep server name>,
    How can i read this value from the form ? Any help please?
    I know there is a way to do in formsweb and default.env. But I want to know the way how to used in rwservlet.properties file and use it in the form.
    Kindly help
    Priya

    Thanks Francois for your reply.
    You can pass this value in the formsweb.cfg file (otherparams=)So, in forms I have to create a parameter matching with the one what I have mentioned in otherparams. right?
    you can read it from a database parameter's table (solution I prefer).So, just storing the report server name in database and fetch like
    select --- from tablename! Is it so?
    And apart from this, may I know why you prefer this method?
    And why not rwservlet.properties??
    Regards
    Priya

  • Identifying Full Font Family Names from Acrobat "Properties"

    I routinely update PDFs where the originator is unavailable to question about typography issues. The problem I'm having currently, and continue to have, is that Acrobat (on V8) identifies font names differently from say...the Adobe Store.
    For instance, currently I'm editing a PDF that uses fonts from the "HelveticaNeue" family. I don't have this font, so if I go over to the Adobe store and try to find it, I get multiple types of "HelveticaNeue" font, and none of them are exactly what Acrobat provides as the name.
    For instance:
    Acrobat says: HelveticaNeue-Black
    Adobe store offers:
    Helvetica Neue Std Black
    Helvetica Neue 93 Black
    Helvetica Neue 95 Black
    and so on and so forth
    But NO "HelveticaNeue-Black" is in the list.
    Neither the spelling of the Acrobat font family, or the actual full name seem to match anything in the Adobe store.
    So, does anyone know a way to figure out exactly which font family Acrobat has in the PDF?
    Thanks in advance.

    Chris Souther asked:
    "Does anyone know a way to figure out exactly which font family
    Acrobat has in the PDF?"
    PDF's may include individual fonts, not families. For the most part,
    the font names shown are the actual font names. Or, more precisely,
    the PS Font Names.
    I'm looking at an older Type 1 font right now that has the following
    names in its name table (or at least the ones I can see in FontLab):
    Family Name: Helvetica Neue
    Weight: Black
    Style Name: Regular
    PS Font Name: HelveticaNeue-Black
    Full Name: Helvetica 95 Black
    Menu Name: Helvetica 95
    Fond Name: Helvetica 95
    To prevent conflicts, Adobe did some name modification when they
    created OpenType versions of fonts:
    The OTF version of the same font shows:
    Family Name: Helvetica 95 Black
    Weight: Heavy
    Style Name: Regular
    PS Font Name: HelveticaNeue-Black
    Full Name: Helvetica Neue 95 Black
    Menu Name: Helvetica 95 Black
    Fond Name: Helvetica 95 Black
    It appears that either one of these might be the one used in your PDF
    - and they should be interchangeable.
    Just to confuse things further, the fontnames for embedded subsets may
    be preceded by random 6-letter-and-a-plus-sign strings like HFTRDS+,
    or in some cases where the PDF isn't produced by Adobe Acrobat,
    TrueType fonts might have peculiar names like TT493875.
    Note that with the exception of a small "webfonts' collection Adobe
    has never produced Truetype fonts. If, as you indicated in another
    gorup, you need to install these fonts, you need them in T1 or OpenType.
    - Herb

  • OIM 11g: Process Form "Account Name" and "AccountID" properties

    Does anyone know where and/or how these column properties are used within OIM? I could not find documentation on them anywhere.

    Does anyone know where and/or how these column properties are used within OIM? I could not find documentation on them anywhere.

  • Invoke a method by getting method name from properties object

    HI ,
    I am storing method names in a properties file . Can any one tell me , how can I invoke those methods ?? Please Urgent.
    Here is the sample program what I am trying to do . Please tell me how to invoke method which is represented by the String "methodTobeInvoked" in the below program.
    public class HelloWorld {
         private String name="meena";
         public String getName() {
              return name;
         public void setName(String name) {
              this.name = name;
         public static void main(String[] args) {
              try {
                   Properties props=new Properties();
                   props.setProperty("method", "getName()");
              String methodTobeInvoked= props.getProperty("method");
              }catch (Exception ioe) {
                   System.err.println(ioe.getMessage());
    Thanks!!!

    meenaalenoor wrote:
    I am storing method names in a properties file . Can any one tell me , how can I invoke those methods?
    Here is the sample program what I am trying to do.
    Please tell me how to invoke method which is represented by the String "methodTobeInvoked" in the below program.
    public class HelloWorld {
         private String name="meena";
         public String getName() {
              return name;
         public void setName(String name) {
              this.name = name;
         public static void main(String[] args) {
              try {
                   Properties props=new Properties();
                   props.setProperty("method", "getName()");
              String methodTobeInvoked= props.getProperty("method");
              }catch (Exception ioe) {
                   System.err.println(ioe.getMessage());
    }Have you looked at [java.lang.reflect|http://java.sun.com/j2se/1.5.0/docs/api/java/lang/reflect/package-summary.html] ?

  • Correlation Problem: unable to Use Correlation and Activate correlation

    Hello,
    i have created correlation name in correlation list and assigned involved messages and assigned proper field in correlaton in properties .i am able to view my correlation name in the properties of both receive steps ,but when i assign it to use correlation and move cursor to activate correlation .value in use correlation is not holding the value and holding space ,the same is happening to activate correlation field.
    I am using PI 7.1.
    Please let me know if you have really overcome this issue.
    Regards,
    Vishal K
    Edited by: vishal kharat on Aug 3, 2011 6:15 PM

    it seems there is no way.
    See note 1797073
    Is there someone with a better solution?

  • How to specify relative path for file name in java class

    I have a directory structure like this.
    C:\Aurora\com\optemys\aurora\validation
    I have a class Test.java under the validation folder.
    I have various files under the same folder i.e validation.
    If I want to access the file "test.properties" in Test.java, how can I just specify "test.properties" & not "C:\Aurora\com\optemys\aurora\validation\test.properties".
    I dont want to hardcode any file path into the class. How can I specify the relative file name into the class.
    Thanks In Advance
    Sachin

    switch the name in Test.properties and use
    this.getClass().getResourceAsStream(fileName)

  • Key date properties popup

    HI all
    when I refresh the webI report, a pop up with name key date properties is showing up, and once i enter the date value init then it is taking me to prompt window.
    I just wonder why this popup is showing up, in Bex query properties I don't see any variable in the key date assigned.
    My second question is I need to show the prompt values in the header of the report. I can show the one which is in prompt window by using UserResponse() function, but if I use the same UserResponse() function for the key date variable it is not showing up in the report.
    Thanks

    @Pumpactionshotgun:
    very thank you for the reply, I tried the function can you please help me with syntax too because I tried this
    =DataProviderKeyDate("Calender Date(Parameter,Mandatory)")
    It's not taking it  and saying dataproviderkeydate() using invalid data type, but I feel it is correct.
    Thanks

  • How to make an input text for user to type name in?

    I'm making a game in which the user can type their name, and later in the game it'll say something like:
    "Oh, Kaitlyn, how was your day?" But all I really know how to do is make it so the name will appear but NOT be in an actually sentence. The problem with that is the spacing and punctuation. I tried following a tutorial which gave me this to put in the actionscript for the output box:
    output_txt.text = "Hello "+myText+"!";
    Here's the tutorial:
    http://www.danfergusdesign.com/classfiles/oldClasses/VCB331-richMedia1/exercises/inputOutp utText.php
    I think it's because it's for as3 that it doesn't work, but I'm kinda new to flash and it doesn't seem too difficult. Please give very discriptive instructions.

    What you show will work in AS2 as well as AS3.  Have you assigned an instance name to the textfield (it shows as ' output_txt ' in your example)?  Instance names are assigned by selecting the object on the stage and entering the name in the Properties panel.
    You need to store the name that the user enters into a variable.  This can be done a couple different ways.  Do you have something in place for that?

  • MPEG-4 File Properties & Vista

    Hi
    I have recently had to upgrade to Windows Vista. When I used Windows XP I was able to edit the file properties of both MPEG-4 file properties (details) and MPEG-3 files. Both file types interacted directly with the iTunes Get Info menu.
    Unfortunately, I can no longer edit MPEG-4 file properties and when changes are made using Get Info they are not reflected in Windows Explorer.
    I have examined permissions, but this doesn't seem to make any difference.
    What happened to all the file properties? How can I edit MPEG-4 files?
    I do like to make all my files consistent, but am no longer able too.
    Any help would be greatly appreciated.
    Thanks, Duncan

    Are you running as administrator? You can turn off the security, that might help. You would be same as XP then. Can you edit the properties using Windows Explorer (right click on file name, go to properties menu option, Details tab). I don't have iTunes on my Vista as yet, but you might first confirm that outside of iTunes you can make the changes. If not, that would give you a clue as to why iTunes cannot either.

  • Run Into Problem When Trying Not To Hard Code the Host Name

    My code (using the JavaMail API) works fine when the SMTP host name is hard coded in the program:
           props.put( "mail.smtp.host", "TheHostName" );Then, I tried to put the host name in a properties file (smtpServer.properties). The properties file is in the $TOMCATHOME\webapps\AppName\WEB-INF\classes\resources directory. And the properties file has this one single line:
    smtpServer = TheHostName     //Note: The host name has only alpha characters, dots, and dashesIn my program, I did:
       private final String PROPFILE = "resources/smtpServer.properties";
       private Properties oProp = null;
       public SendBatchMails()  // this is the constructor in my class
          try
             oProp = new Properties();
             oProp.load ( getClass().getClassLoader().getResourceAsStream( PROPFILE ) );
          catch( IOException oEx )
             System.out.println("Unable to load the Properties " + PROPFILE + oEx );
           String smtpServer = oProp.getProperty( "smtpServer" );
           Properties props = System.getProperties();
           props.put( "mail.smtp.host", smtpServer );And, I got this runtime error:
    java.lang.IllegalArgumentException: argument type mismatch
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:324)
         org.apache.commons.beanutils.PropertyUtils.setSimpleProperty(PropertyUtils.java:1789)
         org.apache.commons.beanutils.PropertyUtils.setNestedProperty(PropertyUtils.java:1684)
         org.apache.commons.beanutils.PropertyUtils.setProperty(PropertyUtils.java:1713)
         org.apache.commons.beanutils.BeanUtils.setProperty(BeanUtils.java:1019)
         org.apache.commons.beanutils.BeanUtils.populate(BeanUtils.java:808)
         org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1252)
         org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:821)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:254)
         org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

    I would agree with Reply 1. From the stack trace it is apparent that it comes from Struts, where it is failing to set some kind of property in a bean. However the code that you posted doesn't seem to have anything to do with that. Check your Struts configuration.

Maybe you are looking for

  • IPod not being recognised by Windows..cant change the hardis

    All, Pls help a iPod freak out. I recently recieved a new ipod via Apples Warrenty conditions sound good right... Wrong! My new ipod is not being recognised on my pc. I have: Reintstalled the latest Ipod Sw 2005-26-6 (and the original version 2004 8-

  • Previewing SWFs in Bridge

    No matter what access I give the Flash security settings, I get the warning window whenever I preview SWFs in Bridge. Is there a way around that? Thanks! ~TPS

  • Photo Printing from Networked Windows 7

    My HP Photosmart Printer is  USB connected to a Windows XP machine which is directly attached to the home network.  Also have a Windows 7 64 machine  wirelessly connected to the home network.  The Photosmart printer was added to the windows 7 machine

  • REUSE_ALV_GRID_DISPLAY lines seperation

    Hi, I am using FM REUSE_ALV_GRID_DISPLAY to display some records. Now i got a requirement to print my grid with seperation between records (lines seperation). How can i achieve this? Regards Yossi Rozenberg *Points will be rewarded

  • Problems with Eclipse

    Hi Sap Guru, Forgive my bad English. I decided to switch to Eclipse. I have scrupulously followed the procedures described in qesto link. AiE easy installation - ABAP Development - SCN Wiki ( Thanks Gregor Wolf for nice job ). I installed correctly t