Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
WARNING *** OLE2 inconsistency: SSCS size is 0 but SSAT size is non-zero
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mintaka  
View profile  
 More options Oct 16, 2:14 am
From: Mintaka <mintak...@gmail.com>
Date: Thu, 15 Oct 2009 09:14:26 -0700 (PDT)
Local: Fri, Oct 16 2009 2:14 am
Subject: WARNING *** OLE2 inconsistency: SSCS size is 0 but SSAT size is non-zero
Can somebody explain this warning?

It is probably from file /xlrd/compdoc.py
I geeting this message on beginning reading one big (77MB)  .xls file
with 5 sheet. First 4 sheet have 65535 rows of data. row 1 and row
65536 are empty. (I know it is crazy to have such data in excel, but
it is from external source.)

The data can be clearly readed from that file. Writing is not needed.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Machin  
View profile  
 More options Oct 16, 8:21 am
From: John Machin <sjmac...@lexicon.net>
Date: Fri, 16 Oct 2009 09:21:15 +1100
Local: Fri, Oct 16 2009 8:21 am
Subject: Re: [pyxl] WARNING *** OLE2 inconsistency: SSCS size is 0 but SSAT size is non-zero
On 16/10/2009 3:14 AM, Mintaka wrote:

Hi Mintaka. Welcome to the group.

> Can somebody explain this warning?

The file header says that a particular data collection (Short Sector
Container Stream) is empty. It also says that a data structure (Short
Sector Allocation Table) used to access that collection is NOT empty.

This indicates that either (1) the file is corrupt or (2) the author of
the file-creating software is somewhat slack about initialisation.

> It is probably from file /xlrd/compdoc.py

Probably? What's stopping you from looking at the file?

> I geeting this message on beginning reading one big (77MB)  .xls file
> with 5 sheet. First 4 sheet have 65535 rows of data. row 1 and row
> 65536 are empty.

Isn't there an off-by-one error in there somewhere?

> (I know it is crazy to have such data in excel, but
> it is from external source.)

> The data can be clearly readed from that file. Writing is not needed.

As you have a medium-size file, the SSCS won't be used for storing the
Workbook stream. If the data that you extract appears OK, you can just
ignore the warning.

Cheers,
John


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mintaka  
View profile  
 More options Oct 17, 4:29 am
From: Mintaka <mintak...@gmail.com>
Date: Fri, 16 Oct 2009 11:29:42 -0700 (PDT)
Local: Sat, Oct 17 2009 4:29 am
Subject: Re: WARNING *** OLE2 inconsistency: SSCS size is 0 but SSAT size is non-zero
Thank you for answer.
RE:

> > It is probably from file /xlrd/compdoc.py

> Probably? What's stopping you from looking at the file?

I found the error message string in that file with Google. I look
inside and look at a part where the message is, but there was not
useful information for me. Maybe, explanation from your message to me,
should be given there as commentary.

RE. If the data that you extract appears OK, you can just ignore the
warning.:

Yes, te extracted data looks to by OK, so I will ignore that
warning.

Thanks


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google