Showing posts with label version. Show all posts
Showing posts with label version. Show all posts

Wednesday, March 7, 2012

Cube Process Error : The version of the linked Measure group xxxxx has changed.

I have migrated all my AS 2000 to 2005. But 2 cubes A and B have a processing

issue.

Cube B shares data from Cube A.

When I process Cube A I get this message that the version of the linked Measure Group in B has changed.

I have no problem processing Cube B which actually does share data with Cube A.

Any ideas

Thanks

Are both cubes in the same database? Try processing the whole database. Does that work?|||

Yes both cubes are in the same database.

As part of the 2005 migration, I processed all the cubes in the database successfully.

It is only when I am processing these 2 cubes as part of the posting process for these cubes that I experience the problem.

Sunday, February 19, 2012

CTP version and release version

we have a backup of a database from a release version with version number 9.00.1399 and we wanted to restore it to a server with version number (9.00.1116) CTP release. we were issued a version incopatibility message. is it possible to backup from a 9.00.1399 release with a backup file compatible for a CTP release, is there an available option during backup? thanks!

CTP versions are no longer supported. You should be using the released version of the product.

Ideally, you should be at SP1, as we fixed quite a few bugs there.

Backup is a physical operation. If the structure of the database pages has changed in any way, we have no way to do the conversion during restore. For moving up, we have the logic in the startup code to re-apply the same changes that the upgrade would do. We don't support moving down in versions where the database format is incompatible.

|||thanks kevin

Tuesday, February 14, 2012

Crytarl Report with Dabase access

dear all ,

i use crystal report from dot net 2003 (i use dotnet version architect).
with database access.

and i have problem to set parameter for query access in crystal report.

if i use database mssqlserver 2000 in crystal report i just select store procedure and the parameter for store precedure will otomatically add in crystal report.

sampel query store procedure like this

select * from tblcustomer
where CustName = @.custName

the parameter @.CustName otomatically add in crystal report.

how to implament that if i use database access.
so i can send a value for @.Custname from my applicationAs i have worked for VB.net so i'll how i used to send parameter value externally
first u need to define
Dim pv As New CrystalDecisions.Shared.ParameterValues
Dim pdv As New CrystalDecisions.Shared.ParameterDiscreteValue

pdv.Value = EntityCode
pv.Add(pdvScriptCode1)

RptViewer.DataDefinition.ParameterFields("@.Customer").ApplyCurrentValues(pv)

thats it...
Try it out n tell me the result whther its working......

Crytal report hiding the records in version 5.0

Hi
I have a field in my report i want to hide the whole record when the field retrun 0 as value.
How to accomplish this in crystal report writer 5.0Right click on the fileds and in the suppress option write this formula

{SomeField}=0