# The form data below was edited by paul_allen # Perforce Workshop Jobs # # Job: The job name. 'new' generates a sequenced job number. # Status: Job status; [open/closed/suspended]. Required # Project: The project this job is for. Required. # Severity: [A/B/C] (A is highest) Required. # ReportedBy The user who created the job. Can be changed. # ReportedDate: The date the job was created. Automatic. # ModifiedBy: The user who last modified this job. Automatic. # ModifiedDate: The date this job was last modified. Automatic. # OwnedBy: The owner, responsible for doing the job. Optional. # Description: Description of the job. Required. # DevNotes: Developer's comments. Optional. # Type: Type of job; [Bug/Feature]. Required. Job: job000210 Status: closed Project: perforce-software-p4convert Severity: B ReportedBy: norman_morse ReportedDate: 2015/04/23 09:11:17 ModifiedBy: paul_allen ModifiedDate: 2015/04/24 04:29:34 Description: Documentation needs to specify that the import mode perforce user should have an "Unlimited" login timeout or large imports may fail. Typical error is: Caught exception on exit com.perforce.p4java.exception.AccessException: Your session has expired, please login again. at com.perforce.p4java.impl.mapbased.server.Server.handleErrorStr(Server.java:4907) at com.perforce.p4java.impl.mapbased.server.Server.updateClient(Server.java:2519) at com.perforce.p4java.impl.mapbased.client.Client.update(Client.java:465) DevNotes: Type: Bug