importing a large inventory into TDX
we are looking to move our large inventory from KACE (Quest) into TDX. my first question is do we need iPAAS just to move the inventory? We are going to do this in the sandbox first then iron out some things before we move into PROD. My second question is has anyone done a KACE (QUEST) move to TDX? any help or info would be appreciated.
Answers (2)
Hello James,
It is certainly not required to use iPaaS to obtain asset records and move them. All you really need is for your current asset system to be able to export data per our requirements in this KB here: https://solutions.teamdynamix.com/TDClient/1965/Portal/KB/ArticleDet?ID=4056
If you go with the Asset Import Utility option, there is an example template you can find in your Assets app in TDNext under the Import > Asset Import option. That will tell you all of the available columns/fields that you can import with and should tell you how to format the values for each field.
If Kace/Quest can export like that or if you can massage it after exporting then send the Excel file through our import utility built into the system, that would handle creating the asset records for you.
Sincerely,
Mark Sayers
Sr Support Consultant, CS
There are other ways of performing this type of migration. If you have a Server that is beefed up, you should be able to write a simple script in powershell that connects your TDX instance via Invoke-Restmethod cmdlet.
You'd need to have a CSV with all the appropriate columns listed of course.
You will need to make sure you have all your asset attributes mapped out correctly and that you have those on hand to help translate the information from the CSV into TDX's system.