Problem
MicroStation fungerer ikke som forventet – der er variable der ikke bliver læst eller overskrevet
Løsning
Kør MicroStation med parameteren –debug
Der er flere niveauer – jeg bruger oftest niveau 5: -debug=5
Log-filen lister konfigurationsfiler i den rækkefølge de læses.
Hvis man har set en variabel på et tidspunkt, som efterfølgende uhensigtsmæssigt bliver overskrevet, kan man låse den.
f.eks.
Orbicon_dir = x:\OIT_MSCONNECT\
%lock Orbicon_dir
Debug value from 1 to 5, with the following results:
Debug= | Type of report |
1 | Brief report that shows the current string value of each Configuration Variable as it is processed. |
2 | In addition, shows the current translation of each Configuration Variable as it is processed. |
3 | In addition, shows conditional break information by displaying the line number when each if preprocessor directive is processed. |
4 | In addition, prints final translations of all Configuration Variables at the end of the report. This is the default setting. |
5 | In addition, shows final values of all Configuration Variables at each level (System, Application, Organization, WorkSpace, WorkSet, Role, User). |