What is Model Versioning or Versioning in Cognos Framework
Manager?
Answers were Sorted based on User's Feedback
Answer / madhukumark80
The versioning allows you to publish a package without
impacting the current reports in use. You can then perform a
staged testing approach to move the existing reports to the
new package.
It's a protection against changes. Existing reports will
continue to use the previous version of the model until they
are opened and resaved or the old version is phased out by a
subsequent model publish. However, if you have a proper
dev/test/prod setup then the model versioning may be less
useful because you should be doing some quality control
testing of your own before the model reaches production.
Example: In the model you have a calculation for Revenue
which is Price * Quantity. You publish this model with 2
model versions specified. Model versioning is tracked using
the timestamp of the publish activity so we will call this
"Package 2010-07-09". Next, you create a report which uses
this package and the Revenue calculation.
Tomorrow comes along and you decide to update the Revenue
calculation to scale the values for some reason. The
calculation becomes Price*Quantity/1000. You publish this
package with 2 model versions. This creates a timestamped
package that we will refer to as "Package 2010-07-10".
If you go and run that report at this point the report will
use "Package 2010-07-09" because that is the version that
was used to create the report even though a later version of
the package exists. This means that you will be showing
unscaled Revenue values because it will still use the
previous calculation definition. If you open the report in
one of the studios you will be asked to update the report to
the latest package version. Saving the report will point the
report to "Package 2010-07-10". For the sake of this example
we will not save the report so it will still be using
"Package 2010-07-09".
Another day goes by and you decide to update the package
again. Now Revenue is defined using Price*Quantity/1000000.
You publish the package again with 2 model versions
specified. This creates "Package 2010-07-11". However, you
specified that you will only keep 2 model versions and this
means that the first package, "Package 2010-07-09", will be
purged from the content store.
If you go and run the report at this point the package that
it uses will no longer be accessible and it will ask you to
update the report to the current version of the package. The
result is that the report will show the revenue values
scaled to millions as defined in the latest package version,
"Package 2010-07-11".
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / xxx
When ever we added any Query item to a package are any modifications done in package each and every time we have to publish the package then it reflects in Cognos connection.for each publishing it will create one model versioning.
Is This Answer Correct ? | 0 Yes | 1 No |
Whrer u can save the Report net documentation in our local system?
what is the difference between application based and web based in cognos?can you please give a example from out of EP 7 series and 8 series?genrel exampel please?
How many fact tables you have in your project?
What is Lookup ,bridgeing tables where they will use in the Dataware house
Synchroness 1.What are hash prompts? Ans: Tree prompts in which hierarchies can be seen,they can be said as hash prompts. 2.User wants to see 5 more coloums in the report.We have package and data base,how will u implement using it in report.? Ans: 3.What is automatic optimization?what is optimization?what are the properties you set for optimization in report studio? 4.what is command to display first 10 records from a table? IGATE 1.In FM if we change a fact symbol to attribute,will it effect the report? 2.If a report is slow in generating output. How do u perform tuning? How do u reduce joins in sql? Using left outer join is it going to improve the report performance? IBM 1.How do you configure ? 2.How do you drill through report from RS to Analysis studio?
How to write a condition for multy select in conditional formatting... Eg:- i added list,crosstab, barchart, columchart, guagechart, pie chart for value prompt by using static choices.. if i select multiple that all the things has to be display.. this is requirement how is possible to display..
How can I convert a list report/Cross tab Report in Cognos EP series into a bar chart or pie chart etc.
what is symmetric key?where do u use this?
Can you explain model durability?
where exactly determinants are used in cognos framework manager?
Hi, In My Table i am having a Column Emp ASa Fullname In My Report I WAnt First name&Lastname?how I'll Get This One?Pls Ans Me
What's use of a Master Detail report in Cognos? I mean what's the advantage? Please Explain.