diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 02f1802..fdcf98d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,8 +1,15 @@ - + + + + + + + + @@ -424,7 +431,6 @@ - @@ -449,6 +455,7 @@ - \ No newline at end of file diff --git a/Inscription_mgt.py b/Inscription_mgt.py index e06828b..c3b657c 100644 --- a/Inscription_mgt.py +++ b/Inscription_mgt.py @@ -4623,7 +4623,7 @@ On y ajoute la formation concernée """ def Get_Statgaire_List_Partner_with_filter(diction): try: - field_list = ['token', 'class_internal_url', 'code_session', 'status', 'email', 'nom', 'class_title', 'code_session'] + field_list = ['token', 'class_internal_url', 'code_session', 'status', 'email', 'nom', 'class_title', 'code_session','client_nom'] incom_keys = diction.keys() for val in incom_keys: if val not in field_list: @@ -4709,7 +4709,28 @@ def Get_Statgaire_List_Partner_with_filter(diction): filt_class_partner_recid = {'partner_owner_recid': str(partner_recid)} - query = [{'$match':{ '$and' : [ filt_class_internal_url, filt_session_id, filt_email, filt_nom, {'partner_owner_recid':str(partner_recid)}] } }, + + # ----- + + filt_client_nom = {} + sub_filt_client_nom = {} + Lists_partner_client_id = [] + if ("client_nom" in diction.keys()): + sub_filt_client_nom = {'nom': {'$regex': str(diction['client_nom']), "$options": "i"}, + 'partner_recid': str(partner_recid), 'valide': '1', 'locked': '0'} + # Recuperation des '_id' des clients dont le nom match en regexp + # print(" ### sub_filt_client_nom = ", sub_filt_client_nom) + for List_Client_Data in MYSY_GV.dbname['partner_client'].find(sub_filt_client_nom, {'_id': 1}): + Lists_partner_client_id.append(str(List_Client_Data['_id'])) + + filt_client_nom = {'client_rattachement_id': {'$in': Lists_partner_client_id, }} + # print(' ### filt_client_nom = ', filt_client_nom) + + + #---- + + + query = [{'$match':{ '$and' : [ filt_class_internal_url, filt_session_id, filt_email, filt_nom, filt_client_nom, {'partner_owner_recid':str(partner_recid)}] } }, {'$lookup': { 'from': 'myclass', diff --git a/Log/log_file.log b/Log/log_file.log index 2357e0f..c8c5d6b 100644 --- a/Log/log_file.log +++ b/Log/log_file.log @@ -1812228,3 +1812228,2685 @@ INFO:root:2023-09-22 12:51:20.574886 : Security check : IP adresse '127.0.0.1' INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 12:51:27] "POST /myclass/api/AddStagiairetoClass_mass_for_many_session/ HTTP/1.1" 200 - INFO:root:2023-09-22 12:51:28.399674 : Security check : IP adresse '127.0.0.1' connected INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 12:51:28] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:55:23.610558 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-22 14:55:23.611559 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-22 14:55:23.612559 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-22 14:55:23.612559 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-22 14:55:23.612559 : ++ LMS_BAS_URL mysy-training.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-22 14:55:42.758801 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-22 14:55:42.758801 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-22 14:55:42.759827 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-22 14:55:42.759827 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-22 14:55:42.759827 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2023-09-22 14:55:57.190194 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:57.191423 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:57.192441 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:57] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:57] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:57] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:55:57.643560 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:57.646072 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:57] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:55:58.389631 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:58.391404 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:58.392864 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:58.393368 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:58.394376 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:58.399446 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:58] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:58] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:58] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:58] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:58] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:58] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:55:58.732022 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:58.732556 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:58.733598 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:58.734600 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:58] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:58] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:55:58.742019 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:58] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:55:58.747641 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:58] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:58] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:58] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:55:59.061141 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:59.062773 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:59.062773 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:59.063804 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:59.064805 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:59.065839 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:59] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:59] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:59] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:59] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:59] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:59] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:55:59.383979 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:55:59.385995 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:59] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:55:59] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:22.208508 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:56:22.211586 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:22] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:22.214297 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:22] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:22] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:23.250639 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:56:23.252639 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:23] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.096852 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:56:24.100359 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.103788 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:56:24.110385 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.115587 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.120540 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.128586 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.135585 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:56:24.138579 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.143579 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.148579 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.157080 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:56:24.159074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.164073 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:56:24.169809 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.177001 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.183033 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.188050 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:56:24.196050 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:56:24.199801 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:56:24] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:57:20.915556 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:57:20] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:57:21.078488 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:57:21.082496 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:57:21.087502 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:57:21.092017 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:57:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:57:21] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:57:21] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:57:21.105042 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:57:21] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:57:21.158186 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:57:21] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:57:23.563357 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:57:23.567354 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:57:23.572353 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:57:23.580364 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:57:23] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:57:23] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:57:23] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:57:23] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 14:59:46.036825 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:59:46.039634 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:59:46.042658 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 14:59:46.047584 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:59:46] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:59:46] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:59:46] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 14:59:46] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:02:15.487290 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:02:15.491291 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:02:15.495987 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:02:15.500784 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:15] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:15] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:15] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:15] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:02:41.080947 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:41] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:02:41.137826 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:41] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:02:42.797378 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:42] "POST /myclass/api/check_partner_token_validity_v2/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:02:46.456863 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:02:46.461305 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:02:46.464751 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:02:46.468251 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:46] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:46] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:46] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:46] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:02:52.592596 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:02:52.596849 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:02:52.600921 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:52] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:02:52.605596 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:52] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:02:52.610211 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:52] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:52] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:02:52] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:04:11.442107 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:04:11.446609 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:04:11.453224 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:04:11.457221 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:04:11] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:04:11] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:04:11] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:04:11] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:08:25.122661 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:08:25.127410 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:08:25.131169 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:08:25.136180 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:08:25] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:08:25] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:08:25] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:08:25] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:09:00.652578 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:09:00] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:09:54.852841 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:09:54] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:10:21.418144 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:10:21] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:12:12.065133 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:12:12] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:12:36.325908 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:12:36] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:12:42.783167 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:12:42.786180 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:12:42.790180 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:12:42.796183 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:12:42] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:12:42] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:12:42] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:12:42] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:14:30.714426 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:14:30] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:14:32.594742 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:14:32.601750 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:14:32] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:14:32] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:15:03.433377 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:15:03.440396 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:15:03.444405 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:15:03] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:15:03] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:15:03] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:19:48.068915 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:19:48] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:27:32.974905 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:27:32.980903 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:27:33.035659 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:27:33] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:27:33.101012 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:root:2023-09-22 15:27:33.103536 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:27:33] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:27:33] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:27:33] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:30.606981 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:28:30.609421 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:28:30.613315 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:30] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:30] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:30] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.220145 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:28:31.222309 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.772309 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:28:31.778562 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.786092 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:28:31.793595 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.805436 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.812396 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.816780 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.829521 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:28:31.832523 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.840975 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.850038 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:28:31.853521 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.864256 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.872592 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.881118 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.886114 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.895210 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:28:31.899559 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.901862 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:31.907014 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:32.505550 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:28:32.510521 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:28:32.516864 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:32.523369 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:32] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:32.531316 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:32] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:28:32.600060 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:28:32] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:29:20.165611 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:29:20.170169 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:29:20.175108 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:29:20.178116 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:29:20] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:29:20] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:29:20] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:29:20] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:32:13.167393 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:32:13.171406 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:32:13] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:32:13.178116 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:32:13.185451 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:32:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:32:13] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:32:13.309725 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:32:13] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:36:01.509067 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:36:01] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:36:30.276872 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:36:30] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:36:37.513750 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:36:37.520216 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:36:37] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:36:37] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:36:48.914105 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:36:48.923439 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:36:48] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:36:48] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:37:05.395576 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:37:05] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:38:26.444771 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:38:26] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:45:36.512142 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:45:36.516953 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:45:36] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:45:36.524154 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:45:36.530518 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:45:36] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:45:36] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:45:36.656427 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:45:36] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:45:39.620804 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:45:39.631623 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:45:39] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:45:39] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:45:49.721496 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:45:49] "POST /myclass/api/Get_Given_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:45:49.760086 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:45:49] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:48:11.277205 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:48:11.280803 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:48:11] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:48:11] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:48:48.941281 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:48:48] "POST /myclass/api/Get_Given_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:48:48.965673 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:48:48] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:51:34.763023 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:51:34.768360 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:51:34] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:51:34] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:51:42.408078 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:51:42] "POST /myclass/api/Get_Given_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:51:42.432047 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:51:42] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:51:50.392216 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:51:50] "POST /myclass/api/Get_Given_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:51:50.416481 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:51:50] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:51:58.297802 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:51:58] "POST /myclass/api/Get_Given_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:51:58.332043 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:51:58] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:52:03.930417 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:52:03] "POST /myclass/api/Update_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:52:04.009614 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:52:04] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:52:09.333414 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:52:09] "POST /myclass/api/Get_Given_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:52:09.361208 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:52:09] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:52:19.173865 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:52:19] "POST /myclass/api/Update_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:52:19.192376 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:52:19] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:52:22.696692 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:52:22] "POST /myclass/api/Get_Given_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:52:22.721130 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:52:22] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:52:47.101284 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:52:48.755511 : Add_activite Le champ 'email' n'existe pas +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:52:48] "POST /myclass/api/Add_activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:55:59.447767 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:55:59.451305 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:55:59] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:55:59] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:56:06.805212 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:56:06] "POST /myclass/api/Add_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:56:06.897987 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:56:06] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:56:17.177724 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:56:17.181356 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:56:17] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:56:17] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:56:21.725844 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 15:56:21.736075 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:56:21] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:56:21] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 15:56:24.303347 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 15:56:24] "POST /myclass/api/Get_List_Entity_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:00:43.663441 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:00:43.668701 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:00:43] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:00:43.670722 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:00:43] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:00:43.682715 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:00:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:00:43.797538 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:00:43] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:00:47.312813 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:00:47.317338 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:00:47] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:00:47] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:00:50.673472 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:00:50] "POST /myclass/api/Get_List_Entity_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:03:38.078065 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:03:38.081766 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:03:38] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:03:38] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:03:52.401452 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:03:52.404505 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:03:52.410057 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:03:52] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:03:52.416329 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:03:52] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:03:52] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:03:52.547137 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:03:52] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:03:57.193627 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:03:57.199565 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:03:57] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:03:57] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:04:52.521260 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:04:52.531531 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:04:52] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:04:52] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:12:03.431005 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:12:03.435031 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:12:03] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:12:03.440399 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:12:03.447882 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:12:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:12:03] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:12:03.582134 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:12:03] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:12:08.339086 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:12:08.341083 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:12:08] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:12:08] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:12:13.815413 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:12:13] "POST /myclass/api/Get_Given_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:12:13.850568 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:12:13] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:14:16.267676 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:14:16.272713 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:14:16] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:14:16] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:14:36.356278 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:14:36] "POST /myclass/api/Get_Given_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:14:36.390544 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:14:36] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:14:54.671372 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:14:54.673475 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:14:54] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:14:54] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:15:11.723809 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:15:11] "POST /myclass/api/Get_Given_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:15:11.753606 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:15:11] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:15:18.225769 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:15:18] "POST /myclass/api/Update_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:15:18.308950 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:15:18] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:15:22.864005 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:15:22.867009 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:15:22] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:15:22] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:15:25.123034 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:15:25.125845 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:15:25] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:15:25] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:15:31.348885 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:15:31] "POST /myclass/api/Get_Given_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:15:31.385680 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:15:31] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:16:13.331414 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:16:13] "POST /myclass/api/Get_List_Entity_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:16:15.478771 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:16:15] "POST /myclass/api/Get_Given_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:18:37.600332 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:18:37] "POST /myclass/api/Get_List_Entity_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:18:42.986094 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:18:42] "POST /myclass/api/Get_Given_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:18:50.490758 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:18:50] "POST /myclass/api/Get_Given_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:19:03.280616 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:19:03.283759 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:19:03.289266 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:19:03] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:19:03.300405 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:19:03] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:19:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:19:03.449370 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:19:03] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:19:24.601750 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:19:24.604985 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:19:24] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:19:24] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:19:31.396074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:19:31] "POST /myclass/api/Get_List_Entity_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:19:32.368998 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:19:32] "POST /myclass/api/Get_Given_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:20:02.415507 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:20:02.419523 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:20:02] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:20:02] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:20:11.080206 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:20:11] "POST /myclass/api/Get_List_Entity_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:20:12.665373 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:20:12] "POST /myclass/api/Get_Given_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:20:16.906982 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:20:16] "POST /myclass/api/Update_activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:20:16.967539 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:20:16] "POST /myclass/api/Get_List_Entity_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:21:54.788989 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:21:54] "POST /myclass/api/Get_List_Entity_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:24:07.865166 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:24:07] "POST /myclass/api/Get_List_Entity_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:24:11.164683 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:24:11] "POST /myclass/api/Get_Given_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:24:16.275978 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:24:16] "POST /myclass/api/Update_activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:24:16.331001 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:24:16] "POST /myclass/api/Get_List_Entity_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:24:23.963518 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:24:23] "POST /myclass/api/Get_Given_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:24:29.607598 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:24:29] "POST /myclass/api/Update_activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:24:29.632882 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:24:29] "POST /myclass/api/Get_List_Entity_Activite/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:27:29.117805 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:27:29.123625 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:27:29.130042 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:27:29.133583 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:27:29] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:27:29] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:27:29] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:27:29] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:29:25.207981 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:29:25.211969 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:29:25.214967 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:29:25.221970 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:29:25] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:29:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:29:25] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:29:25] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:29:44.951678 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:29:44.955123 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:29:44.959122 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:29:44] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:29:44] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:29:44] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:31:23.007640 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:31:23.012253 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:31:23.022587 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:31:23] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:31:23] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:31:23] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:32:56.009985 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:32:56.012938 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:32:56.017651 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:32:56.021662 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:32:56] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:32:56] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:32:56] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:32:56] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:33:42.390447 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:33:42.396640 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:33:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:33:42.408400 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:33:42.412907 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:33:42] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:33:42] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:33:42] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:35:50.501837 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:35:50.507256 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:35:50.512432 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:35:50] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:35:50] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:35:50] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:36:03.039423 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:36:03.043880 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:36:03.047091 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:36:03] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:36:03] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:36:03] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:36:45.314443 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:36:45] "POST /myclass/api/Get_Given_Affectation_Ressource_Humaine_Poste/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:37:07.427273 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:37:07.430803 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:37:07.434858 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:37:07.444523 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:37:07.578289 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:37:07.583677 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:37:07.586683 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:37:07.592831 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:07] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:07] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:07] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:37:11.188519 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:37:11.191366 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:37:11.194700 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:11] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:11] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:11] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:37:25.120194 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:25] "POST /myclass/api/Get_Given_Affectation_Ressource_Humaine_Poste/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:37:38.182461 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:37:38.185529 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:37:38.189562 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:38] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:38] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:37:38] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:39:30.159695 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:39:30.163147 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:39:30.166621 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:30] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:39:30.171609 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:30] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:30] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:30] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:39:39.124052 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:39:39.133947 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:39:39.137640 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:39:39.144453 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:39:39.262386 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:39:39.266834 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:39:39.270833 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:39:39.273841 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:39] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:39] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:39] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:39] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:39:43.834235 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:39:43.837861 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:39:43.841381 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:43] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:43] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:39:43] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:40:03.123995 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:40:03] "POST /myclass/api/Get_Given_Affectation_Ressource_Humaine_Poste/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:40:11.842163 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:40:11] "POST /myclass/api/Get_Given_Affectation_Ressource_Humaine_Poste/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:40:18.669603 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:40:18] "POST /myclass/api/Get_Given_Affectation_Ressource_Humaine_Poste/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:40:27.623895 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:40:27] "POST /myclass/api/Update_Affectation_Ressource_Humaine_Poste/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:40:28.548699 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:40:28] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:40:38.231531 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:40:38] "POST /myclass/api/Get_Given_Affectation_Ressource_Humaine_Poste/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:41:38.574353 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:41:38.577370 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:41:38.580363 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:41:38.584419 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:41:38] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:41:38] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:41:38] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:41:38] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:45:00.389733 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:45:00.395294 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:45:00.408408 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:45:00.412879 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:45:00] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:45:00] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:45:00] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:45:00] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:45:14.182434 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:45:14.186241 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:45:14.189755 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:45:14.193478 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:45:14] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:45:14] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:45:14] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:45:14] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:45:24.716713 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:45:24] "POST /myclass/api/Get_Given_Affectation_Ressource_Humaine_Poste/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:47:18.101213 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:47:18.105221 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:47:18.109905 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:47:18.118035 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:47:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:47:18] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:47:18] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:47:18] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:48:46.574908 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:48:46.579156 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:48:46.583716 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:48:46.586738 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:48:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:48:46] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:48:46] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:48:46] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:50:36.150839 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:50:36.156771 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:50:36] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:50:36] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:50:38.647245 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:50:38.650258 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:50:38.655428 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:50:38] "POST /myclass/api/Get_Given_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:50:38] "POST /myclass/api/getRecoded_Materielle_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:50:38] "POST /myclass/api/Get_List_Ressource_Materielle_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:54:18.699761 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:54:18.703895 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:54:18] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:54:18] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:54:20.525521 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:54:20.528369 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:54:20.531958 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:54:20] "POST /myclass/api/Get_Given_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:54:20] "POST /myclass/api/getRecoded_Materielle_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:54:20] "POST /myclass/api/Get_List_Ressource_Materielle_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:54:27.797523 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:54:27] "POST /myclass/api/Update_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:54:28.455071 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:54:28] "POST /myclass/api/Get_List_Ressource_Materielle_with_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:54:28.805014 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:54:28] "POST /myclass/api/Get_List_Ressource_Materielle_with_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:54:30.463952 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:54:30] "POST /myclass/api/Get_Given_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:54:30.498933 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:54:30] "POST /myclass/api/getRecoded_Materielle_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:54:41.279598 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:54:41] "POST /myclass/api/Get_Given_Affectation_Ressource_Materielle_Poste/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:57:07.174622 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:57:07.178632 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:57:07] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:57:07] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:57:11.955132 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:57:11] "POST /myclass/api/Get_Given_Affectation_Ressource_Materielle_Poste/ HTTP/1.1" 200 - +INFO:root:2023-09-22 16:59:21.273771 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 16:59:21.277533 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:59:21] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 16:59:21] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:17:42.147017 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 17:17:42.156009 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 17:17:42.162425 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:17:42] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:17:42] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:17:42] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:45:44.346710 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:45:44] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:45:44.354706 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:45:44] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:45:48.036856 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:45:48] "POST /myclass/api/Get_List_Default_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:45:53.000286 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 17:45:53.003354 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:45:53] "POST /myclass/api/Get_Given_DFAULT_Partner_Document/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:45:53] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_courrier_template_id/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:46:25.519021 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:46:25] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:46:30.355071 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:46:30] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:47:32.042383 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:47:32] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:47:46.761305 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:47:46] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:47:53.381119 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:47:53] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:48:14.650322 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:48:14] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:48:32.855850 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:48:32] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:48:40.654196 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:48:40] "POST /myclass/api/Get_List_Default_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:48:51.874187 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 17:48:51.877928 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 17:48:51.881942 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:48:51] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:48:51] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:48:51.893729 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:48:51] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:48:52.015225 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:48:52] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:48:52.018236 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:48:52] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:48:58.409352 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:48:58] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:49:02.489059 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:49:02] "POST /myclass/api/Get_Default_Partner_Document_By_Internal_Ref/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:49:08.169221 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:49:08] "POST /myclass/api/Update_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:49:09.210587 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:49:09] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:49:14.379345 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:49:14] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:50:16.048845 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:50:16] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:50:19.905034 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:50:19] "POST /myclass/api/Get_Default_Partner_Document_By_Internal_Ref/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:50:24.045127 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:50:24] "POST /myclass/api/Update_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:50:24.730695 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:50:24] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:50:30.435840 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:50:30] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:51:23.262628 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:51:23] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:51:26.783060 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:51:26] "POST /myclass/api/Get_Default_Partner_Document_By_Internal_Ref/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:51:31.139703 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:51:31] "POST /myclass/api/Update_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:51:31.805746 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:51:31] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:51:35.904372 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:51:35] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:52:07.168591 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:52:07] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:52:10.245740 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:52:10] "POST /myclass/api/Get_Default_Partner_Document_By_Internal_Ref/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:52:15.048031 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:52:15] "POST /myclass/api/Update_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:52:15.685574 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:52:15] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:52:19.670376 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:52:19] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:52:53.820760 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:52:53] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:52:57.270375 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:52:57] "POST /myclass/api/Get_Default_Partner_Document_By_Internal_Ref/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:53:02.088210 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:53:02] "POST /myclass/api/Update_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:53:02.743869 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:53:02] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:53:07.033677 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:53:07] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:53:34.806684 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:53:34] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:53:37.779022 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:53:37] "POST /myclass/api/Get_Default_Partner_Document_By_Internal_Ref/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:53:44.578240 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 17:53:44.611725 : Update_Partner_Document - Le champ 'type_doc' n'est pas accepté. les valeurs acceptées sont ['sms', 'email', 'pdf'] +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:53:44] "POST /myclass/api/Update_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:54:04.363306 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:54:04] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:54:16.297678 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:54:16] "POST /myclass/api/Get_Default_Partner_Document_By_Internal_Ref/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:54:23.581677 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:54:23] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:54:30.306502 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 17:54:30.309162 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 17:54:30.314185 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:54:30] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:54:30] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:54:30.322565 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:54:30] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:54:30.433193 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 17:54:30.436469 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:54:30] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:54:30] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:54:34.579993 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:54:34] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:54:40.981514 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:54:40] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:55:00.556359 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:55:00] "POST /myclass/api/Update_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:55:01.437450 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:55:01] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 17:55:09.026047 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 17:55:09] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:03:47.590496 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 18:03:47.593621 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 18:03:47.595679 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:03:47] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:03:47.604462 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:03:47] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:03:47] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:03:47.715127 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:03:47] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:03:47.718451 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:03:47] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:03:51.884746 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:03:51] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:03:57.378223 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:03:57] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:04:31.751338 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:04:31] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:04:36.825289 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:04:36] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:05:00.943960 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:05:00] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:05:04.123118 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:05:04] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:05:39.164291 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:05:39] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:05:52.104018 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:05:52] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:06:53.074223 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:06:53] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:06:57.148610 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:06:57] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:07:53.836589 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:07:53] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:07:58.215639 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:07:58] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:08:27.980521 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:08:27] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:08:34.945555 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:08:34] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:08:55.955425 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:08:55] "POST /myclass/api/Get_Given_Personnalisable_Fields_By_template_ref_interne/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:14:30.121455 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:14:30] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:22:54.946930 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 18:22:54.950880 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-22 18:22:54.954386 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:22:54] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:22:54] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:22:54.963390 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:22:54] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:22:55.085565 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:22:55] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2023-09-22 18:22:55.088378 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [22/Sep/2023 18:22:55] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:49:43.747952 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-24 09:49:43.748952 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-24 09:49:43.748952 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-24 09:49:43.748952 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-24 09:49:43.748952 : ++ LMS_BAS_URL mysy-training.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-24 09:50:02.426552 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-24 09:50:02.426552 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-24 09:50:02.427562 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-24 09:50:02.427562 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-24 09:50:02.427562 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2023-09-24 09:50:18.598775 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:18.599775 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:18.604139 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:18] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:18] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:18] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:19.553464 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:19.555885 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:19] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:20.750939 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:20.753064 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:20.754060 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:20.755996 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:20.757009 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:20.767870 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:20] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:20] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:20] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:20] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:21.094341 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:21.095337 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:21.098532 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:21.110536 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:21.112538 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:21.113819 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:21.425542 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:21.428545 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:21.432540 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:21.440545 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:21.443557 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:21.450721 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:21.746712 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:21.751950 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:21] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:29.645885 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:29.650901 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:29.653901 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:29] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:29] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:29] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:30.482776 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:30.484941 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:30] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.130636 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.136090 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:31.139982 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.148465 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.150461 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:31.158487 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:31.159477 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.170416 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:31.172835 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.179853 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:31.183852 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.193959 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.199180 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.207398 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.213246 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.222140 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.225863 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.235592 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:31.244359 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:31.249557 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:31] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:38.506048 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:38] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:38.745025 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:38.751042 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:38.756417 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:50:38.761905 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:38] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:38.772617 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:38] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:38] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:50:38.935719 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:50:38] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-24 09:51:13.694438 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:51:13.700454 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:51:13.705706 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 09:51:13.712262 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:51:13] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:51:13] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:51:13] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 09:51:13] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:08:00.540035 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:08:00.544691 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:08:00.550057 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:08:00.555786 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:08:00] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:08:00] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:08:00] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:08:00] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:10:35.815124 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:10:35.817397 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:10:35.827968 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:10:35] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:10:35.844557 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:10:35] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:10:35] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:10:36.066344 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:10:36.075035 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:10:36.085463 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:10:36.095188 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:10:36] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:10:36] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:10:36] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:10:36] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:10:40.481001 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:10:40.486034 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:10:40] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:10:40] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:11:53.271082 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:11:53.277843 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:11:53] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:11:53] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:13:18.612120 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:13:18.616595 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:13:18.623915 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:13:18.640321 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:13:18] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:13:18] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:13:18] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:13:18] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:22:10.111706 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:22:10.116704 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:22:10.122459 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:22:10.128459 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:22:10] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:22:10] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:22:10] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:22:10] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:23:09.250965 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:23:09.256969 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:23:09] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:23:09.269446 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:23:09] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:23:09.279448 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:23:09] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:23:09.542018 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:23:09.549068 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:23:09.554682 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:23:09.570810 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:23:09] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:23:09] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:23:09] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:23:09] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:23:16.156202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:23:16.158201 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:23:16] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:23:16] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:24:42.754810 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:24:42.762068 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:24:42.771073 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:24:42.781080 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:24:42] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:24:42] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:24:42] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:24:42] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:27:21.869592 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:27:21.876189 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:27:21.886007 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:27:21.899717 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:27:21] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:27:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:27:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:27:21] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:31:19.746165 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:31:19.753207 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:31:19.758753 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:31:19.770471 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:31:19] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:31:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:31:19] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:31:19] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:39:46.278958 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:39:46.285520 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:39:46.292022 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:39:46.297316 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:39:46] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:39:46] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:39:46] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:39:46] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:40:13.069586 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:40:13.076100 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:40:13] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:40:13.088471 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:40:13.098161 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:40:13] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:40:13] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:40:13.339836 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:40:13.348199 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:40:13.356706 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:40:13.367952 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:40:13] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:40:13] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:40:13] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:40:13] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:41:02.597968 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:41:02.611970 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:41:02] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:41:02] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:42:48.943526 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:42:48.951525 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:42:48.958983 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:42:48] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:42:48] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:42:48.972797 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:42:48] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:42:49.236878 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:42:49.241717 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:42:49.250767 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:42:49] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:42:49.256291 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:42:49] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:42:49] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:42:49] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:44:36.099681 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:44:36.112701 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:44:36] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:44:36] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:46:07.132718 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:46:07.139970 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:46:07.147608 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:46:07.151734 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:46:07] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:46:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:46:07] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:46:07] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:49:26.211434 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:49:26.219702 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:49:26.230996 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:49:26] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:49:26.252099 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:49:26] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:49:26] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:49:26] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:50:41.110885 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:50:41.122343 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:50:41.127350 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:50:41.134353 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:50:41] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:50:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:50:41] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:50:41] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:50:49.676146 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:50:49.682695 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:50:49.688296 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:50:49] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:50:49] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:50:49.706296 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:50:49] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:50:49.874239 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:50:49.879239 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:50:49.890284 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:50:49.895283 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:50:49] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:50:49] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:50:49] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:50:49] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:50:54.745737 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:50:54.749780 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:50:54] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:50:54] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:53:29.227922 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:53:29.240937 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:53:29.249938 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:53:29] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:53:29.264339 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:53:29] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:53:29] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:53:29.535385 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:53:29.542940 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:53:29.551265 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:53:29.561560 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:53:29] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:53:29] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:53:29] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:53:29] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 10:53:42.452894 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 10:53:42.463932 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:53:42] "POST /myclass/api/Get_Given_Partner_Order/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 10:53:42] "POST /myclass/api/Get_Given_Partner_Order_Lines/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:04:11.078657 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 11:04:11.086422 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 11:04:11.096016 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 11:04:11.105079 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:04:11] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:04:11] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:04:11] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:04:11] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:04:35.383159 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 11:04:35.386178 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 11:04:35.397190 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 11:04:35.405714 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:04:35] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:04:35] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:04:35] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:04:35] "POST /myclass/api/Get_List_Partner_Order_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:36:30.879869 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 11:36:30.890413 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:36:30] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:36:30] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:36:34.598672 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:36:34] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:48:35.906977 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 11:48:35.912889 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:48:35] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:48:35] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:49:00.227560 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 11:49:00.240109 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:49:00] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:49:00] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:50:18.184907 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:18] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:50:18.189921 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:18] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:50:24.992881 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 11:50:25.000066 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 11:50:25.004689 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:25] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:50:25.016320 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:25] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:25] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:50:25.172706 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:25] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:50:25.179819 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:25] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:50:37.630790 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:37] "POST /myclass/api/Delete_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:50:37.958234 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:37] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:50:54.200609 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 11:50:54.204629 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:54] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:50:54.209635 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 11:50:54.216813 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:54] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:54] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:50:54.372038 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:54] "POST /myclass/api/Get_Personnalisable_Collection/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:50:54.376307 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:50:54] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:51:05.271698 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:51:05] "POST /myclass/api/Delete_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:51:05.575177 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:51:05] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:52:38.118606 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:52:38] "POST /myclass/api/Delete_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:52:38.143830 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:52:38] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:52:44.167872 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:52:44] "POST /myclass/api/Get_Given_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:53:01.393742 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:53:01] "POST /myclass/api/Delete_Partner_Document/ HTTP/1.1" 200 - +INFO:root:2023-09-24 11:53:01.417718 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 11:53:01] "POST /myclass/api/Get_List_Partner_Document_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\partner_order.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-24 11:59:58.184424 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-24 11:59:58.184424 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-24 11:59:58.185811 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-24 11:59:58.185811 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-24 11:59:58.185811 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\partner_order.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-24 12:00:35.599070 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-24 12:00:35.599070 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-24 12:00:35.599070 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-24 12:00:35.599070 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-24 12:00:35.599070 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\partner_order.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-24 12:01:07.865926 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-24 12:01:07.865926 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-24 12:01:07.865926 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-24 12:01:07.865926 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-24 12:01:07.865926 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\partner_order.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-24 12:01:30.674451 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-24 12:01:30.674451 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-24 12:01:30.674451 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-24 12:01:30.674451 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-24 12:01:30.674451 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2023-09-24 15:23:07.526860 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-24 15:23:07.527863 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-24 15:23:07.527863 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-24 15:23:07.527863 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-24 15:23:07.527863 : ++ LMS_BAS_URL mysy-training.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-24 15:23:21.453986 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-24 15:23:21.453986 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-24 15:23:21.453986 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-24 15:23:21.454495 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-24 15:23:21.454495 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2023-09-24 15:25:48.767078 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:25:48.767876 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:25:48.770437 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:48] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:48] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:49] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:49.449162 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:25:49.451174 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:49] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:50.156271 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:25:50.164725 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:50.174774 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:50.178782 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:25:50.186786 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:50.198778 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:50.210775 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:25:50.216232 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:25:50.222977 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:50.231425 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:50.251204 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:50.257723 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:25:50.262747 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:50.267762 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:50.278742 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:50.284746 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:50.288741 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:25:50.292122 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:25:50.300121 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:50.309398 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:50] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:55.569618 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:55] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:55.936661 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:25:55.943018 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:25:55.951679 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:25:55.958682 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:55] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:55] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:55] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:55.982854 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:55] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:25:56.076010 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:25:56] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:26:00.145895 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:26:00.150918 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:26:00] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:26:00] "POST /myclass/api/get_List_metier_formation/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:26:13.702957 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:26:14.271846 : external_code = MYSY_Test_AP_DEL ==> PRATICIEN EN AROMATHERAPIE INTEGRATIVE +INFO:root:2023-09-24 15:26:14.282061 : ela_index_record_field - INDEXATION IMPOSSIBLE. 'is_Valide_partner_owner_recid_count' est invalide +INFO:root:2023-09-24 15:26:14.282061 : 1 ont été indexes => title +INFO:root:2023-09-24 15:26:15.618600 : add_class -ela_index_class_key_word() takes from 0 to 2 positional arguments but 3 were given - ERRORRRR AT Line : 508 +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:26:15] "POST /myclass/api/add_class_mass/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\ela_index_bdd_classes.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-24 15:33:16.717393 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-24 15:33:16.717393 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-24 15:33:16.717393 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-24 15:33:16.718399 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-24 15:33:16.718399 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2023-09-24 15:34:08.904873 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:34:09.307542 : external_code = MYSY_Test_AP_DEL ==> PRATICIEN EN AROMATHERAPIE INTEGRATIVE +INFO:root:2023-09-24 15:34:09.314536 : ela_index_record_field - INDEXATION IMPOSSIBLE. 'is_Valide_partner_owner_recid_count' est invalide +INFO:root:2023-09-24 15:34:09.315550 : 1 ont été indexes => title +INFO:root:2023-09-24 15:34:10.871033 : ela_index_class_key_word 3 mot(s) clé(s) ont été indexés pour la formation MYSY_Test_AP_DEL +INFO:root:2023-09-24 15:34:11.022231 : external_code = MYSY_Test_OP_DEL ==> PRATICIEN EN OLFACTOTHERAPIE +INFO:root:2023-09-24 15:34:11.031206 : ela_index_record_field - INDEXATION IMPOSSIBLE. 'is_Valide_partner_owner_recid_count' est invalide +INFO:root:2023-09-24 15:34:11.032220 : 1 ont été indexes => title +INFO:root:2023-09-24 15:34:11.481408 : ela_index_class_key_word 2 mot(s) clé(s) ont été indexés pour la formation MYSY_Test_OP_DEL +INFO:root:2023-09-24 15:34:11.617425 : external_code = MYSY_Test_AR_DEL ==> PRATICIEN EN AROMATHERAPIE INTEGRATIVE +INFO:root:2023-09-24 15:34:11.625431 : ela_index_record_field - INDEXATION IMPOSSIBLE. 'is_Valide_partner_owner_recid_count' est invalide +INFO:root:2023-09-24 15:34:11.625431 : 1 ont été indexes => title +INFO:root:2023-09-24 15:34:12.093836 : ela_index_class_key_word 3 mot(s) clé(s) ont été indexés pour la formation MYSY_Test_AR_DEL +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:34:12] "POST /myclass/api/add_class_mass/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:34:18.978594 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:34:18.983980 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-24 15:34:18.989014 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:34:18] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:34:18.999252 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:34:18] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:34:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-24 15:34:19.123782 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [24/Sep/2023 15:34:19] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-25 08:47:34.354568 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 08:47:34.354568 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 08:47:34.354568 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 08:47:34.354568 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 08:47:34.354568 : ++ LMS_BAS_URL mysy-training.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 08:47:45.759180 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 08:47:45.759180 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 08:47:45.759180 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 08:47:45.759180 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 08:47:45.759180 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 09:04:51.367883 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 09:04:51.367883 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 09:04:51.367883 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 09:04:51.367883 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 09:04:51.367883 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 09:06:54.949655 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 09:06:54.949655 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 09:06:54.949655 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 09:06:54.949655 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 09:06:54.949655 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 09:07:16.409587 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 09:07:16.410774 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 09:07:16.410774 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 09:07:16.410774 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 09:07:16.410774 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 09:07:54.705076 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 09:07:54.705076 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 09:07:54.705076 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 09:07:54.706078 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 09:07:54.706078 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 09:08:37.629285 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 09:08:37.629285 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 09:08:37.629285 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 09:08:37.629285 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 09:08:37.629285 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2023-09-25 10:14:45.807858 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:14:45.814886 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:14:45.814886 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:45] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:46] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:46] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:46.278262 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:14:46.282677 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:46] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:46.941976 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:14:46.947200 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:14:46.953158 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:14:46.958006 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:46] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:46] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:46.964450 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:46] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:46.967129 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:14:46.972143 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:46] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:46.977309 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:47.014619 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:14:47.019251 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:47.033367 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:14:47.041885 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:47.048565 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:14:47.052090 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:47.065214 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:47.073725 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:47.081536 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:47.088014 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:47.093701 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:47.100176 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:47] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:57.198299 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:57] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:57.341305 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:14:57.346401 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:14:57.351482 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:14:57.362021 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:57] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:57] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:57] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:57.378538 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:57] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:14:57.405371 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:14:57] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:21:23.668599 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:21:23.674068 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:21:23] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:21:23.680051 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:21:23.685524 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:21:23] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:21:23] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:22:42.131759 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:22:42] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 10:26:47.600938 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 10:26:47.600938 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 10:26:47.600938 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 10:26:47.600938 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 10:26:47.600938 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\class_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 10:29:25.303573 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 10:29:25.303573 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 10:29:25.303573 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 10:29:25.303573 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 10:29:25.303573 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2023-09-25 10:33:27.011604 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:33:27.014634 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:33:27.016631 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:33:27] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:33:27] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:33:27.032758 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:33:27] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:33:27.126014 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:33:27] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:34:32.612742 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:34:32] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:34:39.002966 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:34:39.006582 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:34:39.009104 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:34:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:34:39.015491 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:34:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:34:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:34:39.112962 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:34:39] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:35:12.073343 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:35:12] "POST /myclass/api/check_partner_token_validity_v2/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:35:12.888283 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:35:12.890622 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:35:12] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:35:12.894890 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:35:12] "POST /myclass/api/get_List_metier_formation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:35:12.899599 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:35:12] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:35:12] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:35:18.315259 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:35:18] "POST /myclass/api/delete_Class_by_internal_url/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:35:29.897758 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:35:29.899793 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:35:29.903848 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:35:29] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:35:29] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:35:29.911850 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:35:29] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:35:29.998750 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:35:30] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:37:44.450866 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:37:44.455271 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:37:44] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:37:44.459043 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:37:44] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:37:44.465651 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:37:44] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:37:44.537893 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:37:44] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:37:52.548195 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:37:52] "POST /myclass/api/check_partner_token_validity_v2/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:37:53.309831 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:37:53.312937 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:37:53] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:37:53.317557 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:37:53.319629 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:37:53] "POST /myclass/api/get_List_metier_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:37:53] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:37:53] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:37:59.837646 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:37:59] "POST /myclass/api/delete_Class_by_internal_url/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:38:03.614146 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:38:03.617591 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:38:03.621623 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:38:03] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:38:03.627600 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:38:03] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:38:03] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:38:03.636070 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:38:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:38:03.708407 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:38:03] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:41:27.952950 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:41:27] "POST /myclass/api/check_partner_token_validity_v2/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:41:28.805660 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:41:28.809142 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:41:28] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:41:28.814405 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:41:28] "POST /myclass/api/get_List_metier_formation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:41:28.817710 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:41:28] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:41:28] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:42:34.849753 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:42:34.852250 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:42:34.855654 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:42:34] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:42:34] "POST /myclass/api/get_List_metier_formation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:42:34.860898 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:42:34] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:42:34] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:42:41.123917 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:42:41] "POST /myclass/api/delete_Class_by_internal_url/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:42:47.977173 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:42:47.980511 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:42:47.982523 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:42:47.987408 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:42:47] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:42:47] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:42:47] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:42:47.998777 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:42:47] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:42:48.071073 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:42:48] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:42:53.086244 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:42:53] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:42:53.091141 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:42:53] "POST /myclass/api/get_List_metier_formation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:42:58.425151 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:42:59.955478 : external_code = MYSY_Test_AP_DEL ==> PRATICIEN EN AROMATHERAPIE INTEGRATIVE +INFO:root:2023-09-25 10:42:59.962477 : ela_index_record_field - INDEXATION IMPOSSIBLE. 'is_Valide_partner_owner_recid_count' est invalide +INFO:root:2023-09-25 10:42:59.962477 : 1 ont été indexes => title +INFO:root:2023-09-25 10:43:01.317932 : ela_index_class_key_word 3 mot(s) clé(s) ont été indexés pour la formation MYSY_Test_AP_DEL +INFO:root:2023-09-25 10:43:01.925128 : external_code = MYSY_Test_OP_DEL ==> PRATICIEN EN OLFACTOTHERAPIE +INFO:root:2023-09-25 10:43:01.931150 : ela_index_record_field - INDEXATION IMPOSSIBLE. 'is_Valide_partner_owner_recid_count' est invalide +INFO:root:2023-09-25 10:43:01.931150 : 1 ont été indexes => title +INFO:root:2023-09-25 10:43:02.189959 : ela_index_class_key_word 2 mot(s) clé(s) ont été indexés pour la formation MYSY_Test_OP_DEL +INFO:root:2023-09-25 10:43:02.700257 : external_code = MYSY_Test_AR_DEL ==> PRATICIEN EN AROMATHERAPIE INTEGRATIVE +INFO:root:2023-09-25 10:43:02.705261 : ela_index_record_field - INDEXATION IMPOSSIBLE. 'is_Valide_partner_owner_recid_count' est invalide +INFO:root:2023-09-25 10:43:02.705261 : 1 ont été indexes => title +INFO:root:2023-09-25 10:43:02.974208 : ela_index_class_key_word 3 mot(s) clé(s) ont été indexés pour la formation MYSY_Test_AR_DEL +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:43:02] "POST /myclass/api/add_class_mass/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:43:07.722014 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:43:07.725035 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:43:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:43:07.729269 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:43:07.734509 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:43:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:43:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:43:07.856900 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:43:07] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:43:51.912672 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:43:51] "POST /myclass/api/check_partner_token_validity_v2/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:43:52.833349 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:43:52.837678 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:43:52] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:43:52.841946 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:43:52.843971 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:43:52] "POST /myclass/api/get_List_metier_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:43:52] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:43:52] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:44:53.637550 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:44:53.640802 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:44:53] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:44:53.645281 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:44:53.651307 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:44:53] "POST /myclass/api/getRecodedClassImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:44:53] "POST /myclass/api/get_List_metier_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:44:53] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:46:12.024846 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:46:12.030844 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:46:12.032843 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:46:12.040840 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:46:12] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:46:12] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:46:12] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:46:12] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:46:13.629924 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:46:13] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:46:13.688245 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:46:13] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:46:17.578669 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:46:17] "POST /myclass/api/check_partner_token_validity_v2/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:46:21.514749 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:46:21.518764 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:46:21.522763 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:46:21.527763 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:46:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:46:21] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:46:21] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:46:21] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:48:34.838297 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:48:34.842292 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:48:34.846291 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:48:34.851295 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:48:34] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:48:34] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:48:34] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:48:34] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:48:37.528190 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:48:37.531354 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:48:37.533368 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:48:37] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:48:37] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:48:37] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:49:13.093766 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:49:13.100111 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:49:13.105190 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:49:13] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:49:13.110347 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:49:13] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:49:13.116347 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:49:13] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:49:13] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:49:13] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:54:21.758169 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:54:21.761994 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:54:21.772737 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:54:21.779083 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:54:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:54:21] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:54:21] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:54:21] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:56:23.786466 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:56:23.790984 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:56:23.796061 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:56:23.803094 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:56:23] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:56:23] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:56:23] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:56:23] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:59:01.547473 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:59:01.552246 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:59:01.557230 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:59:01.566360 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:01] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:01] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:01] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:01] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:59:42.072133 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:59:42.077363 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:59:42.081676 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:59:42.087370 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:42] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:42] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:42] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:42] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:59:48.091518 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:59:48.096184 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:59:48.104715 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:59:48.110413 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:48] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:48] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:48] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:48] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:59:52.075451 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:59:52.080833 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:59:52.085088 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:52] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-09-25 10:59:52.092301 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 10:59:52.096457 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:52] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:52] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:52] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 10:59:52] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:01:36.886340 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:01:36.892712 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:01:36.896881 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:01:36.902433 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:01:36] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:01:36] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:01:36] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:01:36] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:06:18.236243 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:06:18.240078 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:06:18.246245 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:06:18.249238 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:18] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:18] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:18] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:18] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:06:25.106167 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:06:25.110294 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:06:25.114351 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:06:25.120352 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:25] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:25] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:25] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:25] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:06:28.092853 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:06:28.097467 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:06:28.100928 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:28] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:06:28.104830 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:28] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:06:28.113529 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:28] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:28] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:28] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:06:40.311153 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:40] "POST /myclass/api/Add_Update_SessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:06:40.921117 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:40] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:06:47.410269 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:06:47.414989 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:06:47.418248 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:06:47.422810 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:47] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:47] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:47] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:47] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:06:50.371936 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:06:50.374766 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:06:50.380147 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:50] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:06:50.388491 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:50] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:06:50.394558 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:50] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:50] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:06:50] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:09:51.772609 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:09:51.777611 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:09:51.781614 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:09:51.786614 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:09:51] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:09:51] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:09:51] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:09:51] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:12:20.355418 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:12:20.359739 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:12:20.368222 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:20] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:20] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:12:20.378724 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:20] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:12:20.499760 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:12:20.500794 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:12:20.507021 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:12:20.510027 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:20] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:20] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:20] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:20] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:12:28.606635 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:12:28.610028 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:12:28.615017 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:28] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:28] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:12:28.626166 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:28] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:12:28.716631 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:12:28.719632 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:12:28.723977 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:12:28.730057 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:28] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:28] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:28] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:28] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:12:50.276003 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:12:50.280230 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:12:50.282518 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:50] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:12:50.286992 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:12:50.292688 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:50] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:50] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:50] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:12:50] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:13:13.141701 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:13:13.145851 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:13:13.149202 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:13:13.152744 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:13:13] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:13:13] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:13:13] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:13:13] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:15:21.423767 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:15:21.425984 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:15:21.430328 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:15:21.436185 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:15:21] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:15:21] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:15:21] "POST /myclass/api/GetAllValideSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:15:21] "POST /myclass/api/GetPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:16:12.506315 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:16:12] "POST /myclass/api/AddStagiairetoClass/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:16:13.323103 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:16:13] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:16:13.422761 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:16:13.426925 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:16:13.431847 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:16:13] "POST /myclass/api/GetAllClassStagiaire/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:16:13] "POST /myclass/api/GetTableauEmargement/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:16:13] "POST /myclass/api/GetListEvaluation_Session/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:16:39.847879 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:16:39.849893 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:16:39.854788 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:16:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:16:39.861328 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:16:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:16:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:16:39.987711 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:16:39.990851 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:16:39.992899 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:16:39.997916 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:16:40] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:16:40] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:16:40] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:16:40] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:19:49.481682 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:19:49.484674 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:19:49.488524 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:19:49.492704 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:19:49] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:19:49] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:19:49] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:19:49] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 11:23:07.208915 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 11:23:07.208915 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 11:23:07.208915 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 11:23:07.208915 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 11:23:07.208915 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2023-09-25 11:23:58.333148 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:23:58.336772 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:23:58.339992 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:23:58] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:23:58] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:23:58] "POST /myclass/api/getRecodedStagiaireImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:24:20.327416 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:24:20.340965 : Les données du stagiaire ont été correctement mise à jour +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:24:20] "POST /myclass/api/UpdateStagiairetoClass/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:24:20.767637 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:24:20] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:24:21.325024 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:24:21] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\Inscription_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 11:25:49.182774 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 11:25:49.182774 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 11:25:49.182774 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 11:25:49.182774 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 11:25:49.182774 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2023-09-25 11:25:50.523968 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:25:50.526962 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:25:50.529969 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:25:50] "POST /myclass/api/getRecodedStagiaireImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:25:50] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:25:50] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:26:00.587711 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:26:00.589947 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:00] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:26:00.594613 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:26:00.599517 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:00] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:00] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:26:00.728047 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:26:00.731651 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:26:00.735699 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:26:00.739682 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:00] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:00] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:00] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:00] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:26:10.285198 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:10] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:26:29.043341 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:26:29.047339 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:26:29.051346 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:29] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:29] "POST /myclass/api/getRecodedStagiaireImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:29] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:26:39.315637 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:26:39.318640 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:26:39.322175 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:39] "POST /myclass/api/getRecodedStagiaireImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:39] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:39] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:26:47.469446 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:26:47.472449 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:26:47.475467 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:47] "POST /myclass/api/getRecodedStagiaireImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:47] "POST /myclass/api/GetAttendeeDetail_perSession/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:47] "POST /myclass/api/GetSessionFormation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:26:50.162809 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:26:50] "POST /myclass/api/GetSpecificPartnerAttestation_Certificat/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:28:03.713497 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:28:03.716050 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:28:03.719055 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:03] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:28:03.725077 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:03] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:28:03.883566 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:28:03.886565 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:28:03.889575 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:28:03.894364 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:03] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:03] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:03] "POST /myclass/api/Get_Statgaire_List_Partner_with_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:03] "POST /myclass/api/GetAllValideSessionPartner_List/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:28:07.387508 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:28:07.390134 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:28:07.395775 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:28:07.398793 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:07] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:07] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:07] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:07] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:28:09.466092 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:28:09.469772 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:28:09.473434 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:09] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:09] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:09] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:28:20.738177 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:20] "POST /myclass/api/Update_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:28:21.524450 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:21] "POST /myclass/api/Get_List_Ressource_Humaine_with_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:28:21.996918 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:28:22] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:30:25.091735 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:30:25.095807 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:30:25] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:30:25.102316 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:30:25.106312 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:30:25] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:30:25] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:30:25] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:30:28.490586 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:30:28.496019 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:30:28] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:30:28.500113 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:30:28] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:30:28] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:31:05.592320 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:31:05.598732 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:31:05.602216 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:31:05.607298 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:31:05] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:31:05] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:31:05] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:31:05] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:32:55.870793 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:32:55.873855 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:32:55.878250 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:32:55.881924 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:32:55] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:32:55] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:32:55] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:32:55] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:34:14.639238 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:34:14.644648 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:34:14.648657 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:14] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:34:14.653651 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:14] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:14] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:14] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:34:19.627717 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:34:19.629184 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:34:19.632665 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:19] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:19] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:34:19.641973 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:19] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:34:19.820243 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:34:19.824458 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:34:19.829453 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:34:19.834383 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:19] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:19] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:19] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:19] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:34:23.998295 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:24] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:34:24.007366 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:34:24.010123 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:24] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:24] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:34:32.366196 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:32] "POST /myclass/api/Update_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:34:33.339814 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:33] "POST /myclass/api/Get_List_Ressource_Humaine_with_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:34:33.607060 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:33] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:34:38.358161 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:34:38.362158 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:38] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:34:38.368689 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:38] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:34:38] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:37:41.746316 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:37:41.750316 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:37:41.756315 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:37:41.760949 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:37:41] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:37:41] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:37:41] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:37:41] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:38:21.699584 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:38:21.703258 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:38:21.709166 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:38:21.713436 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:21] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:21] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:21] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:21] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:38:26.776581 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:38:26.781053 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:26] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:38:26.786094 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:38:26.792890 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:26] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:26] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:38:26.941310 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:38:26.943835 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:38:26.947746 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:38:26.955546 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:26] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:26] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:26] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:26] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:38:30.911947 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:38:30.915349 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:38:30.919537 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:30] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:30] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:30] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:38:50.710106 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:50] "POST /myclass/api/Update_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:38:51.561607 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:51] "POST /myclass/api/Get_List_Ressource_Humaine_with_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:38:51.853471 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:51] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:38:55.762256 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:38:55.767920 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:38:55.771342 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:55] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:55] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:38:55] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:43:09.937334 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:43:09.944101 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:43:09.951097 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:09] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:43:09.959650 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:09] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:09] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:09] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:43:17.327788 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:43:17.331812 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:43:17.334339 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:17] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:43:17.340726 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:17] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:17] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:43:17.458042 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:43:17.461401 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:43:17.466722 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:17] "POST /myclass/api/Get_List_Ressource_Humaine_no_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:43:17.472056 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:17] "POST /myclass/api/Get_List_Profil_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:17] "POST /myclass/api/Get_List_Manager_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:17] "POST /myclass/api/Get_Related_Target_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:43:21.156631 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:43:21.159151 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:43:21.163198 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:21] "POST /myclass/api/Get_Given_Ressource_Humaine/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:21] "POST /myclass/api/getRecoded_Employee_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:43:21] "POST /myclass/api/Get_List_Ressource_Humaine_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:45:28.875694 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:45:28.882701 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:45:28] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:45:28] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:45:32.207944 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:45:32.218458 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:45:32.221906 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:45:32] "POST /myclass/api/Get_Given_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:45:32] "POST /myclass/api/getRecoded_Materielle_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:45:32] "POST /myclass/api/Get_List_Ressource_Materielle_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:46:51.172195 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:46:51.184494 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:46:51] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:46:51] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:46:55.475140 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:46:55.479473 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:46:55.483701 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:46:55] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:46:55.496250 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:46:55] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:46:55] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:46:55.608020 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:46:55.613042 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:46:55] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:46:55] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:47:00.322938 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:47:00.328429 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:47:00.333895 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:47:00] "POST /myclass/api/Get_Given_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:47:00] "POST /myclass/api/getRecoded_Materielle_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:47:00] "POST /myclass/api/Get_List_Ressource_Materielle_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:48:03.949672 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:03.955952 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:03] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:48:03.960408 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:03.967980 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:03] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:03] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:48:04.135703 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:04.141017 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:04] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:04] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:48:11.766397 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:11.771664 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:11.775693 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:11] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:48:11.783988 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:11] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:11] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:48:11.963005 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:11.967698 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:11] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:11] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:48:15.719535 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:15.725122 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:15.731874 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:15] "POST /myclass/api/Get_Given_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:15] "POST /myclass/api/getRecoded_Materielle_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:15] "POST /myclass/api/Get_List_Ressource_Materielle_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:48:35.130542 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:35.134097 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:35] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:35] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:48:39.636284 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:39.639456 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:39] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:48:39.648269 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:39.654992 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:39] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:39] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:48:39.822549 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:39.827754 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:39] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:39] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:48:43.826208 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:43.832259 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:48:43.835236 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:43] "POST /myclass/api/Get_Given_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:43] "POST /myclass/api/getRecoded_Materielle_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:48:43] "POST /myclass/api/Get_List_Ressource_Materielle_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:49:38.242555 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:49:38.247142 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:49:38] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:49:38] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:51:34.584118 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:51:34.590139 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:51:34] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:51:34] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:51:51.960099 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:51:51.963118 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:51:51] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:51:51] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:51:56.743991 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:51:56.747429 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:51:56.753708 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:51:56] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:51:56.762337 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:51:56] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:51:56] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:51:56.884865 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:51:56.887890 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:51:56] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:51:56] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:51:59.618599 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:51:59.622841 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:51:59.629476 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:51:59] "POST /myclass/api/Get_Given_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:51:59] "POST /myclass/api/getRecoded_Materielle_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:51:59] "POST /myclass/api/Get_List_Ressource_Materielle_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:52:07.762117 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:52:07] "POST /myclass/api/Update_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:52:08.296810 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:52:08] "POST /myclass/api/Get_List_Ressource_Materielle_with_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:52:08.693394 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:52:08] "POST /myclass/api/Get_List_Ressource_Materielle_with_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:52:09.000024 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:52:09] "POST /myclass/api/Get_Given_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:52:09.047753 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:52:09] "POST /myclass/api/getRecoded_Materielle_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:53:16.664751 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:53:16.670481 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:53:16] "POST /myclass/api/Get_List_Ressource_Materielle_no_filter/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:53:16] "POST /myclass/api/Get_Related_Target_Materiel_Collection_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:53:18.709875 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:53:18.718139 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:53:18.723655 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:53:18] "POST /myclass/api/Get_Given_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:53:18] "POST /myclass/api/getRecoded_Materielle_Image_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:53:18] "POST /myclass/api/Get_List_Ressource_Materielle_Affectation/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:53:24.609598 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:53:24] "POST /myclass/api/Update_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:53:25.026985 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:53:25] "POST /myclass/api/Get_List_Ressource_Materielle_with_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:53:25.418441 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:53:25] "POST /myclass/api/Get_List_Ressource_Materielle_with_filter/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:53:25.768393 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:53:25] "POST /myclass/api/Get_Given_Ressource_Materielle/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:53:25.831835 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:53:25] "POST /myclass/api/getRecoded_Materielle_Image_from_front/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:53:48.346756 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:53:48] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:55:04.063797 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:55:04.067228 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:55:04] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:55:04.079156 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 11:55:04.084033 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:55:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:55:04] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 11:55:04.175456 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 11:55:04] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:02:04.394823 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:02:04.395833 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:02:04.400178 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:02:04] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:02:04.407334 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:02:04] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:02:04] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:02:04.536412 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:02:04] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:03:50.960013 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:03:50] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:04:04.539667 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:04:04] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:04:15.479208 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:04:15] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:04:15.488506 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:04:15.493750 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:04:15.499152 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:04:15] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:04:15] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:04:15.640548 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:04:15] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:05:33.522338 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:05:33] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:05:38.630233 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:05:38] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:05:38.639709 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:05:38.642879 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:05:38.650246 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:05:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:05:38] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:05:38.809329 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:05:38] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:06:00.699446 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:06:00] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:07:02.450492 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:07:02] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:07:22.319032 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:07:22] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:07:32.273439 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:07:32.277119 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:07:32.281118 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:07:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:07:32.289412 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:07:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:07:32] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:07:32.453473 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:07:32] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:07:45.282693 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:07:45.295925 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:07:45] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:07:45.301491 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:07:45.309852 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:07:45] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:07:45] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:07:45.513737 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:07:45] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:08:05.315815 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:08:05] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:08:11.768210 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:08:11.771854 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:08:11.773991 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:08:11] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:08:11.781557 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:08:11] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:08:11] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:08:11.925698 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:08:11] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:09:07.045824 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:09:07] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:09:12.318248 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:09:12] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:09:12.329237 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:09:12.332494 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:09:12.337408 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:09:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:09:12] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:09:12.483851 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:09:12] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:09:36.458374 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:09:36] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:09:43.522599 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:09:43.525590 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:09:43.527673 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:09:43] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:09:43] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:09:43.540889 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:09:43] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:09:43.674635 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:09:43] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:10:02.143034 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:10:02] "POST /myclass/api/Add_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:10:03.693472 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:10:03] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:11:29.881891 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:11:29] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:12:32.554242 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:12:32.558220 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:12:32.562278 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:12:32] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:12:32.573055 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:12:32] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:12:32] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:12:32.729819 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:12:32] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:12:50.830572 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:12:50] "POST /myclass/api/Add_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:12:52.406429 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:12:52] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\partner_client.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 12:17:20.844412 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 12:17:20.844412 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 12:17:20.844412 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 12:17:20.845419 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 12:17:20.845419 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\partner_client.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 12:33:51.944960 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 12:33:51.944960 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 12:33:51.944960 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 12:33:51.944960 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 12:33:51.944960 : ++ LMS_BAS_URL mysy-training.com/ ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 12:34:01.880648 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 12:34:01.880648 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 12:34:01.880648 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 12:34:01.880648 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 12:34:01.880648 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2023-09-25 12:34:02.007098 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:34:02.010545 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:34:02.014586 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:34:02] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:34:02.028664 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:34:02] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:34:02] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:34:02.178626 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:34:02] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:34:07.205356 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:34:07] "POST /myclass/api/Delete_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:34:07.269063 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:34:07.273432 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:34:07] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:34:07.655069 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:34:07] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:34:08.232840 : Get_List_Entity_Contact - impossible de récupérer les données de sdfdsf@sfdsf.fr dans la collection partner_client +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:34:08] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:34:12.910697 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:34:12] "POST /myclass/api/Delete_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:34:13.022747 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:34:13.028309 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:34:13] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:34:13.040283 : Get_List_Entity_Contact - impossible de récupérer les données de test@test.fr dans la collection partner_client +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:34:13] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:34:13.323712 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:34:13] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:35:38.677835 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:35:38.682749 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:35:38] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:35:38.687147 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:35:38] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:35:38.695139 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:35:38] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:35:38.915338 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:35:38] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:35:44.944747 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:35:44.958525 : Delete_Given_Partner_Client - Le client a 0 commande(s) ou devis valide(s). Suppression annulée +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:35:44] "POST /myclass/api/Delete_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:35:45.079231 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:35:45.082227 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:35:45] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:35:45] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:35:52.693767 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:35:52] "POST /myclass/api/Delete_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:35:52.995876 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:35:53] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\billa\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\partner_client.py', reloading +INFO:werkzeug: * Restarting with stat +INFO:root:2023-09-25 12:36:33.642950 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-09-25 12:36:33.642950 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-09-25 12:36:33.642950 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-09-25 12:36:33.642950 : ++ FLASK PORT 5001 ++ +INFO:root:2023-09-25 12:36:33.642950 : ++ LMS_BAS_URL mysy-training.com/ ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 877-541-979 +INFO:root:2023-09-25 12:40:01.743441 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:01] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:40:07.024346 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:07] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:40:07.033929 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:40:07.037926 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:40:07.043928 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:07] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:07] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:40:07.242324 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:07] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:40:23.107244 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:23] "POST /myclass/api/Add_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:40:24.759458 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:24] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:40:33.788548 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:40:34.281881 : Delete_Given_Partner_Client - Le client a 1 commande(s) ou devis valide(s). Suppression annulée +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:34] "POST /myclass/api/Delete_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:40:41.562823 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:40:41.567906 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:41] "POST /myclass/api/Get_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:41] "POST /myclass/api/Get_List_Entity_Contact/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:40:43.706962 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:43] "POST /myclass/api/Delete_Given_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:40:43.903136 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:43] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:40:51.392635 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:40:51.397638 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-09-25 12:40:51.402637 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:51] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:40:51.410613 : Connexion du partner recid = dbdd36f3d86a73e2bfac7b3f10f062ce1e7c22f7da37de192a OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:51] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:51] "POST /myclass/api/LMS_Get_Partner_Data/ HTTP/1.1" 200 - +INFO:root:2023-09-25 12:40:51.643997 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [25/Sep/2023 12:40:51] "POST /myclass/api/Get_Partner_List_Partner_Client/ HTTP/1.1" 200 - diff --git a/class_mgt.py b/class_mgt.py index 2e4cec4..0481b5f 100644 --- a/class_mgt.py +++ b/class_mgt.py @@ -3794,6 +3794,7 @@ Cette fonction supprime definitivement une formation. /!\ : Une formation n'est supprimable que si : 1 - Il n'y a aucune session à venir. toutes les sessions sont passée. 2 - Si il y a des sessions, alors impossible de la supprimer. Proposer plus tard la notion d'archivage +3 - Dans la suppression, aller supprimer les champs dans la collection "elaindex" """ def delete_Class(diction): try: @@ -3881,6 +3882,11 @@ def delete_Class(diction): if( delete_doc.deleted_count > 0 ): return True, " La formation a été correctement supprimée" else: + # Une formation a été supprimer, maintenant il faut supprimer les champs associés dans la collection "elaindex" + qry_elaindex_to_delete = {"partner_owner_recid":str(my_partner['recid']), "id_formation":str(Myclass_Data['external_code'])} + MYSY_GV.dbname['elaindex'].delete_many(qry_elaindex_to_delete) + + return True, " Aucune formation supprimée" except Exception as e: @@ -3889,3 +3895,109 @@ def delete_Class(diction): return False, " Impossible de supprimer la formation " +""" +Cette fonction supprime definitivement une formation, en utilisant l'internal_url + +/!\ : Une formation n'est supprimable que si : +1 - Il n'y a aucune session à venir. toutes les sessions sont passée. +2 - Si il y a des sessions, alors impossible de la supprimer. Proposer plus tard la notion d'archivage +3 - Dans la suppression, aller supprimer les champs dans la collection "elaindex" +""" +def delete_Class_by_internal_url(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', 'class_internal_url', ] + + + incom_keys = diction.keys() + for val in incom_keys: + if val not in field_list: + mycommon.myprint(str( + inspect.stack()[0][3]) + " Le champ '" + val + "' n'existe pas") + return False, " Les informations fournies sont incorrectes", + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token', 'class_internal_url',] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans liste ") + return False, " Les informations fournies sont incorrectes", + + """ + Verification de l'identité et autorisation de l'entité qui + appelle cette API + """ + token = "" + if ("token" in diction.keys()): + if diction['token']: + token = diction['token'] + + # Verifier la validité du token + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + + # Verifier qu'une seule formation sera supprimée + Myclass_Data_count = MYSY_GV.dbname['myclass'].count_documents({'internal_url': str(diction['class_internal_url']), + 'partner_owner_recid': str(my_partner['recid'])}) + + if( Myclass_Data_count <= 0 ): + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La formation est invalide ") + return False, " La formation est invalide ", + + if( Myclass_Data_count > 1 ): + mycommon.myprint( + str(inspect.stack()[0][3]) + " - L'identifiant fourni correspond à plusieurs formation. Suppression annulée ") + return False, " L'identifiant fourni correspond à plusieurs formation. Suppression annulée", + + # Receprer le 'internal_url_" + Myclass_Data = MYSY_GV.dbname['myclass'].find_one({'internal_url': str(diction['class_internal_url']), + 'partner_owner_recid':str(my_partner['recid'])}) + + if( Myclass_Data is None): + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La formation est invalide ") + return False, " La formation est invalide ", + + # Verifier qu'il n'y a pas de session associée à cette formation + existe_Session_count = MYSY_GV.dbname['session_formation'].count_documents({'class_internal_url':str(Myclass_Data['internal_url']), + 'partner_owner_recid':str(my_partner['recid']), + 'valide':'1'}) + + + if( existe_Session_count > 0 ): + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La formation a "+str(existe_Session_count)+" session(s) valide(s). Suppression impossible") + return False, " La formation a "+str(existe_Session_count)+" session(s) valide(s). Suppression impossible" + + + + delete_doc = MYSY_GV.dbname['myclass'].delete_many({'_id':ObjectId(str(Myclass_Data['_id'])), + 'partner_owner_recid':str(my_partner['recid'])}) + + + if( delete_doc.deleted_count > 0 ): + return True, " La formation a été correctement supprimée" + else: + # Une formation a été supprimer, maintenant il faut supprimer les champs associés dans la collection "elaindex" + qry_elaindex_to_delete = {"partner_owner_recid":str(my_partner['recid']), "id_formation":str(Myclass_Data['external_code'])} + MYSY_GV.dbname['elaindex'].delete_many(qry_elaindex_to_delete) + + + return True, " Aucune formation supprimée" + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de supprimer la formation " + diff --git a/ela_index_bdd_classes.py b/ela_index_bdd_classes.py index d6aa276..550d10c 100644 --- a/ela_index_bdd_classes.py +++ b/ela_index_bdd_classes.py @@ -206,7 +206,7 @@ Pour chaque mot clé, 1 - Ajouter le mot dans la collection "word_not_stem" pour eviter les effets de traduction 2 - Ajouter les mot dans la collection "elaindex" avec une occurrence par defaut de 1000, source_field = 'keyword', moyanne = "1" """ -def ela_index_class_key_word(external_code="", source_field = ""): +def ela_index_class_key_word(external_code="", source_field = "", partner_owner_recid=""): try: if( str(external_code).strip() == "" or str(source_field).strip() == "" ): @@ -233,7 +233,8 @@ def ela_index_class_key_word(external_code="", source_field = ""): On supprimer les anciens mots indexé """ MYSY_GV.dbname['elaindex'].delete_many({ 'source_field': 'keyword', - 'id_formation': str(local_class['external_code'])}) + 'id_formation': str(local_class['external_code']), + 'partner_owner_recid':str(partner_owner_recid)}) MYSY_GV.dbname['word_not_stem'].delete_many({'id_formation': str(local_class['external_code'])}) @@ -257,7 +258,8 @@ def ela_index_class_key_word(external_code="", source_field = ""): # Ajouter les mot dans la collection "elaindex" avec une occurrence par defaut de 1000, source_field = 'keyword', moyanne = "1" MYSY_GV.dbname['elaindex'].insert_one({'mots': str(val).strip().lower(), 'occurence': 1000, 'source_field':'keyword', 'moyenne':"1", - 'id_formation':str(local_class['external_code'])}) + 'id_formation':str(local_class['external_code']), + 'partner_owner_recid':str(partner_owner_recid)}) diff --git a/main.py b/main.py index cf722e9..a828ca9 100644 --- a/main.py +++ b/main.py @@ -2132,7 +2132,7 @@ def RenseignementClass(): """ Cette API permet de supprimer une formation si elle n'a aucune session -de formation valide +de formation valide. la fonction utilise l'_id """ @app.route('/myclass/api/delete_Class/', methods=['POST','GET']) @crossdomain(origin='*') @@ -2143,6 +2143,21 @@ def delete_Class(): localStatus, message= cm.delete_Class(payload) return jsonify(status=localStatus, message=message ) +""" +Cette API permet de supprimer une formation si elle n'a aucune session +de formation valide. la fonction utilise l'internal_url +""" +@app.route('/myclass/api/delete_Class_by_internal_url/', methods=['POST','GET']) +@crossdomain(origin='*') +def delete_Class_by_internal_url(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### delete_Class_by_internal_url : payload = ",str(payload)) + localStatus, message= cm.delete_Class_by_internal_url(payload) + return jsonify(status=localStatus, message=message ) + + + """ API d'envoi de la liste d'emargement @@ -3529,6 +3544,25 @@ def Get_Given_Partner_Client(): return jsonify(status=localStatus, message=message) +""" +API de suppression d'un client +Avant il faut verifier : +1 - pas de stagiaire associé +2 - Pas de devis associé +3 - Pas de commande associé +""" +@app.route('/myclass/api/Delete_Given_Partner_Client/', methods=['POST','GET']) +@crossdomain(origin='*') +def Delete_Given_Partner_Client(): + # On recupere le corps (payload) de la requete + payload = mycommon.strip_dictionary (request.form.to_dict()) + print(" ### Delete_Given_Partner_Client : payload = ",payload) + localStatus, message = partner_client.Delete_Given_Partner_Client(payload) + return jsonify(status=localStatus, message=message) + + + + """ API qui permet de modifier un contact donnée (nested list) d'un client de partenaire """ diff --git a/partner_client.py b/partner_client.py index e41b596..762dd4b 100644 --- a/partner_client.py +++ b/partner_client.py @@ -1061,4 +1061,103 @@ def Add_Partner_Client_mass(file=None, Folder=None, diction=None): except Exception as e: exc_type, exc_obj, exc_tb = sys.exc_info() mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) - return False, " Impossible d'importer les client en masse " \ No newline at end of file + return False, " Impossible d'importer les client en masse " + + +""" +Cette fonction supprime un client. +Avant il faut verifier : +1 - pas de stagiaire associé +2 - Pas de devis associé +3 - Pas de commande associé +""" +def Delete_Given_Partner_Client(diction): + try: + diction = mycommon.strip_dictionary(diction) + + """ + Verification des input acceptés + """ + field_list = ['token', '_id'] + + incom_keys = diction.keys() + for val in incom_keys: + if val not in field_list: + mycommon.myprint(str( + inspect.stack()[0][3]) + " Le champ '" + val + "' n'existe pas") + return False, " Les informations fournies sont incorrectes", + + """ + Verification des champs obligatoires + """ + field_list_obligatoire = ['token','_id' ] + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans liste ") + return False, " Les informations fournies sont incorrectes", + + """ + Verification de l'identité et autorisation de l'entité qui + appelle cette API + """ + token = "" + if ("token" in diction.keys()): + if diction['token']: + token = diction['token'] + + local_status, my_partner = mycommon.Check_Connexion_And_Return_Partner_Data(diction) + if (local_status is not True): + return local_status, my_partner + + + + # Verification de la validé du client + is_existe_client_count = MYSY_GV.dbname['partner_client'].count_documents({'_id':ObjectId(str(diction['_id'])), 'partner_recid':str(my_partner['recid'])}) + if( is_existe_client_count <= 0 ): + mycommon.myprint( + str(inspect.stack()[0][3]) + " - Le client n'est pas valide ") + return False, " - Le client n'est pas valide ", + + if (is_existe_client_count > 1 ): + mycommon.myprint( + str(inspect.stack()[0][3]) + " - Plusieurs clients ont le même identifiant. Suppression annulée") + return False, " - Plusieurs clients ont le même identifiant. Suppression annulée", + + + # Verifier qu'il n'y pas de stagiaire associé + is_Stagiaire_Count = MYSY_GV.dbname['inscription'].count_documents({'client_rattachement_id':str(diction['_id']), + 'partner_owner_recid':str(my_partner['recid']), + 'valide':'1'}) + if( is_Stagiaire_Count > 0 ): + mycommon.myprint( + str(inspect.stack()[0][3]) + " - Le client a "+str(is_Stagiaire_Count)+" stagiaire(s) valide(s). Suppression annulée ") + return False, " - Le client a "+str(is_Stagiaire_Count)+" stagiaire(s) valide(s). Suppression annulée ", + + # Verifier qu'il n'y pas de devis ou commande associé + is_devis_cmd_Count = MYSY_GV.dbname['partner_order_header'].count_documents( + {'order_header_client_id': str(diction['_id']), + 'partner_owner_recid': str(my_partner['recid']), + 'valide': '1'}) + if (is_devis_cmd_Count > 0): + mycommon.myprint( + str(inspect.stack()[0][3]) + " - Le client a " + str( + is_devis_cmd_Count) + " commande(s) ou devis valide(s). Suppression annulée ") + return False, " - Le client a " + str( + is_devis_cmd_Count) + " commande(s) ou devis valide(s). Suppression annulée" + + + + # Supression à faire + MYSY_GV.dbname['partner_client'].delete_one({'_id':ObjectId(str(diction['_id'])), 'partner_recid':str(my_partner['recid'])}) + + + return True, "La suppression du client a été correctement faite." + + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de supprimer le client " + + diff --git a/partner_order.py b/partner_order.py index 818ff4b..aaa6d5b 100644 --- a/partner_order.py +++ b/partner_order.py @@ -431,12 +431,25 @@ def Add_Partner_Order(diction): """ ### 1 - Creation de l'entete + """ + /!\ Update du 24/09/2023 : + Si on ne trouve pas une sequence propre au partenaire (partner_owner_recid), alors on va chercher + la sequence par defaut dont partner_owner_recid = 'default' + """ - # Rcuperation de la sequence de l'objet "lms_user_id" dans la collection : "mysy_sequence" + # Rcuperation de la sequence de l'objet "partner_order_header" dans la collection : "mysy_sequence" retval_sequence_order = MYSY_GV.dbname['mysy_sequence'].find_one({'related_mysy_object': 'partner_order_header', 'valide': '1', 'partner_owner_recid':str(my_partner['recid'])}) + if (retval_sequence_order is None): + # Il n'y pas de sequence pour le partenaire, on va aller chercher la sequence par defaut + retval_sequence_order = MYSY_GV.dbname['mysy_sequence'].find_one( + {'related_mysy_object': 'partner_order_header', + 'valide': '1', 'partner_owner_recid': 'default'}) + + if (retval_sequence_order is None or "current_val" not in retval_sequence_order.keys()): + # Il n'y aucune sequence meme par defaut. mycommon.myprint(" Impossible de récupérer la sequence 'retval_sequence_order' ") return False, "Impossible de récupérer la sequence 'retval_sequence_order'", False @@ -904,12 +917,26 @@ def Add_Partner_Quotation(diction): ### 1 - Creation de l'entete - # Rcuperation de la sequence de l'objet "lms_user_id" dans la collection : "mysy_sequence" + # Rcuperation de la sequence de l'objet "partner_quotation_header" dans la collection : "mysy_sequence" + """ + /!\ Update du 24/09/2023 : + Si on ne trouve pas une sequence propre au partenaire (partner_owner_recid), alors on va chercher + la sequence par defaut dont partner_owner_recid = 'default' + """ + retval_sequence_order = MYSY_GV.dbname['mysy_sequence'].find_one({'related_mysy_object': 'partner_quotation_header', 'valide': '1', 'partner_owner_recid': str( my_partner['recid'])}) + + if( retval_sequence_order is None ): + # Il n'y pas de sequence pour le partenaire, on va aller chercher la sequence par defaut + retval_sequence_order = MYSY_GV.dbname['mysy_sequence'].find_one( + {'related_mysy_object': 'partner_quotation_header', + 'valide': '1', 'partner_owner_recid': 'default'}) + if (retval_sequence_order is None or "current_val" not in retval_sequence_order.keys()): + # Il n'y a aucune sequence, meme par defaut. mycommon.myprint(" Impossible de récupérer la sequence 'retval_sequence_order' ") return False, "Impossible de récupérer la sequence 'retval_sequence_order'", False