Page History: Why does my package crash unexpectedly?
Compare Page Revisions
Page Revision: 2008/08/26 16:02
Get IE7
Older versions can cause crashes, notably version 6.
Try Removing Script Tags
1.Package Properties
2.Steps
3.Task properties(Double click the task name)
4.Advanced Tab
5.Download Path Edit...
6.Advanced(bottom right)
Under "Pre-Extraction File Processing (Expert)" change the first filter to Replace Text with parameters,
Code:
<script,<scpt
That will disable scripts on the page that may crash the package. They crash because they can have relative links which are no longer valid after being downloaded into your file system.