{"record":{"id":"214b2e0564635ba7","repo":"sqlmapproject/sqlmap","slug":"boundary-limits-d-d-are-too-large-please-reru-214b2e","errorCode":null,"errorMessage":"boundary limits (%d,%d) are too large. Please rerun with switch '--fresh-queries'","messagePattern":"boundary limits \\((.+?),(.+?)\\) are too large\\. Please rerun with switch '--fresh-queries'","errorType":"exception","errorClass":"SqlmapDataException","httpStatus":null,"severity":"error","filePath":"lib/techniques/union/use.py","lineNumber":444,"sourceCode":"\n            elif not isNumPosStrValue(count):\n                if not count:\n                    warnMsg = \"the SQL query provided does not \"\n                    warnMsg += \"return any output\"\n                    logger.warning(warnMsg)\n                else:\n                    value = []  # for empty tables\n                return value\n\n            if isNumPosStrValue(count) and int(count) > 1:\n                threadData = getCurrentThreadData()\n\n                try:\n                    threadData.shared.limits = iter(xrange(startLimit, stopLimit))\n                except OverflowError:\n                    errMsg = \"boundary limits (%d,%d) are too large. Please rerun \" % (startLimit, stopLimit)\n                    errMsg += \"with switch '--fresh-queries'\"\n                    raise SqlmapDataException(errMsg)\n\n                numThreads = min(conf.threads, (stopLimit - startLimit))\n                threadData.shared.value = BigArray()\n                threadData.shared.buffered = []\n                threadData.shared.counter = 0\n                threadData.shared.lastFlushed = startLimit - 1\n                threadData.shared.showEta = conf.eta and (stopLimit - startLimit) > 1\n\n                if threadData.shared.showEta:\n                    threadData.shared.progress = ProgressBar(maxValue=(stopLimit - startLimit))\n\n                if stopLimit > TURN_OFF_RESUME_INFO_LIMIT:\n                    kb.suppressResumeInfo = True\n                    debugMsg = \"suppressing possible resume console info for \"\n                    debugMsg += \"large number of rows as it might take too long\"\n                    logger.debug(debugMsg)\n\n                try:","sourceCodeStart":426,"sourceCodeEnd":462,"githubUrl":"https://github.com/sqlmapproject/sqlmap/blob/0a35b20e3953d341be6c7ac75ccb0b3362540c8d/lib/techniques/union/use.py#L426-L462","documentation":"Error \"boundary limits (%d,%d) are too large. Please rerun with switch '--fresh-queries'\" thrown in sqlmapproject/sqlmap.","triggerScenarios":"Thrown at lib/techniques/union/use.py:444 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"0a35b20e3953d341be6c7ac75ccb0b3362540c8d","analyzedAt":"2026-08-26T23:02:52.002Z","schemaVersion":2},"datasetVersion":"2026-08-27T03:17:27.898Z"}