Unwanted messagebox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have some automated configurators running on a server that trigger by placing a .csv file with paramaters in a certrain folder using
Dim oSourceFile As String = RuleArguments("SourceFile")
I applied some changes throughout time and i ran into a problem i haven't encountered before;
Suddenly there is a messagebox popup
The configurator basically stops functioning because i have to manually log on to the server and press 'OK' on the messagebox. At first i thought i left a msgbox() somewhere in my code but this wasn't the case.
The messagebox popup looks like this;
The messagebox title makes no sense to me (yellow)
The messagebox message is one of the variable parameters in my .csv files which will later be the export STP file name.
Does anyone have an idea why this keeps popping up? Or better yet, how to avoid this popping up
Thanks in advance