count rowset error

Post any question you may have in regards to GoAnywhere Director and let our talented support staff and other users assist you.
3 posts Page 1 of 1

ehersh

Posts: 56
Joined: Mon Sep 26, 2016 12:50 pm

Post by ehersh » Wed Apr 19, 2017 7:14 am
Any idea what could cause this error in a count rowset? :
8099 - Count RowSet] An unexpected error occurred. Your InputStream was neither an OLE2 stream, nor an OOXML stream
.

The column count works its just the row count that does not. the count rowset code is
Code: Select all
<countRowSet rowsetVariable="${newrow}" rowCountVariable="rows" columnCountVariable="columns" version="1.0" />

Support_Rick

Support Specialist
Posts: 590
Joined: Tue Jul 17, 2012 2:12 pm
Location: Phoenix, AZ

Post by Support_Rick » Wed Apr 19, 2017 4:57 pm
Can you show me your full project XML so i can see fully what you're trying to do?
Rick Elliott
Lead Solutions Consultant
(402) 944.4242
(800) 949-4696

ehersh

Posts: 56
Joined: Mon Sep 26, 2016 12:50 pm

Post by ehersh » Thu Apr 20, 2017 8:34 am
I figured it out thank you. I have a read excel that I had a file list on. The count rows was trying to count the rows in the file list instead of the row set. I removed the file list from the read excel and created a separate one then it worked, thank you.
3 posts Page 1 of 1