-
1. Re: Replicate Remedy environment from production to test
Christoph KlapetkeJan 24, 2018 5:03 AM (in response to Andreas Balbach)
1 of 1 people found this helpfulYou can use the Remedy Restore Tool for this requirement.
-
2. Re: Replicate Remedy environment from production to test
Andreas Balbach Jan 24, 2018 7:31 AM (in response to Christoph Klapetke)Good hint,
but as many versions can be find, any idea which fits to 9.1.03/04?
Danke dir!
Andreas
-
3. Re: Replicate Remedy environment from production to test
Christoph KlapetkeJan 24, 2018 8:35 AM (in response to Andreas Balbach)
v. 3.8 is the latest one.
-
4. Re: Replicate Remedy environment from production to test
Andreas Balbach Jan 24, 2018 8:46 AM (in response to Christoph Klapetke)Any expiriences with the tool? Trustable?
Von: Christoph Klapetke
Gesendet: Mittwoch, 24. Januar 2018 15:36
An: Balbach, Andreas <Andreas.Balbach@nttdata.com>
Betreff: Re: - Replicate Remedy environment from production to test
BMC Communities <https://communities.bmc.com/?et=watches.email.thread>
Replicate Remedy environment from production to test
reply from Christoph Klapetke<https://communities.bmc.com/people/KlapTec?et=watches.email.thread> in Remedy ITSM - View the full discussion<https://communities.bmc.com/message/746591?et=watches.email.thread#746591>
-
5. Re: Replicate Remedy environment from production to test
Marek CeizelJan 24, 2018 7:01 PM (in response to Andreas Balbach)
Hi Andreas,
You can use also some OOTB search tools (different approach).
In directory ARsystem\artools is a file arsrename. You can use it to search/replace in all ARS files an DB Tables.
Search a string in DB
arsrename -x <server> -u <user> -p <password> -o 1
-t <port>
-tokens "searchString1"
Search and Replace string in DB
arsrename -x <server> -u <user> -p <password> -o 2
-t <port>
-tokens "searchString1=replaceWithString1"
Search and Replace string in all AR System Files:
arsrename -x <server> -u <user> -p <password> -o 3
-t <port> -tokens "
searchString1=replaceWithString1,
"searchString2=replaceWithString2
regards
Marek
-
6. Re: Replicate Remedy environment from production to test
Sandro Bogea Jan 25, 2018 7:40 AM (in response to Andreas Balbach) -
7. Re: Replicate Remedy environment from production to test
Danny KellettJan 25, 2018 8:17 AM (in response to Andreas Balbach)
I've used the Restore tool in nearly all my non-Remedy On Demand customers and it has always worked.