0

I am writing simple query to Export Test cases with design steps from HP QC. I am getting error for records having more than 70K rows.

Error while fetching more than 70K rows

2
  • The answer is clearly in your question - contact your "site administrator" and asked them to increase the limit.
    – DavidPostill
    Commented Sep 4, 2016 at 9:01
  • 1
    Do two queries: one for the top 50k rows and another for the bottom 50k rows. I would sort by ascending order to get the top 50k, then sort by descending order and get the top 50k rows. This should give you your 100k rows.
    – Peter
    Commented Sep 4, 2016 at 11:26

0

You must log in to answer this question.

Browse other questions tagged .