-
Notifications
You must be signed in to change notification settings - Fork 28
I got wrong message... #1
Description
hi Julienj,
Rencently, I'm using your phpOlap to connect SSAS. But failed... See following picture
I opened php SOAP extend, and also added Symfony to vendor folder. But still doesn't work...
Could you please help me out here? BTW, I saw your website(phpolap.org) is closed. Is there any place, i can get more samples or documents
thank you very much!
here is my wrong message
Fatal error: Uncaught exception 'phpOlap\Xmla\Connection\Adaptator\AdaptatorException' with message 'SOAP error : no response' in D:\WWW\test\src\phpOlap\Xmla\Connection\Adaptator\SoapAdaptator.php:140 Stack trace: #0 D:\WWW\test\src\phpOlap\Xmla\Connection\Adaptator\SoapAdaptator.php(86): phpOlap\Xmla\Connection\Adaptator\SoapAdaptator->call(Object(DOMDocument), 'Discover') #1 D:\WWW\test\src\phpOlap\Xmla\Connection\Connection.php(139): phpOlap\Xmla\Connection\Adaptator\SoapAdaptator->discover('MDSCHEMA_CUBES', Array, Array) #2 D:\WWW\test\src\phpOlap\Xmla\Connection\Connection.php(149): phpOlap\Xmla\Connection\Connection->findCubes(NULL, Array) #3 D:\WWW\test\src\index.php(27): phpOlap\Xmla\Connection\Connection->findOneCube(NULL, Array) #4 {main} thrown in D:\WWW\test\src\phpOlap\Xmla\Connection\Adaptator\SoapAdaptator.php on line 140
and here is my code
null, 'CatalogName' => 'CaseSSAS' ) ); $cube = $connection->findOneCube(null, array('CUBE_NAME' => 'Case')); ?>Cube :getName() ?>
thank you very much!