How to use 2 SEC Servers?

259 views
Skip to first unread message

egor...@gmail.com

unread,
Jul 2, 2018, 3:52:12 PM7/2/18
to Fujitsu RunMyProcess Developer Community, Ezequiel Gorbatik, matg...@proveedor.toyota.com.ar, is...@proveedor.toyota.com.ar
Hi. I'm trying to use one SEC for Production and other one for TEST.
How does RMP chooses between the servers to use, as they are both using the same IP Address (127.0.0.1) but different Domains?

The connectors always going to the the PROD-SEC Server despite the fact I'm using the "TEST Domain" in the configuration.

So the questions are:

1. Is it possible to use 2 SEC Servers?
2. Is enough to use just different domains or I should set another IP (And how to do that)?

3. Is there any catch in order to set the SEC servers?

Thanks in advance.
Ezequiel.

Pankaj Kumar

unread,
Jul 4, 2018, 5:06:22 AM7/4/18
to Fujitsu RunMyProcess Developer Community, Ezequiel Gorbatik, matg...@proveedor.toyota.com.ar, is...@proveedor.toyota.com.ar
Hi  Ezequiel,

Are you trying to setup 2 SEC on a same machine? You can run two SEC manager on same machine by changing the port. By default jetty server uses 8080 port, you can change it it jetty.xml file also you may need to change the port "pingPort" in "manager.config" file, by default it is set to 4444.

However you can not run two data agent in a machine as it create a secure tunnel between RunMyProcess and your local system and will throw an exception.

You can use two machine to setup two SEC server with different domain.

Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support


--
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+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at https://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/91ac8617-2986-491a-93a0-4153db41fd29%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.

Ezequiel Gorbatik

unread,
Jul 4, 2018, 7:34:18 AM7/4/18
to Pankaj Kumar, Fujitsu RunMyProcess Developer Community, Matias Garcia, Ivan Sosa, Laura Morales, Alejandro Javier Bertolli

Hy Pankaj,

       Actuall,y I’m trying to setup 2 different SEC servers, as we need to do some Tests with the adapter, “playing with the production environment” in not an option.

So we are trying to setup a different server in a different machine.

 

I was able to setup the second one but when I try to connect from RMP, all the request go to the FIRST SERVER, not the new one.

 

Quoting the previous email:

“You can use two machine to setup two SEC server with different domain.”

“However you can not run two data agent in a machine as it create a secure tunnel between RunMyProcess and your local system and will throw an exception.”

 

 

So to clarify:

1.       Is it possible to setup 2 SEC servers in different machines? (From the quotes I understand is possible, but I can use only one at the same time, please confirm if I’m right)

2.       How to do IT? Is it enough to set 2 different domains? Why can be that no matter the Domain, RMP always go to the same server?

3.       What configuration or logs should I check in order to check and fix the problem?

 

Regards,

 

Ing. Ezequiel Mariano Gorbatik

Finance and Purchasing Application Support

Softtek asignado a Toyota Argentina

': +54 3487 443421 / Ext: 3411

+: egor...@proveedor.toyota.com.ar

To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.

 

La información contenida en este mensaje, incluyendo cualquier archivo adjunto, 
 es confidencial y está destinada solamente a la persona o entidad a la cual fue 
 enviada. Si Ud. no es el destinatario original, se le informa que cualquier 
 revisión, distribución o copia le está prohibida. Si Ud. lo recibió por error, por 
 favor avise al emisor y elimine este mensaje inmediatamente. Este mensaje es 
 sólo para fines informativos, y no debe ser tomado como una declaración formal 
 de Toyota Argentina S.A. Además, dado que la transmisión de correo electrónico 
 no está libre de errores, Toyota Argentina S.A. no garantiza que esta información 
 sea completa y precisa.

 The information contained in this message, including any attachment, is 
 confidential and intended only for the person or entity to which it is addressed. If  
 you are not the intended recipient you are hereby notified that any review, 
 distribution or copying is prohibited. If you received it in error, please contact the 
 sender and delete this message immediately. This message is for information 
 purposes only, and shall not be regarded as an official statement of Toyota 
 Argentina S.A. In addition, since e-mail transmission is not error-free, Toyota 
 Argentina S.A. does not guarantee that this information is complete or accurate.
¿Está seguro que necesita imprimir este documento?
 Por favor adhiera a nuestro compromiso con el medio ambiente. 
 Si necesita imprimir, no olvide hacerlo en ambos lados de la hoja. Su aporte,  
 suma. Muchas gracias.

Pankaj Kumar

unread,
Jul 6, 2018, 2:22:32 AM7/6/18
to Ezequiel Gorbatik, Fujitsu RunMyProcess Developer Community, Matias Garcia, Ivan Sosa, Laura Morales, Alejandro Javier Bertolli
Hi  Ezequiel,

Please find my response as below:-
1.       Is it possible to setup 2 SEC servers in different machines? (From the quotes I understand is possible, but I can use only one at the same time, please confirm if I’m right)
Yes, you can set-up 2 SEC on two different machine. You may need to create 2 domain in SEC and configure it also in RunMyProcess, you need to create the separate provider selecting the domain which you configured, separate connectors also in each provider to access the resources. for example you have two SEC with domain named "domain1" and "domain2". To access local mysql data you need to create JDBC adaptor and run in SEC and two "Provider" selecting the "domain1" and "domain2". You will create connector in provider to access the mysql data. The req will go to SEC as per your provider configuration.

Kindly let me know if you face any issue with SEC.

Thank you,
Pankaj Kumar
Fujitsu RunMyProcess Support

To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.

Gunjan Rajgure

unread,
Jul 8, 2018, 9:04:15 AM7/8/18
to Fujitsu RunMyProcess Developer Community, Ezequiel Gorbatik, Matias Garcia, Ivan Sosa, Laura Morales, Alejandro Javier Bertolli
Hello  Ezequiel, 

Are you able to establish connection with 2 SEC servers?
Are you satisfied by given solution by Pankaj?
Awaiting for your response.

Please don't hesitate to contact us for any other query you have.


Thanks & Regards,
Gunjan Rajgure
Fujitsu RunMyProcess Support




--
Thanks & Regards
Gunjan Rajgure
Fujitsu - RunMyProcess Support

Dipen Raval

unread,
Jul 9, 2018, 6:51:13 AM7/9/18
to Fujitsu RunMyProcess Developer Community, Ezequiel Gorbatik, Matias Garcia, Ivan Sosa, Laura Morales, Alejandro Javier Bertolli
Hi Ezequiel,

Awaiting for your feedback to update the case.

Thanks & Regards,
Dipen Raval
Fujitsu RunMyProcess Support

Dipen Raval

unread,
Jul 11, 2018, 5:09:27 AM7/11/18
to Fujitsu RunMyProcess Developer Community, Ezequiel Gorbatik, Matias Garcia, Ivan Sosa, Laura Morales, Alejandro Javier Bertolli
Hi  Ezequiel;

Could you please confirm that issue has been clarified?
Please don't hesitate to contact us for any further query.

Thanks & Regards,
Dipen Raval
Fujitsu - RunMyProcess Support


On Mon, Jul 9, 2018 at 4:21 PM, Dipen Raval <dra...@runmyprocess.com> wrote:
Hi Ezequiel,

Awaiting for your feedback to update the case.

Thanks & Regards,
Dipen Raval
Fujitsu RunMyProcess Support
Reply all
Reply to author
Forward
0 new messages