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 ADSelfService Plus?

                      • Related Articles

                      • 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 ...
                      • 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 ...
                      • 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 ...
                      • Change Account for requester and in requests (Not applicable for builds above 9416 due to behavior change)

                        If the intent is to move a request from one account to another, you will have to first move the requester to the correct account, and then you will be able to change the account in the requests. 1. Go to Admin - > Account details - > Requesters. Go ...