Searching for tags based on Tag ID

Is there a way to search for tags based on tag ID? I am having DB error and am getting a Tag ID instead of the actual tag name. My error is below. Thanks

default (id=a49ea8d1) Error occurred while loading tag information.

Maybe you could use the Tag Report Tool and add a property for Tag ID equal to the id you shared. Something like below:

Hope this helps. I am interested in learning if someone else would recommend another solution.

You might be able to use the Database query browser in designer to search for it using a specific search query for that ID. I think the tagIDs get stored in the databases there if you're using SQL.

Something like SELECT * FROM tags WHERE tagid = 'a49ea8d1';

1 Like