Skip to main content
Question

Want to connect locally installed SQL express to Data Model

  • November 22, 2021
  • 19 replies
  • 5 views

Forum|alt.badge.img+9

Can we connect our locally installed SQL express under data model ? If yes, please help with detailed steps 

19 replies

  • Level 0
  • November 22, 2021

Hi @archit.agraw,

 

what do you mean by connect under data model? Would be great to have some further details?

I would recommend checking whether you can build up a jdbc connection. This is well documented in the help space. Simply search for jdbc connection.

 

If you require further support, just let me know!

 

Best,

 

Justin


janpeter.van.d
Level 12
Forum|alt.badge.img+26

Hi @archit.agraw,

 

As far as I know, this is not possible. Data within Celonis can only be accessed using the Pyhon package 'PyCelonis', where it will be stored as Python dataframes. Even then you have to do some work-arounds, since you can only load data from data models.

 

Kind regards,

Jan-peter


  • Level 8
  • November 22, 2021

Hi @archit.agraw 

If your target is to import data into EMS from MS sql server, I will try to set a connection database with jdbc, if you can connect o your mssql server with jdbc, I think it should also work in EMS

Hope it works

Javier


janpeter.van.d
Level 12
Forum|alt.badge.img+26

Hi @archit.agraw,

 

As far as I know, this is not possible. Data within Celonis can only be accessed using the Pyhon package 'PyCelonis', where it will be stored as Python dataframes. Even then you have to do some work-arounds, since you can only load data from data models.

 

Kind regards,

Jan-peter

Didn't get the question I suppose, I assumed that you wanted to extract data using a local SQL editor. Please refer to the other anwers if you're looking to upload data.


Forum|alt.badge.img+9
  • Author
  • Level 6
  • November 23, 2021

Didn't get the question I suppose, I assumed that you wanted to extract data using a local SQL editor. Please refer to the other anwers if you're looking to upload data.

Hi @janpeter.van.d ,

 

I am trying to establish new data connection using database option. This will help me to import data from my locally installed SQL express.


Forum|alt.badge.img+9
  • Author
  • Level 6
  • November 23, 2021

Hi @archit.agraw,

 

what do you mean by connect under data model? Would be great to have some further details?

I would recommend checking whether you can build up a jdbc connection. This is well documented in the help space. Simply search for jdbc connection.

 

If you require further support, just let me know!

 

Best,

 

Justin

Hi @justin.stegm ,

 

I am trying to establish new data connection using database option. This will help me to import data from my locally installed SQL express. I have tried using JDBC connection but again it's giving me the same error. PFB screenshot for your reference.

 

image.png


Forum|alt.badge.img+9
  • Author
  • Level 6
  • November 23, 2021

Hi @archit.agraw 

If your target is to import data into EMS from MS sql server, I will try to set a connection database with jdbc, if you can connect o your mssql server with jdbc, I think it should also work in EMS

Hope it works

Javier

Hi @javier.donos ,

I have tired JDB connection as well but it doesn't work.


  • Level 8
  • November 23, 2021

Hi @javier.donos ,

I have tired JDB connection as well but it doesn't work.

hi @archit.agraw , have you tried with the port 52188? sometimes is used with sql express instead of the standard 1433


Forum|alt.badge.img+9
  • Author
  • Level 6
  • November 24, 2021

Hi @javier.donos ,

I have tired JDB connection as well but it doesn't work.

@javier.donos , have configured 55184 as my TCP Dynamic ports but surprisingly in Celonis I got the message that it's not able to connect on port 1433, am I missing something ? FYI I am using training cloud instance for this configuration, does it make any difference ?

 


  • Level 8
  • November 24, 2021

Hi @archit.agraw , have you tried to connect to your sql express with jdbc outside celonis?


  • Level 8
  • November 26, 2021

Hi @archit.agraw, how did it end your case, did you achieved to connect?


Forum|alt.badge.img+9
  • Author
  • Level 6
  • November 27, 2021

@javier.donos : SQL was not resetting TCP port and was continuously using TCP Dynamic port for connection. Had to install another instance of SQL and now it's allowing to set TCP port. In Celonis, still getting the same error.


Forum|alt.badge.img+9
  • Author
  • Level 6
  • November 27, 2021

Hi @archit.agraw , have you tried to connect to your sql express with jdbc outside celonis?

Will give this a try


  • Level 0
  • November 27, 2021

Hi Archit, it should be possible with a JDBC connection have you checked the message from the error and checked the firewall + permissions?

 

If you did and are still receiving an error then please contact our ServiceDesk to help you with the setup.

 

Best

Kevin


  • Level 0
  • November 27, 2021

There is also a troubleshooting page for JDBC which might be helpful in your case. https://[team].[cluster].celonis.cloud/help/display/CIBC/Troubleshooting+JDBC+Data+Connections


Forum|alt.badge.img+9
  • Author
  • Level 6
  • November 30, 2021

There is also a troubleshooting page for JDBC which might be helpful in your case. https://[team].[cluster].celonis.cloud/help/display/CIBC/Troubleshooting+JDBC+Data+Connections

@kevin.flesc  Thanks for helping with troubleshooting steps, I can see telnet session is working on my Celonis training cloud. However when I perform "telnet MyIP_Address\\MY_SQL_InstaceName 1433" it fails to connect on port 1433. But when I perform "telnet MyIP_Address 1433" it's opening telnet session for me.


Forum|alt.badge.img+9
  • Author
  • Level 6
  • November 30, 2021

Hi Archit, it should be possible with a JDBC connection have you checked the message from the error and checked the firewall + permissions?

 

If you did and are still receiving an error then please contact our ServiceDesk to help you with the setup.

 

Best

Kevin

Can you please help how can I reach to ServiceDesk for this issue ? FYI I am using training Celonis cloud which was allocated to me as a part of my training.


janpeter.van.d
Level 12
Forum|alt.badge.img+26

Can you please help how can I reach to ServiceDesk for this issue ? FYI I am using training Celonis cloud which was allocated to me as a part of my training.

Hi @Archit,

 

It is very good possible that the extraction options are limited on the training cluster (it is on the demo environment). Maybe one of the Celonis employees that are involved in this thread can confirm that?

 

Kind regards,

Jan-peter


Forum|alt.badge.img+9
  • Author
  • Level 6
  • December 1, 2021

Can you please help how can I reach to ServiceDesk for this issue ? FYI I am using training Celonis cloud which was allocated to me as a part of my training.

@janpeter.van.d  this could be the reason. @kevin.flesc is it the case here ?