Variable value to scenario is lost,why

I am using a procedure to loop in a table to get the record and use this record value to call a scenario.
in command on source: select c1 from table1
in command on target: OdiStartScen -SCEN_NAME=TESTEXTRACT -LOG_LEVEL=5 "-project.v1=:c1"
variable #project.v1 is a project variable I used in scenario testextract. I tried to set it as latest and historize, set the refresh tab as: select #v1
but when I loop around the table, the project variable #v1's value should be set as the value of binding variable c1, but it is not. it doesn't get the value.
what's the possible reason for this?
I did declare the project variable #v1 before I call the loop procedure.
Thx

finally I get it. I have to use #varname instead of :varname, otherwise it won't get error but just cannot get value. and I find out this #varname cannot be defined anywhere, otherwise the value will get lost also.

Similar Messages

  • Retaining Variable Value for Scenario Restart

    I have a slave-package where i use many variables for JDBC connection/url/login/passwd and Target File Path - all have been defined as type HISTORIZE
    My packages are as follows
    (1) There are many odiSqlUnload steps in the slave-package which uses the connection information & file path from the variables which have been declared in it.
    (2) I just have declare variable steps in the slave-package, and have created a master-package which calls this slave-package's scenario using the command[i] "odiStartScen -GLOBAL.var_name=<var_value>"
    so that all variables get their values from the master-package's call with variable values sent thru it
    (3) Now, the problem occurs when I have to re-start my slave-package's scenario. Say for eg, the first step in my slave-package works fine, but errors out on the next step;
    But when I re-start it for the next step, ODI doesn't seem to pick up values from the variables even though they are of type HISTORIZE, and I get an error with empty values for JDBC, URL & file path which I had specified as variables.
    Why is it that the variables are not able to retain their values.
    Any help would be greatly appreciated!

    finally I get it. I have to use #varname instead of :varname, otherwise it won't get error but just cannot get value. and I find out this #varname cannot be defined anywhere, otherwise the value will get lost also.

  • I am not getting User Environment Variable Value

    Hi Team,
    I have been Trying to recover variables values using an anonym procedure from Windows XP SP3
    I have already executed following procedure.
    BEGIN
    DECLARE
    gf_filelog UTL_FILE.file_type;
    v_file_log VARCHAR2 (1024) := ' ';
    gv_path_log VARCHAR2 (1024) := ' ';
    gv_path_log2 VARCHAR2 (1024) := ' ';
    gv_file_log VARCHAR2 (1024) := ' ';
    BEGIN
    DBMS_OUTPUT.put_line ( 'obteniendo valores of vars: '
    || gv_path_log
    || ' '
    || gv_file_log
    DBMS_SYSTEM.get_env ('ORACLE_HOME', gv_path_log);
    DBMS_SYSTEM.get_env ('PATH_MODULO', gv_path_log2);
    DBMS_SYSTEM.get_env ('FILELOG', v_file_log);
    DBMS_OUTPUT.put_line ( 'valores vars ORACLE_HOME: '
    || gv_path_log
    || 'PATH_MODULO:'
    || gv_path_log2
                   || ' FILELOG:'
                   || v_file_log
    gv_file_log :=
    v_file_log || TO_CHAR (SYSDATE, 'yyyymmddHH24MISS')
    || '.log';
    DBMS_OUTPUT.put_line ( 'Nombre de Archivo creado'
    || gv_path_log
    || ' '
    || gv_file_log
    gf_filelog := UTL_FILE.fopen (gv_path_log, gv_file_log, 'w');
    DBMS_OUTPUT.put_line ('Archivo creado' || gv_path_log || ' '
    || gv_file_log
    UTL_FILE.put_line (gf_filelog,
    || TO_CHAR (SYSDATE, 'HH24:MI:SSSSS')
    || ']--> '
    || 'Prueba de escritura'
    || gv_path_log
    || ' '
    || v_file_log
    UTL_FILE.fflush (gf_filelog);
    UTL_FILE.fclose (gf_filelog);
    EXCEPTION
    WHEN OTHERS
    THEN
    DBMS_OUTPUT.put_line ( '[reporta_log]Error en :'
    || SQLCODE
    || ' - '
    || SQLERRM
    raise_application_error (-20000,
    '[reporta_log]Error en :'
    || SQLCODE
    || ' - '
    || SQLERRM
    END;
    END;
    I show you data result after procedure was excecuted.
    obteniendo valores of vars:
    valores vars ORACLE_HOME: E:\oracle\product\10.2.0\db_1PATH_MODULO: FILELOG:
    Nombre de Archivo creadoE:\oracle\product\10.2.0\db_1 20111122171625.log
    [reporta_log]Error en :-29280 - ORA-29280: invalid directory path
    BEGIN
    ERROR at line 1:
    ORA-20000: [reporta_log]Error en :-29280 - ORA-29280: invalid directory path
    ORA-06512: at line 55
    I see that only ORACLE_HOME variable value was got, question is why, of course, variable values are already defined as user variables.
    Variables PATH_MODULO and FILELOG was defined using windows maintenance variable method, that is :
    1.- settings
    2.- system
    3.- advanced options
    4.- environment variables
    Here my oracle version
    SQL> select version from v$instance;
    VERSION
    10.2.0.1.0
    SQL>
    Is this an Oracle Issue or variables would be defined in another way?
    ORACLE_HOME VARIABLE was created when oracle engine was installed.
    I have got same result after computer was restart.
    I appreciate wathever clue.

    Ok, that is , I only can read environment variables values, but not variables values at user profile. It happends in unix environment too. So I tried to use another instruction sequence in order to read user variables values.
    Regards

  • Unable to assign the variable value

    Hi,
    I am trying to capture the error message into a variable using statement in the Refreshing tab :
    Select '<%=odiRef.getPrevStepLog("MESSAGE")%>' from dual
    After getting the error log into variable, I am making a call to Scenario which will generate a file and email it stating the error log.
    Now the issue is when i assign this variable to the Scenario variable it throws the following error:
    com.sunopsis.tools.core.exception.SnpsSimpleMessageException: Invalid parameter
         at com.sunopsis.dwg.function.SnpsFunctionBase.getSunopsisApi(SnpsFunctionBase.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execIntegratedFunction(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlS.treatTaskTrt(SnpSessTaskSqlS.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)
    If i set the variable with any default value, it successfully makes a call to the scenario and generates the file.
    Please help!
    Thanks,
    Ritika

    Hi,
    i created a variable and assigned the value to another variable in a procedure, am getting the following error, as it says in the error i don't have any ";" that is causing the problem.
    the variable name is table_nm
    inside the procedure am assigning the value to lv_table_nm :=#SESSNAME.table_nm;
    If i change the variable name tos ome constant or any other value, the package is working fine. Any ideas why am getting error assigning the variable?
    6550 : 65000 : java.sql.SQLException: ORA-06550: line 1, column 294:
    PLS-00103: Encountered the symbol ";" when expecting one of the following:
    ( - + case mod new not null <an identifier>
    <a double-quoted delimited-identifier> <a bind variable>
    continue avg count current exists max min prior sql stddev
    sum variance execute forall merge time timestamp interval
    date <a string literal with character set specification>
    <a number> <a single-quoted SQL string> pipe
    <an alternatively-quoted string literal with character set specification>
    <an alternatively
    java.sql.SQLException: ORA-06550: line 1, column 294:
    PLS-00103: Encountered the symbol ";" when expecting one of the following:

  • Container Variable value not reflected in Alert message

    Hi All,
    In BPM, i am trying to set an Alert message which will send the message in alert Inbox. Here i have stored a value from the message in a container variable. This Container variable value is used in the Alert message in the form of &variable&. But whenever i specify container variable value, it is not reflected in the Long text of Alert Inbox. In Alert category i have also checked the Dynamic text. Still it is not coming.
    Can u suggest what is the possible solution for this.
    Thanks in advance
    Ashish

    I was able to get the Alert Message by changing container variable from "Block " to "Process". But It was containing the value of the first message.
    Actually i am having a scenario in which i am transforming a File message input into multiple messages based on its PO number using multi mapping. These messages are send as IDOCs using Parrallel for Each block, where i store the PO number in the container variable and use it in alert message. So for that i have to use this block name as container and not as a Process.
    Can anybody tell me why this Container Variable value is not reflected in the alert message.
    Thanks in advance
    Ashish

  • Assigning a Jython variable value to an ODI variable

    I have to implement database cursor functionality in ODI.
    For storing the returned values from database, I am using a Jython list.
    The next functionality that I have to implement is as follows:
    (i) For each value in the Jython list, I have to pass that value as a variable to an interface and then execute the interface
    (ii) Return back to the Jython list to get the next value in it
    (iii) Execute the interface for the new value from Jython list
    (iv) Have to execute the interface for as many values as in the list and stop when list is over.

    Hi,
    Thanks for your replies.
    I tried your method of using source as a query in procedure and using ODI startScen in the Target of the same procedure. But the scenario runs only once, and then stops even though the Source query returns 4 rows.
    Do we have to write Source and Target in separate steps of the procedure?
    Does ODI store the many records returned into some internal variables?
    I need to implement a cursor functionality so what is the best approach?
    Can i pass array variable value to some odi variables and do a loop?
    I used a workaround....it works but dont know if that's a good way of doing things:
    I retrieved all the different values that I need in a string by appending the values(this was done using Java loop).
    In my next step in the procedure I call a scenario(package which has some variables and my interface), which passes this long variable from Java as <@...@>
    Then in the package I use an iteration variable which is used to find out the SubString position so that I can extract the correct string to use for my Interface in the next step of the Package.
    It is working fine as of now.....but things could be made simpler if I could call the scenario in the Java loop, then I wouldn't need the iteration variable etc.

  • Open a crystal report from WAD with passing  the variables values

    Hi,
    I need to know is there any way to link SAP WAD to crystal reports (open a crystal report from WAD)and pass the values of the variables which are entered in the Web App. (e.g. Customer id,year) should be passed to the Crystal Report.
    Maybe we need to pass parameter by WAD URL but this is just my assumption and have no idea how to do this with passing variable values.
    right now I know the method of how Bex queries which are used as data source for crystal reports but in my current scenario we have the structure like this that bex queries link with WAD and then WAD is linked with crystal reports.
    No doubt that Crystal report is target option in RRI but there the source is Bex Query only but in current scenario we are looking  WAD (web template) as a source to crystal report or crystal report called in WAD.
    Please suggest something on same.
    Thanks
    Take care
    Vishal sharma

    Hello Vishal.
    Did you find a solution for this problem?
    I'm facing right now the same problem, I need a way to link SAP WAD to crystal reports (open a crystal report from WAD) and pass the values of the variables which are entered in the Web App. (e.g. Customer id,year) should be passed to the Crystal Report.
    Have found an answer to this issue? If yes, please kindly inform how have you solved this.
    Best Regars
    Armando Santos

  • SEM BPS locking even after user switches to a new variable value

    Hi,
    This is locking related question & appreciate any kind of suggestion.
    Users are locking previously planned variable value even after changing to a new value which is causing another user with a  locking issue.
    I've a variable GROUP defined at planning level & included in the planning folder.
    let's say USER1 is planning for GROUP1 & saved the data after planning.
    same user has changed the variable to GROUP2 & is planning now without leaving UPSPL session.
    at this point, when USER2 tries to plan for GROUP1 & is faced with a message "USER1 is currently processing the data".
    currently, USER1 is planning for GROUP2 right? so, why it's still giving locking message (locking GROUP1).
    I even followed SAP note 635244 & created a DB table & included GROUP characteristic in to the table but of not much help.
    even after this, I still see that USER1 is locking both GROUP1 & GROUP2 in report UPC_ENQUEUE_READ.
    Appreciate if any one can share your ideas to deal this kind of issue.

    Hi Hari,
    You indicated in your 1st post, that User 1 is able to access both Group 1 and Group 2. I am assuming in your configuration, multiple users share the same values in the Group variable and they are making selections on execution of your planning application.
    If this is the case, User 1 switching to Group 2 using, e.g., a drop-down menu does not remove the lock on Group 1. Hence User 2 will get the lock message.
    You defining a table in DDIC only specifies Group as a lock relevant characteristic. It will not prevent locking in this fashion.
    The probable options could be:
    1. Consider dividing Groups amongst users, and use user-specific values for your variable;
    2. Consider additional characteristic that will separate data sets.
    The central question I would ask about this planning process, is why would different users be editing the same group at the same time? Is there a way to differentiate their planning needs? That might help in your modeling.
    Hope this helps.
    William Lee

  • How to change the variable value in fox formula?

    Hi All,
        Please help me achieve this scenario,
             in the variable selection screen , i wil give some i/p like, calyear(0calyear) = 2008.
          In planing function using FOX formula, i must be able change the variable value to 2009.
      Will it be possible to achieve this, can we change a variable value using FOX formula, if possible
    please let me knw how to achieve this.
    Thanks n Regards,
    Priya.

    Hi Priyadarshini,
    i dont know what is your requirement exactly.If you can give a better explanation of ur requirement we can help you. But to answer your question yes we can get new values for the variable in the planning function.
    for this you need to couple the planning function together with the planning filter in a planning sequence. This planning filter should have the variable that you wanted to change. In the WAD when you want to call this planning sequence there is an option to call variable screen. If you enable this, it will pop up the variable screen to get this value again.
    Guess this was helpful.
    Regards.
    Shafi.

  • Problem to transfer Variable value to Dashboard A to Dashboard B

    Hi,buddies:
         I have a scenario that I have to jump from Total Dashboard(we call it A) to Detail Dashboard(we call it B),I work with Xcelsius directly connect to BW through SAP NetWeaver BW connection ,I can transfer Variable values to B through URL with command like this:
         http://hqbd6.sinopec.com:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?DASHBOARD=R2JN_DASHTESTB
    &BI_COMMAND_1-BI_COMMAND_TYPE=SET_VARIABLES_STATE
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=G1CALMONTH_DZ_MIS
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING
    &BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING=2011.07
    But at this condition,The variables of Dashboard B are not bound to any cell because they will be set at run time with values passed in the URL.
    My question is can I get the Variable value from the URL in the Xcelsius Designer and put it into a specified cell and link this cell with the query,so that even jump to Dashboard B I can still change the variable values.
    Best Regards
    Martin Xie
    Edited by: Martin Xie Ai Hua on Mar 9, 2012 7:48 AM

    Let me explain the issue in detail.
    In Query Designer, both the year and  month variables are defined by user exit function to read current year and month and can be modified  during the query runtime.
    In WAD, Query1 is  used  to be a table with a table interface to hyperlink a chart which is defined by Query2 with the same variable value of Query1.
    During the runtime of template, if I change the variable value of Query1 , I want the variable of Query2 to be changed automatically with the same new value.
    So in the table interface of Query1 , I write the ABAP code in "SE24" and related source code to the variable is following:
    concatenate
    'function fire_urlJGSP_Col(filter) {'
    Cl_rsr_www_renderer=>c_lf
    'chart_url="' url '" + "&CMD=LDOC'
    '&TEMPLATE_ID=GCCHART_9' "WEB ID of the work book
    '&PAGEID=Graphics'       "Name of the view
    '&CMD=PROCESS_VARIABLES&SUBCMD=VAR_SUBMIT&VAR_NAME=Z2MYEAR&VAR_VALUE_EXT=" + filter'
    Cl_rsr_www_renderer=>c_lf
    'openWindow(chart_url,"chart_window","dependent=yes","600",'
    '"450","true")'
    Cl_rsr_www_renderer=>c_lf
    into l_coding.
    In this way , I can only transfer the year variable value from Query1 to Query2 and not two variables .
    So , how  shall I do to transer the two variable value in the same?

  • Selected variable value is different from the displayed value

    Hi all,
    I have an issue with variable selection in portal. I have a IO - customer which is compounded to source system. So I have soem customers with the same key with different sources. And I have a variable created on customer. For ex - i have 3 customers like below. 
    SA/1234567
    BP/1234567
    F5/1234567
    1 - And when I search for a customer 1234567 - I find only one customer that is SA/1234567. And IO properties are set to read all the masterdata values and not infoprovider or posted values.  - thats issue one - I would like to see all the three and let the user select what ever he wants.
    2 - Now when I select SA/1234567 and run the report. It shows me data for F5/1234567 - which is correct data for that customer. But in the template I have a info field web item to display the selected variables on the screen. That info field shows the Customer as BP/1234567 - which is wrong and confusing. I checked the properties of the web item and everything seems ok.  So in the variable screen I get a value, the result set if of another value and the variable value that shows in the Info tab is another customer. - Driving me nuts
    3 - When I recreate the same scenario in 3.x query - everything works the way they should - this only happens in 7.0 query. What am I missing here??
    Any pointer or insight is appreciated - sorry for the long post.
    Voodi
    Edited by: voodi on Jun 8, 2010 2:26 PM

    Sorry - its not how its displaying the values rather what its displaying - it misses on 2 other values from the three - though the Bex setting in IO are set to read all the values from materdata table. And in the query I'm using IO properties. And display settings are ok

  • Assigning variable values in the virtual key figures Badi

    Hi,
    I'm currently using the virtual chars and key figures RSR_OLAP_BADI to calculate days late as 0NETDUEDATE - sy-datum. This works fine, but the query actually uses variable 0P_KEYDT to determine the key date (set in restricted key figures so not directly).
    I want to use this key date variable value rather than the system date to calculate Days Late in the CALCULATE method of the Badi. In the old user exits I could have retrieved the value from internal table i_t_var_range in the variables user exit ZXRSRU01 and stored it globally.
    Does anyone know how to get a query variable value within the RSR_OLAP_BADI Badi? I've tried using BAPI_REPPROV_GETVARIABLES but don't know how to pick up the session id to make it work. Is there a BADI equivalent of EXIT_SAPLRRS0_001?
    I'm sure one of you out there has the answer!
    Thanks,
    Stuart

    Hi József
    Yes I have, I think using SAP's white paper on virtual characteristics and key figures.
    My only outstanding question would be: is there a replacement BADI for the variables user exit and if not why not, since BADIs are supposed to be the preferred way now?

  • Variable values in navigation blok

    Hi WAD Experts,
    I'm trying to pass variable values to the navigation block. I have already set my variable as ''Changeable at Query Navigation'  but it's not working. The chosen values not appear.
    Any ideas? I'm on a Bw 3.5 version.
    Thank you.
    Ste

    Hi ste,
    I'm not sure what you are trying to achieve.
    The navigation block will display the characteristics and key figure structure from your query / view.
    Why are you trying to pass the variable values to it?  Are you trying to display what the user has selected to run their report?  If so - just used the Text Elements web item and display the values there.
    Regards
    Gill

  • Logging variable value to log via Java Invocation

    Hi,
    I'm trying to log a variable value to log file via Java Invocation.
    This are my imports:
      <bpelx:exec import="java.util.logging.Logger"/>
      <bpelx:exec import="java.util.logging.Level"/>
      <bpelx:exec import="oracle.fabric.logging.LogFormatter"/>
      <bpelx:exec import="org.w3c.dom.*"/>
      <bpelx:exec import="oracle.xml.parser.v2.XMLElement"/>
      <bpelx:exec import="java.util.*"/>
      <bpelx:exec import="java.lang.*"/>
      <bpelx:exec import="java.math.*"/>
      <bpelx:exec import="java.io.*"/>
      <bpelx:exec import="oracle.soa.common.util.Base64Decoder"/>If I do this, my bpel compiles fine:
            <bpelx:exec name="Java_Embedding_1" version="1.5" language="java">
              <![CDATA[
                  Logger logger = Logger.getLogger("oracle.soa.Logger");
                  LogFormatter.configFormatter(logger);]]>
            </bpelx:exec>Now, if I do this (in order to cast the getVariableData(...) to Element or String, to get it logged):
            <bpelx:exec name="Java_Embedding_1" version="1.5" language="java">
              <![CDATA[
                  Logger logger = Logger.getLogger("oracle.soa.Logger");
                  LogFormatter.configFormatter(logger);
                  getVariableData("sendMessage_InputVariable","body","/ns2:sendMessageInput/ns2:invocationId");]]>
            </bpelx:exec>my BPEL won't compile. I get the error
    Error(55,33): Failed to compile bpel generated classes.
    failure to compile the generated BPEL classes for BPEL process "BPELProcess" of composite "default/JDeveloper_BPEL_Project!1.0"
    The class path setting is incorrect.
    Ensure that the class path is set correctly. If this happens on the server side, verify that the custom classes or jars which this BPEL process is depending on are deployed correctly. Also verify that the run time is using the same release/version.
    Not much help in my scac.log. No error, just warning:
    2012-11-13 14:59:40 com.collaxa.cube.CubeLogger info
    INFO: LibClasspath=/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/modules/commonj.sdo_2.1.0.jar:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-thirdparty.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-exts.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-common.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-validator.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-client.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/oracle.soa.fabric.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/soa-infra-tools.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-ext.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.ext_11.1.1/classes/:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar
    2012-11-13 14:59:40 com.collaxa.cube.CubeLogger info
    INFO: validating "BPELProcess.bpel" ...
    2012-11-13 14:59:41 com.collaxa.cube.CubeLogger warn
    WARNING: CubeProcessor.compileGeneratedClasses() classpath is: /opt/Oracle_Middleware_Home/jdeveloper/jdev/extensions/oracle.sca.modeler.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/opt/Oracle_Middleware_Home/oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.mediator_11.1.1/mediator_client.jar:/opt/Oracle_Middleware_Home/oracle_common/modules/oracle.mds_11.1.1/mdsrt.jar:/opt/Oracle_Middleware_Home/oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/opt/Oracle_Middleware_Home/oracle_common/modules/oracle.xdk_11.1.0/xml.jar::/home/veronica/myProject/myProject_Repozytorium/Asynchronic_BPEL/JDeveloper_Asynchronic_BPEL/JDeveloper_BPEL_Project/SCA-INF/classes:/home/veronica/myProject/myProject_Repozytorium/Asynchronic_BPEL/JDeveloper_Asynchronic_BPEL/JDeveloper_BPEL_Project/SCA-INF/classes:/home/veronica/myProject/myProject_Repozytorium/Asynchronic_BPEL/JDeveloper_Asynchronic_BPEL/JDeveloper_BPEL_Project/SCA-INF/gen-classes:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/modules/commonj.sdo_2.1.0.jar:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/modules/oracle.fabriccommon_11.1.1/fabric-common.jar:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-thirdparty.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-exts.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-common.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.bpel_11.1.1/orabpel-validator.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-client.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/oracle.soa.fabric.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-runtime.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/soa-infra-tools.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.fabric_11.1.1/fabric-ext.jar:/opt/Oracle_Middleware_Home/jdeveloper/soa/modules/oracle.soa.ext_11.1.1/classes/:/opt/Oracle_Middleware_Home/jdeveloper/../oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jarIs it missing something? What it is missing?

    Actually I got it to work, and I'm not sure why it hasn't worked before.
    Where are the compiler complaints stored?

  • Setting a variable values only in the first time

    Hi all,
    I have a problem regadring PL-SQL coding..actually its something related to programming logics.
    I'm calling a method (modify) from client application and which calls several other methods. (check_update and update)
    method update updates the database and then calls some other method. (modify_something) That method modify_update calls check_update and and update methods.
    Also i have a global variable (var_1) defined in the packages level which is used for some condition checking in update method. But unfortunatly i have to change the value of that variable in modify_something method. So the original value of the var_1 is lost.
    Is there anyway to keep the original value of this variable...please dont tell that i have to stop changing the variable value in modify_something its NOT possible at any cost.
    Expecting some help from PL-SQL gurus..
    thanks in advance..
    /garuka

    Hi,
    I know about the concept of scoping. The problem here is not that.
    The problem is how i change a value of a variable only once when it calls for the first time and stop changing the value for the other times.
    If i explain it little more its like this.
    I want to change the value of the var_1 when it check_modify calls for the first time. and use if in some other methods. But var_1 is modified by some other client methods which are called by update method which is called after check_update method.
    So my problem is if i use the solution samir told how i set the value to that var only once when it calls in the check_update for the first time and then to stop setting it during other method calls and within check_update method which calls recursively.
    Simply do the variable assignment only in the first request only..
    /garuka

Maybe you are looking for

  • Lost ability to view the status of PDF conversion

    Greetings, I've been using CS5 for about a week after upgrading from CS4 on Windows 7. Everything was running fine until yesterday afternoon, when I suddenly lost the ability to view the status of the conversion of InDesign files to PDFs. Normally, w

  • ITunes cannot run because some of its required files are missising

    Originally posted this on November 30. No help, so I am reposting. Error code - iTunes cannot run because some of its required files are missing. Please try and reinstall iTunes. This problem started when program failed to respond. I received a repor

  • Exporting to excel UI restarting

    Hello am new to SAP and i was given a task same as this. I have changed the Macros settings, but the problem is everytime i have to refresh the browser to be able to export a large number of records from my worklist, without restarting the GUI it dis

  • How to send PDF file to fax number

    Hi I am using COLDFUSION 8," I have a  small screen to take the fax number and want to fax the PDF file  to that fax number from my system using  ColdFusion". I have no idea to implement this. Any help will be appriciated. Thanks

  • PO with Attachment

    Dear Experts , As we can attach the document to PO . The customer wants the print of that attachment when they click on print preview in ME21N . How can be achived this