Migration via question LCM

Hello

We often migrate from dev to test for prod using LCM. However a few weird things happened. When remove us the entire library Dimension in our target environment and then delete all the applications it too, is he "left on" all the data in the back-end repository? We should also clear on one of these tables in the repository in the background to do that there is no data in there? I ask, because I did this thing and then when I imported back library size and properties of the Application to create the apps in our environment target, everything was good. However, when I started to bring on the Scripts of Calc, business rules and WebForms, there was old Bus rules and Web forms that should not have migrated in my position of the target. I went back to check my .xml files generated from my Source does not include them and they did not. So can't know how Bus rules and Web forms that does not exist in the files of LCM of my Source finished being created in my target via LCM. Thinking there is some data that was in other tables somewhere?


If I need to clear some backend/schema of the table, what is it? We use the Oracle database.

Thank you

If you remove the application that is not always mean business rules will be removed, depending on how you administer your rules then you may need to remove the Manager of calc or EAS.
If you delete a planning application, then I would expect the web forms to remove, if you delete an application, check if all tables in the relational database to the planning application have been removed, if they have not so delete / recreate the database/schema.
Also if a planning application is deleted I would expect essbase application/databases should be deleted as well as calc scripts, if they are not then I would look at remove the service Regional application.

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Migration via the time machine (old imac) to new imac done numbers keynote pages and other programms disappear

    Migration via the time machine (old imac) new done imac numbers keynote pages and other programms disappear - what is my mistake?

    You should be able to re-download your apps purchased on the Mac App Store.

  • Data form question - LCM Migration Planning

    Hello

    I am using Hyperion Essbase & planning version 11.1.1.3 applications. I exported QA dataforms and tried to import in the Prod environment, using LCM. But the dataforms do not migrate due to the long name of the dataforms.

    Thank you

    Michel K

    Have you tried to use the formdefutil instead to see if it works better, for your trial version, import and export of data forms

    See you soon

    John

  • Masking of rows/columns reappear after migration via LCM?

    Anyone know if there is a known issue or bug related to Web forms and then of the migration by LCM, hidden rows or columns suddenly reappear after migration? Were on 11.1.1.3.x


    Thank you

    Seems there is more connected to 11.1.1.3, which are not yet fixed bugs:

    BUG 9354660 - EXPORT OF WEBFORM WITH HIDDEN LINE NOT EXPORTED CORRECTLY

    Bug 10167989: BUG 8374286 is NOT RESOLVED FOR FORMS WITH ASYMMETRICAL COLUMN SELECTIONS

    Known problems section 11.1.1.4 Readme planning: ' after exporting to a destination application using life cycle management, Forms data containing hidden lines may not display correctly in the destination application.»

    HTH-
    Jasmine.

  • Planning the migration tool of LCM

    We need to migrate artifacts from Dev to test and Prod using LCM. I know that we migrate entire application and objects using LCM. But
    May be the only Forms data migration and business of Dev, Test, prob rule. I want to say that we have about 25 forms of data in planning Dev environment. I just need to migrate these forms of Dev to Prod, only data do not form for the entire application. Maybe do?

    I also watch thiis OBE on link but question remain same
    http://www.Oracle.com/technetwork/middleware/performance-management/tutorials/PLN-LCM-OBE-095602.html

    I learned LCM Ranzal blog, which could help you as well: http://ranzal.wordpress.com/2010/03/24/using-oracles-hyperion%C2%AE-life-cycle-management/

    Yes for partial migrations, you can certainly migrate some parts of your application, such as calc scripts, data forms, business, outlines rules, etc. You need to expand the artifacts and select only those that you want to migrate.

    Here's the list: http://download.oracle.com/docs/cd/E12825_01/epm.111/epm_lifecycle_management/apfs04.htm

    See you soon,.
    Mehmet

  • Migration planning of LCM

    I wonder what kind of LCM migration times people know about 11.1.2.1 for planning applications. I have one who is running for 20 minutes now and I wonder if it is blocked or if for some reason any planning takes a lot of time longer than Essbase.

    Personally, I was still running a refreshment after the migration.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • The Migration-related questions

    Hello

    I would like to ask some under queries regarding oracle apps migration platform
    My current platform is Windows Server 2003 and Oracle apps 11i db version 9i 32 bit, single node installation

    My question is if I install OEL 5 64-bit (single node) can then migrate to it as my current implementation is the 32-bit host operating system?

    Before migration (single node)

    Windows 2003 32-bit operating system
    32-bit Oracle Applications 11i
    32-bit Oracle 9i DB

    After migration (single node)

    OEL OS 5.5 64-bit
    32-bit Oracle Applications 11i
    Oracle 9i 64-bit DB

    is the above before and after are correct is feasible as my current environment is 32-bit

    Please let me know

    Thank you
    Zaid

    Zaid,

    OK, I got the point, then I'll go for full 32-bit we don't need multi node environment

    Once I move to 32-bit 11i applications / environment db on 32-bit OEL after if I switch to R12 at this point that I can use single node 64 bit OS OEL while seen DB as 64-bit and 32-bit applications is this right?
    such a little update is possible?

    It's just for 11i but for R12 you can have layer applications running on 64-bit (since he is certified) in addition to the 64-bit database.

    Thank you
    Hussein

  • Several cold migration via PowerCLI on data centers

    Hi all

    Here's my problem.   I am trying to automate migration cold of the about 30 mV (obviously power off) of a data center to another in the same virtual Center.    I was able to migrate both through PowerCLI 1 VM by using the following script.  I used Onyx to help me with the basis for the script.

    $spec = New-Object VMware.Vim.VirtualMachineRelocateSpec

    $spec.datastore = New-Object VMware.Vim.ManagedObjectReference

    $spec.datastore.type = 'Datastore '.

    $spec.datastore.value = "datastore-1672.

    $spec.pool = New-Object VMware.Vim.ManagedObjectReference

    $spec.pool.type = 'ResourcePool.

    $spec.pool.value = 'resgroup-4017.

    $spec.host = New-Object VMware.Vim.ManagedObjectReference

    $spec.host.type = 'HostSystem.

    $spec.host.value = 'host-4018.

    $spec.disk = New-Object VMware.Vim.VirtualMachineRelocateSpecDiskLocator [] (1)

    $spec.disk [0] = New-Object VMware.Vim.VirtualMachineRelocateSpecDiskLocator

    $spec.disk [0] .diskId = 2000

    $spec.disk [0] .datastore = New-Object VMware.Vim.ManagedObjectReference

    $spec.disk [0].datastore.type = "data store".

    $spec.disk [0].datastore.value = "datastore-1672.

    _this $ = Get-view -Id ' VirtualMachine-vm-4029'. "

    _this $. RelocateVM_Task ($spec, "defaultPriority")

    What I'm trying to do now, is to use variables for the values of the data store, pool, host and Get-View to the virtual machine itself to run a migration of more than 1 at a time.  So here's what I tried to do

    to connect-viserver VCENTERSERVER.domain.local

    $vms = Import-CSV "G:\temp\scripts\relocate.csv".

    {foreach ($vm to $vms)

    $spec = New-Object VMware.Vim.VirtualMachineRelocateSpec

    $spec.datastore = New-Object VMware.Vim.ManagedObjectReference

    $spec.datastore.type = 'Datastore '.

    $spec.datastore.value = $vm. DatastoreName

    $spec.pool = New-Object VMware.Vim.ManagedObjectReference

    $spec.pool.type = 'ResourcePool.

    $spec.pool.value = $vm. ResourcePoolName

    $spec.host = New-Object VMware.Vim.ManagedObjectReference

    $spec.host.type = 'HostSystem.

    $spec.host.value = $vm. ESXHostName

    $spec.disk = New-Object VMware.Vim.VirtualMachineRelocateSpecDiskLocator [] (1)

    $spec.disk [0] = New-Object VMware.Vim.VirtualMachineRelocateSpecDiskLocator

    $spec.disk [0] .diskId = 2000

    $spec.disk [0] .datastore = New-Object VMware.Vim.ManagedObjectReference

    $spec.disk [0].datastore.type = "data store".

    $spec.disk [0].datastore.value = $vm. DatastoreName

    _this $ = Get-view -Id $vm. Name

    _this $. RelocateVM_Task ($spec, "defaultPriority")

    }

    Here's what my CSV file looks like.  I used PowerCLI for find the real ID for each object.

    Name, DatastoreName, ResourcePoolName, ESXHostName

    VirtualMachine-vm-4029,datastore-4557,resgroup-3694,HostSystem-host-3729

    VirtualMachine-vm-4030,datastore-4558,resgroup-3694,HostSystem-host-3731

    Here is the error message I receive when you run the script

    Exception by calling 'RelocateVM_Task' with '2' or the arguments: "the object has already been deleted or was not completely created.

    G:\temp\scripts\RelocateMOD.ps1:25 char: 23

    + $_C. RelocateVM_Task < < < < ($spec, "defaultPriority")

    + CategoryInfo: NotSpecified: (:)) [], MethodInvocationException)

    + FullyQualifiedErrorId: DotNetMethodException

    Exception by calling 'RelocateVM_Task' with '2' or the arguments: "the object has already been deleted or was not completely created.

    G:\temp\scripts\RelocateMOD.ps1:25 char: 23

    + $_C. RelocateVM_Task < < < < ($spec, "defaultPriority")

    + CategoryInfo: NotSpecified: (:)) [], MethodInvocationException)

    + FullyQualifiedErrorId: DotNetMethodException

    Any help is greatly appreciated.

    It's one of the drawbacks of the Onyx, the generated code is endless.

    There is no need to use the ID in the CSV file, simply use the names.

    And there is no need to specify a data store for the vDisk if you migrating the data store even other files such as the virtual machine

    connect-viserver VCENTERSERVER.domain.local
    $vms = Import-CSV "G:\temp\scripts\relocate.csv" foreach ($vm in $vms) {
      $spec = New-Object VMware.Vim.VirtualMachineRelocateSpec  $spec.datastore = (Get-Datastore -Name $vm.DatastoreName).ExtensionData.MoRef  $spec.pool = (Get-ResourcePool -Name $vm.ResourcePoolName).ExtensionData.MoRef  $spec.host = (Get-VMHost -Name $vm.ESXHostName).ExtensionData.MoRef
    
      $vmObj = Get-VM -Name $vm.Name | Get-View  $vmObj.RelocateVM_Task($spec, "defaultPriority")
    }
    

    And your CSV might look like this

    Name, DatastoreName, ResourcePoolName, ESXHostName

    VM1, DS1, Pool1 ESX1

    VM2, DS1, Pool2, ESX2

  • Copy layer in Photoshop CS6 via Question

    Hello

    I noticed that when a selection is Layer via Copyed in Photoshop CS6, it seems brighter and slightly more saturated in color than the original selection that it came. Currently I have manually do lighting and color adjustment for the return to the original game, but is there a way to prevent altogether? There are no masks or layers adjustment or other tools used when this happens - just a simple layer by copy.

    I don't know if there is a setting that lets you cut out this manual step of your editing time to match the original selection, but any suggestions would be helpful. Thank you!

    It looks like the original layer was not in full opacity.

  • CF8-&gt; CF9 Migration: CfProcResult question

    Hi guys,.

    We have recently migrated our cf8 application to a new server running cf9 and this piece of code is causing an absolute nightmare! I don't understand what's going on (of course I modified a bit to protect sensitive information)

    It exists within a cfc as part of model glue (which is bad enough as it is).

    I checked our configuration of the old environment, its the same data source. Neither is it a reserve words... it's almost as if the cfprocResult isn't just set the value.

    The error we get is that results is a string and not in fact a query.

    < cfset = var results ' "/ >

    < cfif arguments.status EQ "status1" >

    < cfstoredproc procedure = 'proc1' datasource = "#_getConfig () .getDsn () #" >

    < cfif SESSION.role EQ 'type1' >

    < cfsqltype cfprocparam = the variable "var1' =" cf_sql_integer"value =" #SESSION.someVariable #">

    < cfelse >

    < cfsqltype cfprocparam = the variable "var2' =" cf_sql_integer"value =" #arguments.otherVariable #">

    < / cfif >

    < name cfprocresult 'results' = >

    < / cfstoredproc >

    < cfelseif arguments.status EQ "status2" >

    < cfstoredproc procedure = 'proc2"datasource =" #_getConfig () .getDsn () #">

    < cfif SESSION.role EQ 'type1' >

    < cfsqltype cfprocparam = the variable "var1' =" cf_sql_integer"value =" #SESSION.somevariable #">

    < cfelse >

    < cfsqltype cfprocparam = the variable "var2' =" cf_sql_integer"value =" #arguments.otherVariable #">

    < / cfif >

    < cfsqltype cfprocparam = the variable "status" = "cf_sql_varchar" value = "" #arguments.status # "maxlength ="100">"

    < name cfprocresult 'results' = >

    < / cfstoredproc >

    < cfelse >

    < cfstoredproc procedure = "proc3" datasource = "#_getConfig () .getDsn () #" >

    < cfif SESSION.role EQ 'type1' >

    < cfsqltype cfprocparam = the variable "var1' =" cf_sql_integer"value =" #SESSION.someVariable #">

    < cfelse >

    < cfsqltype cfprocparam = the variable "var2' =" cf_sql_integer"value =" #arguments.otherVariable #">

    < / cfif >

    < cfsqltype cfprocparam = the variable "status" = "cf_sql_varchar" value = "" #arguments.status # "maxlength ="100">"

    < name cfprocresult 'results' = >

    < / cfstoredproc >

    < / cfif >

    < cfif SESSION.role EQ 'type1' >

    < name cfquery = 'results' dbtype = "query" >

    SELECT * FROM WHERE = column results ' #SESSION.userID # "column OR IS NULL

    < / cfquery >

    < / cfif >

    Am I missing something here? I don't know why this is still happening. (Excuse the legacy code)

    The problem is solved by installing ColdFusion 9.0.1.x

    The bug is #81153 as referenced here http://kb2.adobe.com/cps/847/cpsid_84726.html

  • migrate vm via crossover connection

    We need to migrate virtual machines to a single stand on a new stand-alone esxi Server esxi server. Both are managed by the vcenter server.

    The network infrastructure supports only 100Mbit. So I thought that I could connect old and new server via a cable crossed (1Gbps) and create a group of ports that should be used for the migration.

    I was able to create the port group and set it to allow the management and vmotion (test with vmkping works very well) but if I try to migrate a powerd off vm that I do not operate the crossover connection is beeing used.

    Is it possible to use connection 1Gbit for migration instead of the slow 100Mbit?

    old server esx 4.1 new esxi5.0

    These are versions of the host, but what version of vCenter are you running?

    If you use this kind of cold migration via vCenter, he will choose the management interfaces depending on how they are registered in vCenter.

    Consider the following:

    You have the hosts A and B which have two with the AX/AY IPs management interfaces respective and BX/BY. You have saved your hosts to vCenter with IP AX and BX (or by a DNS name that points to these IPs). The result is that the migration process cold will take place between these two survey periods. Other interfaces are not considered cold migrations.

    If you have saved the hosts via DNS names, it might work if you temporarily change the local file/etc/hosts on the two hosts with AY and BY the respectively other host.

    Apart from this, you could create a virtual computer on the crossover network, which acts as a server with VMware Converter V2V, connection to two hosts via their AY and intellectual PROPERTY to do a conversion, V2V from the target VM on the crossover network.

  • LCM - migration of form

    Hello

    We will migrate to 11.1.2.2 and face certain difficulties migration form Bowl LCM.

    Time of the first import of a Forms folder in the application went well.
    The second time, we have added several files form .xml in the system files in the same folder (and the file listing). HSS 'sees' those files, we execute the migration of the planning application which goes without error, but there is no change in the application.

    Then I deleted the forms and the application folder (the folder deletion is a story of its own) and having curves. The result is - the folder is recreated and the imported forms - but only those initially imported.

    Anyone had similar problems, we missing something or is - this planning another "problem"?

    Thank you!

    If you try to hack the LCM :)

    It works fine on 11.1.2.2 (do not know what version)

    I took a copy of the file of the Rate.xml tax and created a new tax rate New.xml (changed the xml code to reflect the new name of form)

    Added that one in the file listing.xml

    
    
    

    Import back to planning and it works. What are these xml files which fell into the directory of the file? They are born on the same version? Is there a form with the same name?

    Concerning

    Celvin
    http://www.orahyplabs.com

  • DTA migration issues

    In order to gain visibility for DTA migration issues I've mentioned several times in other threads, I thought I would post a new thread and kick off the coast with two of my favorites:

    Events of 'no time' 1) recurring are moved to the previous day.  If you look in the .mdb (Microsoft Access) data tables, created by the new Palm Desktop 6.2.2 you will see that these events are stored in GMT, instead of any time you have set.  If you're at (for example) EST/EDT, then a "free time" event in GMT will begin the day previous (GMT 5/4 hours located prior to the EST/EDT).  Palm Desktop 6.2.2 these events appears correctly (maybe corrected 'on the fly' for a few screws previously known upward in previous versions from the Palm Desktop or Palm devices stored these events), but during the migration to the front via DTA, they appear the previous day.

    (2) recurring events which were to "12 months" (instance, father's day, which is the 3rd Sunday of June, is set up by placing the event initial OK Sunday of June and then by setting the recurrence for "3rd Sunday of each month 12") are changed during migration via DTA the Pre, reproduce every month.

    These are both very reproducible and took place during three separate migrations of DTA.  The Calendar database have been verified by the latest version of DbFixIt and found no problem. The Treo 700 p and Palm Desktop 4.1.4 and now 6.2.2 display them correctly.  Only the Pre after migration DTA shows these questions.  The Pre is runnning WebOS 1.0.4 and is configured to only use the Palm profile for the backup.

    I'm ready to ask for a SOLUTION to these two questions, with these workaround solutions:

    (1) to prevent the traffic events "without time" days prior (for those of you at the time of the zones West of GMT/UTC) Please make sure that your pre got your time zone local network, or if not, that you set your time zone manually to match that of your host, before migrating to the DTA.

    (2) If you have each year (in fact any interval of more than 9 'days', 'weeks', 'months', or 'years') "byday" (e.g., 3rd Sunday of June) or events (e.g., May 13) "bymonthday", you will need to:

    (a) after the execution of DTA 1.1, and before unplugging the USB before, open a window File Explorer and move the file migration.mig from PRE USB key to your computer.  After that, you can leave the pre connected or not, depending on your needs.  As long as the migration file is not in the USB when the Pre is disconnected, it does not start a data migration.

    (b) using a suitable text editor (for example, Wordpad on Windows), do a find on (for example) "FREQ = MONTHLY; INTERVAL = 1"(without the quotes).  Inspect the field 'SUMMARY' current record "VCALENDAR" to determine if this is really a monthly event or (for example) "byday" or "bymonthday".  If the latter, change the 'INTERVAL = 1' clause' RANGE = 12' (or whatever the actual range is supposed to be.  Repetition of finding suspicious items until you are satisfied you have found and fixed all.

    (c) save the modified file.  Check the file name to ensure that Windows has not renamed it "migration.mig.txt".  If so, rename it to "migration.mig".

    (d) If you had unplugged the meadow at the end of step one), he re - connect as a USB and copy the file "migration.mig" forwards, in the root of the USB stick.  When you do a "safely removing" pre, it will find the migration.mig file and start the migration.  With WebOS 1.1, the pre now entertains you with a progress indicator.  This is actually very useful, because if you connect the Pre to as a USB key before the migration is complete, it will start a 2nd an and start in double filling your calendar, etc.  So be patient and wait until the migration is completed before making any transfer files USB with the Pre.

    This procedure should be performed with the DTA 1.1 (or a later version, if later versions don't fix this issue) and WebOS 1.1 (which seems to have solved the calendar gray/frozen screens that had suffered me since the day 1 of pre availability (06/06/09 in the United States).) Please note that this is a problem with the program of the DTA, not WebOS, so it cannot be solved with a future WebOS update (Garbage In, Garbage Out or GIGO as say the).  Please note that I am not synchronized with any service, but use the Palm profile as backup.

    Now that I feel I have a pretty good handle on getting a solid migration of DTA, I'll probably then address a Google account instead of the Palm profile synchronization and see what falls from that.

    Thank you, PDAGuy and Anachronistic, for all your help.

    EDIT: I found a new failure in the timing of the front.  I'll start a new thread, so we can more easily track it separately.

    Message edited by theoldmoose on 10/08/2009 21:02
  • Migration to OAS

    Hello

    (If I posted this in the wrong section please move the thread. (Thank you!)

    I have a few questions about migrating from oracle forms 6i at least version 10.

    Some background information:

    At the moment we use oracle 10.2.0.5 (Linux) with forms 6i and its time to upgrade.

    Given that the forms 6i are not compatible with the 11 g database (at the very least, it is not recommended to use not supported)

    We thought to stick to the current database version and put first in the Forms 10 and later upgrade to

    version the most recent database and forms/States.

    We are not sure if it's the best approach?

    You must understand that we have a lot of application developed in forms/reports 6i (more than 1000) and

    migrate all will take time, so we think running forms6i paralel to Forms 10 and

    aplication slowly compilation / migration to version 10 of the form. Centerly we cannot go 'offline' with production

    for any period of time.

    Now, I have a question to which I don't have a straight answer yet.

    For us to upgrade to version forms 10 that we need:

    (a) application server 10 g - it can be executed on the host windows from our database is on linux, are there problems in the said combination?

    (b) developer oracle 10-> This is the only package for developers?

    (c) and what else do we need. ... I mean I'm used to client-server env. where each user has access to the client installed on his PC.

    (d) anything else?

    Our developers are not qualified in PL/SQL this upgrade will be no problem given the Java with OAS support.

    will we in the future a Java developer?

    If we follow this way is it possible to upgrade to the latest version of forms/report of database 10g...

    without mounting/recompilation aplications?

    And another thing what concerns us is oracle application server - oracle weblogic.

    (a) what is the difference?

    (b) how to improve us the weblogic server application server?

    We know that we took off the coast of this upgrade for many at since a long time and now we have more problems that we should.

    What we want is a stable env. that will be functional, secure and will allow us to develop better applications with less fuss.

    Anyone with some previous experience in migration could please let us know of any idea about this, and what would be the best way

    to handle this.

    Regards, Matt.

    I have a few questions about migrating from oracle forms 6i at least version 10.

    First of all: do not migrate a version to yet another version desupported desupported. The most recent Version for forms is 11.1.2.1; If you use discoverer, you might want to take a look at 11.1.1.7 which is essentially forms, reports and discoverer grouped in one package.

    At the moment we use oracle 10.2.0.5 (Linux) with forms 6i and its time to upgrade.

    Given that the forms 6i are not compatible with the 11 g database (at the very least, it is not recommended to use not supported)

    We thought to stick to the current database version and put first in the Forms 10 and later upgrade to

    version the most recent database and forms/States.

    We are not sure if it's the best approach?

    You must understand that we have a lot of application developed in forms/reports 6i (more than 1000) and

    migrate all will take time, so we think running forms6i paralel to Forms 10 and

    aplication slowly compilation / migration to version 10 of the form. Centerly we cannot go 'offline' with production

    for any period of time.

    You will not have to do the migration on a running system? You will definitely need to make some changes to your code, because the architecture of Web Forms is different from the architecture of the C/S forms, so an upgrade to a newer version that you can expect from an upgrade of database using DBCA (with additional tests) certainly will not happen. When we migrated our forms for

    11g I first installed an application of 11g server, copied the files and compiled, made some code changes (we have already been in 10g, so I had to make only minor changes) and tested, tested tested. When I had finished, I built a version 11g and handed over to QM for further testing. Doing things in parallel with the form after form live seems so good to me, after all your users will need access to certain parts of the application through C/S and items migrated via the web. In theory, this may look good as you will not have a big bang, when you switch from the C/S for the web, but as said at least for me it sounds a little confusing.

    Also have a look at the forms upgrade Center:

    http://www.Oracle.com/technetwork/developer-tools/forms/index-095046.html

    Also, google gives you a good impression on the migration of forms; After all many forms developers went if it and are willing to share their experiences freely on blogs and whatever else.

    And just to add a tip: If you do not already have a version control system with your forms under version control * before * starting the migration would be a very good idea.

    see you soon

  • Upgrade and migration of V11.1.1.3 to V11.1.2.2

    Hi all

    Currently, we use Hyperion Essbase Server V11.1.1.3 in Windows Server 2003 R2.

    We are in a plan to upgrade and migrate to Essbase V11.1.2.2 server in Windows Server 2008.

    We use only Essbase w/o Shared services.

    Could you please provide me with the following information:

    (1) the question of whether LCM Utility can be used to perform this upgrade and Migration of V11.1.1.3 to V11.1.2.2 (do not use Shared Services)?

    (2) any of the documents w.r.t. this upgrade and Migration using the LCM?

    Kind regards
    Swathi.

    LCM is part of Shared Services, so if you do use shared services, so you won't be able to use.

    See you soon

    John

    http://John-Goodwin.blogspot.com/

Maybe you are looking for

  • Why the "re-registered" very different songs from the original

    I just downloaded an album on the iTunes store "Hits of the 1950s."  Before I paid for it I listened to a couple briefly and they sounded like the original, I remember the 1950s.  Now that they are downloaded and paid for, I played many and they are

  • Refurbished

    How can I check the new phone is delivered to nine or nkt?

  • 'epiomngr.sys' required

    Anyone know where I can get the following file please... epiomngr.sys He lives in %windir%\system32\drivers\ Can someone please send me this file or put it somewhere I can download it. Thank you. Mike

  • I have a problem downloading silverlight to my macbook pro

    Silverlight I have a problem downloading silverlight to my macbook pro. I need to download silverlight to watch my videos from netflix. I tried to find the program on my computer (which I can't find) and then tried to download the plugin on the websi

  • PIX 525 level v6.0 to v6.2 (1) or v6.2 (2)?

    I've upgraded the code on all our PIX. I was moving to code 6.2 for adding features and the ability to update of PDM to support the consolidation and VPN. Most firewalls are 515 s but I have a pair of 525 s 6.0 running (1). Open caveats for 6.2 (2) a