Hi @tnimmo0,
So, you are trying to connect to a remote SAS server, not a local SAS server, correct? What version of SAS is your remote server? Still SAS 9.1?
The error you shared indicates that EG was unable to connect to a metadata server at host sasuk.company.corp and port 8561. So, here is what I would suggest trying:
First, confirm you can ping the host... execute "ping sasuk.company.corp" in a command window on your client machine. (If you can't ping the host, that is most likely the problem. The client has to be able to access the server on the network.)
Next, try making a test connection to the SAS metadata server using the SAS Integration Technologies Configuration Wizard...
Run ITConfig2.exe (C:\Program Files\SASHome\x86\Integration Technologies) to launch the tool.
Click Test SAS Servers->Enter a SAS server definition manually
Change Currently Testing to SAS Metadata Server, then specify the same information that is in your EG profile. For example, specify your SAS metadata server host in Machine Name field (sasuk.company.corp), set Port to 8561, specify your credentials, and click Test.
If you are not able to connect to your metadata server from ITConfig2.exe either, there is probably an issue with your connection information or metadata server. If you are able to connect to your metadata server from ITConfig2.exe, confirm you are specifying the same information in your EG connection profile (click link in bottom-right corner of EG, on status bar, to bring up Connections dialog to confirm your active connection profile).
Casey
... View more