You can increase your login timeout by editing the IDCDIAL.DLG file in your FN program folder. Look for the section that begins:LOGIN: DISPLAY -N "Logging on . . ."
Change the “UNTIL 150” line to read “UNTIL 300” to double your timeout length. Your “Login” section should now read:
LOGIN: DISPLAY -N "Logging on . . ."
CLRBUF
XMIT "l " %System " on df-sun\r"
REPEAT
READ
/PA*>/ GOTO LOGPW
/PA*./ GOTO LOGPW
/PA*:/ GOTO LOGPW
/repeat*>/ GOTO RELOG
/repeat*./ GOTO RELOG
/370 Ready*>/ GOTO LOGIN
/370 Ready*./ GOTO LOGIN
UNTIL 300
Save your IDCDIAL.DLG file and try to login with Navigator Access again. You can increase your timeout length even more if needed.
---------------------------------------------
George
Financial Navigator Int’l