2021-06-30
Stratégie migration Google Photo
Utilisation de :
Création d'album dans Apple Photo avec les albums de Google Photo dispo en dossier avec Google Photos Takeout Helper dans plusieurs dossier éparpillier pour les merge.
Export de Apple Photo permet de classer
!! Année 2019 exporté contient beaucoup d'erreur !!
Point Hermes
marketing_product_id indisponible suite à la création d'une subscription depuis l'API Plateforme
Explication
Voici la table ZUORA_PRODUCT
| marketing_product_id | subscription_uuid | zchargenumber |
|---|---|---|
| BACKUP_STORAGE | 7b1d2cfd-b969-4108-ae30-1a3cfde07da5 | C00347771 |
| BACKUP_STORAGE | 2f2ba057-ed66-44b5-8cf7-756fbd03dc84 | C00347772 |
Dedans, je n'arrive pas à mettre le marketing_product_id qui le lierai à la table MARKETING_PRODUCT
| marketing_product_id | price_id | marketing_product_code | marketing_product_category_id | marketing_product_type_id | marketing_product_name | marketing_product_function_type_id | subscription_duration_id | marketing_product_desc | default_user_number | product_family_id | default_save_number | default_sign_number | product_family_id_link |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 102125 | 689537 | CE-PORT1012 | 98668 | 60552 | Certificat Authentification Serveur - RGS** - 1 an | 1 | 2000 | NULL | 0 | NULL | 0 | 0 | NULL |
| 120 | 2019 | AD-MON000100 | 3 | 3 | AdBackup - 100 Mo | 1 | 1001 | NULL | 10 | NULL | 0 | 0 | NULL |
| 136 | 2035 | AD-MON050000 | 3 | 3 | AdBackup - 50 Go | 1 | 1001 | NULL | 10 | NULL | 0 | 0 | NULL |
| 102126 | 689538 | CE-PORT1036 | 98668 | 60552 | Certificat Authentification Serveur - RGS** - 3 ans | 1 | 2000 | NULL | 0 | NULL | 0 | 0 | NULL |
| 102127 | 689539 | CE-PORT912 | 98668 | 60552 | Certificat Authentification Serveur - RGS* - 1 an | 1 | 2000 | NULL | 0 | NULL | 0 | 0 | NULL |
| 128 | 2027 | AD-MON006000 | 3 | 3 | AdBackup - 6 Go | 1 | 1001 | NULL | NULL | NULL | 0 | 0 | NULL |
| 129 | 2028 | AD-MON008000 | 3 | 3 | AdBackup - 8 Go | 1 | 1001 | NULL | NULL | NULL | 0 | 0 | NULL |
| 130 | 2029 | AD-MON010000 | 3 | 3 | AdBackup - 10 Go | 1 | 1001 | NULL | NULL | NULL | 0 | 0 | NULL |
| 131 | 2030 | AD-MON015000 | 3 | 3 | AdBackup - 15 Go | 1 | 1001 | NULL | NULL | NULL | 0 | 0 | NULL |
| 133 | 2032 | AD-MON025000 | 3 | 3 | AdBackup - 25 Go | 1 | 1001 | NULL | NULL | NULL | 0 | 0 | NULL |
C'est dû à l'API de création de subscription de Plateforme que j'utilise actuellement; Elle ne fait pas le lien dans la table MARKETING_PRODUCT_ACCOUNT.
Je suis sensé changer mon approche d'utiliser cette API (souvenir flou, l'information me reviens de plus de 1 mois), qui changera mon approche pour fournir les "options" (SimpleMarketOptionDTO). Peux être que cela corrigera le problème de lui même.
Conclusion
La table ZUORA_PRODUCT contient un champs marketing_product_id que dans tout les cas pour l'instant je ne peux pas utiliser. ==> Je continue de faire la migration vers la nouvelle API; une fois terminer, je m'occupe de ce point.