Hello Dave/Satishsa,
I am also facing the same issue.
I have migrated VE from 10.1 to 10.3e.
During this migration, I am seeing assertion loading issue.
I am using "+acc" argument in vlog command and -assertdebug argument in vsim command of Makefile.
Using this Makefile, I am able to see the assertion in waveform with 10.1 without any error whereas getting "vish-4014 No objects found matching" error with 10.3e.
I have gone through User reference Manual and found that if we use wildcard to load object, It will exclude assertions, variable etc object type.
After this I have removed "Assertion" from WildcardFilter setting of modesim.ini and run simulation. Now assertion is loaded into instance window.
But If I try to load assertion into waveform window then showing same (vish-4014) error.
Then I have removed * from add wave command in transcript window and tried to check. That time I am able to see the assertion in waveform window.
Please suggest if there is any generic way to overcome this manual process.
Also I have noticed that in 10.2C version with same Makefile and updated 10.2C modelsim.ini file (for WildacardFilter) ,
If I run simulation and add assertion into waveform window then without removing * from add wave command, I am able to see the assertion in waveform window.
Please suggest for this discrepancy.