Copy AWM Cube to another box where i haven't AWM

Hi,
i've developed my cube in AWM on Windows Machine (also I have created my cube view using View Generator plug-ini). Then I have mapped it in Administration Tool and exported in Answers and all works fine.
Now, I must export my cube on Unix machine where I have not AWM, so i want export all making an export of my db on Windows Machine. What elements I must export, so all works also under Unix?. I've tried to export OLAP_VIEWS schema plus schema where there's my dwh db. But it doesn't work. In fact when I execute script
CREATE OR REPLACE VIEW MMG_CALABRIA_CUBEVIEW AS
SELECT
"DIM_TEMPO",
"DIM_AMMINISTRATIVO",
"DIM_ASSISTITO",
"DIM_ESENZIONE",
"DIM_FARMACO",
"DIM_ETA",
"DIM_MEDICO",
"DIM_PATOLOGIA",
"DIM_PRESTAZIONE",
"DIM_SANITARIO",
"DIM_SERVIZIO",
"DIM_TIPO_MEDICO",
"DIM_TEMPO_TEMPO_GER_PRNT",
"DIM_TEMPO_ANNO_LVLDSC",
"DIM_TEMPO_QUARTO_LVLDSC",
"DIM_TEMPO_MESE_LVLDSC",
"DIM_TEMPO_TIME_SPAN",
"DIM_TEMPO_END_DATE",
"DIM_TEMPO_LDSC",
"DIM_TEMPO_SDSC",
"DIM_TEMPO_DIM_TEMPO_DSO_1",
"DIM_TEMPO_LEVEL",
"DIM_AMMINI_AMM_GER_PRNT",
"DIM_AMMINI_AMM_TOTAL_LVLDSC",
"DIM_AMMINI_REGIONE_LVL",
"DIM_AMMINI_REGIONE_LVLDSC",
"DIM_AMMINI_PROVINCIA_LVL",
"DIM_AMMINI_PROVINCIA_LVLDSC",
"DIM_AMMINI_COMUNE_LVL",
"DIM_AMMINI_COMUNE_LVLDSC",
"DIM_AMMINI_LDSC",
"DIM_AMMINI_SDSC",
"DIM_AMMINI_LEVEL",
"DIM_ASSIST_ASS_GER_PRNT",
"DIM_ASSIST_ASS_TOTAL_LVLDSC",
"DIM_ASSIST_SESSO_LVLDSC",
"DIM_ASSIST_NOMINATIVO_LVLDSC",
"DIM_ASSIST_LDSC",
"DIM_ASSIST_SDSC",
"DIM_ASSIST_LEVEL",
"DIM_ESENZI_ESEN_GER_PRNT",
"DIM_ESENZI_EROGAZIONE_LVL",
"DIM_ESENZI_ESENZIONE_LVL",
"DIM_ESENZI_ESEN_TOTAL_LVLDSC",
"DIM_ESENZI_EROGAZIONE_LVLDSC",
"DIM_ESENZI_ESENZIONE_LVLDSC",
"DIM_ESENZI_LDSC",
"DIM_ESENZI_SDSC",
"DIM_ESENZI_LEVEL",
"DIM_FARMAC_FAR_GER_PRNT",
"DIM_FARMAC_PRINCIPIO__LVL",
"DIM_FARMAC_NOME_FARMA_LVL",
"DIM_FARMAC_FAR_TOTALE_LVLDSC",
"DIM_FARMAC_PRINCIPIO__LVLDSC",
"DIM_FARMAC_NOME_FARMA_LVLDSC",
"DIM_FARMAC_LDSC",
"DIM_FARMAC_SDSC",
"DIM_FARMAC_LEVEL",
"DIM_ETA_ETA_GER_PRNT",
"DIM_ETA_ETA_TOTAL_LVLDSC",
"DIM_ETA_FASCIA_ETA_LVLDSC",
"DIM_ETA_LDSC",
"DIM_ETA_SDSC",
"DIM_ETA_LEVEL",
"DIM_MEDICO_MED_GER_PRNT",
"DIM_MEDICO_NOMINATIVO_LVL",
"DIM_MEDICO_MED_TOTAL_LVLDSC",
"DIM_MEDICO_NOMINATIVO_LVLDSC",
"DIM_MEDICO_LDSC",
"DIM_MEDICO_SDSC",
"DIM_MEDICO_BUDGET",
"DIM_MEDICO_LEVEL",
"DIM_PATOLO_TIPO_PATOL_LVL",
"DIM_PATOLO_PATOLOGIA_GE_PRNT",
"DIM_PATOLO_TIPO_PATOL_LVLDSC",
"DIM_PATOLO_LDSC",
"DIM_PATOLO_SDSC",
"DIM_PATOLO_LEVEL",
"DIM_PATOLO_PAT_TOTALE_LVLDSC",
"DIM_PRESTA_PREST_GER_PRNT",
"DIM_PRESTA_TIPO_PREST_LVL",
"DIM_PRESTA_PREST_TOTA_LVLDSC",
"DIM_PRESTA_TIPO_PREST_LVLDSC",
"DIM_PRESTA_LDSC",
"DIM_PRESTA_SDSC",
"DIM_PRESTA_LEVEL",
"DIM_SANITA_SAN_GER_PRNT",
"DIM_SANITA_DISTRETTO_LVL",
"DIM_SANITA_ASP_LVL",
"DIM_SANITA_SAN_TOTAL_LVLDSC",
"DIM_SANITA_DISTRETTO_LVLDSC",
"DIM_SANITA_ASP_LVLDSC",
"DIM_SANITA_LDSC",
"DIM_SANITA_SDSC",
"DIM_SANITA_BUDGET_STRUTTURA",
"DIM_SANITA_LEVEL",
"DIM_SERVIZ_SERV_GER_PRNT",
"DIM_SERVIZ_SERV_TOTAL_LVLDSC",
"DIM_SERVIZ_TIPO_SERVI_LVLDSC",
"DIM_SERVIZ_LDSC",
"DIM_SERVIZ_SDSC",
"DIM_SERVIZ_LEVEL",
"DIM_TIPO_M_TIPO_MEDICO__PRNT",
"DIM_TIPO_M_TIP_MED_TO_LVLDSC",
"DIM_TIPO_M_LDSC",
"DIM_TIPO_M_TIPO_MEDIC_LVLDSC",
"DIM_TIPO_M_SDSC",
"DIM_TIPO_M_LEVEL",
"QTA_PRESCRITTA",
"QTA_EROGATA",
"SPESA_PRESCRITTA",
"SPESA_EROGATA",
"OLAP_CALC"
FROM table
OLAP_TABLE
'MMGDWHPROD.CALABRIA_AWM duration session',
'&(MMG_CALABRIA_CUBE_LIMITMAP)'
MODEL DIMENSION BY
DIM_TEMPO,
DIM_AMMINISTRATIVO,
DIM_ASSISTITO,
DIM_ESENZIONE,
DIM_FARMACO,
DIM_ETA,
DIM_MEDICO,
DIM_PATOLOGIA,
DIM_PRESTAZIONE,
DIM_SANITARIO,
DIM_SERVIZIO,
DIM_TIPO_MEDICO
MEASURES
DIM_TEMPO_TEMPO_GER_PRNT,
DIM_TEMPO_ANNO_LVLDSC,
DIM_TEMPO_QUARTO_LVLDSC,
DIM_TEMPO_MESE_LVLDSC,
DIM_TEMPO_TIME_SPAN,
DIM_TEMPO_END_DATE,
DIM_TEMPO_LDSC,
DIM_TEMPO_SDSC,
DIM_TEMPO_DIM_TEMPO_DSO_1,
DIM_TEMPO_LEVEL,
DIM_AMMINI_AMM_GER_PRNT,
DIM_AMMINI_AMM_TOTAL_LVLDSC,
DIM_AMMINI_REGIONE_LVL,
DIM_AMMINI_REGIONE_LVLDSC,
DIM_AMMINI_PROVINCIA_LVL,
DIM_AMMINI_PROVINCIA_LVLDSC,
DIM_AMMINI_COMUNE_LVL,
DIM_AMMINI_COMUNE_LVLDSC,
DIM_AMMINI_LDSC,
DIM_AMMINI_SDSC,
DIM_AMMINI_LEVEL,
DIM_ASSIST_ASS_GER_PRNT,
DIM_ASSIST_ASS_TOTAL_LVLDSC,
DIM_ASSIST_SESSO_LVLDSC,
DIM_ASSIST_NOMINATIVO_LVLDSC,
DIM_ASSIST_LDSC,
DIM_ASSIST_SDSC,
DIM_ASSIST_LEVEL,
DIM_ESENZI_ESEN_GER_PRNT,
DIM_ESENZI_EROGAZIONE_LVL,
DIM_ESENZI_ESENZIONE_LVL,
DIM_ESENZI_ESEN_TOTAL_LVLDSC,
DIM_ESENZI_EROGAZIONE_LVLDSC,
DIM_ESENZI_ESENZIONE_LVLDSC,
DIM_ESENZI_LDSC,
DIM_ESENZI_SDSC,
DIM_ESENZI_LEVEL,
DIM_FARMAC_FAR_GER_PRNT,
DIM_FARMAC_PRINCIPIO__LVL,
DIM_FARMAC_NOME_FARMA_LVL,
DIM_FARMAC_FAR_TOTALE_LVLDSC,
DIM_FARMAC_PRINCIPIO__LVLDSC,
DIM_FARMAC_NOME_FARMA_LVLDSC,
DIM_FARMAC_LDSC,
DIM_FARMAC_SDSC,
DIM_FARMAC_LEVEL,
DIM_ETA_ETA_GER_PRNT,
DIM_ETA_ETA_TOTAL_LVLDSC,
DIM_ETA_FASCIA_ETA_LVLDSC,
DIM_ETA_LDSC,
DIM_ETA_SDSC,
DIM_ETA_LEVEL,
DIM_MEDICO_MED_GER_PRNT,
DIM_MEDICO_NOMINATIVO_LVL,
DIM_MEDICO_MED_TOTAL_LVLDSC,
DIM_MEDICO_NOMINATIVO_LVLDSC,
DIM_MEDICO_LDSC,
DIM_MEDICO_SDSC,
DIM_MEDICO_BUDGET,
DIM_MEDICO_LEVEL,
DIM_PATOLO_TIPO_PATOL_LVL,
DIM_PATOLO_PATOLOGIA_GE_PRNT,
DIM_PATOLO_TIPO_PATOL_LVLDSC,
DIM_PATOLO_LDSC,
DIM_PATOLO_SDSC,
DIM_PATOLO_LEVEL,
DIM_PATOLO_PAT_TOTALE_LVLDSC,
DIM_PRESTA_PREST_GER_PRNT,
DIM_PRESTA_TIPO_PREST_LVL,
DIM_PRESTA_PREST_TOTA_LVLDSC,
DIM_PRESTA_TIPO_PREST_LVLDSC,
DIM_PRESTA_LDSC,
DIM_PRESTA_SDSC,
DIM_PRESTA_LEVEL,
DIM_SANITA_SAN_GER_PRNT,
DIM_SANITA_DISTRETTO_LVL,
DIM_SANITA_ASP_LVL,
DIM_SANITA_SAN_TOTAL_LVLDSC,
DIM_SANITA_DISTRETTO_LVLDSC,
DIM_SANITA_ASP_LVLDSC,
DIM_SANITA_LDSC,
DIM_SANITA_SDSC,
DIM_SANITA_BUDGET_STRUTTURA*,
DIM_SANITA_LEVEL,
DIM_SERVIZ_SERV_GER_PRNT,
DIM_SERVIZ_SERV_TOTAL_LVLDSC,
DIM_SERVIZ_TIPO_SERVI_LVLDSC,
DIM_SERVIZ_LDSC,
DIM_SERVIZ_SDSC,
DIM_SERVIZ_LEVEL,
DIM_TIPO_M_TIPO_MEDICO__PRNT,
DIM_TIPO_M_TIP_MED_TO_LVLDSC,
DIM_TIPO_M_LDSC,
DIM_TIPO_M_TIPO_MEDIC_LVLDSC,
DIM_TIPO_M_SDSC,
DIM_TIPO_M_LEVEL,
QTA_PRESCRITTA,
QTA_EROGATA,
SPESA_PRESCRITTA,
SPESA_EROGATA,
OLAP_CALC
RULES
UPDATE SEQUENTIAL ORDER();
I receive error:
DIM_SANITA_BUDGET_STRUTTURA invalid identifier.
I hope in your help.
All regards
Giancarlo

Hi,
thanks. I've created my own directory and now I found in it my file .eif.
Now i want use your script:
begin
dbms_aw.execute(q'!
" Create the AW
aw create CALABRIA_AWM
" Set the current directory
cda MY_DIR
" Import the EIF file
import all from eif file 'CALABRIA_AWM.EIF'
" Update and commit the AW
update
commit
end;
but I have a trouble about
" Set the current directory
cda MY_DIR
because I have crated MY_DIR directory on machine A and now i launch script on machine B, and both don't have any shared resource, machine B doesn't view MY_DIR directory.
What steps I must follow?
P.S. I've created my directory with following command:
SQL>Create directory EIFTER as '/opt/eifdirectory';
Can you explain step by step what i must do now? Maybe I must repeat steps made on machine A either on machine B and then launch your script?
Thanks
Giancarlo

Similar Messages

  • Inventory data load from Inventory Cube to another Copy Cube

    Hello Experts,
    I am trying to load Inventory data from the Inventory cube(say YCINV) to a copy cube  say YCOPY_CINV(copy of Inventory cube), but the results appear inconsistant when I compare the reports on these 2 cubes. I am trying to populate a fiield in copy cube so that I can populate the same data back to the original cube with the new field in it, I am doing this reload back and forth for historical data purpose only.
    I have seen lot of posts as how to run the setups for Inventory data, but my case does not need to perform set up runs.
    Does the note 1426533 solve the issue of loading from one cube to another ? we are on SAP BI 7.01 with SP 06 ,but the note specifies SP 07 ?
    I have tried note 375098 to see if it works, but I do not see the options as mentioned from  step "Using DTP (BW 7.x)" in BI to perform this note
    Please advise on whether to go with implementing note 1426533 or is there any other way to load inventory data from one cube to other.
    Regards,
    JB

    Hi Luis,
    Thanks for your reply,
    I do not see any setting like Intial stock in DTP except "initial non-cumulative for non- cumulative". I did try using the option "initial non-cumulative for non- cumulative" ,but the results still do not match with the inventory cube data.I do not see the check box for marker in the copy cube (under roll up tab). Please let me know if we can really implement this solution ,i.e. copying from inventory cube to copy cube and then re-loading it back to inventory cube for historical data. Currenlty, I am comparing the queries on these 2 cubes, if the data matches then I can go  ahead and implement it in Production, other wise it would not be wise to do so .
    Regards,
    JB

  • How to copy the data in a cube to another cube

    Hi ,I created one cube by copying.Now I want the data available in earlier cube to Copied Cube.Plz can any one help in this.
    Thanx in Advacnce
    Vasu

    You can use the export datasource option to copy the data.
    Another option is:
    The steps for copying the contents of one cube to another:
    1. Go to Manage -> Recontruct of the new cube.
    2. Select the "selection button"(red , yellow, blue diamond button).
    3.In the selection screen you can give the technical name of the old cube, requests ids you want to load, from & to date.
    4.Execute and the new cube would be loaded.
    Its all that easy!!!!!!
    Refer this link:
    Copying the structure of an Infocube

  • Want to process cube on one box and have it available on another box to browse.

    I am interested in processing the cubes on one box and then have them available on another box for browsing to avoid slowness while the ETL or cube process is running. Any ideas?
    ravi

    Have a look at the SSAS Database Synchronization.
    http://technet.microsoft.com/en-us/library/ms174928.aspx
    Related links:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/f92533da-3bb0-4c60-b3cc-e8afe9ec1b60/automate-backuprestore-ssas-databasesall-in-2008-r2?forum=sqlanalysisservices
    http://www.mssqltips.com/sqlservertip/2938/how-to-synchronize-two-ssas-servers/
    http://sqlvoyager.wordpress.com/2012/08/11/ssas-implementing-analysis-services-synchronization/
    Karthik

  • How-to copy a query from a cube to another cube w/ the same structure?

    Dear All,
    Does anybody know if it is possible to copy a query, in the same system, from a cube to another cube (or multi-cube) which has the same structure?
    Thanks!
    Ioan

    Hi Ioan,
    Micheal is right.
    also you can do this another way. from the main menu of BW go to Business Explorer---> Query -
    > Copy.
    Regards,
    Reddy

  • Copy of essbase data from one cube to another

    Hi,
    I was faced with a situation wherein I needed to retrieve the data calculated in one essbase cube onto another essbase cube.
    The catch remains that the outline would be slightly different in both cases.
    Also is it possible for me to retrieve only the required output (through some kind of export data) and then re-import the data into the required essbase cube.
    Kindly help me in the same.
    Thanks
    -Jishnu

    Hi Jishnu,
    You can use both calculation & report script to export subset of cube (In your case, export member those match in both source & target cube) in following ways: -
    In Calculation Scripts: 1- Use DataExportOptions to define format for export.
    2- Use DataExportCond to define export condition if you want to apply any kind of restriction of exported data.
    3- Use Fix....End Fix command to define subset of cube
    4- Use DataExport command to export data that define above.
    In Report Script: - 1- Use format commands to define exported data.
    2- Use Row/Member selection commands to define subset of cube.
    For more details about calculation & report script, please visit following link: - http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/techref.htm
    Hope it will help you.
    Atul K,
    Edited by: Atul Kushwaha on Oct 26, 2009 9:59 PM

  • Copy one cube data into another cube

    Dear SDN's,
                          Can anyone tell me how can i load the data from one cube to another cube request by request.. Like,  I need all the requests available in first cube should appear in the new cube which i want to load the data.. How can i do this..Kindly advice me...
    Answering getz appreciated,
    Warm Regards,
    Aluri

    Hi Aluri,
    Well you want it request by request.
    That does not make it easy.
    The only thing I can think of is to
    - empty the source cube,
    - reconstruct the first request,
    - do an init to the new cube,
    - reconstruct the next request,
    - do a delta,
    etc.
    but, depending to the number of requests this is a lot of work.
    Udo

  • When I go to Preview to view a photo it shows up for less than a second then disappears and just leaves a gray box where the photo should be. iMac (Retina 5K, 27-inch, Late 2014). I need Preview for work.

    After the OS X Yosemite 10.10.3 update When I go to use Preview to view a photo it shows up for less than a second then disappears and just leaves a gray box where the photo should be. iMac (Retina 5K, 27-inch, Late 2014). I need Preview for work.

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    The test works on OS X 10.7 ("Lion") and later. I don't recommend running it on older versions of OS X. It will do no harm, but it won't do much good either.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of it have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message. See, for example, this discussion.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a general summary of what you need to do, if you choose to proceed:
    ☞ Copy a particular line of text to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    These are not specific instructions; just an overview. The details are in parts 7 and 8 of this comment. The sequence is: copy, paste, wait, paste again. You don't need to copy a second time.
    5. Try to test under conditions that reproduce the problem, as far as possible. For example, if the computer is sometimes, but not always, slow, run the test during a slowdown.
    You may have started up in "safe" mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. Load this linked web page (on the website "Pastebin.") The title of the page is "Diagnostic Test." Below the title is a text box headed by three small icons. The one on the right represents a clipboard. Click that icon to select the text, then copy it to the Clipboard on your computer by pressing the key combination command-C.
    If the text doesn't highlight when you click the icon, select it by triple-clicking anywhere inside the box. Don't select the whole page, just the text in the box.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Click anywhere in the Terminal window to activate it. Paste from the Clipboard into the window by pressing command-V, then press return. The text you pasted should vanish immediately.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. If you don't know the password, or if you prefer not to enter it, just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, a series of lines will appear in the Terminal window like this:
    [Process started]
            Part 1 of 8 done at … sec
            Part 8 of 8 done at … sec
            The test results are on the Clipboard.
            Please close this window.
    [Process completed]
    The intervals between parts won't be exactly equal, but they give a rough indication of progress. The total number of parts may be different from what's shown here.
    Wait for the final message "Process completed" to appear. If you don't see it within about ten minutes, the test probably won't complete in a reasonable time. In that case, press the key combination control-C or command-period to stop it and go to the next step. You'll have incomplete results, but still something.
    12. When the test is complete, or if you stopped it because it was taking too long, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak for themselves, not for me. The test itself is harmless, but whatever else you're told to do may not be. For others who choose to run it, I don't recommend that you post the test results on this website unless I asked you to.
    Copyright © 2014, 2015 by Linc Davis. As the sole author of this work (including the referenced "Diagnostic Test"), I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Partitioning two Years Of Data From One Cube Yo Another

    Hi Experts,
    Can any one please help me on the following issue.
    I got the requirement where I need to copy the data from one cube to another having unequal number of dimensions.
    I have achieved this using Transparent partitioning, But I could be able to copy only one year data.
    In cube1 I have the months like Jan, Feb...Dec and in cube2 I have the structure like Jan-11..Dec-11, Jan-12...Dec-12.
    While creating the partition how can I map the Jan with Jan-11 and Jan-12.
    Thanks In Advance,
    Ram

    You can map manually. it is possible.

  • Copy and paste into dialog boxes

    Copy and paste into dialog boxes
    Greetings:
    This is a cross post, so sorry about that, but I had originally replied to a previous post,
    before I realized it was probably the wrong forum
    for my question.
    Copying from a document to a dialog box field doesn't work anymore; How do I fix it?
    We have the problem since upgrading to Tiger.
    Our Mac users, during their workflow, paste a filename
    from a document into the 'save as' field (when printing to a .ps file).
    This no longer works. UNLESS they control click in the 'save as' field.
    Then they can select 'paste' with the mouse. Why is this happening? and how can we fix it? (so they can just 'command C' then 'command V' as they used to).
    We have repaired permissions, cleared user caches,
    tossed finder prefs, logged in as another user,
    all to no avail.
    Thanks in advance!
    z

    Matt,
    Thanks for your response.
    I agree that something else is capturing the shortcut, as
    all shortcuts are unavailable in the pulldown menus at that point where we used to be able to 'Command V' paste into the text field. We're not using Quick Keys, and the
    Full keyboard access setings are default for OS 10.4.
    I did experiement with turning of some of the modifier F key selections in the Keyboard system prefs but none made
    any change for this issue. For now our work around will be to control click in the text field and select 'paste'.
    Seems odd that the contextual menu is available for that field but a 'command V' or command control V doesn't work.
    Not a huge deal, more of an irritant, but I'll keep on the hunt! Thanks again!

  • Drill-through from 1 OLAP Cube to another.

    Hi.Is it possible to drill-through from 1 OLAP Cube to another OLAP cube for AWM?Thanks!

    Where are you in the process ?
    If you don't have build the metadata for OLAP, do it first.
    Here a beautiful example :
    http://www.oracle.com/technology/obe/olap_biee/index.html
    Once you can query your OLAP cube, create all the join in the physical layer for your ROLAP source.
    Drag and drop the ROLAP fact measures on the measure of the OLAP cube
    and add the ROLAP column dimension table to your OLAP dimension table.
    At this point, you can then create the new ROLAP level in your dimension.
    Just add the new ROLAP dimension column in the presentation layer and you're done.
    The trick is that normally you don't have the same dimension column in your MOLAP and ROLAP environment.
    In this way, OBIEE will choose the good dimensional schema (ROLAP or MOLAP).
    Cheers
    Nico
    Edited by: gerardnico on Jul 29, 2009 3:25 PM Modify the trick with dimension column

  • Move data from one cube to another cube

    Hi,
    I am on BW 3.5 and I have moved the data from one cube to another cube and found that the number of records in the original cube does not match to the newly created cube. for eg. if the original cube contains 8,549 records then the back up cube contains 7,379 records.
    Please help me on what I need to look on and if in case the records are getting aggregated then how do I check the aggregating record.
    Regards,
    Tyson

    Dear tyson m ,
    check with any update rules in ur transfer.If so check in it.
    Just go through these methods for making transfer from one cube to another cube fully without missing data.
    Update rules method
    if it's updated from ods, you can create update rules for cube2 and update from ods
    or you can try datamart scenario
    cube1 right click 'generate export datasource'
    create update rules for cube2, assign with cube1
    rsa1->source system->bw myself, right click 'replicate datasource'
    rsa1-> infosource -> search 8cube1 name
    (if not get, try right click root note 'infosource'->insert lost node(s)
    from that infosource, you will find assigned with datasource, right click and 'create infopackage', schedule and run.
    Copy from
    While creating the new cube give the cube name in the "Copy from" section. It would copy all the characteristics and Key figures. It would even copy the dimensions and Navigational attributes
    Another option is:
    The steps for copying the contents of one cube to another:
    1. Go to Manage -> Recontruct of the new cube.
    2. Select the "selection button"(red , yellow, blue diamond button).
    3.In the selection screen you can give the technical name of the old cube, requests ids you want to load, from & to date.
    4.Execute and the new cube would be loaded.
    Its all that easy!!!!!!
    Refer this link:
    Copying the structure of an Infocube
    Reward if helpful,
    Regards
    Bala

  • How to move CRM_UI_FRAME component from one box to another box

    Hi All,
    Need help about this task.
    Background:
    - CRM Dev Box
    - CRM QC Box
    - CRM Prod Box
    Problem:
    - CRM_UI_FRAME component on the QC Box is not working properly. When we are going to the BSP Workbench, an error comes out that there is an unclosed tag; '>' or '/>' expected entity: "<<document>>" Offset : 0000003376 Error Severity: error.
    - BSPWD_BASICS/WorkAreaHostViewSet is not loaded
    - This problem never occurs on both Dev and Prod Box
    Our Solution:
    - To copy the whole CRM_UI_FRAME component from Dev to QC
    Our Question
    - Is the solution possible?
    - If it is, how could we transfer/copy the whole CRM_UI_FRAME or any component from one box to another box
    - Could we just attach this to a transport? Or is this a BASIS task?
    - Other suggestions on how to do this?
    Thanks in advance!
    Regards,
    Marc

    Hi,
    Please ensure to read note #[1540435 |http://service.sap.com/sap/support/notes/1540435]and to decide which update strategy/scenario you
    need and in the "[SLD Planning Guide|http://www.sdn.sap.com/irj/sdn/nw-sld?rid=/library/uuid/e0a1a8fb-0527-2a10-f781-8b67eab16582]".
    You should ensure that your CIM Model and CR Content on your SLD are updated as
    per SAP note [669669 |http://service.sap.com/sap/support/notes/669669]on both SLDs.
    Regards,
    Aidan

  • Flex 3 builder project setting with server on another box

    I have a livecyle DS (or BlazeDS) server which is different from my workstation where I am writing flex codes using flex builder 3. When creating a new flex 3 project, I need to specify Root folder/Root URL/Context root in "Configure J2EE SErver" screnn. It seems this screen is always assuming the server is runing on the same box as the workstation I am writing flex code. Is it the case? Or is possible  to develop flex apps where the server is located on another box?

    when any file in the project is saved, it builds and outputs
    to the info below. when i run it, it points to the root url posted
    below.
    as far as the HOSTS file, it has the normal localhost
    loopback. which is fine in this case.
    the source code in the main.html is generated from the HTML
    Wrapper section in the Flex Compiler settings under the project
    settings.
    i think this is a local IIS issue.
    under the flex project settings i have:
    Flex Server -> Root Folder:
    C:\Inetpub\wwwroot\<directory>
    Flex Server -> Root URL:
    http://localhost/<app>
    -> which point to root folder under IIS
    Felx Build Path -> Output Folder ->
    C:\Inetpub\wwwroot\<directory>
    if i run the app from within Flex(Project Run Button) or from
    a local http link, it hangs; however, if i launch the main.html
    file directly from the file system, it launches in the browser and
    works fine.
    the thing is, it use to work fine and when i added something
    like a background gradient for the app it broke. i know that sounds
    silly, but it is what it is. so now, i have to launch it from a
    shortcut to the main.html file.
    with all of that said, that points to IIS, yes?
    thanks for your input...i appreciate it.
    fd
    UPDATE - if i reboot it works again. i'm pretty sure it's
    something in IIS. stopping and restarting the web services doesn't
    help either. only a reboot. weird.

  • When opening the Calendar app, I am greeted with a box that says "This calendar can not be refreshed."  After clicking on "OK" another box pops up saying "The server responded with an error."  How can I get rid of these?

    When opening the Calendar app, I am greeted with a box that says "This calendar can not be refreshed," and after clicking ok there is another box saying "The server responded with an error."  How do I get rid of this.  The calendar functions all right, but just have to close both of those boxes after doing any action in the calendar app.

    Please take each of the following steps that you haven't already tried, until the problem is resolved. Back up all databefore making any changes.
    Step 1
    From the Calendar menu bar, select
    Calendar ▹ Preferences ▹ Accounts
    Choose the affected account from the list on the left and uncheck the box marked
    Enable this account
    Then check the box again. Test.
    Step 2
    Make a note of the account settings, then delete the account and add it back with the same settings.
    Step 3
    If you can't add the account, the settings may be invalid. Verify them. How you do that depends on what kind of account it is. If it's a Google calendar and you've activated 2-step verification, you need to generate an application-specific password in your Google account and enter it in place of your old password.
    Step 4
    Quit Calendar. Triple-click the line below on this page to select it:  
    ~/Library/Calendars/Calendar Cache  
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a file named "Calendar Cache" selected.
    Move the selected file to the Trash. There may be one or two other files in the same folder with names that begin in "Calendar Cache". If so, delete those files too.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

Maybe you are looking for

  • Why doesn't Firefox allow me to open a link from an email. I'm sure it used to.

    An email from superbreak comes in with two links in blue to their offers. Clicking on them has no effect. This is an example; other received emails exhibit the same problem. Is it the latest Firefox version? Very frustrating.

  • Photoshop CS5 crashes when attempting to "Manage Custom Sizes" in Epson r3000 printer dialogue window

    I'm trying to print a gallery wrap image on an Epson R3000 printer using 13" wide Epson roll canvas. Every time I select "Manage Custom Sizes" in the printer's dialogue window, Photoshop CS5 crashes. I've been using Photoshop software for more than 1

  • Data are not showing in a Jsp using link

    i have a Jsp page. in this Jsp page having some links. i want when i click to link of result some data should be display. but it does not displaying. please check the below code. Indus.jsp <html> <head> <title>Indus Public School</title> </head> <bod

  • Pavilion A620N with no audio

    Hi, I have an old Pavilion that I'm "restoring". There's no audio.  The audio properties page shows the audio slider grayed out.  Device Manager is happy...the thing just won't make a sound. I've removed the Realtek AC'97 driver and reinstalled the o

  • Tracking Production BOM changes in Documents

    Hi, I am a BW consultant and am working on a report that concerns tracking changes to the BOM code in documents. The situation is The PP BOM is created and basis that procurement and GR is done. However changes to the PP BOM are frequent and cause pr