[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DEC Network Integration Server (DECNIS) |
Notice: | Please read note 1 to use this conference effectively |
Moderator: | MARVIN::WELCH |
|
Created: | Wed Sep 18 1991 |
Last Modified: | Thu Jun 05 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3660 |
Total number of notes: | 15082 |
3656.0. "V4.0-5 Script Compiler ACCVIO" by BLAZE::CHAINIKOV (Kirill Chainikov - IS Moscow) Sun Jun 01 1997 15:38
Hello,
Just installed OpenVMS VAX (V6.1) DECNIS V4.0-5 release.
When trying to compile a script I got the lines below.
What is the reason?
Thanks in advance,
Kirill.
(1): NIS_MOSNIS.NCL header:
$ image_verify = f$environment("verify_image")
$ set verify=image
$ on error then goto exit
$ message = f$environment("MESSAGE")
$ set message/facility/ident/severity/text
$ Define/User/Nolog Ncl$Environment Private
$ Define/User/Nolog Ncl$Globalsection Sys$Share:Nis$Globalsection.Dat
$ run/nodebug sys$system:nis$script_compiler.exe
(2): Compiler output:
@nis_mosnis.ncl
%NCL-I-PRIVATESECTION, using private parse table section
set ncl default entity node x
set output abort on error true
DECNIS 500/600 Script Compiler V4.0-5
Built at 23-MAY-1997 12:38:36.66 on KRIKIT by COLE
%SYSTEM-F-ACCVIO, access violation, reason mask=04, virtual address=0004D200, P
%TRACE-F-TRACEBACK, symbolic stack dump follows
module name routine name line rel PC abs PC
0058EC9D 0058EC9D
JEEVES_ROOT jv__initialise_image 15790 0000004D 0044ACE1
JEEVES_ROOT jv_ppi_declare 15635 00000902 0044AC4A
LES_SCHEDULE les_schedule_ppi_invoke 8640 0000004D 004F3585
LES_PPI les_ppi_declare_ 8673 000001C2 004F4592
SAMPLE_PRODUCT_ sim_product_define_ppis_v4 9165 0000008F 003BE787
SIM_USER SIM$USER_INITIALISE 1174 0000013E 002A96BA
CML_IPC IPC$SEND 951 000000B5 00395E1E
CML_MAIN SEND 1649 00000347 00391B35
CML_MAIN CML$SENDW 1393 0000001F 003917ED
NCL_CALLDDM CMLSEND 2268 00000090 00386BDD
NCL_CALLDDM NCL$DOSET 685 000000D0 00385D64
NCL_PARSEHANDLE DISPATCHVERB 2347 0000001C 00387EF8
NCL_PARSE CALLHANDLER 879 00000034 0038DC9A
NCL_PARSE NCL$PARSECOMMAND 727 0000015B 0038DB7C
NCL_MAIN NCL$MAIN 265 00000118 0038599C
%DCL-W-SKPDAT, image data (records not beginning with "$") ignored
T.R | Title | User | Personal Name | Date | Lines |
---|
3656.1 | new script compiler available | MARVIN::RIGBY | No such thing as an alpha beta | Mon Jun 02 1997 07:11 | 14 |
| V4.0-5 adds support for the latest HSSI line card and, unfortunately, the
modification to the link options file for the simulator weren't correct.
I have placed a new script compiler in
MARVIN::NET_OUT:V40-5-FIXED-NIS_SCRIPT_COMPILER.EXE;1
We'll remaster the V4.0-5 kit to include this pronto but you could copy the
fixed .exe in the meantime.
This problem only affects OpenVMS for VAX kits, the other kits don't use this
image.
John
|
3656.2 | Now it works. | BLAZE::CHAINIKOV | Kirill Chainikov - IS Moscow | Mon Jun 02 1997 09:36 | 6 |
| Thanks a lot, John.
I copied new image and now I got newly compiled cmip file.
Regards,
Kirill
|