]load command failed after update to apl14.1
22 posts
• Page 3 of 3 • 1, 2, 3
Re: ]load command failed after update to apl14.1
Hi Marco,
I've seen the behavior you describe is when then MildServer/MiServer class is refixed in the workspace AFTER MiServer has started.
What's causing the problem is when you do Load 'xxx' AFTER Start 'xxx'.
The solution is to either Load 'xxx' before Start 'xxx' or use
The left argument is a Boolean flag to indicate to load 'xxx' and then start.
I hope this helps.
/Brian
I've seen the behavior you describe is when then MildServer/MiServer class is refixed in the workspace AFTER MiServer has started.
What's causing the problem is when you do Load 'xxx' AFTER Start 'xxx'.
The solution is to either Load 'xxx' before Start 'xxx' or use
1 Start 'xxx'
The left argument is a Boolean flag to indicate to load 'xxx' and then start.
I hope this helps.
/Brian
-
Brian|Dyalog - Posts: 120
- Joined: Thu Nov 26, 2009 4:02 pm
- Location: West Henrietta, NY
Re: ]load command failed after update to apl14.1
Hi Brian,
Thanks!
Marco
Thanks!
Marco
- Gantois
- Posts: 90
- Joined: Thu Apr 17, 2014 9:44 am
22 posts
• Page 3 of 3 • 1, 2, 3
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group