Dynamic calc not calcing!

I have a number of simple dynamic calc members, all of the form:Measure per Issue (Dynamic Calc) Measure (Shared Member) (+) Issues (Shared Member) (/)These worked fine until this morning, when two of them started returning #MISSING. If I drill down on them, the currect values for Measure and Issues are showing, but no calculation is taking place.After trying a number of things, I tried recreating them - and the copies worked fine.When I deleted the originals, it took an age to restructure the database, suggesting that they had some how become stored members, as usually editing the Dynamic Calc memebers takes only seconds to restructure.Running 6.0.Anyone have any idea what might have caused this?

What patch of 6.0 are you running? That is a relatively "old" version at this point, and there may be some outstanding issues related to this.Regards,Jade--------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected] ---Message Posted by sanderton ??3/21/02 05:00---I have a number of simple dynamic calc members, all of the form:Measure per Issue (Dynamic Calc) Measure (Shared Member) (+) Issues (Shared Member) (/)These worked fine until this morning, when two of them started returning #MISSING. If I drill down on them, the currect values for Measure and Issues are showing, but no calculation is taking place.After trying a number of things, I tried recreating them - and the copies worked fine.When I deleted the originals, it took an age to restructure the database, suggesting that they had some how become stored members, as usually editing the Dynamic Calc memebers takes only seconds to restructure.Running 6.0.Anyone have any idea what might have caused this?

Similar Messages

  • Dynamic configuration not fil in reused OM in NW BPM

    Hi,
    I'm having problem in operation mapping that i re-used in nw bpm.
    In my scenerio in the operation mapping, a UDF writes on "TServerLocation" and in the next step of BPM, i have receiver determination rule which read from "TServerLocation" variable.
    Below step calls OM which in PI.
    (UDF writes on TserverLocation)
    This next step, reads TserverLocation in receiver tab of Integration Conguration.
    Receiver rule
    So the problem is dynamic configuration doesn't write on TserverLocation or integration confiuration object removes in soap header somehow.
    This was a ccBPM integration and all esr objects, mapping,udfs working fine. No problem with that.
    I checked below blog but not get this work.
    Dynamic Configuration not working with Integrated Configuration
    Has anyone faced similar problem ?
    Thank you
    -Tahir

    HI,
    In general Correlation , concept, whatever we configured in Correlation editor , i mean in runtime which xml element should filled with which element of which interface ..as you said you have configured the local correlation to block, in block it is the first receive step, while receiving the first message which is relevent to first recieve step , i mean if it receives the one message which is related to first receive step inteface .. the respective element data will be filled in correlation id and it will assign on giud for processing , so while assign the runtime data to correlation element ( imean filling stage) check you said two elements in correlation does the first message contains these two elements ??
    if so ok , no then check , and try to use the IM before calling the IP to fill the payload.
    Regards
    Chilla
    Oh closed!!
    Message was edited by:
            Chandra Sekhar Chilla
    Message was edited by:
            Chandra Sekhar Chilla

  • Dynamic parameter not bringing in all values/Pagination of dropdown values

    Hello,
    I have a dynamic (but not cascading) prompt in a Crystal 2008 SP3 report. It uses a view to bring in a list of customers.
    The underlying view returns about 1800 or so rows, but the prompt is not bringing in any more than about approx 1000 rows.
    I seem to remember this being an issue with the old Crystal reports and thought there was some kind of limitation to no more than 1000 rows unless some registry hack is performed.
    Is this still true with CR 2008 and if so, what is the correct registry setting to change this?
    Another related question (less critical than the first) -
    In my report, the prompt dropdown is "paginating" the results, so about 200 or so rows per dropdown page, with 5 pages.
    Is there a way to stop the dropdown prompt from paginating the results over multiple pages? It is awkward to have to go from page to page in the dropdown, and the filter is useful and a good workaround but wanted to know if there was a way to stop the pagination.
    Thank you

    Go to the following regsistry path
    HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Crystal Reports\DatabaseOptions\LOV
    and add the following STRING entry (if it does not exist)
    MaxRowsetRecords
    Set the value to 2000 or whatever number you need.
    Do you retrieve the values over a universe or a direct database connection?
    Regards,
    Stratos

  • Why Does Dynamic Link Not Work

    I purchased the CS5 Adobe Production Premium.  I have been working in Premiere and I have been learning about how to use Dynamic Link. I want to be able to alter clips in After Effects and bring them back and forth into Premiere.  When I go to File/ Adobe Dynamic Link/New After Effect Composition, I get this message:
    Adobe Dynamic Link Requires Adobe Production Premium.
    Since I own production premium, I do not know why I am getting this message.  I have reinstalled the CS5 Production Premium Software twice and it still gives me the same message.  What can I do to get Dynamic Link Working.

    Thank you for the tip.  Could you possibly tell me how to deactivate and
    then reactivate the suite.  I am using a Macbook Pro laptop running OS
    10.6.4.  I do not even know where to start.
    From:   Colin Brougham <[email protected]>
    To:     Dan Seanor <[email protected]>
    Date:   03/15/2011 09:55 AM
    Subject:        Why Does Dynamic Link Not Work
    Deactivate the software (not uninstall), and then reactivate the suite.
    This often fixes this. You can opt to leave the serial number on the
    system; no need to clear it and re-enter it.

  • Dynamic Actions not firing when using date picker?

    The dynamic actions don't seem to be triggering when selecting a date from the date picker, but trigger just fine when the dates are manually entered. Anyone else have this problem and if so is there a workaround to get it to work from the date picker as well? I am using Application Express 4.0.1.00.03
    And how can I report this problem?

    I'm already using Change.
    If it matters, I have it set to:
    Event: Select
    Selection Type: Item
    Condition: No Condition
    My action type is just an alert right now since all I want to do is to see if I can trigger it (as in you have to walk before you can run).
    Event Scope: Live
    Conditon type: Dynamic Action not Conditional
    Authorization Scheme: No Authorization Required

  • SGA dynamic or not ?

    Hi Forum,
    when is SGA dynamic ? One SAP note says that the use of parameter db_cache_size make SGA dynamically sizing its buffers. Others say that parameter sga_target
    <> 0 decides on dynamic or not. If db_cache_size is set but sga_target is 0, what does this mean ?
    Kind regards
    hakort

    DB_CACHE_SIZE itself is a dynamic parameter. Even if you mention SGA_TARGET as 0, its still can be changed dynamically with alter system command. The dynamic word has been used at several places in oracle docs. By making db_cache_size dynamic, any changes done to it are immediately effected. But this doesn't mean that the entire SGA has become dynamic.
    With dynamic sga(started from 10g onwards), 5 parameters, which are mentioned by Laura are made dynamic and are collectively set by the SGA_TARGET parameter. This leaves the entire SGA over Oracle's discretion that how to allocate/deallocate memory among these parameters. This setting works only when the SGA_TAGET is set to some non-zero value. Once set to 0, Oracle reverts back to the manual SGA where the parameters can be changed by you dynamically but the entire SGA is still controlled by you. By entire SGA I mean the 5 parameters and the other non-dynamic parameters like Log_buffer and so on.
    HTH
    Aman....

  • StarOffice8 Calc does not calc

    I have
    StarSuite 8 updated with all patches.
    Java (build 1.6.0_14-ea-b01)
    XP Service Pack 3
    PROBLEM: "StarSuite Calc" DOES NOT perform any cell to cell math operations. For example in D2 I place =C2-B2. And I get the number that's in B2. Not the requested subtraction. Nothing is calculated. This happens after a reboot too.
    I called the support line but could not understand the individual. Sounded rather muddy. A bad connection I think.
    Did I somehow turn off calculation? If this depends on Java, then is the beta version of Java not doingsomething?
    Help please,
    Jim Burke

    Never mind. The issue was one of my columns, despite having been formatted as numeric with two decimals was still a text field. The obvious part was the left justified number (obediently numeric formatted with two decimals) as at heart still text. It decided to work OK after I actually typed numbers into the field.
    Sorry to bother anyone who reads this,
    Jim Burke

  • 10.3 Calcs not working. Orig Form created in LiveCycle

    Scripts written in FormCalc not Java

    I think I was wrong and oversimplified support for LifeCycle. This document released this week may provide you some answers:
    Enterprise Guide to Reader Mobile.

  • Issues with Double, calc not accepted

    I found a site with some example problems I'm working through. I'm following what I think I understand is right, but I get errors that the calculation with type Double isn't accepted. What am I missing?
    import java.io.*;
    class Change
      public static void main (String [] args) throws IOException
        String charData;
        Double change;
        Double value;
        //read in change amount
        BufferedReader stdin = new BufferedReader
          (new InputStreamReader (System.in));
        System.out.println ("Enter amount in cents");
        charData = stdin.readLine();
        change = Double.parseDouble (charData);
        //calculate change due
        //dollars
        value = change / 100;
        System.out.println ("There are " + value + " dollars");
        change = change % 100;
        //quarters
        value = change / 25;
        System.out.println ("There are " + value + " quarters");
        change = change % 25;
        //dimes
        value = change / 10;
        System.out.println ("There are " + value + " dimes");
        change = change % 10;
        //nickles
        value = change / 5;
        System.out.println ("There are " + value + " nickles");
        change = change % 5;
        //pennies
        System.out.println ("There are " + change + " pennies");
        //end
        System.out.println ("End");
    }and my errors...
    C:\JP>javac Change.java
    Change.java:19: incompatible types
    found : double
    required: java.lang.Double
    change = Double.parseDouble (charData);
    ^
    Change.java:24: operator / cannot be applied to java.lang.Double,double
    value = change / 100.0;
    ^
    Change.java:26: operator % cannot be applied to java.lang.Double,double
    change = change % 100.0;
    ^
    Change.java:29: operator / cannot be applied to java.lang.Double,double
    value = change / 25.0;
    ^
    Change.java:31: operator % cannot be applied to java.lang.Double,double
    change = change % 25.0;
    ^
    Change.java:34: operator / cannot be applied to java.lang.Double,int
    value = change / 10;
    ^
    Change.java:36: operator % cannot be applied to java.lang.Double,int
    change = change % 10;
    ^
    Change.java:39: operator / cannot be applied to java.lang.Double,int
    value = change / 5;
    ^
    Change.java:41: operator % cannot be applied to java.lang.Double,int
    change = change % 5;
    ^
    9 errors
    Thanks in advance for any help.

    I just realized I included errors that included trying to force the 100 and 25 to Double by making them 100.0 etc. It basically yielded the same results though. sigh

  • Calcs not correct?

    XI31 - SP3
    I have two metrics (measures) 1 and 2.  In deski,  I run a quick validation comparing the two on a % basis by "sum(1-2)/2" and I get the correct %,  However,  when I try to incorporate this as a metric (measure) within designer,  I get different results?
    I have tried many variations,  I think I remember a mention of a possible parameter change to resolve this, but I can't find it?
    Thanks

    These sorts of measures (ratios) are best calculated at the report level.
    Say you have two rows:
    A, 30, 20
    B, 60, 10
    In your example,
    sum(1-2)/2 would produce
    10/20 and 50/10
    sum(1-2)/sum(2) would produce
    (10 + 50)/(20+10) = 2
    And so on.
    I understand that you can create universe-level variables in XI4 to tackle this very issue.
    Regards,
    Mark

  • Calc another calc script from a calc script or business rule

    is there a way to call a common calc script segment from other calc scripts or business rules. I do not want to replicate common code in multiple business rules. This common code updates the Essbase database, so it would need to take Essbase members as parameters and be able issue calculation commands. I do not find this possible with custom macros or custom functions. Thanks - Davis ([email protected])

    I do not think you can call another calc script from within a calc script. An alternative would be to write a MaxL script that strings multiple calc scripts together.Good luck.

  • Master page Dynamic data not getting displayed in consecutive pages

    Hi,
       I have buit a dynamic form which has some dynamic content in master page and a dynamic table in the body page.
    Layout is
    Master page
          Sub form
                 Field1 -TextView
                 Field2 - TextField      bind with Node1--->Attribute1
                 Field2- TextField       bind with Node2---->Attribute2
                Field n - TextField
    all the text fields are bound to various nodes from RFC
    Body Page
             Sub form
                  Table -Grows Dynamically
    When i run the application all the fields are displayed perfectly in the first page.
    when the table data goes more than one page the problem arises
    The Text fields in the master page is  not displaying the values in the second page ,but the text views and the table values are fine.
    The values are getting displayed in both pages if i put any attribute inside the parent node.Is there any property i need to set at node level or subform level?
    Thanks in advance,
    Siva

    Hi
    I Would like to give a suggestion eventhough i don,t have answer to you question.
    Master Page is used for static content as per SAP and Adobe like company logo and  company address footer section and placing  watermarks etc....
    I feel because of the Dynamic behavior in master page it Leeds this problem.
    Regards
    Malli

  • Dynamic Action not triggering on Radio Group change

    I have a form that contains a text item, a radio group item and a display-only item. I have created a single dynamic action "CHANGE SUBJECT" associated with both the text and radio group items that updates the display-only item's value whenever either is changed. The action fires properly when the text item is changed, but not when the radio group is changed. If I set the radio group item's "Page Action when Value Changed" property to "Redirect and Set Value", than everything works, but that is not the desired behavior as that requires a refresh of the entire page. Any suggestions on how to make this action work? Is there a different action for the radio-group that I should be using instead of CHANGE? Thanks for your help.
    -Jeff
    Edited by: jritschel on Sep 1, 2010 2:05 PM

    OK, then change it to JavaScript Expression instead of SQL and put this code in the value :
    "Radio Group Value= "+ $v('P65_RADIO_GROUP')+" - Text Box Value= "+ $x('P65_TEXT').value I tried it and it work!
    Sam
    Update:
    I tried the same code you had before (plsql Expression) but there is something that you need to do to make it work, in the TRUE action setting , there is a "Page Items to Submit" field, you need to put your text item and radio in it as follows:
    Page Items to Submit : P65_RADIO_GROUP,P65_TEXTThis should make your code work in addition to the other way I provided.
    Thanks,
    Sam
    Edited by: Sam_06 on Sep 1, 2010 2:27 PM

  • Dynamic code not rendering

    I am working on my first dynamic website in DW CS5.5.  I have already set up the back end successfully, and am working on the presentation.
    The database, recordset and dynamic text are in place, and they test properly, but in neither Live View nor Browser View do the dynamic items appear.  I am also using a Tom Muck extension, Horizontal Looper, but I don't think this is the problem.
    When I was creating the back end, I remember having some similar problems as well, but I seemed to work through them, but I don't remember the "trick".
    I have restarted Apache and MYSQL on xampp, without results.  If anyone can offer advice, thanks much!
    Regards, Ned
    <?php require_once('Connections/sowcs_test.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    $colname_getProducts = "-1";
    if (isset($_GET['prodCategory'])) {
      $colname_getProducts = $_GET['prodCategory'];
    mysql_select_db($database_sowcs_test, $sowcs_test);
    $query_getProducts = sprintf("SELECT prodID, prodCode, prodCategory, prodName, imgThumb FROM products WHERE prodCategory = %s ORDER BY prodCode ASC", GetSQLValueString($colname_getProducts, "int"));
    $getProducts = mysql_query($query_getProducts, $sowcs_test) or die(mysql_error());
    $row_getProducts = mysql_fetch_assoc($getProducts);
    $colname_getProducts = "-1";
    if (isset($_GET['1'])) {
      $colname_getProducts = $_GET['1'];
    mysql_select_db($database_sowcs_test, $sowcs_test);
    $query_getProducts = sprintf("SELECT prodID, prodCode, prodCategory, prodName, imgThumb FROM products WHERE prodCategory = %s ORDER BY prodCode ASC", GetSQLValueString($colname_getProducts, "int"));
    $getProducts = mysql_query($query_getProducts, $sowcs_test) or die(mysql_error());
    $row_getProducts = mysql_fetch_assoc($getProducts);
    $totalRows_getProducts = mysql_num_rows($getProducts);
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/sowcsmain.dwt.php" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>SONOMA OLD WORLD CAST STONE | Elegant decorative stonework accessories components for your home, estate, office building or place of business</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    <link href="stylesheets/sowcsmain.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="p7pmm/p7PMMscripts.js"></script>
    <link href="p7pmm/p7PMMh07.css" rel="stylesheet" type="text/css" media="all" />
    </head>
    <body>
    <div class="container">
      <div class="header"><img src="images/header_img.jpg" width="960" height="200" alt="Sonoma Old World Cast Stone" />
        <!-- end .header --></div>
        <div class="navbar">
        <div class="navmenu">
          <div id="p7PMM_1" class="p7PMMh07 p7PMMnoscript">
            <?php require('includes/main_menu.php'); ?>
            <div class="p7pmmclearfloat"> </div>
            <!--[if lte IE 6]>
    <style>.p7PMMh07 .current_mark {font-weight: normal; text-transform: uppercase;} .p7PMMh07 ul ul .current_mark {font-weight: bold;} .p7PMMh07 li {filter: alpha(opacity=80);} .p7PMMh07 ul ul li {float:left; clear: both; width: 100%;}.p7PMMh07 {text-align: left;}.p7PMMh07 ul ul a {zoom: 1;}</style>
    <![endif]-->
            <!--[if IE 5]>
    <style>.p7PMMh07, .p7PMMh07 ul ul a {height: 1%; overflow: visible !important;} .p7PMMh07 {width: 100%;}</style>
    <![endif]-->
            <!--[if IE 7]>
    <style>.p7PMMh07, .p7PMMh07 a{zoom:1;}.p7PMMh07 ul ul li{float:left;clear:both;width:100%;}</style>
    <![endif]-->
            <script type="text/javascript">
    <!--
    P7_PMMop('p7PMM_1',1,2,-5,-5,0,1,0,1,0,3,1,1,0,0,0);
    //-->
            </script>
          </div>
          </div>
          <!-- end .menubar -->
        </div>
      <div class="sidebar1"> 
      <div align="center">
      <p><strong>PRODUCT<br />CATEGORIES</strong></p>
        <img src="images/024 Pedestal_ with_girls_sidebar.jpg" width="125" height="250" alt="Pedestal category image" class="sidebar" />
        <p class="sidebarcaption"><a href="#">PEDESTALS</a></p>
        <img src="images/066_Barrel_with_grapes_sidebar.jpg" width="125" height="234" alt="Barrel with Grapes Plaque" class="sidebar" />
        <p class="sidebarcaption"><a href="#">PLAQUES</a></p>
              <img src="images/sowcslogo.jpg" width="150" height="150" alt="Sonoma Old World Cast stone logo" class="sidebar" />
         </div><!-- InstanceBeginEditable name="sidebar1" -->   
        <!-- InstanceEndEditable -->   
      <!-- end .sidebar1 --></div>
      <div class="content"><!-- InstanceBeginEditable name="content" -->
      <h1>PEDESTALS</h1>
      <table >
        <tr>
          <?php
    $getProducts_endRow = 0;
    $getProducts_columns = 3; // number of columns
    $getProducts_hloopRow1 = 0; // first row flag
    do {
        if($getProducts_endRow == 0  && $getProducts_hloopRow1++ != 0) echo "<tr>";
       ?>
          <td><p><?php echo $row_getProducts['imgThumb']; ?></p>
            <p>Item #<?php echo $row_getProducts['prodCode']; ?></p>
            <p><?php echo $row_getProducts['prodName']; ?></p>        <p>VIEW</p></td>
          <?php  $getProducts_endRow++;
    if($getProducts_endRow >= $getProducts_columns) {
      ?>
        </tr>
        <?php
    $getProducts_endRow = 0;
    } while ($row_getProducts = mysql_fetch_assoc($getProducts));
    if($getProducts_endRow != 0) {
    while ($getProducts_endRow < $getProducts_columns) {
        echo("<td> </td>");
        $getProducts_endRow++;
    echo("</tr>");
    }?>
      </table>
      <!-- InstanceEndEditable -->
        <!-- end .content --></div>
      <div class="footer">
          <!-- InstanceBeginEditable name="footer" --><!-- InstanceEndEditable -->
        <div class="bottommenu"><?php include('includes/bottom_menu.php'); ?></div>
        <p><strong>SONOMA OLD WORLD CAST STONE</strong><br />
        2995 Wiljan Court #A, Santa Rosa CA 95407 | p. 707-874-2709</p>
        <p>&copy;<?php
        ini_set('date.timezone', 'America/Los_Angeles');
        $startYear = 2013;
        $thisYear = date('Y');
        if ($startYear == $thisYear) {
            echo $startYear;
        else {
            echo "{$startYear}-{$thisYear}";
        ?> Sonoma Old World Cast Stone | All Rights Reserved</p>
      </div>
        <!-- end .footer --></div>
      <!-- end .container --><!-- InstanceBeginEditable name="CurlyTag" --><!-- InstanceEndEditable -->
    </body>
    <!-- InstanceEnd --></html>
    <?php
    mysql_free_result($getProducts);
    ?>

    I apologize for time wasted, as I discovered the errors were basic things regarding image files:
    Embarrassed to say that my image files were not uploaded to the server
    Paths to the images were not correct, although I just realized that I have some additional relativity issues to deal with
    I realized that I have to wrap the php link to the image with an <img src> tag
    Appreciate your help!
    Rgds, Ned

  • Dynamic configuration not working in Java mapping

    Hi All,
    I have a scenario where i  am using java mapping. In this i am doing following
    1)Read file name from input message header
    2)set file name in output message Header
    3) set Directory name in output message Header
    i  have used following code .. but iit is not working... when i test end  to end...  in reciver communication channel it is failing stating " message failed as "Directory is not set in Header. Also i checked in SXMB_MONI  "dynamic configuration".It is not showing Directory.
    this is code.
    public void transform(TransformationInput transformationInput,TransformationOutput transformationOutput)
                   throws StreamTransformationException {
                   private Map para;
                   String Directory ;
                   String  inputFileName;
                   String var1 = "ABC";
                   para = transformationInput.getInputHeader().getAll();
                   DynamicConfiguration conf = (DynamicConfiguration) para
                             .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
                   DynamicConfigurationKey keyFileName1 = DynamicConfigurationKey
                   .create("http://sap.com/xi/XI/System/File", "FileName");
                         inputFileName = conf.get(keyFileName1);
                   DynamicConfigurationKey keyFilename = DynamicConfigurationKey
                             .create("http://sap.com/xi/XI/System/File", "FileName");
                   DynamicConfigurationKey keyDirecory = DynamicConfigurationKey
                             .create("http://sap.com/xi/XI/System/File", "Directory");
                   Directory = "tmp/"+var1;
                   conf.put(keyFilename,inputFileName);
                   conf.put(keyDirecory, Directory);
    I am in PI 7.1 ,   and in eclipse its showing warning that Para is not used.
    Can anyone show some lights.
    Also is there any way to debug this?? like is there any function by which i can write the trace for each step to see those in MONI.

    Method name:   public void createDirectory(Resultlist result, Container container)throws StreamTransformationException
    //Use Simple UDF and do the following lines
    String Directory ;
    String  inputFileName;
    String var1 = "ABC";
    DynamicConfiguration conf = container
        .getTransformationParameters()
        .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
      DynamicConfigurationKey keyFileName1 = DynamicConfigurationKey
                   .create("http://sap.com/xi/XI/System/File", "FileName");
      inputFileName = conf.get(keyFileName1);
    DynamicConfigurationKey keyFilename = DynamicConfigurationKey
                   .create("http://sap.com/xi/XI/System/File", "FileName");
    DynamicConfigurationKey keyDirecory = DynamicConfigurationKey
                   .create("http://sap.com/xi/XI/System/File", "Directory");
    Directory = "tmp/"+var1;
    conf.put(keyFilename,inputFileName);
    conf.put(keyDirecory, Directory);
    and remove these 3 lines
    //private Map para;
    //para = transformationInput.getInputHeader().getAll();
    //DynamicConfiguration conf = (DynamicConfiguration) para.get(StreamTransformationConstants.DYNAMIC_CONFIGURATION
    >>I am in PI 7.1 , and in eclipse its showing warning that Para is not used.Can anyone show some lights.
    You can simply remove declaring Map Para line... The eclipse gives warning because you dont assign values for it and you are trying to use...
    For using the same input file name in output side, you dont need coding ... you need only for the directory...
    Enable ASMA attributes in the channel.
    Edited by: Baskar Gopal on Feb 24, 2011 10:58 AM

Maybe you are looking for