Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to set JDBC Connection by using mid-server

jinha park
Tera Contributor

Hi All Experts.

I am trying to connect to Maria DB to insert rows by using mid-server.

There are just import data examples using JDBC Connection from other databases.

I am going to use flow designer, but I think that I need to set connection & Credential Aliases to

use flow designer.

Is there any information about this case?

I found this information, but not that helpful.

https://docs.servicenow.com/bundle/sandiego-servicenow-platform/page/administer/orchestration-activity-designer/task/t_CreateAJDBCActivity.html#t_CreateAJDBCConnection

Thank you for every reply.

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi

if you want to write data to a JDBC target in a Flow you have to follow another instructions provided at https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/administer/flow-designer/referenc...

Kind regards
Maik

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi

if you want to write data to a JDBC target in a Flow you have to follow another instructions provided at https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/administer/flow-designer/referenc...

Kind regards
Maik

Well I have found that doc too. Is there any example of setting credentials?