473,396 Members | 1,864 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Install error message...need a translation

Hi

I`m trying to install a third-party control. During
the install I receive this error...see the url below.
I have no idea as to the meaning of the error.
www.woodsolutions.com/download/ErrorLoadComp.jpg
Jul 17 '05 #1
1 4482
Knowledge Base

Common Cause of "Error Performing Inpage Operation" ExplainedPSS ID Number:
141117

Article Last Modified on 5/7/2003
--------------------------------------------------------------------------------
The information in this article applies to:
Microsoft Windows NT Server 4.0 Terminal Server Edition
Microsoft Windows 2000 Server
Microsoft Windows 2000 Advanced Server
Microsoft Windows 2000 Professional
Microsoft Windows 2000 Datacenter Server
Microsoft BackOffice Server 4.0
Microsoft Windows NT Server, Enterprise Edition 4.0
Microsoft Windows NT Server 3.1
Microsoft Windows NT Server 3.5
Microsoft Windows NT Server 3.51
Microsoft Windows NT Server 4.0
Microsoft Windows NT Workstation 3.1
Microsoft Windows NT Workstation 3.5
Microsoft Windows NT Workstation 3.51
Microsoft Windows NT Workstation 4.0
Microsoft Windows NT Advanced Server

--------------------------------------------------------------------------------

This article was previously published under Q141117
SUMMARY
When copying files from a diskette on a Windows computer, you may
occasionally experience an "Error performing inpage operation".

In this scenario, this error usually indicates physical problems on the
diskette media, and is probably unrelated to paging operations involving the
Windows paging file, despite the wording of the error message.
MORE INFORMATION
Copy utilities commonly use the CopyFile() Win32 API to copy files.

For small files (where small is arbitrarily defined in the Windows source
code as less than 256 kilobytes) the Windows CopyFile() API does not
actually open the source file and read from it using the CreateFile() and
ReadFile() APIs as might be expected.

Instead, the CopyFile() API creates a File Mapping and maps the file into
virtual memory. Data is then read from the file by simply accessing this
memory. As the memory is accessed, the required portions of the file are
paged into memory on demand. This leverages the paging functionality of the
Windows Virtual Memory Manager, but introduces the jargon of Paging into
this particular file copy scenario.

Consequently, if I/O errors occur while processing a CopyFile() API for a
"small" file, they will not be reported as File I/O Errors. Instead, as
these errors are detected in what is effectively a paging operation (albeit
unrelated to the Windows paging file), they will be reported as "Error
performing inpage operation".

Additionally, errors caused by network connectivity can cause these errors.
Mismatched MTU sizes or truncation of a packet at a router can result in
this error when files larger than the largest packet size are copied over
the network. In essence, the network connection is the media that has the
physical problem.
REFERENCES
For more information on memory-mapped files, refer to the following:

Helen Custer's "Inside Windows NT", Section 6.2.1, "Sharing Memory".
The Win32 Programmer's Reference, Volume 2, Chapter 47, "File Mapping".

------------------------------

Knowledge Base

Windows NT 4.0 Not Able to Read Some Compact DiscsPSS ID Number: 142687

Article Last Modified on 8/8/2001
--------------------------------------------------------------------------------
The information in this article applies to:
Microsoft Windows NT Workstation 4.0
Microsoft Windows NT Server 4.0

--------------------------------------------------------------------------------

This article was previously published under Q142687
SYMPTOMS
When you attempt to read or copy files from certain compact discs to your
hard drive, you get the following error message:

Cannot copy <filename>: Error performing inpage operation.

The same files could be copied by earlier versions of Windows NT, or by
other operating systems, and other compact discs work correctly.
CAUSE
This error is caused by the compact disc file system (CDFS) not quite
correctly recognizing the allocation size of a file on media of a block size
different than the physical sector size of 2048 on a compact disc (for
example, less than indicated per ISO 9660). CDFS tries to generate sector-
aligned reads regardless of whether it is doing that reading beyond the
mapped range of the file.
RESOLUTION
The fixed version of CDFS.sys is available in Windows NT 4.0 Service Pack 2
or later.
STATUS
Microsoft has confirmed this to be a problem in Windows NT version 4.00.
This problem was corrected in the latest Microsoft Windows NT 4.0 U.S.
Service Pack. For information on obtaining the service pack, query on the
following word in the Microsoft Knowledge Base: SERVPACK

--

Randy Birch
MVP Visual Basic
http://www.mvps.org/vbnet/
Please respond only to the newsgroups so all can benefit.
"B Golash" <golash1(REMOVE)@verizon.net> wrote in message
news:Un***************@nwrdny02.gnilink.net...
: Hi
:
: I`m trying to install a third-party control. During
: the install I receive this error...see the url below.
: I have no idea as to the meaning of the error.
:
:
: www.woodsolutions.com/download/ErrorLoadComp.jpg
:
:
Jul 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Amy Kimber | last post by:
Hello, I have a file upload page, and I've had it working fine, it was beautiful :-) Anyway, the powers that be moved hosts... and it doesn't work now. The file name is correct, the directory...
2
by: Carlos G Benevides | last post by:
I have a ASP.Net web application that has two assemblies that run under com+. Under Windows 2000 the two assemblies are added to com+ automatically when instantiated from the web site. For this...
1
by: Varad | last post by:
Hi, Am trying to install SQL Server Express CTP on my machine (Windows XP with SP1). I have downloaded the windows installer and .net framewrok specified in the readme file(ReadmeSQLEXP2005.htm)...
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
15
by: David Lozzi | last post by:
Howdy, I have a function that uploads an image and that works great. I love ..Nets built in upload, so much easier than 3rd party uploaders! Now I am making a public function that will take the...
8
by: Brandon | last post by:
I've yet to find a decently worded and exampled article outlining how one can perform more complex operations during MSI installation. Specifically, I'm looking to copy the source MSI to the...
3
by: Eric | last post by:
Using VS.Net 2003 .Net framework 1.1 SP1 Our installation project calls a Custom Action dll to perform post install actions. It fails if the .msi file is launch from a directory that contains...
33
by: Martin Jørgensen | last post by:
Hi, In continuation of the thread I made "perhaps a stack problem? Long calculations - strange error?", I think I now got a "stable" error, meaning that the error always seem to come here now...
0
by: zoobave | last post by:
Hi, When i give "apt-get update" command, i got the following errors. How can i resolve it? root@dvm-desktop:/home/dvm# apt-get update Get:1 http://security.ubuntu.com feisty-security...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.