The client "Write and Auto approve?" was not selected. Now, I have selected it and getting this errors. The sample names have been addded to the project. But the fastq files are not
2021-12-13 19:44:20 INFO looking for run in /Users/xxxx/S_Enterica_FastQ
2021-12-13 19:44:22 INFO looking for run in /Users/xxxx/S_Enterica_FastQ
2021-12-13 19:44:22 INFO Beginning Parsing
2021-12-13 19:44:22 INFO Looking for sample sheet in /Users/xxxx/S_Enterica_FastQ
2021-12-13 19:44:22 INFO Reading data from sample sheet /Users/xxxx/S_Enterica_FastQ/SampleList.csv
2021-12-13 19:44:22 INFO Validating sequencing run
2021-12-13 19:44:22 INFO Parsing Done
{'_sample_name': 'sample-1', '_description': '', '_sample_number': 1, '_sample_dict': {'File_Forward': 'xxxxxxxxxxx_R1_001.fastq', 'File_Reverse': 'XXXXXXXX_R2_001.fastq', 'sample_project': '25'}, '_sequence_file': <iridauploader.model.sequence_file.SequenceFile object at 0x7f9ce81e5c50>, '_skip': False}
{'_sample_name': 'sample-2', '_description': '', '_sample_number': 2, '_sample_dict': {'File_Forward': 'YYYYYYY_R1_001.fastq', 'File_Reverse': 'YYYYYYYYYYY_R2_001.fastq', 'sample_project': '25'}, '_sequence_file': <iridauploader.model.sequence_file.SequenceFile object at 0x7f9ce81e5208>, '_skip': False}
2021-12-13 19:44:24 INFO looking for run in /Users/xxxxx/S_Enterica_FastQ
2021-12-13 19:44:24 INFO Run with status error is being force uploaded
2021-12-13 19:44:24 INFO Adding log file to /Users/xxxx/S_Enterica_FastQ
2021-12-13 19:44:24 INFO ==================================================
2021-12-13 19:44:24 INFO ---------------STARTING UPLOAD RUN----------------
2021-12-13 19:44:24 INFO Uploader Version 0.6.2
2021-12-13 19:44:24 INFO Logging to file in: /Users/xxxx/Library/Logs/irida-uploader
2021-12-13 19:44:24 INFO ==================================================
2021-12-13 19:44:24 INFO Starting upload for '/Users/xxxx/S_Enterica_FastQ' with continue partial upload = 'False'
2021-12-13 19:44:24 INFO Beginning Parsing
2021-12-13 19:44:24 INFO Looking for sample sheet in /Users/xxxx/S_Enterica_FastQ
2021-12-13 19:44:24 INFO Reading data from sample sheet /Users/xxxx/S_Enterica_FastQ/SampleList.csv
2021-12-13 19:44:24 INFO Validating sequencing run
2021-12-13 19:44:24 INFO Parsing Done
2021-12-13 19:44:25 INFO Connected
2021-12-13 19:44:25 INFO Verifying run (online validation)
2021-12-13 19:44:25 INFO Loading projects.
2021-12-13 19:44:25 INFO Getting samples from project '25'
2021-12-13 19:44:26 INFO Creating sample 'sample-1' for project '25' on IRIDA.
2021-12-13 19:44:27 INFO Getting samples from project '25'
2021-12-13 19:44:27 INFO Getting samples from project '25'
2021-12-13 19:44:27 INFO Creating sample 'sample-2' for project '25' on IRIDA.
2021-12-13 19:44:28 INFO Getting samples from project '25'
2021-12-13 19:44:28 INFO Run Verified
2021-12-13 19:44:28 INFO Starting Upload
2021-12-13 19:44:29 ERROR Encountered error while creating sequence run: 405
2021-12-13 19:44:29 ERROR Lost connection to Irida
2021-12-13 19:44:29 ERROR Errors: ('Error encountered while communicating with IRIDA: 405: \n',)
2021-12-13 19:44:29 INFO ==================================================
2021-12-13 19:44:29 INFO ----------------ENDING UPLOAD RUN-----------------
2021-12-13 19:44:29 INFO ==================================================
2021-12-13 19:44:29 INFO Stopped active logging to run directory
describe project;
+---------------------------+--------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+---------------------------+--------------+------+-----+---------+----------------+
| id | bigint(20) | NO | PRI | NULL | auto_increment |
...
| organism | varchar(255) | YES | | NULL | |
...
+---------------------------+--------------+------+-----+---------+----------------+
I'm not quite sure what you mean by client id stored in the database, since the client information is associated with a particular IRIDA instance (and so must already be in the database before upload of data)?
For resuming uploads though, I believe the IRIDA uploader writes a JSON file in the upload directory with information on what files were uploaded/when it was completed.