Hello,
I trying to connect to the db using the default user ... $conn = ToolkitService::getInstance('*LOCAL','',''); However I'm getting the following errors...
[17-Jan-2013 17:48:21] PHP Fatal error: Uncaught exception 'Exception' with message 'Processing of the SQL statement ended. Reason code 0. SQLCODE=-952' in /usr/local/ZendSvr/share/ToolkitApi/ToolkitService.php:92
Stack trace:
#0 /usr/local/ZendSvr/share/ToolkitApi/ToolkitService.php(48): ToolkitService->__construct('*LOCAL', '', '', '')
#1 /webpages/php/testcall.php(5): ToolkitService::getInstance('*LOCAL', '', '')
#2 {main}
thrown in /usr/local/ZendSvr/share/ToolkitApi/ToolkitService.php on line 92
-thanks,
Hugo

