Thanks. I corrected and verified the *ntwdblib.dll* However It is not even getting to the DB routines (I think)
It is still not making a client for some reason. I have a 'http://localhost:8080/phpStockTrader/config_service/...' Should I move the entire system up a level to the docroot? All my StockTrader directories is under this directory Thanks! -----Original Message----- From: Dimuthu Gamage [mailto:[email protected]] Sent: Monday, March 23, 2009 7:41 PM To: [email protected] Subject: Re: Final connections Hi, It looks like the response to the config service request is NULL. Can you recheck the config service endpoint is correctly set from the WEB UI. If you copied "config_service" directory directly to the apache 'htdocs' directly and if the apache is running on 8080 the endpoint you should set from the WEB UI is 'http://localhost:8080/config_service/config_svc.php'. And the other place that may go wrong is accessing the database part. Since config service access to mssql using php mssql extension and it fails with its default *ntwdblib.dll* file with mssql 2005 or great you too have to double check the mssql_php extension. A little guide can be found here, http://www.php.net/manual/en/mssql.requirements.php Thanks Dimuthu On Fri, Mar 20, 2009 at 6:11 AM, Drew Baird (Volt) <[email protected]>wrote: > Hi Friends, > > I am using the win32-snapshot WSF binaries. My system is running (I can > get the web pages and the API pages but I am not making good endpoints: > > When I attempt to login I get: > Notice: Undefined variable: endPoint in > C:\wamp\www\php_stocktrader\trader_client\request_processor.php on line 539 > Notice: Trying to get property of non-object in > C:\wamp\www\php_stocktrader\trader_client\request_processor.php on line 826 > Notice: Trying to get property of non-object in > C:\wamp\www\php_stocktrader\trader_client\request_processor.php on line 826 > > I have setup my database I 'believe' correctly. However it is not on > 'localhost' but on a second machine. Todo this I changed the 'localhost' to > the hard IP of the DB machine, set the conf/database xml file the same and I > get the files above. I also changed the 'localhost' of the PHP machine in > the table to hard IPs. > > Obviously I am not getting my endpoints. Can anyone shed some light on > these errors. > > Thanks! > drew > > > > > -- Thanks, Dimuthu Gamage http://www.dimuthu.org http://www.wso2.org
