Share
Kicking Log Management up a Notch at CernerWorks
Submitted by jzhen on Tue, 07/29/2008 - 14:55LogLogic just released a new case study on CernerWorks.
Cerner's need to meet HIPAA's requirement for logging data prompted them to investigate solutions that had adequate capacity and a centralized repository. But they wanted more than just a log management system — the solution CernerWorks found also offered troubleshooting and real time viewing, allowing it to not only meet the compliance requirement but to improve both operations and security.
To receive your complimentary copy of Kicking Log Management up a Notch at CernerWorks, please complete the form below. It will help us serve you better and provide you with valuable information.
SOAPui call succeeds but PHP call results in ErrorCode 5 for same user
Submitted by joed on Thu, 07/17/2008 - 10:15So the following works from SOAPui.. (NOTE...authentication removed from both examples)
<rep:applianceIP>All</rep:applianceIP>
<rep:reportType>3</rep:reportType>
<rep:reportName>LogTest</rep:reportName>
<rep:sourceDeviceName>All</rep:sourceDeviceName>
<rep:timeRangeType>Last 1 Hour</rep:timeRangeType>
<rep:startRow>1</rep:startRow>
<rep:numberRowsToRetrieve>105</rep:numberRowsToRetrieve>
</rep:getReport>
</soapenv:Body>
</soapenv:Envelope>But from a PHP script ---------------------------------------
<?php
echo "Now Logging in to device... ";
$timeStart = time();
echo "Retrieving report... ";
ini_set('default_socket_timeout', 240);
$client = new SoapClient("http://192.168.1.15/logapp20/services/ReportService?wsdl", array("connection_timeout" => 240));
$params->applianceIP = "";
$params->reportType = "3";
User login
Current Poll
Developer Resources
Active Forum Topics
- Service crashing
- Syslog and Lasso
- Dual output from the Lasso server
- Identifying your Lasso Server
- Enhancement request: Sanitize message before sending
- Search All Via WebService Index Search
- failed get ready, Error 997 ??
- i-Tracing demonstration of creating a dashboard for a LogLogic customer
- Error: CommLasso::sendData(): Sending message stream failed ec(10053): 0 bytes of was already send. Possible duplicate message
- Open Portal Maintenance Notice

Recent Comments
3 weeks 6 days ago
4 weeks 14 hours ago
4 weeks 16 hours ago
4 weeks 1 day ago
4 weeks 3 days ago
4 weeks 3 days ago
4 weeks 3 days ago
4 weeks 4 days ago
4 weeks 5 days ago
4 weeks 5 days ago