Where is the data coming from in query

Hi,
When we run a query are we getting the data from source system?
Or the cube in Bw?
CAn somebody clarify this for me?
And if i have a query which invloves A hierarchy,is the query execution time going to be more?
Or because the hierarchy is master data it does not effect the query execution time?
Thanks.
Haarika.

The OLAP cache is a performance aid.  A query will look in the OLAP cache to see if the data has already been retrieved from the database already, and if it has been, and all other criteria for using the cache are met, the query will get the data from the cache rather than having to read the database.  Deleting the data in the cube will invalidate the cache for that query, meaning the query must go to the cube, and surprise, surprise, find no data. Any time the cube gets changed, the cache will be invalidated.

Similar Messages

  • How to store the data coming from network analyser into a text or excel file

    Hii everyone
    I'm using Agilent 8719ET network analyser and wish to store the data coming from netowrk analyser into a text file/ excel file.
    Presently I'm able to get the data on Labview graph using GPIB . Can anyone suggest how to go ahead after collect data sub vi. How can the data be stored into a file apart from showing on the graph?
    Attached is the vi for kind consideration...
    Looking for help
    Regards
    Rohit
    Attachments:
    Agilent 87XX Series Exceed Max Meas.vi ‏43 KB

    First let me say that your code really looks pretty good. The data handling could be made more efficient by calculating the number of datapoints that are going to be in the completed dataset and preallocating the entire array -- but depending upon your answer to my questions, the logic in the lower shift register may be going away - so we won't worry about that right now.
    The thing I need to know before addressing the data storage question is: Each time you call "Collect and Display Data.vi", how many element are in the array? Are you reading single data points, or a group of data? (BTW: if the answer to that question is obvious based on the way the other VIs are setup, I don't have the drivers so I can't tell what the setup values are.) Second, how fast does the loop iterate? Are we talking msec per loop?, seconds? fortnights?
    The issues here are two-fold: how much data? and how fast is it coming? The answer to these will tell you how to save the data.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How can i use an ao card (pci 6723) to output data and to trigger an ai o acquire the data coming from the ao card?card (pci 6254) t

    Hello
    I am trying to perform AO (pci 6723) and to trigger my AO card (pci
    6254) to read the data coming from the AO card. I am using LV7,1,
    win2000.
    Is an RTSI cable necessary or I can connect the trigger signals externally ?
    I am using the LV example " multi function - synch ai-ao.vi" but i can't for some reason configure the trigger lines.
    thank you in advance for your time.
    Yiannis

    Hello Yiannis,
    If I understand you correctly, you want to synchronize your analog input and analog output that are started by a trigger on the analog input board. If you don't want to use the RTSI lines, your best bet is to export the AI Sample Clock and then read it in to the AO board. There is an example on ni.com called DAQmx - Synchronized AIAO Shared Clock. It appears to be having techincal issues so I have attached the example below. To export ai/sampleclock, use DAQmx Export Signal.vi after Get Terminal Name with Device Prefix.vi. Export Sample Clock to PFI3 (There are only connections between the sample clock and PCI3/4/8/9). Connect PFI3 on your AI board to PFI0 on your AO board (with a wire). Then change the source for the AO Timing.vi to Devx/PFI0. If you want to do triggering, stick the DAQmx Trigger.vi between the Timing property node and the DAQmx Start.vi on the AI task. I have shown how to do this in the modified version below. Please take a look at it and let me know if you have any questions. If you still get an error please take a screenshot of it and post to the forum. Have a great day!
    Sincerely,
    Marni S.
    Attachments:
    Synchronized_AIAO_Shared_Clock[Modified].vi ‏140 KB

  • Where does the data come from which powers the ship date and delivery date

    Hi All,
    Please let me know, where does the data come from which powers the ship date and delivery date?.
    Adi.

    Hi,
    DELIVERY DATE  will be maintain in the SALES DOCUMENT TYPES in VOV8 in the tab REQUESTED DELIVERY DATE/PRICING DAE/PURCHASE ORDER DATE.
    The field is PROPOSE DELIVERY DATE .
    If you check the field then the document created date will be the Requested date and will be carried from ORDER TO DELIVERY.
    If you want the delivery date other thann the CURRENT date then you have to maintain the LEAD TIME in days in the same tab.
    SHIP DATE: is the date on which you do the PGI in the delivery .
    Please check them and revert back if u need further details
    thanks,
    santosh

  • Where is the music coming from? It's not affiliated w/ any of my open web pages. Make it stop!

    This only happens in MFF (I have 3.6). When the browser opens and the tabs begin loading, this horrible music starts playing. None of the sites I have in the tabs play music. All of my plug-ins seem to be Microsoft related. I have XP and my AV is Kaspersky and I run MFF in safe mode. Where is this music coming from and how can I get it to stop? Please help. Thank you in advance!

    A week after my first call to AppleCare, I called again for help. This time the Tech was very helpful and she did not ask for additional $$.
    My computer does not have an Airport card in it. To get my new Extreme-n to recognize my Express so that I can send iTunes wirelessly to my stereo, we spent an hour on the phone working through a manual setup. It included an initial hard-wired Ethernet connection to both Airports. It included manually copying the AirportID number from one device to the other, and then the reverse. It also took three different “hard-resets” of my Express. My “simple” Extreme-n to Express wireless connection is now working properly.
    Kudos to my Tech; she was very knowledgeable and very patient.
    Boos to Apple Extreme-n team for releasing a product without a comprehensive setup utility. This should have been a simple ten-minute set-up procedure, just like it was for my old Airport Extreme base station.
    Bottom line: Keep calling AppleCare until you get a good Tech to help.
    G4 Desktop   Mac OS X (10.4.8)  

  • Where is source data coming from?

    Hi,
    I've cobbled togeher a working app (based on some examples found on the net). The application works well, but I have one specific question as to why it works!
    The application takes data from the mic on my pc and saves it to a file. I can play back this file through standard media player and it obviously has worked as I can hear the recording again.
    I'm using a TargetDataLine to record the audio to a file. I get this from an appripriate mixer. To do this, I have the following method to provide me with an appropriate mixer:
    <pre>
    private Mixer getMixerSupportingDataLine(DataLine.Info dataLineInfo) {
              Info[] mixerInfoArray = AudioSystem.getMixerInfo();
              for (int i=0; mixerInfoArray!=null && i<mixerInfoArray.length; i++) {
                   Mixer.Info mixerInfo = (Mixer.Info)mixerInfoArray;
                   Mixer mixer=AudioSystem.getMixer(mixerInfo);
                   if (mixer.isLineSupported(dataLineInfo)) {
                        System.out.println("mixer info="+mixerInfo.getName());
                        return mixer;
              return null;
    </pre>
    Now the parameter I pass into this method comes form the following code:
    <pre>
    audioFormat = getAudioFormat();
    DataLine.Info dataLineInfo =
    new DataLine.Info(
    TargetDataLine.class,
    audioFormat);
    private AudioFormat getAudioFormat(){
         float sampleRate = 8000.0F;
         int sampleSizeInBits = 16;
         int channels = 1;
         boolean signed = true;
         boolean bigEndian = false;
         return new AudioFormat(sampleRate,
         sampleSizeInBits,
         channels,
         signed,
         bigEndian);
    </pre>
    So I have a mixer that I know supports the kind of TargetDataLine that I want. So I get a targetDataLine from the mixer:
    <pre>
    targetDataLine = (TargetDataLine)mixer.getLine(dataLineInfo);
    </pre>
    I can then open the line and read data from it, save it to a file, and all is fine.
    So my question is this:
    Nowhere in my code do I specify where the data (that ends up in my TargetDataLine) is coming from. I've not specified that it should come from a mic, or line-in, or any other physical device. It just magically reads data from my mic.
    When I query my mixer to see its sources:
    <pre>
    System.out.println(" capturing and mixer has this many source lines:"+mixer.getSourceLineInfo().length);
    System.out.println(" mixer info"+mixer.getMixerInfo());
    System.out.println(" source lines open"+mixer.getSourceLines().length);
    System.out.println(" mixer open:"+mixer.isOpen());
    System.out.println(" mixer controls:"+mixer.getControls().length);
    </pre>
    I see that there are no sources!
    <pre>
    mixer info=Microsoft Sound Mapper
    capturing and mixer has this many source lines:0
    mixer infoMicrosoft Sound Mapper, version Unknown Version
    source lines open0
    mixer open:true
    mixer controls:0
    </pre>
    I really want to understand this, as it seems fundamental. If the mixer has no source lines, how is it getting data from the mic?! Surely there must be a way to query the mixer to find the data source.
    Can anyone help me understand this fundamental point?
    Many thanks,
    Martin
    Edited by: user4621888 on 12-Feb-2011 08:57
    Edited by: user4621888 on 12-Feb-2011 09:10

    user4621888 wrote:
    So my question is this:
    Nowhere in my code do I specify where the data (that ends up in my TargetDataLine) is coming from. I've not specified that it should come from a mic, or line-in, or any other physical device. It just magically reads data from my mic.Ok.
    I see that there are no sources! Source and Target lines are what the user uses to write and read data from the line (respectively)... For example, the port that's actually associated with the microphone will have zero source lines, because you're not allowed to write to the microphone...but it gets data from the microphone, behind the scenes.
    So, fundamentally, just remember that just because you can't write to it doesn't mean it doesn't take in data. It often times means it's hard coded to read a specific stream of data.
    In this case, the stream of data is probably the default recording device specified in Windows...

  • Where is the ham coming from

    I have recently made all the changes to ensure that spamassissin is working. This included creating two mail boxes one for spam and one for ham.
    I am now using spamtrainer and I have started placing mail I consider as spam into the spam mail box. I have not yet started placing non spam into the notspam mail box.
    I understand I need to feed the system SPAM and HAM. I assume I move messages that users receive that are spam into the spam mail box, and normal messages into the notspam mailbox. Is that right?
    I have started feeding it SPAM (only about 300 messages so far) but not HAM. When I run spamtrainer I get stats for SPAM and HAM. As guess, I would say the number of HAM and SPAM messages add up to the 300 or so. My question is where are the HAM messages (stats) coming from?

    Initial training gives the system a starting set of data, so it's more accurate from the beginning.
    Ongoing, think of it more as correction.
    When SpamAssassin makes a mistake, you should correct it.
    When Spam arrives properly marked as * Junk Mail *, you can just delete it. SpamAssassin has already learned from the message.
    If Spam arrives untagged, then you need to train/correct SpamAssassin so it learns the traits of that message as spam.
    And most important, if legit mail arrives tagged as * Junk Mail * you need to correct the system or it will continue to weight the characteristics (sender, servers used, words, etc) of that message towards spam.
    Feed the system as much HAM and SPAM as you can (1000s of each).
    Then ongoing, you should onlly have occasional corrections.
    Jeff

  • Where is the data come from when BW extract data from APO's MSP

    Hi,all.
       The APO system has many datasource,I have activated all the datasource with TCODE RSA5.
      I want to extract APO data to BW(Not APO's),where the APO data come from for BW extract,APO BW or SAP transparent table of APO or APO liveCache?
      PLZ help me,thank you very much.

    Hi,
    APO to BI Data Flow :
    1. Normally APO  DS  naming convention start with "9".
    2. Normally Planning area will provide the data for the DS.
    3. Using one T-Code ( /N/SAP/ ..... Ask APO Person) DS will be generated .In the specified T-Code you will provide the relavant 
        Planning area and DS will be generated.
    4.As you know RSA3 is for checing the data for DS.If you found there is no data for some fields then you will check the data at the planning area level (In R/3 table level).
    Regards
    Ram.

  • How to store the data coming from visa into file

    Hi ,
    I want to store the data into text file,which is coming from visa-read.
    I tried visa read to file ,but it's not working.
     Am new to labview plz help me out.
    Thanks in advance. 

    CSFGF wrote:
    Hi ,
    I want to store the data into text file,which is coming from visa-read.
    I tried visa read to file ,but it's not working.
     Am new to labview plz help me out.
    Thanks in advance. 
     Share the code you have so far with us so that we can check what's going wrong.

  • Where does the date come from when using Tip type = dateFormat

    Hi,
    Can anyone tell me when using personilizations where the date that is shown comes from when using tip type = dateFormat? Today it shows (example: 24-Sep-2012) but yesterday it was the 23rd so seems to increment by one day. Is there a way to change the date shown here, to sysdate for example?
    Thanks

    Hi,
    You can check Inline Messaging, Tips, Hints and Bubble Text section in OA Framework Developer Guide
    Thanks,
    Jit

  • Function Module required to convert the date coming from external system

    Hi Friends,
       I need a Function Module that would convert the incoming date from external sytem in format YYYYMMDD to the SAP system in DDMMYYYY. The External system data type for the date is Numberic. Please suggest any FM if you know.I found out many in SAP but didn't find for this requirement

    Wait a minute.  I am definetely missing something here.  You want to convert from an external format YYYYMMDD to SAP's internal format?  SAP's internal format is YYYYMMDD.
    All you should have to do is move you external date directly to your internal date.
    data: date1(8) type c value '20051225'. "Format YYYYMMDD
    data: date2 type sy-datum. "Format (YYYYMMDD)
    write: / date2.
    When you write out date2 it will be in whatever format your user profile has. 
    If you want to force the date format independent of your user profile settings during the write statement:
    write: / date2 DDMMYY.
    Message was edited by: Thomas Jung

  • Where has the date gone from iMovie 11 events?

    In iMovie 08 the date of the event is shown in the Event Library pane, in small text underneath the name of the event. But in iMovie 11 the date isn't shown. Is there a way to show it like in iMovie 08?
    This is a real pain. I've just imported a years worth of video from my camera, and split days into events. The problem is all the events have the same name (todays date). Is there a way to import video and for the events to be automatically titled with the date the video was taken?
    Thanks

    Hi
    Sorry there has been a misunderstanding.
    When importing video into iMovie one of the options is to split days into seperate events. This is what I've done and iMovie has split my movie clips into 157 seperate days, which is great. But in the left hand panel, called 'Event Library' all my 157 events have the same name which isn't great and worse in iMovie 11 the date of the event isn't displayed under the events name (in iMovie 08 it didn't matter too much that my events all had the same name, because the date of the event / clip was displayed under the events name).
    My questions are:
    - is it possible in iMovie 11 to display the date underneath the events name in the Event Library panel (like in iMovie 08)?
    - is it possible to import video and split days into separate events and for the events to be automatically named with the date of the day they were taken?
    Thanks for any help

  • Where is the date taken from when releasing to accounting an invoice

    Hi all,
    I'm using tcode vf02 to release accounting a certain delivery (by pressing the green flag). I have to check why the date - bkpf-bldat is not written correctly.
    Do you know, by any chance where the access to BKPF table is done? The program or line would really be helpfull. I could not find anything by debug.
    Thanks.

    I found the solution and I post it if maybe someone needs it:
    In RV_ACCOUNTING_DOCUMENT_CREATE:
    line 182, bldat is overwritten with vbrk-fkdat
    xaccit-bldat - vbrk-fkdat.
    For other processing of the date, at line 1791 - call customer-function '008'
    userexit_saplv60B_008.

  • How to update a Z-table in ECC for the data coming from CRM

    Hi Experts,
    I need to store the industry code and description from customer master from CRM into a Z-table in ECC.I have checked the BDOC segments is already there in CRM.This Z-table has to be updated each time when the user save the customer master.This Z-table will be non editable in ECC.
    Thanks in advance.
    Regards,
    Sumit

    Hello,
    Do you synchronize CRM business partner with ECC business partner?
    Because in standard industry code & description are replicated between both objects... so I don't really understand what you try to do.
    Anyway, if you would like to save some information in a Z table each time a business partner gets replicated into ECC, you can register a function module in table COM_BUPA_CALL_FU on ECC to do the job.
    Kind regards,
    Nicolas Busson.

  • Where is the patch coming from

    So we have a patch recall, 14-080 as it caouse IE to become unstable.  I KNOW we killed all deployments of the patch out of any group membership.  However end point are picking up and installing the patch.  How can I tell where they are
    geting the patch, Our SCCM Envrironment VS the Internet?

    39672D42-789E-43D7-8F52-DD3EBFBE66BB is the
    Unique Update ID of the patch.
    Go in the SCCM console, Software Library\Overview\Software Updates\All Software Updates
    Right-click on one of the column and check Unique Update ID.
    After,use the search function on the top and enter your ID.
    Benoit Lecours | Blog: System Center Dudes

Maybe you are looking for

  • GR possible despite Delivery completed indicator in PO

    Dear All, We have PO created for 100Kg, now we have received 80kg and no further deliveries are expected and we want to close this PO line item. We are selecting Delivery Completed Indicator after making GR for 80Kg.  But Still we can make a GR posti

  • How do I transfer apps from computer to Ipad?

    I just upgraded to OS5.01 all my apps were erased from my Ipad I want to download them from my computer back to IPAD, how do I do that?

  • Unix shell script to batch file for windows

    Hello all, Iam writing a program in java in unix environment and iam executing using shell scripts in unix this program is for client-server environment which look like this: For server: #! /bin/ksh export CLASSPATH=/user/vpp/jal/classes:$CLASSPATH #

  • Why don't I have Classic in 10.2?

    I have just installed OS X 10.2 (up from 9.2) and have then installed my Word 2001 (which I was told would run on Classic) but my computer tells me "there is no volume to support Classic, please install OS X10.1 or later" - but I already have! Help -

  • Matrix report with row field as "dates of months"

    Hi all, I have a matrix report that requires such a format: Some database column --> 1 cell cell cell cell 2 null null null null 3 4 31 cell now i cannot get the dates of the month in order of 1 to 31'st as column, if i give my database column datefi