cancel
Showing results for 
Search instead for 
Did you mean: 

Rename DC using Command Line Tool

0 Kudos

Hi All

I am trying to rename the DC using command line tool but I am not able to move forward Kindly need help.

I followed steps using below URL

DC Command Line Tool - Using the Development and Production Infrastructure - SAP Library

Steps Followed.

1) Load Configuration

DC> loadconfig -l "C:\DEvelopment\Workspace.jdi\0" -a "C:\softwares\NWDS_7.3_EHP1_SP09_PATCH_007\nwds-extsoa-7.3-EHP1-SP09-PAT0007-win32\eclipse\plugins" -v "C:\Development\Workspace.jdi\.dtr" -u <myloginid>

I got below Message
Start lookup for archive pool plug-ins. This might take a while ...
Development configuration 'CED' loaded. Configuration data is under directory 'C:\DEvelopment\Workspace.jdi\0'.

2) Want to check all DCs exists under my compartment/software component

dc>ldc -c <vendor-name>_<SCName>

with this I was able to see all the DCs and under SC.

3) Now renaming DC using below command

dc> renamedc –c <vendor-Name>_<SCName> –n test/wd/ui/soreprt –v <vendor-name> –nn test/wd/ui/matreprt –nv <vendor-name> –an "ACT_REPORTNAME CHANGING"

When I excecute above line of command I face below  error.

Error: Option 'dcname' is missingOption 'dcvendor' is missingOption 'compartment' is missingOption 'newdcname' is missingOption 'newdcvendor' is missing

Thank you.

Regards

M. Raghavendra

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193379
Active Contributor
0 Kudos

Hi Raghavendra,

Command should be like this,

renamedc –s sap.com_DEMO-FW_1 –n demo/app/test –v sap.com --targetname demo/app/newtest –-targetvendor sap.com –-actname “rename a DC”

Please check.

Thanks,

Hamendra

0 Kudos

Hi Hemendra

Thank's for your response.

We have already executed this Line of command and then came to know that this is for old servers and error we are facing when higher version executed on lower version is "Fusion property found in DC. Currently fusions are not supported."

So we went with command which is provided in help.sap.com and this is for NW7.3 or above.

Starting Command Line Tools - Using the Development and Production Infrastructure - SAP Library

And when we executed with new line of command we get into below error

Error: Option 'dcname' is missingOption 'dcvendor' is missingOption 'compartment' is missingOption 'newdcname' is missingOption 'newdcvendor' is missing


Please let me know if any other options we have.

Thank you.


Regards

M. Raghavendra