cloning/copying an old r11 environment to another server (Windows)

Hi all
We are runing 11.0.3 (multi-level) under windows.

DB, simultaneous Manager, the report server on a server
Forms Apache Server, WEB, on another node.

We are facing some curruption of disc and a few hardware problems. So I need to clone my system to the other server.
Can someone help me to clone R11 to another server on the windows machine.

concerning
Musaddaq

Here's 11.0.3 cloning process
=====================

Helios, he seeks 11.0.3 version cloning, correct me if I'm wrong any of the steps, I use the same procedure for one of our 11.0.3 instance EBS.

I am pasting the note here, then you can try to clone:

There is an internal memo to make a clone on the 11.0.x, release but it is not supported. Please make sure that you have a good backup.

==============================================================================================================================================================
===================
Note 91985.1 Step by step on cloning the ORACLE_HOME (including DB) and APPL_TOP:
=================================================================================
Cloning an instance of Oracle Application version 11 on a separate UNIX Machine
==============================================================================

Goal
---------

Provide a method of cloning an Oracle Applications version 11 APPL_TOP,.
an ORACLE_HOME 8.0.X and database files included.

Scope of Application &
-------------------

It takes a high level of experience with Applications for this document.

Related documents
-----------------

Oracle Applications version 11 for UNIX manual of Installation (part No. A57983-02)

Assumptions
-----------

You have already installed Oracle Applications version 11 and a 8.0.X
ORACLE_HOME/database and all works fine.

If you clone the APPL_TOP and ORACLE_HOME of quite another
UNIX box, you must make sure that the target operating system is the
same and is patched up to the same level as the source area, you are
cloning of.

Measures for Clone
--------------

1. on the target area, create a user and the user who owns the APPL_TOP who
has the ORACLE_HOME files and database files (will be applmgr and)
Oracle, respectively for the purposes of this document). Create an environment
file for each of these users by specifying environment variables
referenced in the Oracle version 11 for the Installation of UNIX Applications
Manual.

Example of variables for the oracle user:

LD_LIBRARY_PATH
ORACLE_HOME
ORACLE_SID
TWO_TASK (if applicable)
PATH
TERM
JRE_DIR

Example of variables for user applmgr:

APPL_TOP
LD_LIBRARY_PATH
NLS_DATE_FORMAT
NLS_LANG
NLS_NUMERIC_CHARACTERS
ORACLE_HOME
PATH
ORACLE_SID
TWO_TASK (if applicable)
TERM

Note: Many of the following steps are since the white paper of the bridges D.
'Copy of a database'. A copy of this is located at the end of this document.

2 plug the sources such as the oracle user machine and the newspaper is
svrmgrl or SQL * more as SYSDBA and SYSOPER DBA role he conceded.
Run the following command:

SQL > ALTER DATABASE BACKUP CONTROLFILE TO TRACE;

The trace will be found at the the USER_DUMP_DEST value which is
defined in the init.ora file. (An example of this trace file is located
d. bridges of paper at the end of this article.)

3. make a list of all data files and redo log files:

SQL > SELECT file_name FROM dba_data_files;
SQL > SELECT Member FROM v$ logfile;

4. stop your database cleanly. Run each to do the following:

SQL > shutdown normal;
SQL > shutdown immediate;
SQL > shutdown transactional;

5 A this point, anything that creates a process of operating system must
be lowered neatly on the Source area. Examples are: Forms Server
Process, process of Web server, concurrent managers and the database listener.

6. make zip files of all APPL_TOP, ORACLE_HOME files and database files
files (datafiles and redo logs) on the Source area.

7 FTP files zipped above the target area. Also ftp on the trace file
that was created in step 2 above, you will be using it again in step 8.

8. unzip all the files in the new $APPL_TOP, $ORACLE_HOME locations.

You are now finished with the source area. Every process can safely be made
Save this box. The rest of the book refers to the target area.

9. changing theinit .ora file on the target area (usually located in the)
Directory$ ORACLE_HOME/dbs) to reflect the structure of your new directory.
(D. bridges paper below gives examples of what should generally be)
changed in the environment).

10 change the track of file that you created in step 2 to take account of your new directory
structure.

11 start server manager (svrmgrl) and run the trace of the file against your
database.

Example: svrmgrl (internal connect)
Svrmgrl > @tracefile.trc

12 edit listener.ora and tnsnames.ora files to reflect your new
environment. These files must be in the $ORACLE_HOME/network/admin
Directory.

13 put in place the process of listening and trying to connect to SQL * more to test
connectivity to the database. Make sure the applmgr and oracle
environment of the users can connect to SQL * more.

14 create a link to the technology stack in the ORACLE_HOME. Example of elements to
be related:

CD $ORACLE_HOME/procbuilder/lib; f ins_procbuilderv8.mk install
CD $ORACLE_HOME/browser20/lib; f ins_browser20v8.mk install
CD $ORACLE_HOME/forms45/lib; f ins_forms45wv88.mk install
CD $ORACLE_HOME/rdbms/lib; f ins_rdbms.mk install

15. There are several configuration files that need to be changed so that
the Web server in order to work on the new box. The recommended method for
change the host name in the configuration files is to uninstall, then
Reinstall the Web server using the oracle Installer.

16. Enter the area of the target as the applmgr and run adadmin. Choose from the
Option "reissue Applications programs. If you have changed the directory
structure for your APPL_TOP on the target from the Source area, you
will also have to choose recreate your environment file.

This is a good place to open a SQL * Plus the term and log in as the APPS
user. Once you connect to SQL * more run the following query as a system of
Search for invalid objects in the database:

SQL > select owner, object_type, object_name in dba_objects
When status = 'INVALID';

If all objects are returned that belong to the user apps need to recompile the
APPS schema in adadmin.

17 follow chapter 4 of the manual version 11 install and configure the
webserver.

18 start concurrent managers. The name of the node in the-> simultaneous
Manager-> administer form should take the new machine dynamically
target name of the area.

If the competitor-> Manager-> form to administer the node name is
No poster, at the prompt, type UNIX:

uname - a (this will return the machine think his name)

The UNIX administrator at this stage you will need to reconfigure
the target area to register the correct node for this box.

19. you must now change the profile options that could have been
affected by cloning. Examples: RRA:URL, WEB_AGENT, and
HELP_SYSTEM_BASE_URL.

20 start your forms and Server Web server process after sourcing (running)
your new file of environment under the directory $APPL_TOP.

21 change the static html page or set up your dynamic cartridge and
to connect to your applications on the target area.

Copy of a database
==================
By Dave Bridges

Move a database from one location to another is conceptually very simple.
However, you must be extremely careful or the migration fails. There are
two basic ways - a logical and a physical examination - to move a database.

The logical method is to create a new empty database in the new location
(target database), perform a complete export of the original database (source
(database), and then import the source database in the target database.
This article assumes that you have decided not to use this approach. For more information
on export and import, please see the Oracle Server Utilities
Guide for your particular server.

The physical approach involves the cloning of the source database. This method is
very similar to a backup of the database offline. The steps are:

1 back up the source database control file in a trace file.
2. a list of all your data and redo log files.
3. perform a "clean" source database shutdown.
4. copy all the files of database redo log files, file init.ora and trace file
(from step 1) the location of the source to the target location.
5. change the file init.ora target and the trace file.
6. start the target instance.
7. re-create the control file, retrieve and open the database.

Each of these steps is explained in the following instructions.

Note: The following instructions assume (1) you already have the server
installed in the location of the target, (2) all parameters are already set
environmental target and (3) If you use NT, you must
already created and started the services necessary for the target
database.

1 back up the source database control file in a trace file. To connect to
the source via open or SQL database * more using an account that has the
SYSDBA and SYSOPER DBA role he conceded. Run the following command:

SQL > ALTER DATABASE BACKUP CONTROLFILE TO TRACE;

This will create a text file that we will use later. This file will be
written in the subdirectory named by the value of the USER_DUMP_DEST
parameter.

2. a list of all data files and redo log files. It is absolutely
essential to know about the names and locations of all the files of data and redo
the log files. To do this, run the following queries:

SQL > SELECT file_name FROM dba_data_files;

SQL > SELECT Member FROM v$ logfile;

The first query will give the path and name for each of your
data files. The second query will give the same information to redo all the
the log files. Be sure to save this information for future reference.

3. perform a "clean" source database shutdown. A clean shutdown is
are necessary to ensure that all data files and control files
synchronized with the latest transactions. What follows
commands give you a clean shutdown:

normal stop;
stop immediately;
Shutdown transactional;

Note: The shutdown transactional is not available in Oracle7.

4. copy all the files of database redo logs trace and the init.ora file
target file to the location of the source to the location. With the help of the
information collected in step 2, copy all the data source and redo log files
files to the target location. Also copy the file init.ora and the
trace file generated in step 1 to the location target.

5. change the target init.ora file, and the trace file. Using a text editor
revise the init.ora file to reflect the new values for the target
database. It will be change the paths indicated in the settings
as CONTROL_FILES USER_DUMP_DEST, BACKGROUND_DUMP_DEST and all
another parameter that specifies a path/file location (see annex 1
below). Similarly, we must change the trace file. This file contains
the CREATE CONTROLFILE command we will use in step 7. You
will have to change the paths for all data files and redo log files
to reflect their new location (see attachment 2 below).

6. start the target instance. Once the init.ora file is changed, you can
Start the instance. However, since we do not have control files.
You must use the following command:

startup nomount;

7. re-create the control file. Once the instance is started, you can create
your control files. If you saved your file of track under mytrace.trc, you can
now create the command files by running this file as follows:

@mytrace.trc

This script will create the control files, perform a database recovery
to resynchronize the control file with the rest of the database, and
Open the database.

Now, your target database must be open and consistent. There may always be
some remaining tasks you need to perform, such as the creation of a password for the new file
database or create/update a listener on the node target. These tasks are
beyond the scope of this discussion.

Attachment 1. Example of init.ora file
-----------------------------------

Here is an example of the init.ora file.

Are entries that need to be changed to reflect the location of the target file
identified by a '<-- edit="" this'="">

init.ora

AQ_TM_PROCESSES = 1
background_dump_dest = G:\orant\rdbms80\trace<-- edit="">
compatible = 8.0.5.0.0
control_files = ("G:\orant\database\ctl1home.ora",<-- edit="">
"G:\orant\database\ctl2home.ora")<-- edit="">
db_block_buffers = 200
DB_BLOCK_SIZE = 2048
db_file_multiblock_read_count = 8
DB_FILES = 1020
db_name = home
dml_locks = 100
log_buffer = 8192
log_checkpoint_interval = 8000
log_checkpoint_timeout = 0
max_dump_file_size = 10240
process = 50
Remote_login_passwordfile = exclusive lock
SEQUENCE_CACHE_ENTRIES = 10
sequence_cache_hash_buckets = 10
shared_pool_size = 6500000
sort_area_size = 65536
user_dump_dest = G:\orant\rdbms80\trace<-- edit="">

Attachment 2. Example of trace file
--------------------------------

Here is a sample of the output of the command alter database backup
controlfile to trace.

Are entries that need to be changed to reflect the location of the target file
identified by a '<-- edit="" this'="" entry.="" edit="" this'="">

Clone.TRC

1999.10.08.10.49.07.171
# The following commands will create a new control file and use
# to open the database.
# Data used by the Recovery Manager will be lost. Additional logs may
# be required for the media recovery of offline data files. Use this
# only if the current version of all newspapers online is available.
STARTUP NOMOUNT
CREATE NORESETLOGS NOARCHIVELOG CONTROLFILE REUSE DATABASE "HOME".
MAXLOGFILES 32
MAXLOGMEMBERS 2
MAXDATAFILES 30
MAXINSTANCES 1
MAXLOGHISTORY 112
LOGFILE
GROUP 1 ' G:\ORANT\DATABASE\LOGHOME1. ORA' SIZE 1 M.<-- edit="">
GROUP 2 ' G:\ORANT\DATABASE\LOGHOME2. ORA' SIZE 1 M<-- edit="">
DATA FILE
' G:\ORANT\DATABASE\HOMESYS. DBF',.<-- edit="">
' G:\ORANT\DATABASE\HOMERBS. DBF',.<-- edit="">
' G:\ORANT\DATABASE\HOMEUSER. DBF',.<-- edit="">
' G:\ORANT\DATABASE\HOMETEMP. DBF',.<-- edit="">
' G:\ORANT\DATABASE\HOMEINDX. DBF'<-- edit="">
;
# Recovery is required if any of the data files are restored backups.
# or if the last stop was not normal or immediate.
RECOVER THE DATABASE
# Database can now be opened normally.
ALTER DATABASE OPEN;
================================= ================================================================================
================================================================

If you need assistance with the cloning of your instance, you will need to contact Oracle Con
relativeme.

Edited by: 3Amigos December 13, 2010 01:39

Tags: Oracle Applications

Similar Questions

  • I can script volume shadow copy service files to copy VSS files to another server?

    Hello

    Wanted to ask if it was possible to take the info created by VSS and move it to another server? The reason why I ask is that I need to information to a file on a backup server, copy it to another standby server and have it ready to go when the original bang goes machine!

    While enjoying the fact than expected jobs work fine with the backup software and can copy the file backup due to another server as a :-) scheduled task I can't put automated restoration work to restore back this folder on a daily basis by using the backup of windows server or backup exec (very annoying!). I was wondering if I could create shadow copies of the file/volume concerned on the original server, and then have a script that has copied the files on the backup server?

    Just in addition, the concerned files/folders are usually left "open" or "locked" (these include mdb files too!) so just using xcopy etc will not work :-(

    Any ideas or suggestions would be welcome :-)

    Thank you very much for your help

    Kevin

    I suggest that you take cela Server TechNet or TechNet IT Pro forums.  This forum serves users with Windows home versions.

  • User OBIEE files not copied from one environment to another

    Hi Experts,

    I rsynced my files from one environment to another, but below files need root access, and therefore, they are not copied to the new environment. May I know if there will be problems because of the absence of these files in the target environment? Same files are missing for weblogic user as well, but I'm able to connect with the weblogic user. Please help because it is a production environment.

    instances/Instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/Catalog/SampleAppLite/root/Users/yrizwan/user%7e%2eprofile. ATR': Permission denied (13)

    instances/Instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/Catalog/SampleAppLite/root/Users/yrizwan/user%7e%2eprofile. ATR': Permission denied (13)

    bodies/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalog/SampleAppLite/root/users/yrizwan/_prefs/cacheduserinfo': Permission denied (13

    bodies/Instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/Catalog/SampleAppLite/root/Users/yrizwan/_PREFS/cacheduserinfo. ATR': Permission denied (13)

    bodies/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalog/SampleAppLite/root/users/yrizwan/_prefs/volatileuserdata': Permission denied (13)

    bodies/Instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/Catalog/SampleAppLite/root/Users/yrizwan/_PREFS/volatileuserdata. ATR': Permission denied (13)

    I cleaned my / User any/xyz - written scripts by user serving some time ago.

    It is therefore a 'full' / user/weblogic old on the instance:

    You can see that this is not about what the guy has done recently, but a together a lot more. I have just explained the two examples that you had in your original post.

    The example looks like a pretty empty user account (if that's really all that is in its foledr on the file system). By aligning the right FACILITY to the rest of the webcat will not affect OBIEE application behavior.

  • HFM export and import of security from one environment to another

    Hi all

    I had an obligation to migrate the HFM application (V11.1.2) from one environment to another environment.

    I've migrated the application via the HFMCopyApplication.exe utility.

    could you please guide me how to export security from one environment to the other so that I can reproduce the security too

    Thank you

    VT

    Hi 2687075,

    If your environment is the same or similar version and the application groups are named the same, you can use LCMS as suggested by Amarnath.  You'll want to come the native Directory artifact that contains native users, Aboriginal groups (with their AD/native users) and roles.  Be careful when you do this, if you use accounts/passwords different in each environment native user as the new will overwrite the old.

    Thank you

    Erich

  • With the help of iPhone 6 s. try to copy the text message with a tap double and get a bubble with icons. How can I copy the message to paste in another?

    Try to copy a text to paste in another. When I double tap, as I always have, all I get is a bubble with icons on it. With the help of OS 10.0.2.

    maryml wrote:

    Try to copy a text to paste in another. When I double tap, as I always have, all I get is a bubble with icons on it. With the help of OS 10.0.2.

    Press and hold on the text and wait for the copy/more pop up.

  • How can I copy files from project Waveburner to another internal drive?

    How can I copy files from project Waveburner to another internal drive without losing the connection to the files audio orig.?

    Thank you for your time,

    Since no one answered my call, I sat and researched and studied WaveBurner behavior and I can myself answer my question and solve. Since there were a lot of people asking similar questions on WaveBurner files I will post what I learned.

    Whenever you drop your audio files in the list window to make your WaveBurner CD copy not copy your audio files, but relies on the original audio file, where they are located. So whenever you move the files orig. and you open WaveBurner, it can't find those and displays an error window to suggest it will search for the missing file or if you know where he is now lets you find manually. WaveBurner usually place the .wb3 project file that contains everything including your home folder.

    For this reason, I reserve now an audio file WaveBurner also folder in my home folder. In order to save themselves from WaveBurner cannot find the audio file, all audio files that I do, I put in my folder of audio files WaveBurner first, then copy them in WaveBurner from there.

    When I need to use a bigger hard drive I copy .wb3-WaveBurner projects based, but also my

    Sound folder WaveBurner for the home folder on the new hard drive.

    WaveBurner is now all audio files without problem.

    I hope that this will be a unique problem to someone else. Happy WaveBurning.

    W.W.

  • I have copy of old tbird and seamonkey e-mail files with the files and emails for each. I need to add to new tbird install. can not find a way to do it. Help

    I have copy of old tbird and seamonkey e-mail files with the files and emails for each. I need to add to new tbird install. can not find a way to do it. HELP PLEASE. previous e-mail files are under mail then mail.earthlink* .net and each of the five mail .net is an email address I have. I can't find a way to identify each file by email to the specific email address (IE mail.my E-mail name.net) so I can copy the files and emails from the past to the email addresses now under tbird. previous installed e-mail identities may not be the current configuration of e-mail files in tbird. I think that I must be sure that mail.name.net matches the previous mail.name.net to be able to copy and paste the old to the new. is there a way to find the file name correct the old email and correspond to the new? all my emails very important information are mostly in the old mail electronic id and must be available in the identification of email again (but same) how can I do this?

    http://KB.mozillazine.org/Importing_folders

    Use this module.

    https://addons.Mozilla.org/en-us/Thunderbird/addon/ImportExportTools/

  • New hard drive. can I copy the old emails and local files from the old hard drive

    I installed a larger hard drive in my laptop. I still have the old hdd. Both run on Windows 8. How can I copy all the information like e-mail, files, etc. the old hdd to the new HDD. It is in Thunderbird. Please can someone help me?

    Article has step by step instructions.

    Where are you stuck?

  • Copy the old Time Machine files to the new disk TM

    Sorry people, I have to ask two (related) questions:

    (1) I have a WD My Passport for Mac drive connected to an Airport Extreme and 2 Macs use for backup via Time Machine. Now, the disk is full. I bought a WD My Book for Mac drive with a capacity of 4 TB and am ready to go.

    Question: can I copy the old files of Time Machine on my new book?

    (2) until now 2 different Macs used the My Passport as a Time Machine drive with no problems.

    Question: Should I partition the new drive (My Book) and every Mac uses its own partition as Time Machine or can proceed us as is?

    Thank you very much for your help!

    Question: can I copy the old files of Time Machine on my new book?

    Yes you can, but there is a lot of work, a little complicated, time consuming and not worth the effort for most users.  The main reasons for this are...

    (1) the older backups will take a good amount of space on the new drive, limiting the space on the disk again.

    (2) Time Machine backups for the old files will continue... it will make a new copy of every Mac and then go forward again with incremental backups.

    A better plan would be to keep the old drive on hand for a few months, in which case you need to go back and look for a file. After a few months, you will have a beautiful story from backup to the new hard drive and no need of older backups so you can remove the old disk and keep around as a spare part or use it for other purposes.

    Question: Should I partition the new drive (My Book) and every Mac uses its own partition as Time Machine or can proceed us as is?

    While you can partition the drive and save each Mac to a separate partition if you wish, there is really no need to do this since Time Machine will automatically create separate for each Mac backup files.

  • Copy mail and email accounts to another Mac

    Hello

    I want to copy my emails with all the email accounts of my iMac to my MacBook Pro. On both computers is the most recent El Capitan installed (10.11.4).

    The files/folders that I need to copy?

    Migrationsassistent is not a solution.

    Thank you!

    Wolfgang

    Hi ebussinetz,

    Thank you for using communities Support from Apple.

    I see you are eager to copy emails from one Mac to another.  At that time, the easiest way for you to achieve this is to simply add your e-mail accounts to the other computer.  The majority of e-mail providers use IMAP for the storage needs of e-mail, which maintains the emails on the server itself, rather than the POP that downloads the messages to your computer.

    Set up Mail

    When you open Mail, you are prompted to configure your e-mail account if you have not already.

    Select your email provider from the list. If you do not see your email provider, click "add another mail account." Then click on continue.

    Mail request your name, email address and password by e-mail. Fill out this information, then click on create.

    E-mail complete your account settings based on the email address you provide and in OS X Yosemite or later, Mail automatically manages them.

    • If Mail does not recognize your email provider, it may ask you additional parameters.
    • If you need to add more than one e-mail account, start with your main account. Then use Internet accounts to add other accounts.

    Use the mail on your Mac.

    Take care.

  • Can not NECC ProfileManager despite the Run area full path in quotation marks with - Switch Profile Manager. Try to copy the old profile to the new computer.

    Can not get ProfileManager to open, despite having followed closely RUN instructions in the HELP section, copy the old backup profile to new computer.

    This has happened

    Each time Firefox opened

    == I had to use a new computer because of the accident on the old.

    You don't need to run the Profile Manager to move your profile to a new PC, see this.
    http://support.Mozilla.com/en-us/KB/recovering+important+data+from+an+old+profile

  • Cannot copy anything from a folder to another

    whenever I want to copy anything from one place to another a message if poster windows Explorer has encountered a problem and must close are can also be restored when I tried it please help me out from this problem

    AppName: explorer.exe AppVer: 6.0.2900.2096 ModName: kernel32.dll
    ModVer: 5.1.2600.2096 Offset: 00001d 24

    You can test the question via safe mode.

    In addition, you will need to adjust your system by running a check disk and a disk defragmentation.

  • I want to know how to copy information on one CD to another CD. I am not very computer so please be as simple and complete as possible.

    Copy information to a CD to another CD

    You need 3rd Party Software to do what you want to do.

    http://www.SnapFiles.com/get/burningstudiofree.html

    Ashampoo Burning Studio Free is a full CD/DVD/Blu-Ray suite which allows you to create data disks, music, video and audio burning. You can also create backups that span multiple discs, rip music from an Audio CD and create or burn disc in ISO or BIN/CUE format images. The task-oriented interface makes it easy to get started and will spare you most of the technical details. Other features include the conversion of files to WAV, MP3, FLAC, WMA and Ogg audio automatic, disk copy compressed backup file and restore, erasing the disc, VCD/SVCD, burning project and support more. Free registration required after 10 days.

    You should get something like the above program (which is free and very good) and learn how to use it by reading the software Instructions that appear on the front of the Programt open.

    The above program copy of CD, DVD, Bluerays.
    Make sure that the CD are NOT protected by copyright.

    See you soon. Mick Murphy - Microsoft partner

  • Windows 7 and I have a batch file to copy files from 1 computer to another. It works fine alone, but when I put it to run in the Task Scheduler it shows it ends successfully, but nothing is happening

    I am running Windows 7 and I have a batch file to copy files from 1 computer to another.  It works fine alone, but when I put it to run in the Task Scheduler it shows it ends successfully, but nothing is happening.  None of the files are copied, and the control box does not appear.  Any ideas?

    Run a batch file in Task Scheduler

    Hello ITGIRL17,

    Thanks for posting on the Microsoft answers Forum.

    Configure your task under your administrator account.
    Then go to the folder with the batch file and ADD on control for the folder administrator permissions and each of the files in batches.
    If the batch files write data, then the target for the task should ALSO have all explicit permissions.
    Now try to run the Task Scheduler task.

    Also check the information from the following link and look specifically at Brian Vandemark Sommaire steps on 2 September.
    http://social.technet.Microsoft.com/forums/en/winservermanager/thread/d47d116e-10b9-44f0-9a30-7406c86c2fbe

    I hope that this information will help resolve your batch file does not problem.

    Sincerely, Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • How to migrate code from one environment to another in the MFT 12 c

    Hi all

    How to migrate code from one environment to another in the MFT 12 c.

    Thank you and best regards,

    Tilquin.

    MFT has t2p plugin that can be used to migrate the metadata for production test.

    There is an export option in the transfer page in the MFT UI that can be used to export metadata data transfer.

    This exported zip can be imported in any other environment after making the necessary changes.

Maybe you are looking for

  • file replaces the control

    I want to save the data of a CQI process data in a file.  I want to check if file exists, and if so, ask user to overwrite or no first and if not crush, get a new file specification.  Attached code fragment is supposed to do these things, but does no

  • Structure of the event need to reset?

    See mini vi I did home. I click the x in the upper right, a message box appears for confirmation. But if I click on second time on x, more no message box appears. Now I have to reset certain properties or do additional cables to the vi? I was referri

  • Surface rt and apps

    Why can not install the application on my rt surface windows phone site tv guide?

  • Hyperlink in the signature using Windows 8 Mail app

    I searched on Google, Bing, and this site for some time without success. Is it possible to add hyperlinks to a default signature for Outlook and Google accounts in the application Mail in Windows 8? If so, how? I struggle to justify using this app on

  • How to install downloaded widgets

    I am new to Muse. I downloaded some themes and widgets, but they are in a zip file. I unzipped the files, but I can't find anywhere that it tells how to install them in Muse to show up to... help?