Anonymous | Login | Signup for a new account | 2024-11-21 14:08 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000946 | FL5 | 4. Element, Byte, Record or other API | public | 2018-09-19 08:34 | 2018-09-24 16:22 | ||||
Reporter | Falk Reichbott | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | high | Severity | minor | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | General | OS | General | OS Version | General | ||||
Product Version | 5.1.18 | ||||||||
Target Version | 5.1.19 | Fixed in Version | 5.1.19 | ||||||
Summary | 0000946: Don't load environment (SYSVAR, STDENV) in API functions | ||||||||
Description | The FLAM atomic and open API functions load the environment (system variables and environment variables). This is totally wrong, because the application has no control about the used environment anymore. This nice support must be part of a own function (loadenv()) so that the application can manipulate the environment afterwards before the FLAM function is executed. Currently CALL SETENV("LANG","IBM-1142") CALL FLAMFUNC Has no effect, because the FLAM function load the system environment and if the LANG variable defined, the SETENV call of the application has no effect. In future CALL FLAMLENV CALL SETENV("LANG","IBM-1142") CALL FLAMFUNC To load the system environment must be a separate call, then the application can adjust the environment before then the FLAM function is called. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0001194) Falk Reichbott (administrator) 2018-09-24 16:22 |
The implicit load is now replaced by new set of functions (fcbenv/FCRENV/flucenv/FCUENV), where you can control if system, standard environment variables are loaded and you can provide an additional optional list of environment variables. |
Issue History | |||
Date Modified | Username | Field | Change |
2018-09-19 08:34 | Falk Reichbott | New Issue | |
2018-09-19 08:34 | Falk Reichbott | Status | new => assigned |
2018-09-19 08:34 | Falk Reichbott | Assigned To | => Falk Reichbott |
2018-09-24 16:22 | Falk Reichbott | Note Added: 0001194 | |
2018-09-24 16:22 | Falk Reichbott | Status | assigned => resolved |
2018-09-24 16:22 | Falk Reichbott | Fixed in Version | => 5.1.19 |
2018-09-24 16:22 | Falk Reichbott | Resolution | open => fixed |
Copyright © 2000 - 2024 MantisBT Team |