Skip to content

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.
  • ehersh Offline
  • Posts: 56
  • Joined: Mon Sep 26, 2016 12:50 pm

count rowset error

Post by ehersh »

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 Offline
  • Support Specialist
  • Posts: 590
  • Joined: Tue Jul 17, 2012 2:12 pm
  • Location: Phoenix, AZ
  • Contact:

Re: count rowset error

Post by Support_Rick »

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 Offline
  • Posts: 56
  • Joined: Mon Sep 26, 2016 12:50 pm

Re: count rowset error

Post by ehersh »

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.
Post Reply