12-12-19 10:31 AM
Hi all,
We have a problem with our Extended Excel VBO, but only when running a process containing it is running in Control Room or Scheduler.
If we run the process in Process Studio, no problems what so ever.
We receive the following error: "ERROR: Internal : Could not execute code stage because exception thrown by code stage: Exception has been thrown by the target of an invocation."
I have tried following this help article as well as this but to no avail.
Have anyone found a solution to this issue? We are running on Windows Server 2016, display language English, but the location is Danish.
I have changed the "Language for non-Unicode programs" to English, but still no luck.
Thanks in advance
12-12-19 02:58 PM
13-12-19 06:51 AM
Try repairing the Office installation.
Also instead of adding code stage on initialize page, can you try modifying the culture in Global Code (Although it is similar)
Dim culture = New Globalization.CultureInfo("en-US", True)
13-12-19 07:14 AM
13-12-19 07:18 AM
13-12-19 07:49 AM
It's present on line 615 Dim culture = Thread.CurrentThread.CurrentCulture just replace it with Dim culture = New Globalization.CultureInfo("en-US", True)
13-12-19 09:07 AM
18-04-24 10:59 AM
Hi all,
I have the same problem reported in the thread (Excel VBO actions work in debug, but not executing from Control Room or Scheduling). I have already tried the proposed solutions but none of them solved the issue.
Are there any new solutions that have resulted in solving the issue?
Thanks in advance.