Analyses shows incorrect result

(imported topic written by mdahitule91)

Hi All, i have created analyses for checking content of log file. It shows expected result with BES Relevance Debuger, but show an Error in analyses results.

The analyses as follows.

if content of file “C:Windows\svcpack.log” contains “DoInstallation: Migration succeeded” then (“Installed”) as string else (“Not Installed”)

Result : Singular expression refers to nonexistent object

But the folder & file does exists in system on the same location.

Kindly suggest

(imported comment written by jessewk)

It almost certainly means there is no file at “c:\Windows\svcpack.log”

(imported comment written by SystemAdmin)

mdahitule

if content of file “C:Windows\svcpack.log” contains “DoInstallation: Migration succeeded” then (“Installed”) as string else (“Not Installed”)

C:Windows or C:

\

Windows?

(imported comment written by mdahitule91)

Thanks guys… It was my mistake…