T.R | Title | User | Personal Name | Date | Lines |
---|
3615.1 | Need more info | MARVIN::GRAY | Steven Gray - x4462 | Mon Apr 28 1997 06:00 | 7 |
| Hi Wolfgang,
Can you make the .nis file created by the configurator available for me to look at. Once I have this file I'll be
able to investigate the problem.
Thanks,
Steve.
|
3615.2 | Listing | NNTPD::"[email protected]" | Wolfgang Piswanger | Mon Apr 28 1997 08:42 | 49 |
| ! Create and set Routing Circuit: X25-LTGW-INC!
! It uses Template: X25-LTGW-INC
! It uses Filter: X25-LTGW-INC
create routing circuit X25-LTGW-INC type x25 static incoming
set routing circuit X25-LTGW-INC -
data link entity x25 access , originating queue limit 32
set routing circuit X25-LTGW-INC Manual L2Only Mode FALSE
set routing circuit X25-LTGW-INC L1 cost 20 , L2 cost 20 , -
manual data link sdu size 1492
set routing circuit X25-LTGW-INC X25 filter { X25-LTGW-INC }
set routing circuit X25-LTGW-INC template X25-LTGW-INC
!! Create and set Template: X25-LTGW-INC
create x25 access template X25-LTGW-INC
!! Create and set Filter: X25-LTGW-INC
create x25 access filter X25-LTGW-INC
set x25 access filter X25-LTGW-INC -
call data mask %xffffffffffffffffffffffffffff , -
call data value %xff0000004445436e65742d444c4d , -
security filter RX25_DEFAULT , priority 100 , -
sending dte address 26000000 , subaddress range [[60..60]]
ena routing circ X25-LTGW-INC
ena x25 access
!This File is an small Sample, but it brings the same Error than the
!big one. The original File compiles on VAx with a privious Version
!without Problems and is loading and running without Problems.
!The big one i will not get, the reason is security.
!Tho orginal Prolem was :
!
!set routing circuit X25-LTGW-INC data link entity (x25 access), originating
! The two Brackets brings Error :
!ERROR - Attribute ( x25 access )- not in c_tab or bad match
! After removing the Brackets we got the other Error.
!Please try this.
!
! regards
! Wolfgang
[Posted by WWW Notes gateway]
|
3615.3 | Looks like a bug! | MARVIN::BRADBURY | | Mon Apr 28 1997 12:20 | 19 |
|
Hi Wolfgang,
I've reproduced the problem your seeing. The correct syntax is:
set routing circuit X25-LTGW-INC -
data link entity (x25 access) , originating queue limit 32
i.e. with the brackets.
However due to a problem with the NCL checker this is not accepted. I'll
try and get this fixed before the next release, but in the meantime as
a temporary work around you can edit the Windows registry and turn off
NCL checking. For a detailed description on accomplishing this please
read the release notes.
Hope this helps,
Colin.
|
3615.4 | More Problems | NNTPD::"[email protected]" | Wolfgang Piswanger | Tue Apr 29 1997 06:36 | 11 |
| This works, but another Problem is now seen.
If you use the "-" sign for continuation lines you will get errors
and it will not be compiled.
Solution: write only one Line. ???
Regards
Wolfgang
[Posted by WWW Notes gateway]
|
3615.5 | Another problem | MARVIN::BRADBURY | | Tue Apr 29 1997 07:19 | 14 |
|
Hi Wolfgang,
It looks like you've uncovered another problem, the "-" sign
does work but you must make sure that there are no characters
after the "-" sign (e.g. spaces). Can you check to make sure
that you don't have spaces? Please let me know how you get on.
Thanks,
Colin.
Mail: marvin::bradbury
[email protected]
DTN: 830 3577
|
3615.6 | Thats true | NNTPD::"[email protected]" | Wolfgang Piswanger | Tue Apr 29 1997 09:47 | 6 |
| I have it tested. If there are no Spaces all is ok
regards
Wolfgang
[Posted by WWW Notes gateway]
|
3615.7 | Some new News | NNTPD::"[email protected]" | Wolfgang Piswanger | Tue Apr 29 1997 11:36 | 17 |
| The Customer told me there is one more Bug in the Configurator.
After compiling its is all ok. But in the Bootp.ini file there is one
Mistake:
There are two Lines:
016.161.161.161.x25l2_pr=C:\DECROU\Common\X25L2_PR
016.161.161.161.x25l3_pr=C:\DECROU\Common\X25L3_PR
But the Decnis wants a File named X25L2_PRF (X25L3_PRF). If you add
the F its ok.
regards
Wolfgang
[Posted by WWW Notes gateway]
|
3615.8 | Some more Bugs | MARVIN::BRADBURY | | Tue Apr 29 1997 12:42 | 8 |
|
Hi Wolfgang,
Your correct again, its a bug. This one has already been fixed
and will be available in the V1.1 kit which is imminent.
Thanks,
Colin.
|