Archieving Repository without data

Hi Gurus,
Is there a way to achieve and unarchieve Repository without data .  I know we can export repository schema.
Regards
Bala Pochareddy

Hi,
While archiving, in the "Archive MDM Repository" pop-up, click on "Options" button and select "Schema only".
When you unarchive this, you will get a repository with only schema - no data.
Regards,
Rajani

Similar Messages

  • Create time dimension table in repository without data warehouse

    Hi,
    I want to implement only BI repository solution in my customer (not datawarehousing). Is it possible to transform the data by repository tools, so that the times columns in fact tables are categorized by the "time dimension" table?
    To be more explanatory:
    The "Sales" table has the "time of sale" column. It contains the timestamp when the sale was performed. I have imported this table in "physical layer" of the repository. Now I want to create a new "time dimension" table, something like:
    CREATE TABLE dimension_time (
    Day_Key INT NOT NULL PRIMARY KEY,
    Day_Timestamp DATETIME NOT NULL,
    Day_Name NVARCHAR(32) NOT NULL,
    Day_Text NVARCHAR(32) NOT NULL,
    INSERT INTO dimension_time VALUES (20110101, {d '2011-01-01'}, '1/1', 'January 1', 'Saturday', 0, 6, 1, 1, 185, 1, 201052, 'W52', 'Week 52', 52, 201101, '01', 'January', 1, 7, 1004, 'Winter', 'Winter', 20111, 'Q1', '1st Quarter', 1, 20103, 'Q3', '3rd Quarter', 3, 20111, 'S1', '1st Semester', 1, 20102, 'S2', '2nd Semester', 2, 2011, '2011', '2011', 2010, '10/11', '2010/2011', 0);
    INSERT INTO dimension_time VALUES (20110102, {d '2011-01-02'}, '2/1', 'January 2', 'Sunday', 0, 7, 2, 2, 186, 2, 201052, 'W52', 'Week 52', 52, 201101, '01', 'January', 1, 7, 1004, 'Winter', 'Winter', 20111, 'Q1', '1st Quarter', 1, 20103, 'Q3', '3rd Quarter', 3, 20111, 'S1', '1st Semester', 1, 20102, 'S2', '2nd Semester', 2, 2011, '2011', '2011', 2010, '10/11', '2010/2011', 0);
    and after to add a new column in "sales" fact table for "time dimension ID" and through the repository populate this column based on the "time of sale" column and the corresponding "time dimension ID".
    I know that the ETL process might perform it, but I do not want to go for Data Warehousing (it is not real - time, needs more resources, etc).
    Is it possible to perform such action only on repository?
    Thank you.

    Hi,
    I can do it, but this would be usefull only to create "time dimension" table. But also the "sales" fact table needs to be altered (thus, the "time" column will not contain the value of the time, but the ID of the corresponding time in the "time dimension" table).
    I know that on DW this procedure is done automatically by the ETL process.
    My question is that does the repository has any tools similar to this?
    Thank you.

  • How to search a folder or a repository without using index service

    Hi,
                   I want to get a count of all feedbacks (stored under /collaboration/feedback) created on a particular date. Since there are many sub folders, I am not able to use ICollection.
    How can I read a folder or a repository without using IndexService.
    Thanks in advance
    Vidya

    Hi SRIVIDHYA RAGHUNATH
    I dont understand how can't use ICollection. What you want can be do it coding. The TREX and the Index search it works just to search on content.
    I think what you have to do if Iterate on a IResource Object  and the see if it is a file or a folder and keepp iterating, then when is a file, convert to an objects where you can get the feedback and count it.
    Hope its help
    Bye.

  • Error while creating Repository in Data Services Managemnet Consloe

    Hi All,
    I am new to Business Objects Data Services, currently i am working on Data Services, can any one please solve my problem. I am trying to create a Repository in Data Services Management Console of database type MySQL. The details what i provided, is given below:
    Repository name:Repository_ONE
    Database type:MySQL
    Machine name: the system name on which MySQL is installed is provided
    Database port: port on which MySQL database installed is provided ie., 3306(default)
    Database Name:BOE120 (Here i provided the database name which was installed while BO Edge series is installed)
    Finally username and password are maintained. When i click on Test i am getting an error message "Table 'boe120.al_version' doesn't exist", here i am not understanding why this error message is getting. So can anyone please through some ideas to resolve this issue.
    Thanks & Regards
    Ramakrishna Kamurthy

    you can use the same database, but did you create the DS repository during DS Installation ? while installation it will ask you if you want to configure the repository or skip configuration ? if select yes to configure the repo, it will ask you to enter the database login details, you should use the same login details in management console. did you create the repo during installation ?
    or From the Data Services program menu, select Repository Manager
    Enter the login details, and click on get version, does this returns a version or same error ? if you get the same error then click on create button to create the repo once that completes, you can register the repo in management console

  • Simple Transformation when XML sometimes appears without data

    Hi to all
    I am doing a ST to read XML file, and update this info in SAP.
    All is right, but happens some structures are sometimes without data, and this situation is normal in the business process.
    Example with Data:
    Example without DATA
    Exists, any form of the ST don´t throw error for this situation ? Have I to use some tag in particular?
    Thank you very much for the help
    regards
    Dario

    Thanks Brad
    Please, can you give me an example?
    Thank you very much
    regards
    Dario

  • Creation of field without data element

    Hi all,
    i want to create a field SLNO without data element, i.e. by assigning direct data type NUMC.
    by doing so while activating it is giving the below message.
    "The table must be adjusted by unloading and reloading
    it in the database. This function has a long runtime and should
    not be performed while the table is being used for production."
    "If you want to start the adjustment nevertheless,
    select a processing type and choose 'Adjust'.
    Otherwise choose 'Terminate'."
    pls let me know which is better i.e. by assingning direct data type, or else can i create a data element with type as 'NUMC'.
    Regards,
    venkat

    hi venkat,
    when creating the db table in se 11 ,if u want to use predefined data type ie char,numc,date etc ... With in se14,in fields tab, click predefined type button which is placed in the first row along with cut ,delete icons.
    When u click predefinedtype button, the field named data type will be enabled and its there ready for editing.Choose the data type u need and data length etc.
    If u r creating the db for the first time, there is no need for , adjusting the db table using se14.
    But if u r trying to edit a db ,that is already been created , then make neccessary changes in the db and go to se14. There give ur edited db name, and click "activate and adjust database " button...Ensure that "save data " option button is selected.
    Note:
    If u r making any structural  changes in already existing db ,then use se14 to adjust ,save and activate the db.
    Hope the content is usefull
    please change the problem  status if its resolved .Thank you.
    thanks
    rajeshwari
    Edited by: Rajeshwari padmanaban on Jan 16, 2009 11:24 AM

  • Init without data transfer is not working in the Production box for FICA extractors

    Hi Guys,
    We are unable to do Init without data transfer for FICA Extractors(0FC_INVDOC_XX) from BODS system. And the job is successfully completed from the BODS end but it is not hitting the source system.. Can any one please let me know how to resolve this issue.
    Thanks,
    Kovur

    Hi,
    After triggering your info pack with init without data transfer, are you able to see delta pointer at info pack-->scheduler--> init options source system.
    Are getting any error message? if yes then please share here.
    Thanks

  • Acrobat 9.3.2 Pdf opening without data.  Is this a bug ?

    In previous versions till Acrobat 9.3.1, opening a fdf file containing data would open the corresponding pdf with data already populated.
    However in 9.3.2, pdf opens without data.  Below are steps to create sample Pdf and Fdf to reproduce the issue
    1.  Create a pdf file with 2 text fields and save the same.
    2.  Populate some data in them and generate the corresponding FDF by exporting the data from the menu Forms->Manage Form Data->Export Data.
    2.  Close the Pdf without saving.
    3.  Now double click the fdf created in step 2.  Pdf opens without the data.
    4.  Repeat the step 3 in Acrobat 9.3.1, Pdf opens with data populated.
    Let me know how to attach my sample Pdf and Fdf as attachments are not allowed in this mail.
    Has anyone else also experienced the same issue and whether this is a bug in Acrobat 9.3.2?

    Glad it helped; (for any nit-pickers out there I should have typed 8.2.2, sorry).
    There are others with similar issues:-
    http://www.acrobatusers.com/forums/aucbb/viewtopic.php?pid=61489

  • What can I do simply  to keep all my previous contents, (own pics, videos, etc.) on my previously authorized iPad on PC, but get a new authorisation and a right syncronization, without data loss with a new  iTunes on my new Mac?

    Friends,
    I already had an iPad(1) and its full contents (not only the purchased items, applications from Apple, but my all own pics, videos, songs etc.) is normally syncronized with an authorized PC (Windows) computer.
    Now,  I've bought a new MacBook Air computer, and want to sell my PC. But I don't know how to transfer (or syncronize) all of the contents from my previous iTunes on PC to the new one on the Mac.
    When I connected my iPad to my new MacBook Air, I promted, if I want to change authorization of my iPad to the MacBook.
    But also got a warning, that the new iTunes will delete from my iPad all my previously syncronized items, pics, videos and music, with the previously authorized  iTunes on the previous computer, expect the saved pics from the net.
    What can I do just like that, simply  to keep all my previous contents on my iPad, but have a new authorisation and a right syncronization, without data loss with the new  iTunes on my new Mac?
    Thanks a lot for your answer.
    ([email protected])

    Here are some instructions that I have posted several times that may be helpful to you as they have been to others. You can simply ignore anything that does not apply or that you have already done.
    As Alan stated above - transferring the iTunes library is the best first step. If you can transfer the iTunes library to the Mac, most of this will be unecessary for you to do.
    Very Important ....
    1. Authorize the computer.
    2. Turn off auto sync in iTunes
    3. Transfer purchases
    The text in italics is from the other thread - non italics are my words.
    The following was copied from this thread. This is essentially what you want to accomplish.
    https://discussions.apple.com/message/11527071#11527071
    1) Without connecting your iPad to your new computer, start iTunes. Click on iTunes. Click on Preferences. Click on Devices. Check the box next to "Prevent your iPod etc. from automatically syncing." Click OK.
    2) Now connect your iPad to your computer and start iTunes.
    3) When iTunes starts, right click on your iPad under Devices in the left column. Select Transfer purchases etc.
    4) After it finishes transferring all your apps to your computer, right click on your iPad and select Backup your iPad.
    5) After it finishes backing up your iPad, right click on your iPad and select Restore etc.
    6) After it finishes restoring, left click on your iPad , then click on the Apps tab on top, and check the box next to Sync Apps, then click on Apply below.
    If everything on your iPad looks good after the sync, go back and click on iTunes / Preferences / Devices and UN-check the box next to Prevent your iPod etc. The only other thing you may want to check is if your contacts, bookmarks, etc. are syncing correctly now. If not, go to the Info tab after connecting and make sure you indicate which features you want to sync with what sources.
    Read this thread and the support links as well. There are apps that you can purchase that will allow you to transfer photos from the iPad to your computer. Look at Photo Transfer App in the App store and you can search for others as well.
    https://discussions.apple.com/message/13016026#13016026
    This support site will help you with transferring iTunes music to your new computer.
    http://support.apple.com/kb/HT4527
    One final note - you may want to leave auto sync turned off - but that is totally up to you. I never did use auto sync.

  • Help requested on Procedure to Archieve Equipment Master Data

    Hello SAP Gurus,
    We have a requirement to Archive the Equipment Master data in SAP 4.7 system that run on Linux platform with Oracle 10g database. Can anyone of you please guide us with any links or documents which would detail the step by step process on how to do it and what are the consideration that have to be taken in to account.
    Any How To document with step by step process would be of great help as we have not this task before.
    Regards
    Murali

    Thank you for your suggestion
    I was trying to archieve one equipment data in our sandbox system. My functional consultant has set the deletion flag on equipment to be deleted and then we are trying to run SARA tcode for Object PM_EQUI and defined variants needed.
    Preprocessing went through fine next we had run Write Job that too completed successfully and there was a archive session created as well.
    when go to configure Delete in SARA it is showing that there is no data to be selected .  when I look in to CCMS archieve monitor in tcode SAR_SHOW_MONITOR this shows as -  No Method Method assigned !!
    Can you please suggest what can be the issue ? I am clue less as this was my first experience with SARA Tcode.
    Is there any howto document available that give step by step screenshot for archieving ?
    Regards
    Murali

  • Does "Init without data transfer" creates delta queues?

    Does "Init without data transfer" creates delta queues?

    Hi,
    Yes, Once initialization successful for particular source system, you can see entry at Delta Queue(RSA7).
    Hope it Helps
    Srini

  • For Init without data transfer showing records 0 from 0

    Hi all,
    Iam doing Init without data transfer to ODS. In the ODS manage it is showing 1 from 1 which is correct. This ODS data is automatically updated to a cube. There in the cube manage it is showing 0 from 0. My mappings in update rules also correct , but why it is not giving 1 from 1.
      In the cube manage the status is showing green but in the monitor of cube always it is yellow.
    Help me please
    Ram

    Hi Ram
    If you load data with INIT without data transfer then system shows the defualt record in the monitor.
    If check that record in the PSA then you dont find it and on the cube as well.
    If the load is green with 1 record then extractor working fine.It's not actaully a data reocrd.
    Hope it helps...
    Regards,
    Chama.

  • New GL activated without data migration

    Hi all,
    we have some three projects lined up, one of it is new gl, due to some reasons we have postponed the go live of new gl but other two projects wants to go ahead with their go live, so we provided them an environment where new gl is active but doesnt have migrated data.
    What would be the risks when regression testing is done in such an environment, i have listed out few as below, can something else be expected?
    Cannot perform closing operations, as balances are not known and no previous data is available.
    Clearing and reconciliation functions cannot be performed.
    Cannot use the reporting function as there would be discrepancies in the output
    cannot check the balances
    Transactions referring to the previous data such as bill of exchange, down payments etc cannot be executed.
    if some one has gone thru such situation before, please provide information.
    thanks
    kumar

    Hi Kumar,
    Find below the answer to your question
    Cannot perform closing operations, as balances are not known and no previous data is available.
    - You can perform the closing operation without any problem. Its just that you will not have previos data which will get added to your existing data.
    Clearing and reconciliation functions cannot be performed.
    - You can perform reconcialiation function to the extent you have done the posting, not for the previous data.
    Cannot use the reporting function as there would be discrepancies in the output
    - You can take out reports but it will not give you correct picture as the previous data is missing. please keep in mind the Balance sheet GLs have cumulative balance.
    cannot check the balances
    - You can to the extent which you have done posting
    Transactions referring to the previous data such as bill of exchange, down payments etc cannot be executed..
    - Yes, to do so you need to migrate the previous data.
    Suggestion: Activating New GL without Data migration is an incomplet process, you should do the data migration at the earliest.
    Hope the above statements answer your questions.
    Regards
    Paul

  • Using expdp to export a mix of tables with data and tables without data

    Hi,
    I would like to create a .dmp file using expdp, exporting a set of tables with data and another set without data. Is there a way to do this in a single .dmp file? For example, I want all the tables in a schema with data, but for the fact tables in that schema, I only want the fact table objects, not the data. I thought it might be easier to create two separate .dmp files, one for each scenario, but would be nice to have one .dmp file that satisfies my requirement. Any help is appreciated.
    Thanks,
    -Rodolfo
    Edited by: user6902559 on May 11, 2010 12:05 PM

    You could do this with where clauses. Let's say you have 10 tables to export, 5 with data and 5 without data. I would do it like this
    tab1_w_data
    tab2_w_data
    tab3_w_data
    tab4_w_data
    tab5_w_data
    tab1_wo_data
    tab2_wo_data
    tab3_wo_data
    tab4_wo_data
    tab5_wo_data
    I would make one generic query
    query="where rownum = 0"
    and I would make 5 specific queries
    query=tab1_w_data:"where rownum > 0"
    query=tab2_w_data:"where rownum > 0"
    query=tab3_w_data:"where rownum > 0"
    query=tab4_w_data:"where rownum > 0"
    query=tab5_w_data:"where rownum > 0"
    The first query will be applied to all tables that don't have their own specific query and it will export no rows, the next 5 will apply to each of the corresponding table.
    Dean

  • APP ERROR 523 NEED TO FIX WITHOUT DATA LOSE

    SIR,
    MY BLACK BERRY CRUVE 8520 SHOWING APP ERROR 523 .
    PLEASE ADVISE HOW TO I CAN FIX WITHOUT DATA LOSE OF MY BLACK BERRY.
    I HAVE DOWN LOADED BLACK BERRY DESTOP MANAGER..
    SINCE TWO MONTHS I DIDNT GET BACK UP OF MY MOBILE.
    PLEASE ADVISE URGENTLY.. PLEASE
    AHMED

    Please read:
    "Error 523", "App Error 523", or "JVM 523" appears on the BlackBerry smartphone
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • IPod to car via mini jack

    Hi We hate connecting the iPod via the FM transmitter. So we bought a car stereo with a direct mini plug input on the front, and connected the iPod with a mini plug stereo cable. All was good for about 2 weeks, but then we started getting sound inter

  • Burn cd from iPhoto

    My friend likes to edit his photos in iPhoto. Once he gets the pictures in order, a timeline or storyline, he tries to burn a CD, however, the files are burned in alphabetical order. Is there a way to burn from iPhoto and retain the picture storyline

  • Can I reconfigure iPads using Apple Configurator after previously being setup with iTunes?

    Can I reconfigure iPads using Apple Configurator after previously being setup within iTunes? Will VPP Codes be able to be reused? Can I restore to a backup made in iTunes?

  • SWUF is not active in sap ecc 6.0

    Dear Gurus I have to use the tcode: SWUF in ECC 6.0, but I don't find it anymore, Somebody can help me? Is there an alternative mode to display the same result of SWUF? Thanks a lot, Cheers Vanessa

  • Saving wireless connection with hex password as new location

    My iBook doesn't remember the settings of my wireless connection, so I must enter them again every time I wake up from sleep or turn it on. I do it by clicking on the Airport icon in the menu bar, choosing "Other connection" and entering the network