Bonjour Tout le monde ,
j'aimerais accdéer à la base de données multidimensionnelle de SQL Server Analysis Services. Ceci donc peut être fait par XMLA.
Lorsque j'essaie de consulter la base avec JPivot et Mondrian je reçois le message suivant :
com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Invalid Content-Type:text/html. Is this an error message instead of a SOAP response?
Voila comment j'ai configuré mon datasource.xml :
<?xml version="1.0"?>
<DataSources>
<DataSource>
<DataSourceName>AdventureWorks</DataSourceName>
<DataSourceDescription>Mondrian FoodMart Data Warehouse</DataSourceDescription>
<URL>http://localhost:8080/jpivot/xmla</URL>
<DataSourceInfo>Provider=mondrian;Jdbc=jdbc:Microsoft:sqlserver://localhost:1433;DatabaseName=AdventureWorks;JdbcDrivers=com.microsoft.jdbc.sqlserverSqlServerDriver;</DataSourceInfo>
<Catalogs>
<Catalog name="AdventureWorksDW"></Catalog>
</Catalogs>
<ProviderName>Mondrian</ProviderName>
<ProviderType>MDP</ProviderType>
<AuthenticationMode>Unauthenticated</AuthenticationMode>
</DataSource>
</DataSources>
Est ce que quelqu'un a une idée de ce qui pose probléme?
Partager