[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::decnis

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

3615.0. "Decnis Configurator" by NNTPD::"[email protected]" (W. Piswanger) Mon Apr 28 1997 03:51

If a Customer compiles a NCL Script (which is functioning) with the 
PC Decnis Configurator v1.0-1 he gets always an Error and no Cmip File
is build.

Error - Port not found for entity x25 access

my opinion is, that this type of Ports are created dynamicly.

Any clue whats wrong ?

regards 

Wolfgang

[Posted by WWW Notes gateway]
T.RTitleUserPersonal
Name
DateLines
3615.1Need more infoMARVIN::GRAYSteven Gray - x4462Mon Apr 28 1997 06:007
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.2ListingNNTPD::"[email protected]"Wolfgang PiswangerMon Apr 28 1997 08:4249
! 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.3Looks like a bug!MARVIN::BRADBURYMon Apr 28 1997 12:2019
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.4More ProblemsNNTPD::"[email protected]"Wolfgang PiswangerTue Apr 29 1997 06:3611
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.5Another problemMARVIN::BRADBURYTue Apr 29 1997 07:1914
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.6Thats trueNNTPD::"[email protected]"Wolfgang PiswangerTue Apr 29 1997 09:476
I have it tested. If there are no Spaces all is ok

regards 

Wolfgang
[Posted by WWW Notes gateway]
3615.7Some new NewsNNTPD::"[email protected]"Wolfgang PiswangerTue Apr 29 1997 11:3617
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.8Some more BugsMARVIN::BRADBURYTue Apr 29 1997 12:428
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.