bateau Posted November 11, 2019 #51 Posted November 11, 2019 hoppler's method of activating worked or me. Quote
truncj Posted November 18, 2019 #52 Posted November 18, 2019 Has anyone tried to use "active backup for vmware" to backup xpenology that is running on ESXi? (ie. backup itself from within synology to a usb external hard drive) Quote
Mitea Posted December 19, 2019 #53 Posted December 19, 2019 I successfully enabled Active Backup for Office 365. But when I try to log into my Office 365 account, I get an error. error_description:AADSTS50000: There was an error issuing a token or an issue with our sign-in service. Trace ID: 6d80d6d8-9544-4628-a892-2299d97f1900 Correlation ID: 2d46a5f2-bb02-4231-ad96-cf9ba4dc433f Timestamp: 2019-12-19 12:17:36Z error_uri:https://login.microsoftonline.com/error?code=50000 Is there anyone who can help? Quote
GrasshopperNL Posted December 27, 2019 #54 Posted December 27, 2019 I have the same problem @Mitea! Quote
Mitea Posted December 29, 2019 #55 Posted December 29, 2019 I created a support ticket at Synology, and got this answer from them. Hi, Thank you for contacting Synology support. Sorry to learn of the issue that you are experiencing. Recently, we have noticed that the OAuth process returns the error code “AADSTS50000” from Microsoft Office 365 Server leading to a failure of a backup task creation through Active Backup for Office 365. However, this issue does not affect the existing backup tasks. We have already raised this issue with Microsoft support and they have confirmed that it has been archived as a known issue on their side. According to Microsoft, their expected time to fix this issue is yet to be confirmed, probably in late January or February 2020. Therefore, if you are experiencing this issue and need an immediate action to resolve this problem, we recommend you to also contact Microsoft Support to speed up the process and follow up the progress. Thank you for your understanding. Apologies for any inconvenience that this may cause but hopefully this helps. Quote
neronain Posted January 21, 2020 #57 Posted January 21, 2020 (edited) Thank you! Login (replace URL, PORT, USER, PASS) https://URL:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS ActiveBackup https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=get&version=1 Set ActivationStatus (use your SERIALNUMBER) https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="SERIALNUMBER" Edited January 21, 2020 by neronain 1 Quote
Pandadoo Posted February 2, 2020 #58 Posted February 2, 2020 Hi everyone, CAUTION, i followed tutorial in first page by HOPPLER and that did'nt work.. BECAUSE i tried with "https". I tried in http mode and..success !! So, if, like me, you just have an error like "ssl_error_rx_record_too_long" think about http connexion. So the tutorial by HOPPLER become : http://URL:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS http://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="SERIALNUMBER" To get the current activation status call the 1. query above and then http://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=get&version=1 PS : my connexion to DSM is in https (in fact, every page is in https, i don't explain why that didn't work properly.. Quote
hoppler Posted February 4, 2020 #59 Posted February 4, 2020 On 2/3/2020 at 12:32 AM, Pandadoo said: Hi everyone, So, if, like me, you just have an error like "ssl_error_rx_record_too_long" think about http connexion. PS : my connexion to DSM is in https (in fact, every page is in https, i don't explain why that didn't work properly.. Hi, this error usually means you have a misconfigured local proxy. Those local proxys are in some cases created by your antivirus/firewall software which links inbetween an SSL/TLS connection but in your case just broke it. If you only have the windows onboard antivirus solution installed an nothing else maybe its worth lookin into possible trojans/viruses which sniff your connection Quote
Pandadoo Posted February 4, 2020 #60 Posted February 4, 2020 Hi Hoppler, That's right, i forgot that i have a hardware firewall but i was pretty sure to have excluded LAN to LAN traffic from DPI and others watching tools. i'll verify tonight. Thanks a lot for that information Hoppler. Quote
markspoiss Posted February 11, 2020 #61 Posted February 11, 2020 I get this: {"error":{"code":9999,"errors":{"params":{}}},"success":false} what i do wrong? Thnx! Quote
nadiva Posted February 22, 2020 #62 Posted February 22, 2020 thanks for the guide. there are conditions for this communication, two way authentication should be temporarily off (error 402), host/port must be the same in the process, and in my case, couldn't use hostnames. Use private session not to store credentials to history. Quote
raultaboraz Posted February 23, 2020 #63 Posted February 23, 2020 (edited) On 12/7/2018 at 9:28 AM, hoppler said: Login (replace URL, PORT, USER, PASS) https://URL:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS for ActiveBackup its the following urls Get Activationstatus https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=get&version=1 Set ActivationStatus (use your SERIALNUMBER) https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="SERIALNUMBER" for Office365 its the following urls Get Activationstatus https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365&method=get_activation&version=1 Set ActivationStatus (use your SERIALNUMBER) https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365&method=set_activation&version=1&serial_number="SERIALNUMBER" for GSuite its the following urls Get Activationstatus https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupGSuite&method=get_activation&version=1 Set ActivationStatus (use your SERIALNUMBER) https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackupGSuite&method=set_activation&version=1&serial_number="SERIALNUMBER" Maybe the API has changed? I am using v2.0.5-0534 of Active Backup G Suite and (DSM DSM 6.2.2-24922 Update 4) it doesn't work. 1st step for Login is OK, it works, but 2nd and 3rd step are not working "{"error":{"code":102},"success":false}" You did mention 102 code is because app is not started, I have opened it and tried to activate, uninstalled, re-installed, disabled 2FA, always the same. I have tried HTTPS or HTTP and also creating a new admin user with silly password like 123456789 in order to test it, so... I have tried also 3 backups apps, ActiveBackup Business, G suite, Office 360... none of them work. I really think that this is because the API has changed and it is not working anymore. Could you please help me? Can you all please confirm which version of ActiveBackup and DSM are you using? Thanks a lot Edited February 23, 2020 by raultaboraz Quote
raultaboraz Posted February 23, 2020 #64 Posted February 23, 2020 after a thousand tries I have finally solved it... but I don't know what was the cause Quote
synologyturkey Posted March 12, 2020 #65 Posted March 12, 2020 (edited) On 12/4/2018 at 5:24 PM, hoppler said: There is a better way^^ Just activate it: In your browser open the following urls one after another: Replace the following: URL, PORT, USER, PASS, SERIALNUMBER (dont replace any other symbols like : oder ") https://URL:PORT/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="SERIALNUMBER" To get the current activation status call the 1. query above and then https://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=get&version=1 ------------------------------ Example for url: server, port: 5001, user: admin, pass: admin, serialnumber: 123400 https://server:5001/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=admin&passwd=admin https://server:5001/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="123400" Thanks .. Thecus N4800 Nas DSM 6.2.2-24922-4 Edited March 12, 2020 by synologyturkey Quote
valix Posted May 5, 2020 #66 Posted May 5, 2020 @hoppler it worked like a charm on my 918+ config! Quote
hans2304 Posted June 4, 2020 #67 Posted June 4, 2020 AADSTS50020: User account 'hansdeweerd@hotmail.nl' from identity provider 'live.com' does not exist in tenant 'Synology' and cannot access the application 'af08ce07-1df9-4a39-b6e6-092ac934eb21'(Synology Active Backup for Office 365) in that tenant. The account needs to be added as an external user in the tenant first. Sign out and sign in again with a different Azure Active Directory user account. When trying to login to micosoft accoun I used for my synology account, I get his error what does it mean? Quote
EXPLOit Posted June 7, 2020 #68 Posted June 7, 2020 Gentlemen. Just installed one more xpenology instance and succefully activate ABB but failed to activate ABO and ABG so i dug in my records and get this instructions. This is absolutely the same as OP but i want to point your attention to a few moments: LOGIN FIRST - use uncommented link from my example USE SERIAL NUMBER WITHOUT THE QUOTES Here is mine own manual i created for myself it works for me without any issues. I tried it right now on two more fresh XPENOLOGY installs with ABB ABO ABG latest versions Quote #Login first (replace URL:xpenology2, PORT:5001, USER:exploit, PASS:C****) #https://URL:PORT /webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS https://xpenology2:5001/webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=exploit&passwd=C**** # ActiveBackup its the following urls #Get Activationstatus https://xpenology2:5001/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=get&version=1 #Set ActivationStatus (use your SERIALNUMBER:C2LWN77777) https://xpenology2:5001/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number=C2LWN77777 # for Office365 its the following urls #Get Activationstatus https://xpenology2:5001/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365&method=get_activation&version=1 #Set ActivationStatus (use your C2LWN77777) https://xpenology2:5001/webapi/entry.cgi?api=SYNO.ActiveBackupOffice365&method=set_activation&version=1&serial_number=C2LWN77777 # for GSuite its the following urls #Get Activationstatus https://xpenology2:5001/webapi/entry.cgi?api=SYNO.ActiveBackupGSuite&method=get_activation&version=1 #Set ActivationStatus (use your C2LWN77777) https://xpenology2:5001/webapi/entry.cgi?api=SYNO.ActiveBackupGSuite&method=set_activation&version=1&serial_number=C2LWN77777 1 Quote
HMatter Posted September 29, 2020 #69 Posted September 29, 2020 On 6/7/2020 at 3:35 AM, EXPLOit said: Gentlemen. Just installed one more xpenology instance and succefully activate ABB but failed to activate ABO and ABG so i dug in my records and get this instructions. This is absolutely the same as OP but i want to point your attention to a few moments: LOGIN FIRST - use uncommented link from my example USE SERIAL NUMBER WITHOUT THE QUOTES Here is mine own manual i created for myself it works for me without any issues. I tried it right now on two more fresh XPENOLOGY installs with ABB ABO ABG latest versions Thanks so much for this - had no end of trouble getting mine activated, password had special characters - fixed, other commands didnt work on my install, yours did. Then had an invalid SN, updated from google images sn which worked a charm. Does anyone know if QuickConnect should work? When I try to login to link I get a "the system failed to perform the requested operation, there is an unknown error" I Struggled to get a NIC to work initially, the 3rd HP box I used worked first time - Kept reading about the extra.lzma file but couldnt for the life of me find where it is and how to use it (if someone can link me I'd appreciate it as I'd rather use a different box if i can get the nic to work). Also tried to get it working on a FreeNAS VM but the VM crashes after boot, gets to the find.synology.com prompt and then the vnc connection drops and wont reconnect with nothing on teh network - but thats for another day if anyone has any advice. But for now I'm up and running on a HP Elitedesk, i5, 8Gb RAM, 2x 1TB drives in Raid1 Generally thanks so much for this forun and project - so much fun and so useful to tset the 365 backup before a charity I help out jumps to purchase the original hardware. thanks everyone H Quote
maxime Posted November 20, 2020 #70 Posted November 20, 2020 (edited) When I try this: http://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="SERIALNUMBER" I receive: {"error":{"code":102},"success":false} what's wrong? Edited November 20, 2020 by maxime Quote
EXPLOit Posted November 20, 2020 #71 Posted November 20, 2020 7 hours ago, maxime said: When I try this: http://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="SERIALNUMBER" I receive: {"error":{"code":102},"success":false} what's wrong? Have you done LOG IN before ? https://URL:PORT /webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS Quote
jithuraj Posted November 26, 2020 #72 Posted November 26, 2020 On 5/5/2020 at 11:36 AM, valix said: @hoppler it worked like a charm on my 918+ config! I'm on a 918+ too .. but still getting error. where or how did you get a SN ? Quote
jithuraj Posted November 26, 2020 #73 Posted November 26, 2020 On 2/4/2020 at 6:07 PM, hoppler said: Hi, this error usually means you have a misconfigured local proxy. Those local proxys are in some cases created by your antivirus/firewall software which links inbetween an SSL/TLS connection but in your case just broke it. If you only have the windows onboard antivirus solution installed an nothing else maybe its worth lookin into possible trojans/viruses which sniff your connection Hoppler, Can you please help me, getting the below error. {"error":{"code":1024,"errors":{"params":{}}},"success":false} tried the SN generator and couple of sn from google images. still same error. App is enabled/running on the nas box. its a 918+ on a desktop. Quote
maxime Posted November 26, 2020 #74 Posted November 26, 2020 (edited) On 11/21/2020 at 12:14 AM, EXPLOit said: Have you done LOG IN before ? https://URL:PORT /webapi/auth.cgi?api=SYNO.API.Auth&method=Login&version=1&account=USER&passwd=PASS Yes. And it works Only when I try this http://URL:PORT/webapi/entry.cgi?api=SYNO.ActiveBackup.Activation&method=set&version=1&activated=true&serial_number="SERIALNUMBER" I receive the error Edited November 26, 2020 by maxime Quote
zardkim Posted December 26, 2020 #75 Posted December 26, 2020 (edited) Appear this error: {"error":{"code":400},"success":false} If there is a # character in the password, delete it and try again It was successful after changing the password. Edited December 26, 2020 by zardkim Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.