- Knowledge Base
- Advanced App Configuration
- Power BI - Troubleshooting
-
FAQs
-
Getting started
-
Feedback
-
Integrations
-
Deep Space Apps
-
Deep Space Actions
-
Deep Space Automations
-
Advanced App Configuration
- Advanced Configuration for Model Audit App
- Advanced Configuration for LOI Apps
- Power BI - Other Workflows
- Advanced Configuration for QTO App
- Power BI - Troubleshooting
- Deep Space App Configuration
- Using the Deep Space Embedded Dashboards
- Power BI - Setting Up Your Onsite Analysis Environment (optional)
-
DS Command
-
Workflows
-
Deep Space Sync for Revit
-
Data Management
-
Notifications
-
System Control App (Workspace Manager)
-
Release notes
-
Deep Space Forms
-
Learn More
Check if Your Firewall Allows Power BI Direct Connection to Deep Space
How to work with Proxy and Firewall issues when connecting directly to a Deep Space cloud database
Method 1
If you have Telnet installed, you can use:
Start Menu > telnet
o data.deepspacesync.com 3306
You should receive a response that looks something like this:
Method 2
You may also try to check that a direct connection is allowed to Deep Space using this command in PowerShell:
Test-NetConnection -ComputerName data.deepspacesync.com -Port 3306
If this responds with TcpTestSucceeded: False, then you need to:
-
Allow Port 3306 through the Firewall to this PC
-
Ensure there is no TCP blocking to the data.deepspacesync.com URL
Method 3
You can also try using psping.
-
Download psping
-
Start a Command Prompt at that location
-
Use this command:
psping data.deepspacesync.com 3306
You should receive response like:
Method 4
Sometimes, a VPN connection will block access to Deep Space. Try disconnecting your VPN to see if connectivity to Deep Space is restored.