| 21 | |
| 22 | == EIB == |
| 23 | EAD4 or later we now have to link in an ERAM adaption informal before starting. In this informal we modify the cmap_parameters.xml to change the logon close accepted interval to 3600ms (1 hour). This file needs to be put in both the ZLC (national) and the ZHU (local) overrides directories and then you need to run ./generateEib.ksh to get it linked in. I copied the informal to the following directory: |
| 24 | |
| 25 | stp10:/home/test/systest/task23/informals/ead4000x/cmap_parameters.xml |
| 26 | |
| 27 | <?xml version="1.0"?> |
| 28 | <Cmap_Parameters_Adaptation> |
| 29 | <Excessive_Number_Of_Logons>50</Excessive_Number_Of_Logons> |
| 30 | <Excessive_Logon_Period>50</Excessive_Logon_Period> |
| 31 | <Excessive_Number_Of_Cmap_Query_Records>99</Excessive_Number_Of_Cmap_Query_Records> |
| 32 | <Logon_Close_Accepted_Interval>3600</Logon_Close_Accepted_Interval> |
| 33 | <Logon_Delete_Closed_Interval>86400</Logon_Delete_Closed_Interval> |
| 34 | <Send_Additional_Flights>false</Send_Additional_Flights> |
| 35 | </Cmap_Parameters_Adaptation> |
| 36 | |