Search found 1350 matches

by Dorian (MJT support)
Thu Nov 09, 2023 12:01 am
Forum: General Discussion
Topic: License Question
Replies: 1
Views: 5168

Re: License Question

Hi Gary,

25 would be fine.
by Dorian (MJT support)
Tue Nov 07, 2023 10:41 am
Forum: Beginners
Topic: Getting randomly -> Error I/O 32
Replies: 6
Views: 10406

Re: Getting randomly -> Error I/O 32

It's my understanding that Macro Scheduler can catch/report Macro Scheduler errors, but not Windows errors. Turning on logging in the Logging tab will at least tell you where the script stopped, so that's likely to be your starting point. Once you know that you can include variables in your log file...
by Dorian (MJT support)
Tue Nov 07, 2023 8:20 am
Forum: Beginners
Topic: Getting randomly -> Error I/O 32
Replies: 6
Views: 10406

Re: Getting randomly -> Error I/O 32

Ah I see. You could always turn on logging in the Logging tab, using a non-Onedrive location just in case.

standard library SUB: DateStamp
I assume you mean you're using DateStamp in a Subroutine. Am I assuming correctly?
by Dorian (MJT support)
Mon Nov 06, 2023 6:19 pm
Forum: Beginners
Topic: Getting randomly -> Error I/O 32
Replies: 6
Views: 10406

Re: Getting randomly -> Error I/O 32

That's a sharing violation. It could be in use or locked by another application. We've seen Onedrive/Dropbox cause this occasionally.
by Dorian (MJT support)
Tue Oct 31, 2023 2:21 pm
Forum: Technical / Scripting
Topic: chromedriver log errors to file
Replies: 2
Views: 7882

Re: chromedriver log errors to file

I couldn't write to that folder, but with a little edit and a change of path was able to generate a log file. Let>CHROMEDRIVER_OPTIONS=--verbose,--log-file=d:\\chromedriver.log Also note you need to be running the following version of newer : Version 15.0.12 02/09/2020 - Added: CHROMEDRIVER_OPTIONS ...
by Dorian (MJT support)
Wed Oct 25, 2023 3:48 pm
Forum: General Discussion
Topic: "Stream read error."
Replies: 4
Views: 8120

Re: "Stream read error."

The only other forum/support threads I can find relating to this are very old, but suggest reinstalling may fix it. It looks like you're using 15.0.21 but have access to 15.0.24. So maybe a starting point would be to install 15.0.24 over the top of 15.0.21 and see if that fixes it. If it doesn't, th...
by Dorian (MJT support)
Tue Oct 24, 2023 2:35 pm
Forum: Technical / Scripting
Topic: Invalid Variant Operation
Replies: 3
Views: 7310

Re: Invalid Variant Operation

Tremendous! Happy to have helped, and I appreciate the feedback.
by Dorian (MJT support)
Tue Oct 24, 2023 1:14 pm
Forum: Technical / Scripting
Topic: Invalid Variant Operation
Replies: 3
Views: 7310

Re: Invalid Variant Operation

99% of the time that's caused when the handle created with XLOpen does not match the handle used in the subsequent Xl commands (in this case XLGetCell). But if you're sure this is caused by the XLOpen line and not the subsequent XL commands, and also that it used to work but now it doesn't, the solu...
by Dorian (MJT support)
Mon Oct 09, 2023 11:37 pm
Forum: General Discussion
Topic: Arrayfind possible with wildcards?
Replies: 2
Views: 28836

Re: Arrayfind possible with wildcards?

Firstly you have some errors in there. "Dim" should be "ArrayDim" and "ArrayFind," should be "ArrayFind>" Once those are sorted - as per the manual - you can use Regex Let>use_regex=1 ArrayDim>arExample,5 let>arrExample_1=/hck23 let>arrExample_2= good_KBS_perfekt let>arrExample_3=Book17 Page5 let>ar...
by Dorian (MJT support)
Mon Oct 09, 2023 4:34 pm
Forum: Technical / Scripting
Topic: Macroscheduler script editor not loading/blank
Replies: 3
Views: 29455

Re: Macroscheduler script editor not loading/blank

We have only ever had this reported once before, in 2017, and it related to screen scaling on a Surface Pro (link).

If it's not that my best guess is it sounds like a file somewhere may have become corrupted. I'd be inclined to uninstall/reinstall carefully following these steps.
by Dorian (MJT support)
Thu Sep 28, 2023 10:18 am
Forum: General Discussion
Topic: Having Trouble While Installing The Software
Replies: 3
Views: 6675

Re: Having Trouble While Installing The Software

No worries. Although I can't quite understand why you'd want to install a nine and a half year old 30 day trial when there's a current version here. A lot has changed during those years. link
by Dorian (MJT support)
Wed Sep 27, 2023 12:38 pm
Forum: General Discussion
Topic: Having Trouble While Installing The Software
Replies: 3
Views: 6675

Re: Having Trouble While Installing The Software

That's an old version. I suggest installing the 30 day trial from the "Download Now" button on our home page.
by Dorian (MJT support)
Wed Sep 27, 2023 9:13 am
Forum: Technical / Scripting
Topic: Memory leak when using PyExec
Replies: 7
Views: 20421

Re: Memory leak when using PyExec

We have run some analysis using our memory leak tool and we have not found any leaks on the Macro Scheduler side. However we are seeing leaks inside the Python37.dll process. Unfortunately we have no control over this. Python is third party. It looks like there may be leaks in Python itself. We trie...
by Dorian (MJT support)
Thu Sep 21, 2023 8:28 am
Forum: General Discussion
Topic: Problems with many functions - Mouse clicks etc...
Replies: 3
Views: 4844

Re: Problems with many functions - Mouse clicks etc...

These may help : Macro Scheduler Specifc : https://help.mjtnet.com/article/11-controlling-apps-that-run-as-admin General Windows guidance - making apps always run as admin : https://www.windowscentral.com/how-set-apps-always-run-administrator-windows-10#:~:text=Set%20Apps%20to%20always%20Run%20as%20...
Sign up to our newsletter for free automation tips, tricks & discounts