I downloaded a trial version of office 2007 and the data mining addin. I do not have an automatic connection to Analysis Services, so most functionality does not work. Is it possible to configure a connection with a trial version If so, does anyone know what the server name is and how to configure it

How to connect to Analysis Services with Excel 2007 Data Mining Add In?
nishanttheone
I have all of the software installed on my laptop and it all works OK - by "home laptop" you mean a laptop that is not joined to a domain, correct
After installing Analysis Services on your local machine, did you try to run the server configuration tool If that failed, can you try to run SQL Server Management Studio and connect
Please let us know. If you did install and it seems everything is running (i.e. the server is started), or the server will not start, you may have to call customer support.
medosa
"Connect to Analysis Services:
Test Connection Failed. A connection cannot be made. Ensure that the server is running. No connection could be made because the target machine actively refused it."
Josh Kinder
Yes,
However, you need either to install SQL Server 2005 (Analysis Services) on the laptop ( or on anothe machine in your home network)
Scott_t
the server name is typically the name of the computer that is running Analysis Services 2005 (the machine where SQL Server 2005 is installed). If this is installed on the same computer as Office 2007, then you can use "localhost" instead of the computer name.
In case you need a trial version of Analysis Services 2005, you can download it from here http://www.microsoft.com/sql/downloads/trial-software.mspx (download the SQL Setup, run it and make sure to include Analysis Services in the setup selection)
learneroob
Bill Reiss
CS05pp2
dchawla
There are a few possible reasons:
- is SQL Server Analysis Services 2005 running on the local machine (run "services.msc" from a command prompt and look for a services named "SQL Server Analysis Services")
- is AS running as the default instance or as a named instance
In services.msc, a default instance would appear as "SQL Server Analysis Services(MSSQLSERVER)"
A named instance would appear as "SQL Server Analysis Services(INSTANCENAME)"
If running as a named instance, then please set the connection for the Excel add-ins to "localhost\INSTANCENAME"
Northern Ferret
The localhost server name was rejected after you installed the trial version of Analysis Services You may also connect to any server in your organization.
Instructions on how to get the evaluation edition and upgrade are here: http://blogs.msdn.com/jamiemac/archive/2006/12/29/try-out-the-data-mining-addins-for-office-2007-free-for-60-days.aspx
sevenlayercookie
Can you check to see if the server's started
Go to the start menu, right-click on "My Computer" and select "Manage"
Open up "Services and Application" and select "Services" and look for Analysis Services (likely called "SQL Server Analysis Services") to check if it's started.
YewMing
You can download freely an evaluation version from
http://www.microsoft.com/sql/downloads/trial-software.mspx
Juice Johnson
Jeff Putz