on ‎2014 May 07 10:18 PM
Hi,
I'd like to change server name in my DataServices connection in CMC (CMC -> DataServices).
Does anybody has idea where can I change Database Connection String which is autmated filled in CMC-> DataServices -> Repository ?
Every time when I want to connect to this repository database I'm getiing infoamtion with error of connection where is information with old server name
My DS version: 4.0 SP3
I'm
Regards
Request clarification before answering.
Try changing the Database Connection using Repository Manager.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rad,
As per my understanding from your query, there is nothing to do with "get version and upgrade version in SERVER MANAGER" .
Can you please show the screenshot what exactly are you looking for.
As per my understanding you are looking for changing DSN( database source name) or Database connection string , which you can create at control panel and change at Information Plateform Service.
Caution: Before changing any details for Repository ( let it be very small thing that even does not even gives any effect) please take backup of your repository ( Database that holds Local Repository).
For more clarification please post the screenshot.
Thanks & Regards,
Shiva Sahu
Hi Rad,
Below mentioned is as per my limited assumption and knowledge which may or may not correct and helpful to you.
It(Database Connection String ) is not in data services , it is something which is registered at registry level (while the time of installation ) and used by any application to communicate to other application ( in some instances you may say it as computer name ).
Regards,
Shiva Sahu
Hi Daulet,
I changed it after many hours searching everywhere
In short way you have to open table AL_MACHINE_INFO from your DS repository and find record SERVER_NAME = ‘RepoManager’ and in this record is DatabaseConnectionString. Update it into new server and it should works. Of course change job server/odbc etc. after that
In my situation it was in seqnum = 5
update AL_MACHINE_INFO
set RESERVED2 = 'SQLxxxxx\SQLxxxxx'
where AL_MACHINE_INFO.SEQNUM = 5
Regards
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.