Describe the bug
The 1-liner install reported compilation errors because $$$AuthePassword is not defined on 2023.1.4. The equivalent macro on that version appears to be $$$AutheCache
...
Detected 10 errors during compilation in 4.701s.
ERROR #5475: Error compiling routine: %IPM.Storage.ModuleTemplate. Errors: %IPM.Storage.ModuleTemplate.cls
ERROR: %IPM.Storage.ModuleTemplate.1(25) : MPP5610 : Referenced macro not defined: 'AuthePassword'
TEXT: set autheEnabled = $$$AuthePassword
ERROR: %IPM.Storage.ModuleTemplate.1(39) : MPP5610 : Referenced macro not defined: 'AuthePassword'
TEXT: if ( autheEnabled = $$$AuthePassword ) {
Detected 10 errors during load.
2026-06-18 14:42:35 0 IPM.Installer: ERROR #5475: Error compiling routine: %IPM.Storage.ModuleTemplate. Errors: %IPM.Storage.ModuleTemplate.cls
ERROR: %IPM.Storage.ModuleTemplate.1(25) : MPP5610 : Referenced macro not defined: 'AuthePassword'
TEXT: set autheEnabled = $$$AuthePassword
ERROR: %IPM.Storage.ModuleTemplate.1(39) : MPP5610 : Referenced macro not defined: 'AuthePassword'
TEXT: if ( autheEnabled = $$$AuthePassword ) {
2026-06-18 14:42:35 0 IPM.Installer: Installation failed at 2026-06-18 14:42:35
2026-06-18 14:42:35 0 %Installer: Elapsed time 8.304343s
Time spent 8.804165
ERROR #5475: Error compiling routine: %IPM.Storage.ModuleTemplate. Errors: %IPM.Storage.ModuleTemplate.cls
ERROR: %IPM.Storage.ModuleTemplate.1(25) : MPP5610 : Referenced macro not defined: 'AuthePassword'
TEXT: set autheEnabled = $$$AuthePassword
ERROR: %IPM.Storage.ModuleTemplate.1(39) : MPP5610 : Referenced macro not defined: 'AuthePassword'
TEXT: if ( autheEnabled = $$$AuthePassword ) {
Detected 1 errors during load.
CODETIDY-DEV>w $zv
IRIS for Windows (x86-64) 2023.1.4 (Build 580U) Fri Apr 19 2024 11:16:07 EDT
CODETIDY-DEV>
To Reproduce
Steps to reproduce the behavior:
- Paste the README's 1-liner install at an IRIS shell prompt
- See error
Expected behavior
Successful install.
System information (please complete the following information):
- IPM version: "latest" which is 0.10.7 (First occurs with 0.10.5)
- IRIS version: IRIS for Windows (x86-64) 2023.1.4 (Build 580U) Fri Apr 19 2024 11:16:07 EDT
- OS: Windows
- Docker or local: Local
Describe the bug
The 1-liner install reported compilation errors because $$$AuthePassword is not defined on 2023.1.4. The equivalent macro on that version appears to be $$$AutheCache
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Successful install.
System information (please complete the following information):