PHP Classes

Data not being exported fully

Recommend this page to a friend!

      MS-Excel Stream Handler  >  All threads  >  Data not being exported fully  >  (Un) Subscribe thread alerts  
Subject:Data not being exported fully
Summary:The data in the excel file is less than the actual data.
Messages:2
Author:Matthew Ledom
Date:2005-03-02 00:58:51
Update:2006-09-21 15:10:14
 

  1. Data not being exported fully   Reply   Report abuse  
Picture of Matthew Ledom Matthew Ledom - 2005-03-02 00:58:51
I downloaded your latest excel export class on Feb 24 2005. It is working wonderfully but the only problem is the data is getting chopped off after so many characters. I noticed in the readme you had a fix for 'Fixed bug with arrays and excel files with sizes over the 8192 byte limit'.

The actual data that exists in the assoc array I am sending to the stream is:[testcase_steps] =>1. Corrupted WTMP file
2. Test case to see if agent is able to handle a corrupted wtmp file, and agent's cpu% should not spike to the abnormal state
3.
steps to regress
1. corrupt the wtmp file by appending a bogus text like "aaaaaaaa"
2. create a bogustext file that contains "aaaaaaaa"
3. append to wtmp file, i.e. >cat bogustext >>/var/adm/wtmp
4. install aix hids agent.
5. measure agent's cpu usage
6. distribute a stock Login failed or success policy to the agent
7. produce wtmp event i.e. ftp localhost
8. verify agent collects that event
4. Agent's cpu usage should not spike to the abnormal state i.e. >50% and the agent should be able to handle a new wtmp event after the corruption



The amount of data that shows up in the excel colums is

1. Corrupted WTMP file

2. Test case to see if agent is able to handle a corrupted wtmp file, and agent's cpu% should not spike to the abnormal state

3.

steps to regress

1. corrupt the wtmp file by appending a bogus text like "aaaaaaaa"

2. create a
---------------------------END DATA---------------------------
Am I doing something wrong? Do I need to increase the amount of data that the stream can send? Any help would be appreciated. Thanks for the class is pretty sweet and easy to use.

Thanks,
Matt

  2. Re: Data not being exported fully   Reply   Report abuse  
Picture of Sam Sauder Sam Sauder - 2006-09-21 15:10:14 - In reply to message 1 from Matthew Ledom
After downloading the latest, it works for me now