COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => COGNOS 8 Administration => Topic started by: Manik Goel on 05 Aug 2014 07:44:55 AM

Title: How to change data source of existing publiched package using xml manipulations
Post by: Manik Goel on 05 Aug 2014 07:44:55 AM
Wanted to continue on the last comment posted by Arsenal on below link

http://www.cognoise.com/index.php?topic=13099.0

IN COGNOS 8.3
How to change data source of existing publiched package using xml manipulations ?
Title: Re: How to change data source of existing publiched package using xml manipulations
Post by: MFGF on 05 Aug 2014 07:58:41 AM
Quote from: Manik Goel on 05 Aug 2014 07:44:55 AM
Wanted to continue on the last comment posted by Arsenal on below link

http://www.cognoise.com/index.php?topic=13099.0

IN COGNOS 8.3
How to change data source of existing publiched package using xml manipulations ?

Arsenal is referring to you opening the model.xml file (in your Framework Manager model folder) and modifying the "select * from [Your old data souce].A table in your model" to "select * from [Your new data souce].A table in your model" globally.

In doing this you run the risk of corrupting your FM model, so it is at your own risk you do this.

Cheers!

MF.