Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


joeriks
2012-02-16T03:26:09Z
Hi, I was trying to run the Sql Explorer from my client, but got connection error.

I thought VC would transport the query to the server and run it from there, just like the file explorer, but Sql Explorer seems like it runs from my client. This means I need to make my Sql accept remote connections, which I prefer not to.

(Job task Sqls runs perfectly, and I could do my ad hoc queries that way too, but Sql Explorer seems like a really nice way to do them).

Thanks for a really useful tool!
Sponsor
Forum information
Support
2012-02-16T07:45:24Z
We will probably add that in the future. I am moving this topic to feature requests forum.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
matrixIII
2012-02-16T16:59:53Z
We have similar issues with FTP (FTPS/SFTP/etc) and AD authentication settings.

Some of the third-parties that we deal with can only accept connections from ONE ip for security reasons. The job/tasks work fine as we have added the IP address of the server but when using the FTP interface it does not work as the connection are not going through the server but directly out from the client. Same for the AD authentication settings. It would be nice enhancement to have these connections go through the server!
Support
2012-02-16T21:10:57Z
While it would be convenient it is between hard to impossible to make FTP connections work. SQL connections would be hard but still possible. The reason is that SQL connection is a connection up and then a result back. The FTP connection is constant communication and could also be very large content (files) that in that case would have to be transferred between FTP server->Server->Client and back. I do not see any good way of solving that.

The workaround is to use RDP to the server and run the FTP connection via Client from there. I understand that it may not be desirable but the other way is almost impossible. Very much work for very little effect (and many side effects).
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
GrahamG
2012-02-17T08:45:33Z
Dear MatrixIII,

The other option you may wish to consider is to tweak your firewall and NAT your clients to the same IP as the server when connecting to a specific destination.

Alternatively, place the files you wish to transmit on a shared drive on the server and then use a trigger to initiate the server sending the data.


Graham

Scroll to Top