Copy a company for test purposes

I'd like to copy a company, data and its settings 100% to another company for testing purposes.  What is the easiest way to do this?  And is there a procedure, document or expert session on this topic somewhere?
Thanks.

its very easy:
1. backup your database via SQL Studio
2. restore the same database via SQL with another name
Login in B1 client, refresh your displayed db. Login your copy.

Similar Messages

  • Get a test credit card for testing purposes?

    Hi everyone,
    this is Robin from Germany. I work for HUGO BOSS and I currently evaluate Apple Pay for our company-owned stores. We are thinking of upgrading our stores with NFC POS Terminals in order to accept Apple Pay.
    Unfortunately, since our departement is located in Germany we were not able to get a credit card which is working with Apple Pay.
    Is there any possibility to get one for testing purposes?
    Would help a lot.
    Best regards,
    Robin

    As Apple Pay is only in the U.S. right now, why not deal with the Hugo Boss folks in the U.S. to do the testing?  I found this on the hugoboss.com site:

  • Have a test version in use for testing purposes and want to buy it now without loosung the files. How to do so?

    I've a test version in use for testing purposes and want to buy it now without loosung the files.

    Just buy it and enter your serial key.

  • Default contexts onn FW module 6500 for TESTING purposes?

    "2 Virtual Firewalls and 1 administrative context are provided for testing
    purposes"
    THE ABOVE STATEMENT IS COMING FROM THE DATASHEET OF FW MODUTE FOR 6500.
    DOES THIS MEAN THAT THE 2 CONTEXT WILL NOT WORK IN PRODUCTION?
    THANKS

    Hi
    No, as far as i am aware you can use them in production if you like. There is no license expiration. Basically you get 2 contexts + 1 admin context with the FWSM and you can use these any way you like.
    HTH
    Jon

  • Tables's data scrambled (randomized) for testing purposes

    Dear Oracle People,
    I need to scramble (randomize) the date for testing purposes
    How I can do that within Oracle
    Source:
    CODE          FIRST_NAME     LAST_NAME
    1          FN_1               LN_1
    2          FN_2               LN_2
    3          FN_3               LN_3
    Target after scrambling:
    CODE          FIRST_NAME     LAST_NAME
    1          FN_2               LN_3
    2          FN_3               LN_1
    3          FN_1               LN_2

    Source table: t1
    Target table: t2 (create table t2 as select * from t1)
    Something like this would do:
    DECLARE
    rc NUMBER;
    BEGIN
    SELECT COUNT (*) INTO rc FROM t1;
    FOR i IN (SELECT last_name FROM t1)
    LOOP
    UPDATE t2
    SET last_name = i.last_name
    WHERE code = ROUND (DBMS_RANDOM.VALUE (1, rc));
    END LOOP;
    END;

  • O365 federation for testing purposes

    hello,
    could i set up federated trust from my on premisse infrastructure to o365 (using adfs and dyrsync and localy issuated certificate) just for testing purposes , and after test period i would just brake the trust. Could that have any circumstances, because
    in a month or two i would like to migrate to o365?
    regards,
    Mario

    You can absolutely set up Exchange Online and treat it as a separate organization, create a federated trust and run through testing.  It is important to remember that "separate organization" means not using your existing SMTP domain, so you'll likely
    want to avoid ADFS/DirSync for the test period in this scenario.
    An alternative to consider would be setting up Office 365 in a hybrid coexistence configuration, requiring ADFS and DirSync, but putting Exchange Online in a scenario where it operates in tandem with your local Exchange organization.  This coexistence
    would allow you to test with your existing, production SMTP domain and a single GAL view, while still allow you to break off permanently without impact to your production Exchange environment if you chose to do so.

  • Creating ASM for test purpose

    hi all,
    I am trying to setup ASM for test purpose on winxp with oracle 10g release 1.
    I have created asm instance with
    oradim -NEW -ASMSID +ASM -STARTMODE auto
    and my pfile located in E:\oracle\product\10.1.0\Db_1\database looks like.
    INSTANCE_TYPE=ASM
    ASMALLOW_ONLY_RAW_DISKS = FALSE
    DB_UNIQUE_NAME = +ASM
    ASM_DISKSTRING ='E:\asmdisks\*'
    LARGE_POOL_SIZE = 16M
    BACKGROUND_DUMP_DEST ='E:\oracle\product\10.1.0\admin\+ASM\bdump'
    USER_DUMP_DEST = 'E:\oracle\product\10.1.0\admin\+ASM\udump'
    CORE_DUMP_DEST = 'E:\oracle\product\10.1.0\admin\+ASM\cdump'
    I have created 3 disks with following commands
    asmtool -create e:\asmdisks\disk1 512
    asmtool -create e:\asmdisks\disk2 512
    asmtool -create e:\asmdisks\disk3 512
    now when i do
    SET ORACLE_SID=+ASM
    and
    sqlplus / as sysdba
    I get
    SQL> select path, mount_status from v$asm_disk;
    no row selected.
    and for obvious reasons I get following message
    SQL> create diskgroup data external redundancy disk
    2 'E:\asmdisks\disk1';
    create diskgroup data external redundancy disk
    ERROR at line 1:
    ORA-15018: diskgroup cannot be created
    ORA-15031: disk specification 'E:\asmdisks\disk1' matches no disks
    ORA-15025: could not open disk 'E:\ASMDISKS\DISK1'
    ORA-15059: invalid device type for ASM disk
    OSD-04018: Unable to access the specified directory or device.
    O/S-Error: (OS 1200) The specified device name is invalid.
    Please guide me..I am very new to ASM .

    Hi all,
    my problem got resolved.
    I have created same fake disks by asmtool and the created diskgroups by "create diskgroup.. " then I was able to see the diks in v$asm_disk view..
    I have successfully migrated my database to ASM if u have any questions do mail me @ [email protected].

  • How to generate 2 TB database for testing purpose

    Hi All,
    I need to generate 2 TB of database. This is for test purpose, so please provide me with any information that could achieve this in simple steps.
    If you could provide script that will be the best. I have 10.2.0.4 database on HPUX 11.31 PA-RISC server.
    Regards,
    MS

    user13414195 wrote:
    I need to generate 2 TB of database. This is for test purpose, so please provide me with any information that could achieve this in simple steps. Scripts for what exactly? Single table? Multiple tables? Generate raw (meaningless) row data? Generate data for tables that include foreign key constraints and so on? Data for selecting via full table scans or index scans? Or is this simply to test row inserts? What about update and deletes?
    You need to be a lot more specific about what you mean with testing purposes.
    I have 10.2.0.4 database on HPUX 11.31 PA-RISC server.Note that premiere support for 10.2 has been terminated in July 2010 - whereas it only terminates in January 2015 for 11.2. So it makes a lot more sense to be on a newer version of Oracle.

  • Is there any Ironport Virtual Appliance for Testing Purpose ?

    Hi Everyone,
    Advance Thanks to Every One.
    Is there any Ironport Virtual Appliance for Testing Purpose ?
    Regards,
    Bala Krishna G

    Looks like there are a couple of vendors who have virtual options. Here's one.
    http://www.ironportstore.com/VirtualEvalRequest.asp
    Also, IronPort has a 30-day free trial of their product.
    http://pages.ironport.com/evalrequest.html?source=eval_req
    Hope this helps.
    Brandon

  • Sample received from external company for testing

    Hi folks,
    My client is a testing laboratory where they receive samples from external company. Tested results are sent back to the customer along with a test certificate and is billed for the testing carried out.
    I have two things to clarify
    1) how is the sample receipt to be taken
    2) How the customer to be billed with respect to the testing done
    Stringent requirement. Suggestions are most welcome
    Regars,
    Sravan

    For your 1st query ---
    Posting Goods Receipt for Serviceable Materials
    Use
    You post goods receipt to record that the serviceable materials have arrived at your plant. You can also record receipt of other goods such as loaner items.
    Prerequisites
    You require a repair order in which you have recorded the customer's repair request.
    Procedure
    Choose Logistics ® Customer Service ® Service Processing ® Order ® Customer repair ® Returns delivery.
    On the Create Returns Delivery screen, enter the following information:
    Number of the repair order in the Repair order field
    You can search for the appropriate repair order using the RMA number.
    Delivery type in the Delivery type field
    In the standard system, delivery type Returns delivery (LR) has been defined for this purpose.
    Number of the shipping point in the Shipping point field
    Choose Enter.
    You reach the overview screen where you can post goods receipt by choosing Edit ® Post goods issue.
    Save the delivery.
    For the 2nd part solution mentioned above is correct . You need to implement some of the CS module part here for your requirement.
    Regards
    Amol

  • Topic posted for testing purpose

    This topic is created for test whether
    (1) the topic appears without moderator approves
    (2) the moderator sees this unapproved topic in his / her list of messages to be approved / rejected
    (3) the message appears after it is approved by the moderator
    [Edited by: hhsubram on Aug 19, 2005 7:41 AM]
    Approved

    Hi Goutam,
    Please check the delta que in source system ,if u have delta records 0, detla records will post as zero.
    Case1:
    If we are able to see records in delta que.
    Extract the data to bw via delta process.
    Case2:
    Validate the data against PSA request.
    If data is not comming to PSA it self , check the detals tab why data is not able to extrct into bw..some time we may have source system issue @ that scenaria we have to  activate trsnafer structure and data source inbw.
    Case3:
    If data is available in PSA ,check the PSa data agINST dAta target data.
    Please check the where exactly we are getting issue while upadting into data target.
    Hope this helps you.
    Best Regards,
    Maruthi

  • Blackberrys for testing purposes?

    I'm going to buy two used Blackberrys (touch and non) to test an app my company has hired a another company to develop.
    I just need wifi to get the app on to the BB and test how it looks - it's a news media app so I just want to see it can show the stories.  I don't need email or to actually make calls.
    Is a SIM card and/or data plan required for the BB to actually call up the wifi? I'm getting mixed answers.
    I was considering worst case trying to get a pay as you go SIM card deal but I was hoping to avoid the BB data plan.
    (We did look at device anywhere but long term, this seems like it might be cheaper).
    Any suggestions?
    thanks!

    Hey mdhillison,
    Welcome to the forums.
    Your best bet is to contact the service provider you are going to purchase the devices frrom and ask them how the WiFi works. Some service providers require you to have a data plan to get the WiFi to work. 
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • For testing purposes...

    Hello masters!!!
    here i'am again...i need a testdata for my program. i need a run-on date(REGUH-LAUFD) and an identification w/c is numeric only. the transaction that i used and will be use to
    get these data is in F110(AUTOMATIC PAYMENT TRANSACTIONS). the problem is i dunno how to generate a payment. basically the program that i need to test will display all the payment that has been cleared in the transaction f110 w/c right now dont have an identification(REGUH-LAUFI)  that is numeric only.
    could you advise me guys on how to generate a payment. simple step-by-step procedure like w/c and what first shud I need to click.
    many thanks.
    points will be given if answer found.

    Hi salma,
    why don't you try to put this thread if the ERP-Forum?
    Why don't you ask the members of your FI-department to
    insert some Payments?
    Why don't you use the SAP-Docu?
    Do you have the customizing of payment complete or is it new in your compony?
    Regards, Dieter

  • How can I generate fake AI channels for testing purposes?

    In order to be able to test my VIs under several conditions, I'd like to test them by feeding pre-programmed data over regular virtual channels. Is something like this possible ?
    Edwin

    Edwin,
    I'm not sure this answers your question, but often times I have to develop code on a machine that doesn't actually have the DAQ hardware. Therefore, I usually create a subVI which is similar to my data acquisition VI in every way (inputs and outputs), but instead of getting the data from the card, I output some known array of data for the channels. The rest of my program doesn't know this is "dummy" data, so it works just as it should.
    This is the method I recommend for such applications.
    Mark

  • How do you install firefox 4 for testing purposes?

    I am trying to find as many versions of firefox for web testing but I would be happy with 3.6 4 and 5. I've got 3.6 and 5 but cannot find a working installer for 4. Can i get a link to it?

    Doesn't that deposit system support any recent Firefox versions?
    You can install a portable (ESR) Firefox version to access websites that do not work with the current Firefox release.
    The portable version comes with its own profile folder and doesn't interfere with the currently installed release version.
    *http://portableapps.com/apps/internet/firefox_portable#legacy
    *http://sourceforge.net/projects/portableapps/files/Mozilla%20Firefox%2C%20Portable%20Ed./
    *http://portableapps.com/support/firefox_portable#helper_apps

Maybe you are looking for

  • Trouble Connecting Ipod Touch to Itunes

    Hey Guys Having a bit of trouble with my new Ipod Touch I bought over the weekend... hoping you could help me out. Basically my ipod will be recognised by itunes but when it tries to sync I get the error message "The ipod cannot be synced. The disk c

  • ICloud keeps changing system settings

    Hi all, Sing moving to Mavericks, I have noticed that there are miscellaneous settings being reset by iCloud. For example, if "Documents and Data" is checked, I get all my text shortcuts i use on my iPhone on my Mac. hOwever, it cheeks changing the F

  • Installing Yammer App in offline mode.

    We have SharePoint 2013 onpremise instance with internet on. I have successfully added "yammer app for sharepoint" on that instance and I can see that app in 'Manage app licenses' but when i try to add that app on any site collection it gives the mes

  • Burn Events AND Albums to DVD

    I would like to burn a copy of my iPhoto '08 library (which will fit on a single DVD) that will be re-mountable within iPhoto. However, it seems to allow me to EITHER burn all the events, but then no albums are retained OR burn all the albums, but th

  • Playlist Shuffle question - M Zen M: 3

    Hi - have a question on playlists and shuffling them. I have several playlists ranging from around 75 to 500 songs. I tend to play them in shuffle mode, and have noticed that some songs get played a lot, and some almost never. I assume that there is