Unix

Xshell X11 Forwarding for RHEL7: WARNING! The remote SSH server rejected X11 forwarding request.

Problem:

ssh to RHEL7 host showing message:

“WARNING! The remote SSH server rejected X11 forwarding request.”

Solution:

1. Append below line into /etc/ssh/sshd_config

$ sudo vi /etc/ssh/sshd_config
...
AddressFamily inet

2. Restart sshd service

$ sudo systemctl restart sshd

3. Reconnect ssh

4. Warning message gone and test xclock works now.

Reference:

  1. https://unix.stackexchange.com/questions/470905/why-addressfamily-needs-to-be-configured-for-x11-forwarding
Data Engineering

SSAS Integrated Workspace: Failed to save modifications to the server. Error returned: ‘The column has invalid bindings specified.’

Problem:

While try to open Model.bim, error message:

Check in VS it’s using integrated Workspace:

Solution:

Connect via SSMS:

Delete the integrated workspace database: “db”

Open the model again from VS, no error message now.

Check again from SSMS, the integrated workspace database: “db” automatic generate again.

Reference:

  1. https://docs.microsoft.com/en-us/archive/blogs/analysisservices/introducing-integrated-workspace-mode-for-sql-server-data-tools-for-analysis-services-tabular-projects-ssdt-tabular
  2. https://docs.microsoft.com/en-us/analysis-services/tabular-models/workspace-database-ssas-tabular?view=asallproducts-allversions