Updating Account ID and Site ID using orca editor

Updating Account ID and Site ID using orca editor

Steps to edit account id & siteid in registry using "orca editor"

1.Download and install the orca editor from this link -
2.Open the ManageEngineAssetExplorerAgent.msi using orca editor
3.Select the Registry table in the left nav and edit Account id & site id >>. Then choose CustomAction and enter the Server details and save it.(Attached an image for reference)

Query to find Account & Site ID 

select adef.org_id "Account ID",adef.org_name "account",sdef.siteid "Siteid",sdo.name "Site" from sitedefinition sdef left join accountsitemapping asm on asm.siteid=sdef.siteid left join accountdefinition adef on adef.org_id=asm.accountid left join sdorganization sdo on sdo.org_id=sdef.siteid order by 2

4.Now execute ManageEngineAssetExplorerAgent.msi to install Asset explorer agent / Deploy Windows agents through GPO





        New to ADManager Plus?

          New to ADSelfService Plus?

            • Related Articles

            • SDP Scan offerings a glance

              There are several use cases to be addressed to scan user machines. Here are the solutions available with SDP now. - User machine rarely reaches the organization domain / Network (user login once a week using VPN and other times using local ...
            • Query to pull Account ID and Site ID (MSSQL & PGSQL)

              Tested in Build PGSQL (14300) or MSSQL (14306) Go to Reports Tab >> New Query Report and run the below query. For Postgres & MS SQL select adef.org_id "Account ID", adef.org_name "account",sdef.siteid "Siteid", sdo.name "Site" from sitedefinition ...
            • Remote AE (Asset Scanning) Behavior changes

              You can download the compatible version of Remote AE from the installed version of ServiceDeskPlus-MSP. Please go to Admin > Distributed Asset Scan and make use of the below highlighted. If you already have Asset Explorer in older versions, please ...
            • How does Agent Scan work ?

              When you install Agent for the first time, It will initiate the scan immediately and send the data via application port (8080 or 443 as you configured) to Server. But when you scan from the Application, It will first try to check whether the client ...
            • Agent scan understanding

              Agent scan in ServiceDesk plus happens in two way 1) Server to target machine  2) Agent from Machine to Server MODE 1:  1) Server to target machine        -This scan happens when you login to ServiceDesk plus \ Asset explorer from your workstation or ...