Skip to content

Fails to install on 2023.1.4 #1197

Description

@gjsjohnmurray

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:

  1. Paste the README's 1-liner install at an IRIS shell prompt
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions