Hi,
is it possible to search in all elements for a specific string? In our case I would like to search for a SN which is stored in a table of the element.
As this question has now been open for a long time and there has been no further reaction from you, I will now close it. If you still want more information about this, could you post a new question?
Hi Stefan,
As far as I know, there's no built-in method to search in multiple tables in one go. I'd suggest creating an Automation Script that helps you with this. Although it may not be the most elegant way to get there, I suggest creating an Automation Script that fetches the elements you want. For each element, you can trigger another script (RetrieveAllParams) that will store all data in a JSON file. Once you have files, you can use any tool to search (or even do it in the Automation script).
Example JSON looks like this:
{"Params":[{"PID":350,"Value":"2,8"},{"PID":127,"Value":"Microsoft Hyper-V Network Adapter"}],"Tables":[{"DMAID":172,"ElemID":1,"TablePID":55000,"PKIDX":0,"Rows":[["Ethernet","2","00:00:00:00:00:00","1"]]}]}
Kind Regards,
Jarno
I see that this question has been inactive for some time. Have any of the suggestions below been helpful for you, or have you been able to find a solution in the meantime? If yes, could you select the answer that was most useful to you to indicate that this question is resolved?