The other possibility is that it's picking up the wrong version of PTS. If cubes use features added in later versions of Analysis services they will be hidden from earlier versions of the PTS. You can choose which version of PTS to use using the "Server Type" drop down list in the Crystal...
It's Ok, you can ignore that message - unicows.dll can't be (and doesn't need to be) registered with regsvr32. You may get that message for other DLLs in that folder but they can all be safely ignored - Crystal tech support probably just told you to register all of the DLLs because it was...
I don't think that it's possible from the GUI, but you could do it via the Enterprise SDK with some VBScript or something similar - just copy all of the infoobjects that are children of the original CA report to the new one.
It's possible using the DHTML client, but not the ActiveX on AFAIK. For the DHTML client, search for common.js in your CA install and replace the line that says:-
var xml = ws.navigator.view.GetDrillDownCommand (member.dimensionName, member.uniqueName);
with:
var xml =...
Ok, that sounds like it might be failing to authenticate for the Analysis services connection. When using the web client, if there is no username and password set for the connection in the connection browser, the connection will attempt to authenticate as whatever user the WCS is running as...
If the cubes have been built using version 8.0+ features (such as ragged hierarchies, member properties etc) then they won't be visible if you're using an older version of Pivot Table Services on the client - you'll just see empty catalogs instead. Try using the 'Microsoft OLE DB for Olap...
You're using Microsoft Analysis Services, I presume?
Try leaving the username and password blank - it's optional. In this case when you connect using the designer you will authenticate as the user running the designer and using the web (DHTML) client you will authenticate as the user account...
D'oh - sorry - my fault... I missed a bit out of the key... Web OLAP Services is under 'Crystal Analysis Professional', so the full path should be HKEY_LOCAL_MACHINE\SOFTWARE\Crystal Decisions\10.0\Crystal Analysis Professional\Web OLAP Services\logging
where logging is of type DWORD with a...
No - the logging key isn't there by default - it's a seperate mechanism to the -trace system. Presumably HKEY_LOCAL_MACHINE\SOFTWARE\Crystal Decisions\9.0\Web OLAP Services is there?
DallasAggie - are you comfortable editing your registry? If so, there's a little known key that will probably help. Create a 'DWORD' registry key set to the value '1' at HKEY_LOCAL_MACHINE\SOFTWARE\Crystal Decisions\9.0\Web OLAP Services\logging on your WCS machine then restart your WCS and...
Yes, but what is the value of 'Aut'? (i.e. what is the value of aut that is posted to the page or requested in a querystring? It should be 'secEnterprise', not 'Enterprise' to use Enterprise authentication, otherwise you will get the error message that you describe.
In the line:-
Set Sess = SessionManager.Logon(UserID, Password, APS, Aut)
What is in Aut? It should be 'secEnterprise' for Crystal Enterprise authentication.
It's possible to launch Crystal Analysis 9 applications from Crystal Reports and vice versa using URLs containing parameters, if that's what you need.
To launch a Crystal Report from Crystal Analysis, create an URL action on the data source - you can pass parameters etc to set up the report in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.