Ruud van Velsen
(Hey THIS is FUN)
2022-10-14 05:23 PM
And here's... 4.70...

Hi everyone,

here's the final build of KiXtart 4.70. (...yes, I skipped a test-release as there were few changes ;-))

New functionality/enhancements:
1) Added @INUDF - macro that returns name of current User-defined function
2) Improved @CPU
3) Added "n" versions - KIX32n.EXE and WKIX32n.EXE are flagged such that Windows will run them from a local swapfile. Useful if the executables are run from the network - this may help prevent network errors (IN_PAGE errors, etc). Startup time of "n" versions may be slightly longer.

As always: keep scripting and let me know if you have any issues or suggestions!

Ruud

PS - For what it's worth, these are the file-hashes:
KIX32.ex_ 28FA72CB460AFC913767548C6391CE4CFCD30E059466F009E4FCFA20DCA92D11
KIX32n.ex_ 8C3FD44D3F2A903B77CB0AF5D7D3EF17E0DA549064B87BFE4C7ACCB10F2FC198
WKIX32.ex_ DEC559E176EE9E095F3EE8ADCE1B3447FBDFF7F4B880170EE7EB11490E9EED2D
WKIX32n.ex_ 72F2C61C8F5CA14799D0105BD0DFD2C5AE17E904AC97739D5D76A17C4B68762D
kixtart.dll 96CCD95D5995A302B2A242786E32F8E35835EA456B530BB46BCAD87225E32C22
kix2010_470.zip 73C99556FB75FFC757C83914652D55695979F6E0553E1A9BB0483D737D6D70A8


AllenAdministrator
(KiX Supporter)
2022-10-14 06:13 PM
Re: And here's... 4.70...

kix32n.exe...

First I've heard of this is now. Was there an example of when this exe fixed a problem for someone?


Ruud van Velsen
(Hey THIS is FUN)
2022-10-15 09:59 AM
Re: And here's... 4.70...

Good question: yes, not often perhaps, but there have been reports of INPAGE_ERROR/C0000006 when running executables direct from a network-share.
This is also mentioned in the troubleshooting section in the doc. Errors like this occur when network connectivity is lost while the process is still running.

Marking an executable as "SWAP run from network" instructs Windows to copy the entire .EXE to a local swapfile and run it from there.
This doesn't solve the underlying network connectivity issue(s), but it does ensure the executable can continue to run.

Of course, an alternative approach to this would be to just install KIX32.EXE on the clients and run it from there.
In short, the "n" versions are basically a convenience thing for the subset of orgs that run KiXtart from the network.


DaveLipman
(Fresh Scripter)
2022-10-16 04:26 AM
Re: And here's... 4.70...

Thank you Ruud.

NTDOC just notified me of v4.70

Dank Je


NTDOCAdministrator
(KiX Master)
2022-10-17 10:26 AM
Re: And here's... 4.70...

You can download version 4.70 from the following link.

This is not a beta version. This is a release version

You can download from this link
http://www.kixtart.org/binary/distrib/KiX2010_470.zip

Release notes for KiXtart 2010 (version 4.70)


New functionality/enhancements:

4.70:

  • Added @INUDF - macro that returns name of current User-defined function
  • Improved @CPU
  • Added "n" versions - KIX32n.EXE and WKIX32n.EXE are flagged such that Windows will run
    them from a local swapfile. Useful if the executables are run from the network - prevents network errors (IN_PAGE errors, etc). Startup time of "n" versions is slightly longer.



morganw
(Fresh Scripter)
2022-10-18 12:58 PM
Re: And here's... 4.70...

It looks like the updated documentation may still be missing a few things.
e.g. The SetOption option "NoNetwork" is listed in the release notes but not in the Word document.


Ruud van Velsen
(Hey THIS is FUN)
2022-10-19 02:17 PM
Re: And here's... 4.70...

Good catch, thanks!

Henriques
(Fresh Scripter)
2022-10-19 06:38 PM
Re: And here's... 4.70...

I'm not sure if the following is a microsoft or kix error;
Having all the new updates from microsoft I saw my cmd-box changed from DarkBlue with White letters changed back to white on black. So I changed this back in the settings to darkblue with white. Now I have a kix script using a box on which I used black as being the shadow.
To my big surprise Color "N/N" gave no longer black but blue. So I changed the settings of the cmd-box back to white on black ran the script and to my surprise black was black again.


NTDOCAdministrator
(KiX Master)
2022-10-24 12:46 AM
Re: And here's... 4.70...

Are sure it was cmd and not terminal?

Henriques
(Fresh Scripter)
2022-10-24 11:26 PM
Re: And here's... 4.70...

Yes I'am. I don't even use terminal.