MS SQL database connnection
Chico
New Altair Community Member
Hi there,
I'm not sure the database connection in rapidminer server is still available right now?
I was trying to create a new MS SQL connection in rapidminer server which is downloaded from aws marketplace. But the connection has failed.
After checking the iptable in the image, I couldn't find the 1433 port which MS SQL connection need it.
Any suggestions?
Kind regards,
Chico
I'm not sure the database connection in rapidminer server is still available right now?
I was trying to create a new MS SQL connection in rapidminer server which is downloaded from aws marketplace. But the connection has failed.
After checking the iptable in the image, I couldn't find the 1433 port which MS SQL connection need it.
Any suggestions?
Kind regards,
Chico
1
Answers
-
Hi,
are you talking about our AWS images? As far as i remember we ship them with a postgres, not MS SQL.
Best,
Martin
CC: @ZSzatmari
2 -
Since I need to create a database connection to grab raw data in MS SQL server, but it looks like the port is not opened when I checked the iptables in the instance.
===AMI: RapidMiner Server 9.5.3 BYOLChain INPUT (policy ACCEPT)target prot opt source destinationChain FORWARD (policy DROP)target prot opt source destinationDOCKER-USER all -- anywhere anywhereDOCKER-ISOLATION-STAGE-1 all -- anywhere anywhereACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHEDDOCKER all -- anywhere anywhereACCEPT all -- anywhere anywhereACCEPT all -- anywhere anywhereACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHEDDOCKER all -- anywhere anywhereACCEPT all -- anywhere anywhereACCEPT all -- anywhere anywhereACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHEDDOCKER all -- anywhere anywhereACCEPT all -- anywhere anywhereACCEPT all -- anywhere anywhereACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHEDDOCKER all -- anywhere anywhereACCEPT all -- anywhere anywhereACCEPT all -- anywhere anywhereChain OUTPUT (policy ACCEPT)target prot opt source destinationChain DOCKER (4 references)target prot opt source destinationACCEPT tcp -- anywhere xxxx.compute.internal tcp dpt:httpsACCEPT tcp -- anywhere xxxx.compute.internal tcp dpt:httpACCEPT tcp -- anywhere xxxx.compute.internal tcp dpt:httpACCEPT tcp -- anywhere xxxx.compute.internal tcp dpt:webcacheACCEPT tcp -- anywhere xxxx.compute.internal tcp dpt:amqpACCEPT tcp -- anywhere xxxx.compute.internal tcp dpt:amt-esd-protACCEPT tcp -- anywhere xxxx.compute.internal tcp dpt:pvuniwienChain DOCKER-ISOLATION-STAGE-1 (1 references)target prot opt source destinationDOCKER-ISOLATION-STAGE-2 all -- anywhere anywhereDOCKER-ISOLATION-STAGE-2 all -- anywhere anywhereDOCKER-ISOLATION-STAGE-2 all -- anywhere anywhereDOCKER-ISOLATION-STAGE-2 all -- anywhere anywhereRETURN all -- anywhere anywhereChain DOCKER-ISOLATION-STAGE-2 (4 references)target prot opt source destinationDROP all -- anywhere anywhereDROP all -- anywhere anywhereDROP all -- anywhere anywhereDROP all -- anywhere anywhereRETURN all -- anywhere anywhereChain DOCKER-USER (1 references)target prot opt source destinationRETURN all -- anywhere anywhere1 -
Our RapidMiner Server AWS Marketplace AMIs (images) are prepared with PostgreSQL as a RapidMiner Server database backend, but it is only for the RapidMiner Server own management data storage. You should be able to connect to any existing MS SQL server as database from any RapidMiner processes. If you have an external MS SQL database, then there is no firewall restriction on the RapidMiner Server cloud image side for any outgoing connection. If you experience any connection issues, then we propose to check your instance's networking setup in AWS (security gorup, subnet settings, IGW, etc...) and the networking/firewall setup of your MS SQL database.2