Error

(imported topic written by jeko1791)

Hi,

We have a relevance statement to report the Symantec Scan Exclusions for Symantec AV on Windows. It works fine in the debugger, but when we post it as a Property, some systems return …

I’m not sure what to make of that error, as usually it will tell me what the error is “singular expression refers to non-existent object” or something similar. Can someone tell me what … means?

Thanks,

(imported comment written by jessewk)

Hi jeko17,

I’m not sure I understand the exact behavior you are seeing.

When you hover over the message, do you see “…”?

That means that your relevance result is longer than the 1024 character maximum. Don’t worry, there is already a bug filed to show a better error message.

It seems likely to me that you are returning the ‘concatenation’ of a bunch of values so that you get a single result. Instead, if you return multiple values you will probably be allright.

Jesse

(imported comment written by jeko1791)

OK, that’s exactly it. We are concatenating a bunch of registry values with that relevance, so I can see how it could easily exceed the character limit. I just didn’t know what … meant.

Thanks,