Hi,
On our IS Dev (Developpement) we have a JDBC connexion :
Oracle_DEV_Bddname
But I’m a little embarrassed : after deployment in Preproduction the connection name will be bad (I don’t like DEV prefix on a Preproduction server).
Is it recommanded to have no link with the environnement in the connection the name ?
Oracle_Bddname
If yes, would you encourage me to rename my Jdbc connection in that way ?
Regards
MR_as173d
(MR as173d)
2
Yes, most of the times we don’t give environment name as part of connections.
Thanks,
Thanks for your reply.
To change the connection name, have you got a better solution in 9.8 that the one proposed in the above link ?
Regards
MR_as173d
(MR as173d)
4
Yes, you please follow it, I didn’t see any challenges using it while I used it long ago.
Thanks,
Thanks for your very fast reply
Hi Cedric,
I agree with MR.
The method described in the link is the correct way for this task.
See IS Build-In-Services Guide (Chapter ART) fro further informations about the service pub.art.service:setAdapterServiceNodeConnection
Regards,
Holger
Thanks to you Mr and Holger, this procedure works well
Regards