Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.7K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
Use a variable string within an Hyperion Planning task list URL

Hi,
in the task list of one of my Hyperion Planning applications there are a lot of URLs that refer to objects on the workspace, so that the URL is something like: http://server1/workspace/objectpath
Every time I migrate the task lists artifacts from Test to Prod (i.e. from server1 to server2) I have to remember to manually update the URLs, changing server1 to server2 in the Prod task list.
Is it somehow possible to include a variable in the URLs, so that I don't have to update the URL manually everytime I migrate the task list? That would same me precious time and prevent errors during the migrations.
Thank you
Best Answer
-
There is a similar support doc that addresses this "Is there an Automated Way to Update the URL for Reports when Task Lists are Migrated between Environments? (Doc ID 2267906.1)"
Alternatively you could do a find and replace on the LCM files, find old server, replace with new server, using something like notepad++ makes this a quick and easy task.
Cheers
John
Answers
-
There is a similar support doc that addresses this "Is there an Automated Way to Update the URL for Reports when Task Lists are Migrated between Environments? (Doc ID 2267906.1)"
Alternatively you could do a find and replace on the LCM files, find old server, replace with new server, using something like notepad++ makes this a quick and easy task.
Cheers
John
-
Thank you, as there isn't an automated way to update the URLs when task lists are migrated, I will use the "find and replace" method in the LCM files.