HI!
As we know there are some limitation doing migration using Promotion Management. So the alternative is
LCM_CLI.bat i.e. the command line tool. (Still the limitation as i know is around 1000 objects only)
Below are the steps to do it Live to Live Migration using lcm_cli.bat tool.
1) We Will Prepare the ".properties". In order to create it simply use notepad or notepad++ or any text editor
then save it as <name>.properties file say my.properties.
Note* Make sure you select All Files while saving and remove txt extension and use properties.
2) Here I am Providing you sample Properties file "my.properties" for a Object Ex. Test_Test.rpt
======================================================================
action=promote
LCM_CMS=localhost:6400
LCM_userName=administrator
LCM_password=Password1
LCM_authentication=secEnterprise
Source_CMS=Source:Port (Example: 172.16.12.133:6400)
Source_userName=administrator
Source_password=password
Source_authentication=secEnterprise
exportQuery1=select * from ci_Infoobjects where si_cuid='AaU8jopWOstGt51J2rBdXZQ'
Destination_CMS=Destination:Port (Example: 172.16.12.134:6400)
Destination_username=administrator
Destination_password=password
Destination_authentication=secEnterprise
======================================================================
Above, export query is simply the object i wanted to migrate i.e. Test_Test.rpt (Crystal Report) from Source to
Destination.
In Your Case use Use the CUID of your report (i.e. CMC>Public Folder>Your
Folder>Your_Report.rpt>Properties).
Also, You Can Use Many Export Query in single file by simply using exportQuery1,exportQuery2,exportQuery3
and so on.)
Note* All Dependencies will also be included.
3) Then Simply Go to <installdir>\SAP BusinessObjects\SAP BusinessObjects Enterprise XI
4.0\win64_x64\scripts into cmd i.e.
Command Prompt and run
lcm_cli.bat -lcmproperty "D:\my.properties"
Please Refer KBA - "1969259 - LCM CLI Master Note - How to promote thousands of objects
across BI4 environments" For More queries and Sample queries.
Also, KBA For this Live to Live is under process.
Thanks in Advance.
Regards,
Mahak Rathore