Write output gets stuck at 97%
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey
So I've done a temporary workaround to filter and write each tab individually, but in case this happens again I would like to understand anyone's experience in resolving this.
I'm writing a file to Excel (overwrite sheet), with five tabs, one particular file has 240,000 lines and the others range from 1500 to 40,000. The output to tabs with 1500 to 40000 lines write fine, but when it starts to write the 240,000 tab it just gets stuck at 97%. If I filter the path output to just this 240,000 it outputs fine...
Even tried leaving it overnight but the PC just went into hibernate
Any thoughts welcome!
Thanks
Cass
- Labels:
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @ck2024
It sounds strange, i did not encounter issue with writing almost a million lines. Could it be a memory issue with your local machine?
It may sound like a not so elegant fix, perhaps you can do the write in 2 tranches of 120,000 each:
1) first tranche: set to overwrite tab
2) second tranche: set to append records and skip fieldname
to enable this you need a block until done to avoid access conflicts.
hope this works for you
dawn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Dawn - I think part of the problem might be related to the AMP engine - a file just would not read today no matter what i did, and as soon as i unticked the AMP engine away it went...is that normal behaviour or does it point to a problem with my PC maybe?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Sometimes AMP Engine may cause the errors. When PC's memory is not enough, AMP Engine can behave strangely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @ck2024
Sounds like AMP engine memory issue.
one way to circumvent is to cut into smaller pieces when you write (but that’s annoying!!!)
Dawn
