@variable('BOUSER') error

Hi All,
I am trying to create derived table using @variable('bouser') function like below.
Select * from Derieved_Table where Derieved_Table.BOUSER = @variable('BOUSER');
BOUSER
C_id
BOUSER
101
BOUSER
101
BOUSER1
102
BOUSER
102
i am getting below error when I try to create report
[Microsoft][ODBC Microsoft Access Driver] Syntax error in FROM clause.
eg:-My user ID is BOUSER
I the derieved table i should get 101 related records.
Thanks in advance,
Regards,
Poorna

I don't have the entire table query...
but could u tell me wil the sql given below work ....
if not, why? and what can be done to make it work ?
SELECT * FROM Customers 
where case select  CustomerID from customers 
when 8 then 'Spock'
when 9 then 'Yedi'
else 'Jedi'
end;
Nope
because of wrong syntax
What the purpose of the case when statement here? I'm not seeing a condition in WHERE. You should use it in a condition like below
SELECT * FROM Customers
where case CustomerID
when 8 then 'Spock'
when 9 then 'Yedi'
else 'Jedi'
end = @SomeParameter
Please Mark This As Answer if it solved your issue
Please Mark This As Helpful if it helps to solve your issue
Visakh
My MSDN Page
My Personal Blog
My Facebook Page

Similar Messages

  • Customer Exit Variable - Variable Value Error BRAIN 000

    I created a variable which is processed by 'Customer Exit'. This variable is 'optional' and NOT user input required.
    And i have written my code in customer exit under I_STEP EQ 1.
    I used the variable in my query as a default value for a free characteristic.
    The query runs fine and return me the correct result.
    The problem is when i used the same variable as a default value of a free characteristic in another query which has another user input variable for another characteristic, i got a warning message after input a value for another variable.
    Variable Value Error BRAIN 000 <<i>my variable name</i>>
    How to make it work in the second query?
    Please help as I am new to this.
    Thanks,
    CH

    Hi Fernanda,
    Try this:
    DATA:  LS_RA_SID  TYPE   RSR_S_RANGESID.
    DATA:  fst_date LIKE sy-datum.
       CASE i_vnam.
              WHEN 'ZRANGE_PREVMONTH'.
    fst_date = sy-datum - 1.
    concatenate fst_date(6) '01' into ls_ra_sid-low.
          ls_ra_sid-sign = 'I'.
          ls_ra_sid-opt = 'BT'.
          ls_ra_sid-high = fst_date.
          APPEND ls_ra_sid TO e_t_range.
    ENDLOOP.
    ENDCASE.
       ENDIF.
    Just post here for any queries..
    Regards,
    Loed

  • "not all variables bound" error in a BI publisher report

    Hi, I'm getting a "ORA-01008: not all variables bound" error in my BI publisher report. The SQL query looks like this:
    select
    ...--a bunch of rows
    from
    tbl1,tbl2,...,tblk
    where
    ...--and conditions performing inner joins
    and
    (('*') in &p_SomeParameter or tbl3.SomeValueOfSameType in &p_SomeParameter)
    Yet, when I comment out this last and condition, it works. Also, the default value for this parameter is ('*'). I get this error even when just trying to look the xml data itself. Has anyone seen "ORA-01008: not all variables bound" caused by a BI-Publisher report before?
    Why haven't I gotten a reply to this? Did I make myself clear enough? The query runs fine in Toad. Therefore this means that BI Publisher is mangling the query before it has a chance to be processed by the Oracle RDBMS. Therefore I want to know why BI Publisher is mangling my select query and causing the RDBMS to return a "not all variables bound" error.
    Message was edited by:
    user586835

    Try, (use ':' instead of '&')
    (('*') in :p_SomeParameter or tbl3.SomeValueOfSameType in :p_SomeParameter)
    )

  • I am getting ORA-01008:not all variables bound error

    Hi all,
    i am getting ORA-01008:not all variables bound error while executing the following code...
    Could any one help me to find out the problem...i am very new to ODP.net and Oracle ..
    I am using VC++.net for run this code.
    Here is the code.....
    #include <iostream>
    using namespace std;
    using namespace System;
    using namespace Oracle::DataAccess::Client;
    class Sample
    public:
         Sample();
    ~Sample();
    Sample::Sample()
         int num = 100;
         int sal = 200;
    //connect to Oracle
         OracleConnection ^con ;
         con = gcnew OracleConnection();
         con->ConnectionString = "User Id=test;Password=test;Data Source=test.local.com";
         //Oracle command part
         OracleCommand ^cmd;
         cmd = con->CreateCommand();
         cmd->CommandText = "insert into simple values (:num, :sal)";
         try
              con->Open();
              cmd->ExecuteNonQuery();
         catch (Exception ^e)
              Console::WriteLine("Execution Failed:" + e->Message);
    finally
              con->Close();          
    Sample::~Sample()
    int main()
         Sample samp;
         return 0;
    sorrry lack of comments.....
    plz help me out..
    thanks in advance..
    justin

    Hello,
    You have 2 bind variables in your statement (:num and :sal) but you have not created parameters and bound them to the bind variables.
    - Mark

  • NI Variable Engine:Error:

    I have a systemthat has been running fine for over a year. Upon failure the customer returned the processor to us and I took it to a known working unit to see what was going on with it.
    First thing, in MAX you cannot see anything under Devices and Interfaces, only thing that shows up is Software.
    I connected a monitor and keyboard to the PXI directly and the following errors are displayed (no way of doing a screen shot so I caught as much as I could):
    tStatus2 Contents:
                  Error code = -2147220721
                  Component Name = nidevldp
                  File Name = p:\Measurements\Infrastructure\devld\trunk\1.8source\mxsCon
    figWrapper.cpp
                 Line # = 103
                 Address of StatusDesc = 0x0
                 Stack Trace = 0x1F6EB46
                                       0x2167730
                                       0x216BFC3
                                       [and a bunch more]
    NI Variable Engine: Error: Unable to load the MXS conf plugin: Failed to get MAX Configuration Interface: 0x80004005
    NI Variable Engine: C:\ni-rt\system\ni_tagger_plugin_mxs.dll: Failure to load plugin: Unexpected error: Unable to get the interface from plug-in
    Nothing has changed on the system in over a year so I know it is not software. One day it just would not start running the machine.
    The processor is a (now obsolete) PXI-8184.
    Any clues or do I have to replace it, which will be fun because the newer PXI-8183 is a different size.
    Thanks for any input.

    This is a fairly common problem, in my experience. We use PXI RT controllers for several test stands, and I have found that the MAX Configuration database is quite easily corrupted if the controller is powered down without closing and cleaning up all the DAQmx tasks. I have no idea why an embedded system would be so easily corrupted, but here are the steps I have taken to deal with the (inevitable) corruptions:
    I created a "Shutdown RT System" button accessible via a remote front panel from my Host PC that will trigger an interrupt to stop all DAQ tasks and loops on the RT system. I make sure that any time the system needs to be powered down/rebooted, that the operator first presses this button to put the controller into a safe-to-shutdown state.
    I used the RTSystemReplication toolset to create a backup image of the RT controller HDD on my host PC. I created a separate compiled executable that I configured in Windows scheduler to create weekly backups of the RT controller. I have another application that redeploys the backup in the event of a database corruption. Note that the RT controller must first be completely formatted before the backup image can be applied.
    It is very frustrating that such a procedure is necessary (and it is necessary--even with uninterruptible power supplies, we still have the occasional power outage that outlasts the backup battery, not to mention oops situations where the system is restarted without stopping all DAQmx tasks). But by taking the steps listed above, I have managed to reduce the downtime associated with these gross system failures to roughly one hour per incident, as opposed to the 4+ hours it used to take to fully reinstall all the software components and recalibrate channels as necessary.
    If anyone else has any other ideas as to how to avoid/deal with MAX configuration corruptions on PXI RT controllers, please respond with descriptions.

  • How to use @variable(bouser) in Universe to get BOE userid in Xcelsius

    Dear Expert,
    I have request that need to display BOE userid to displayed in Dashboard using Xcelsius,
    after searching in Internet, i found that it can be done by using @variable(bouser) in an object in the Universe, and use the object in Qaaws, but i don't how to use it.
    already tried insert /* @variable('BOUSER') */ in END_SQL universe parameter, but still no luck.
    my question is :
    how to use @variable(bouser) in universe? and then my Xcelsius can display the BOE userid?
    thanks in advance for any answer.
    I Using SAP Integration KIT to create universe from Query BEX
    Luqman
    Edited by: luqman hakim on Jun 29, 2010 4:03 PM

    >
    Didier Mazoue wrote:
    > Hi,
    >
    > You are mentioning that you are using SAP Integration Kit.
    > Does it mean that the source you are targeting is SAP BW?
    >
    > If it is the case, this is unfortunately not supported.
    > SAP BW MDX does not support calculated expressions that return string or date: this is a limitation of SAP BW engine.
    > This is one of the reason why a lot of user exit are used to address these needs.
    >
    > Regards
    > Didier
    Didier Mazoue 
    yes, my Data source is SAP BW, and connected to BOE via SAP INT KIT.
    It's too bad that SAP doesn't support so simple requirement.
    you said : user exit 
    are used to address these needs.
    so there are possibility to solve my problem.
    would you give me the logic of user exit?  which part I should create the user exit
    I'm quiet familiar with user exit in BW
    thanks

  • PartnerLink Input Variable initialization error for xsd:any datatype

    I have a web service which use the xsd:any for the message type( segment of the wsdl given below):
    - <message name="post_ps_apg_services0Request">
    <part name="fa_form" type="**xsd:any**" />
    </message>
    <portType name="ps_services_wsPortType">
    - <operation name="post_ps_apg_services">
    <input name="post_ps_apg_services0Request" message="tns:post_ps_apg_services0Request" />
    <output name="post_ps_apg_services0Response" message="tns:post_ps_apg_services0Response" />
    </operation>
    <binding name="ps_services_wsBinding" type="tns:ps_services_wsPortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="post_ps_apg_services">
    <soap:operation soapAction="" style="rpc" />
    - <input name="post_ps_apg_services0Request">
    <soap:body use="literal" namespace="ps_services_ws" />
    </input>
    - <output name="post_ps_apg_services0Response">
    <soap:body use="literal" namespace="ps_services_ws" />
    </output>
    </operation>
    <service name="ps_services_ws">
    - <port name="ps_services_wsPort" binding="tns:ps_services_wsBinding">
    <soap:address location="http://spider.apollogrp.edu:4400/sst/runtime.asvc/ps_services" />
    </port>
    </service>
    I have created a Partnerlink Invoke_ps_apg_services with Input Variable 'Invoke_ps_apg_services_post_ps_apg_services_InputVariable'.
    During Compilation of the process I get the following exception:
    Error: Couldn't initialize variable.
    Error occurred while initializing BPEL variable "Invoke_ps_apg_services_post_ps_apg_services_InputVariable" at line 51, the schema processor could not find type "{http://www.w3.org/2001/XMLSchema}any" for part "fa_form", in the following schemas:
    Schema 0 ---> namespace=http://edu.apollogrp.ws.ps_services/Ips_services_ws.xsd
    location=file:/C:/BPELProjects/FAPP/FAPP_PS_Service/bpel/PostFAFormsPSSchema.xsd.__OAUX_GENXSD_.TOP.XSD
    Schema 1 ---> namespace=http://xmlns.oracle.com/pcbpel/adapter/jms/
    location=file:/C:/BPELProjects/FAPP/FAPP_PS_Service/bpel/jmsAdapterInboundHeader.wsdl.__OAUX_GENXSD_.TOP.XSD
    Schema 2 ---> namespace=null
    location=file:/C:/BPELProjects/FAPP/FAPP_PS_Service/bpel/FAPPService.wsdl.__OAUX_GENXSD_.TOP.XSD
    Please make sure that the type "{http://www.w3.org/2001/XMLSchema}any" is valid in your wsdl.
    Has anyone have seen this error ? What is the fix/workaround ?
    Thanks in advance

    The "any" type is not defined in the standard http://www.w3.org/2001/XMLSchema namespace. Try changing the type name to "anyType" and it should not give that error anymore.
    The valid types defined under that namespace are located at [http://www.w3.org/TR/xmlschema-2/#built-in-datatypes|http://www.w3.org/TR/xmlschema-2/#built-in-datatypes].

  • Would like to use @variable('BOUSER')

    Hi All,
    I am working with
    -->   Business Objects XI R2 (View Crystal Report using InfoView)
    -->   Business Views XI R2  ( access the data using Oracle 10g ) building LOV location table with the
           proper access to the location(s) they have  to.
    -->   Crystal Reports XI R2 (Database connection is the Business View)
    I need to pass the BO User ID of the person running the report to the Oracle db.
    Any suggestions would be greatly appreciated.
    ====================================================
    I am working with 2 tables
    -->   LOCATION_SECURITY.SECURITY_ALL_LOCATIONS
    -->   LOCATION_SECURITY.SECURITY_FOLDER_LOCATION
    If they exist in the LOCATION_SECURITY.SECURITY_ALL_LOCATIONS table then give them access to all locations also I want to display ...ALL value at the top of the LOV.
    If they exist in the LOCATION_SECURITY.SECURITY_FOLDER_LOCATION table then give them access to all only the locations they have access to I DO NOT want to display the  ...ALL value at the top of the LOV.
    Proposed Oracler View
    Select @variable('BOUSER'), 99999 as Folder, '...ALL' as Location, 'All Locatiions' as Description
    From dual
    where (select Q.User_ID from LOCATION_SECURITY.SECURITY_ALL_LOCATIONS
              where Q.User_ID = @variable('BOUSER')) Is not null
    UNION
    Select C.User_ID, 99999 as Folder, B.Location, B.LocationName
    From medgate_v60_app.MT_TBLLOCATION  B left join
         LOCATION_SECURITY.SECURITY_ALL_LOCATIONS C on C.User_ID Is not null and
         C.User_ID = @variable('BOUSER')
    UNION
    Select D.User_ID, D.Folder_ID, D.Location, E.LocationName
    from LOCATION_SECURITY.SECURITY_FOLDER_LOCATION D Left Join
           medgate_v60_app.MT_TBLLOCATION E on D.Location = E.location
    WHERE 
      D.Folder_ID in (SELECT O.REAL_FOLDER_ID FROM LOCATION_SECURITY.FOLDER_MAPPING O) 
      and @variable('BOUSER')

    Do you need to use an SSO authentication?
      NO I am using an Oracle UserID for everyone with no prompt for password
    Do you need to verify that you BOUSER matches a user stored in a table?
    YES  the user either belongs in either the SECURITY_ALL_LOCATIONS table or the SECURITY_FOLDER_LOCATION table
    Can you detail the workflow you want to do with BOUSER?
    I know that in Business Views I can use CurrentUserName in a filter to select the person I want by using I would like to pass to the Oracle SQL View the user running the BO USER running the report.:
    Here is what the original Oracle View looks like.
    Select A.User_ID, 99999 as Folder, '...ALL' as Location, 'All Locatiions' as Description
    From   LOCATION_SECURITY.SECURITY_ALL_LOCATIONS A
    UNION
    Select C.User_ID, 99999 as Folder, B.Location, B.LocationName
    From  medgate_v60_app.MT_TBLLOCATION  B left join
             LOCATION_SECURITY.SECURITY_ALL_LOCATIONS C on C.User_ID Is not null
    UNION
    Select D.User_ID, D.Folder_ID, D.Location, E.LocationName
    From LOCATION_SECURITY.SECURITY_FOLDER_LOCATION D
              Left Join medgate_v60_app.MT_TBLLOCATION E on D.Location = E.location
    Where D.Folder_ID in ( SELECT O.REAL_FOLDER_ID FROM LOCATION_SECURITY.FOLDER_MAPPING O )
    Edited by: Rick Phillips on Jan 29, 2009 3:56 PM

  • Premiere Pro 6 AAF export variable rate error. Why?

    Hello,
    I'm trying to export an AAF out of Premiere Pro 6 and it says variable rate error.
    I've been scouring to try and find a reason for this error and so far no luck.
    The footage in the timeline is REDEpic footage. The framerate is 23.976.
    Many of the clips have timewarps/timeremapping on them.
    I did not build the project, so please be aware of my ignorance about this Premiere Pro file.
    I'm only trying to get the AAF to conform elsewhere. How do I fix this or what is the problem?
    Thank you for your help.

    This might be relevant:
    Exporting AAF files
    (Excerpt):
    "The plug-in converts video clip speed changes (slow, fast,
    reverse playback) to the Avid Media Composer Motion Effect,
    which is the only supported effect."
    If you aren't conforming in Avid, here's a time-consuming workaround:
    Export all of the timewarp / time remap clips from Premiere to
    lossless digital intermediate (DI) files, then use them to replace
    the original clips in a duplicate Timeline before exporting your AAF.
    Lossless codecs:
    Lagarith Lossless Video Codec (pc only)
    http://lags.leetcode.net/codec.html
    Ut Video Codec Suite (pc or mac)
    http://www.videohelp.com/tools/Ut-Video-Codec-Suite
    Virtually lossless codec:
    Avid Codecs 2.3.7 - DNxHD (pc or mac)
    http://avid.force.com/pkb/articles/en_US/download/en423319
    note:
    Your selected lossless codec will need to be installed on both systems.

  • Variable Size Error.

    Hi Experts,
    I am using a variable to get the error message and use that in sending mail, but when i ran the scenario its error out saying,
    "ORA-12899: value too large for column".
    My assumption is when the error message exceed more than 200 characters its error out. So my question is how to increase the size of the variable size?
    Please help..
    Thanks

    Hi G,
    Thanks for your reply,
    Datatype : AlphaNumeric
    Action: Historize (I tried Not Persistance, last value also).
    please let me know if you need anything.

  • Variable substitution error

    Hello All,
    Below is my source structure:
    <Messages>
       <Message1>
           <MT_BILL>    (0...*)
              <RECORD> (1....*)
                 <FILENAME>  (1...1)
    If using variable substitution for the filed FILE NAME which is in the source structure.
    This is the declaration I used in channel:
    payload:MT_BILL,0,RECORD,1,FILENAME,1
    But i am getting this error in channel monitoring
    DynamicConfigurationException: Error during variable substitution: com.sap.aii.adapter.file.varsubst.VariableDataSourceException: The following variable was not found in the message payload: var
    Can anyone help me here
    Regards,
    Moorthy

    Hi Dasika,
    In variable substitution we use the receiver message type path.
    Please map the required source field to any of the field at the reeiver side and use variable substitution.
    For 1:N muti-mapping with variable substition go through the below links:
    Re: 1: N File Scenario..
    Using Variable Substitution
    Regards,
    Pranav

  • 'Variable Substitution' error - Expected numeric element index

    Hello everyone!
    I'm using the 'variable substitution' property in XI to replace the filename of the output file to a value in the message payload.
    Here are the parameters I provided:
    File Name Scheme: %filename%.xml
    Variable Name: filename
    Reference: payload:ORDERS05,1,recordset,1,IDOC,1,E1EDK02,BELNR,1
    I'm getting this error in the adapter engine:
    Caught exception while initializing variable substitution engine: Cannot parse pseudo-path for variable substitution: 'filename': Expected numeric element index, got 'BELNR': For input string: "BELNR"
    Can anyone tell me what this means, and how I can fix this problem?
    Thanks in advance!
    Glenn

    Yup, raj! it's IDOC to file.... I did what you asked but I'm now getting this error:
    MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: The Adapter Message Property 'FileName' was configured as mandatory element, but there is no 'DynamicConfiguration' element in the XI Message header: com.sap.aii.adapter.file.configuration.DynamicConfigurationException: The Adapter Message Property 'FileName' was configured as mandatory element, but there is no 'DynamicConfiguration' element in the XI Message header
    any idea what it means?
    Kind regards,
    Glenn

  • Variable substitution error in Prod- Urgent

    Hi Friends
    I transported my objects from dev to production and one of my scenario started giving this error .
    Please guide
    Delivery of the message to the application using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Error during variable substitution: com.sap.aii.adapter.file.varsubst.VariableDataSourceException: The following variable was not found in the message payload: store: com.sap.aii.adapter.file.configuration.DynamicConfigurationException: Error during variable substitution: com.sap.aii.adapter.file.varsubst.VariableDataSourceException: The following variable was not found in the message payload: store.

    this error is beacuse the variable substution which is specified in the rceiver file adapter is failling....
    ROOT cause:
    goto the receiver file adapter of the interface you have moved into PRD...you will c the filename somethinglike this
    %var%.txt...below you will c a variabel substuition screen
    var payload:..........
    check the foeld which is refering from the target strcuutre...the data is not coming into this field of variable substuition...so it is thorwoing this error.....
    this is considering the variable substution path is right? i belive it is right since you haev omved this to PRD from Devlopment...if this was working in development...check the data is coming in that field.
    wehen you did a tranposrt into PRD you went to the change list did u edit the rceiver adapter mandatory fields according to the PRD envinorment? dd u also make sure the variabel substution is not touched when you did this?

  • Sqlplus exit with bind variable gives error

    Hi,
    I want to return the ID-value from an insert-statement back to the OS, but I can't catch it properly in a variable to exit that variabel. here's the script:
    variable logid NUMBER;
    select id_seq.nextval into :logid from dual;
    -- insert into Tab_A .....
    ---values :logid..... -> nothing to do with the problem
    exit :logid;
    I get this:
    SP2-0670: Internal number conversion failed
    To make a minimum test, I do:
    variable logid NUMBER;
    select 5 into :logid from dual;
    exit :logid;
    but I still get that error !
    what am I doing worng here ?
    it is a number isn't it ?
    why do i get a conversion-error than ?
    how do I fill and return a variable correctly ?
    thanks for any help, Lao De

    Your problem is with your select statement. SELECT...INTO is PL/SQL, not SQL, and can not be used to set a variable. Alternatives:
    $ sqlplus scott/tiger
    SQL*Plus: Release 9.2.0.3.0 - Production on Fri Dec 9 13:52:19 2005
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle9i Release 9.2.0.3.0 - Production
    JServer Release 9.2.0.3.0 - Production
    SQL> variable logid number
    SQL> exec :logid := 5
    PL/SQL procedure successfully completed.
    SQL> exit :logid
    Disconnected from Oracle9i Release 9.2.0.3.0 - Production
    JServer Release 9.2.0.3.0 - Production
    $ echo $?
    5
    $ sqlplus scott/tiger
    SQL*Plus: Release 9.2.0.3.0 - Production on Fri Dec 9 13:53:39 2005
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to:
    Oracle9i Release 9.2.0.3.0 - Production
    JServer Release 9.2.0.3.0 - Production
    SQL> variable logid number
    SQL> begin
      2  select 6 into :logid from dual;
      3  end;
      4  /
    PL/SQL procedure successfully completed.
    SQL> exit :logid
    Disconnected from Oracle9i Release 9.2.0.3.0 - Production
    JServer Release 9.2.0.3.0 - Production
    $ echo $?
    6Note that, on a unix platform, your return value must be a positive integer <= 255.

  • Problem with dsc shared shared variables and error 1950679023

    I'm having trouble using shared variables on my laptop PC (with Windows XP) using Labview 8.2 and DSC.   I've set up a simple project with one VI and one shared variable library.  In the VI, I have  a while loop that writes a number from a front panel control to the shared variable.  Another loop running in parallel reads the shared variable and displays to an indicator on the front panel.   The VI resides on my PC (no remote targets). This program executes just fine on my desk top PC; however I get the following error codes out of the shared variable nodes when I run the project and VI on my laptop for the write and read, respectively: ni_tagger_lv_Write 180121604 ni_tagger_lv_Read -1950679023 I've tried to manually deploy the shared variable library without success. The NI knowledge base  and other entries on this forum suggested that the Windows firewall should be disabled for a quick fix, however, the firewall was already disabled on my lap top. I didn't see any entries regarding the 180121604 error code.
    Any suggestions would be appreciated.

    The problem has mysteriously gone away.  For about the 10th time, I manually deployed the share variable library, and it started to work properly.

Maybe you are looking for

  • OIA-OIM Integration, Error while trying to import users from OIM to OIA

    Hi Experts, I have used depreciation method to integrate OIA 11gR1 with OIM 9.1.0.2 BP13. When I am trying to import Users from OIM to OIA, I am getting the following error: " failed reading the magic number mapping file" Here are logs. Can anyone te

  • How do I get Access Restrictions to work

    I have a WRT54GS with firmware ver 7.50.0.  I would like to set up time restrictions (14 year old - self explanatory) and don't know how to go about it.  I have gone in and set up times, but it has no effect.  I may be going out on a limb here and ho

  • Migration from 3.5 to BI 7.0

    Hello Guys, We are planning to migrate the datasource from 3.5 to BI 7. The issue is how can we migrate the Routines.... 1) Is it like we need to manually write the routines in the transformations ?????.                                               

  • Prepopulating a property with binding attribute

    Hi, I have a requirement to populate a set of fields when the user changes options in a select box. It works fine if there is no binding attribute defined for that field. If there is a binding attribute, the value set in the bean is not being shown i

  • If I want to paste from clipboard on a Flex web app, which element and class should I use?

    I want to have this function: copy image from somewhere, and paste in an area in  Flex app, can I realize that? which element to support? canvas? which class can implement this? thanks!