The new DesignBais uses mv.NET for connectivity to D3. Your Server
Profile should start with a Send "~13" and WaitFor "id:". If you are
still using the PDP.NET as the data conduit under DesignBais, sorry I
can't help, I've uninstalled it. Your best bet here is to post a note
to the DesignBais forum or to the RD forum for PDP.NET.
Since we're here and completely unrelated to DesignBais, if you are
using AccuTerm, put this into a layout macro to force a user login:
Sub Main()
' send a CR when opening a session
On Error Resume Next
With ActiveSession
.InputMode = 1
.Output Chr$(13)
End With
End Sub
The problem is that D3 doesn't do the initial CRLF on connection after
a fresh coldstart. After a port workspace has been initialized and
goes through logoff/wrapup then any subsequent connection does do the
CRLF, so you see the login.
So another tacky way to get this to work is to write a proggy that
does a login/logoff on every port that will be used for automated
connectivity. This would be run right after system-coldstart. That
way all ports are "prepped" and you won't need to tweak any login
code. With mv.NET under DesignBais however, I believe this is no
longer an issue.
HTH
Rodney Frisard wrote:
Quote:
Does anyone know a method to get the D3 on Linux to come to a "user
id:" prompt instead of "... connected to virtual machine pick0/linux."
if I hit return, it works fine.
How do I get it to send a return and then stop at
"Enter your user id:"
This is causing a problem with Designbais. |