Perforce indexing fails - Request too large

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

When trying to index a P4 Repository in Fisheye it keeps getting the following ERROR:

Repository paused due to error com.cenqua.fisheye.perforce.client.P4ClientException: com.atlassian.utils.process.ProcessException:Non-zero exit code: 1 | Request too large (over 100000); see 'p4 help maxresults'.

Cause

The maxresults value associated with the group of the Fisheye user is limiting the index. The default value is "unlimited" but a superuser can use p4 group to limit maxresults for a particular group. Users in the group cannot run any commands that affect more database rows than the maxresults limit. For most commands, the number of database rows affected is roughly equal to the number of files affected.

Resolution

Set the maxresults back to unlimited or you can get around this by syncing smaller sets of files at a time.

For more information about the maxresults problem please refer to the following P4 documentation: http://kb.perforce.com/AdminTasks/PerformanceTuning/MaximizingPe..Performance

 

Last modified on Jul 31, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.