Good evening,
I have a little problem; i need to enter, by Mobaxterm, in sasmc but i don't suceed:
first i try to set environment variable:
at prompt Linux:
export DISPLAY=192.168.1.234:0.0
./sasmc
show no error
I'm working at home by my service provider.
Someone can help me?
Thanks
The best way to test a connection to your X11 server is to run xclock application. If xclock work, you should be able to start the SAS Management Console.
Thanks,
how can run xclock command? run without parameters?
What does
echo $DISPLAY
tell you when you enter this immediately after logging on with MobaXTerm?
the variable is empty after run command you suggest
Then you do not have the X Windows server running on your desktop and/or X11 Forwarding enabled.
Edit: or X11 Forwarding is not enabled for the SSH daemon on your server.
@RenzoFalconieri wrote:
the variable is empty after run command you suggest
On the client side (your desktop), it is a setting in the "Advanced SSH Settings" of your session in Mobaxterm.
You need to make sure that "X11 Forwarding" is enabled in the session parameters of your session (it is not in the Mobaxterm configuration), and for the SSH server(daemon) on your SAS server. In UNIX servers, this is done in /etc/ssh/sshd_config
@RenzoFalconieri wrote:
Thanks KurtBremser,
I don't know how to resolve.
I cannot modify /etc/ssh/sshd_config because only system administrator can do it.
Then have him or her do it. X11 Forwarding should be enabled on all SSH servers that have administration tools with a GUI.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.