I am wondering how to set global variables in RMP. I am using SEC (Security Enterprise Connector) and JDBC to launch queries to our local database. The connector POST content looks like the JDBC standard:
{
"protocol":"JDBC",
"data":{
"DBType":"OURDATABASE",
"sqlUsername":"our_db_user_name",
"sqlPassword":"our_db_password",
"sqlStatement":"INSERT INTO exampletable (examplecolumn1, examplecolumn2) VALUES ${values_variable_from_web_interface};"
}
}
The point is we have to write the db_user_name and db_password in every connector, because I can't find any global variable resources in RunMyProcess. The connectors quantity is growing, and if our database administrator change the password (and it is going to happen), we will be forced to change every connector password.
There is a way to define a global RunMyProcess variable for our Account, in order to be used in this case?
Thank you
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/fb867b64-935c-477e-83e8-28a8776bca77%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
Thank you
Thank you
I repeat, Is there a way to define a Global RunMyProcess Variable for our Account? (Not with process scope but account scope)
Thank you
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "Fujitsu RunMyProcess Developer Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/24f38bf2-833a-4dcb-8768-2e76dae9cbdd%40runmyprocess.com.