Set ^%ZOSF("UCICHECK") to something more appropriate
Bug #423322 reported by
Jon Tai
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenVista/GT.M Integration |
New
|
Low
|
Unassigned |
Bug Description
Currently, ^%ZOSF("UCICHECK") is set to Y=1. George submitted an enhancement that will do a real check instead of always returning true:
N T D LIST^ZCD S T=$D(Y("B",X)) K Y S Y=T
We should incorporate this fix into our KIDS build.
Related branches
Changed in openvista-gtm-integration: | |
importance: | Undecided → Low |
To post a comment you must log in.
Hrm... after testing this, it appears to cause problems with ZTMGRSET. Right now, we need to specify (for example) OPEN,OPEN for the NAME OF MANAGER'S UCI,VOLUME SET, but having UCICHECK actually enforce a check breaks this -- it's expecting "open" (all lowercase, and not repeated). There may be other places this causes problems, too.
We probably need to figure out a more general way to do uppercase/lowercase mapping (lowercase in UNIX land, uppercase in MUMPS land) before we can put this in.