Amarnath_1 0 Newbie Poster

I am trying to do code migration from one environment to other(Say DEV to STG) without using PMT Tool.

I have the code for doing the promotion in command Line. But the thing is I am trying to promote in the server itself without taking any backup. So i am in need of two things.

1)Path of the report in the server. In PMT we are able to see ther report under particular folder so it has a proper path. Similarly how can i find the path of a report at server level

2)Could the code only be used if there is a BIAR file?

The code which i am talking about:

action=promote
importLocation=Path // tHE DOUBT PART
CMS="CMS name:port number"
Destination_CMS="CMS name:port number"
Destination_userName="username"
Destination_password="password"
Destination_authentication="secEnterprise"