Replies: 3 comments 3 replies
-
Please check the URL in DOMIConstantsBE Script Library, making sure it looks like https://github.com/HCL-TECH-SOFTWARE/domino-online-meeting-integration/blob/main/notes/Code/ScriptLibraries/domiConstantsBE.lss#L45. A fix was applied a couple of months ago to remove the trailing "/" from the URL. It sounds like you're still on an older version, which will be impacted by a fix on the web server done recently. We recommend updating to the latest code. |
Beta Was this translation helpful? Give feedback.
-
After much research, I discovered that the Windows regional format affects the operation of the DOMI. Creating a new appointment works if I change the Windows format to English (US). With Finnish format I always get an error message "Bad request". Oddly enough, console.log looks exactly the same, so the JSON message has the same date and time format regardless of the Windows settings. So is this a bug or is DOMI also supported in other language formats than US? The tests are done with the template that comes with Notes 12.0.1. The logs are below for the successful and unsuccessful creation of the appointment. -Jarkko Successful log / Regional format: English (United States): Failed log / Regional format: Finnish (Finland): |
Beta Was this translation helpful? Give feedback.
-
I still tried different some language settings in Windows 10. In addition to the regional setting English (United States), DOMI also works with the German language setting, despite the fact that the date and time formats are exactly the same as in Finland. So the conclusion is finally that DOMI DOES NOT work in Windows with the Regional setting set to Finnish (Finland) or English (Finland). This DOMI is one of the most important features to upgrade Notes and Domino to V12.0.1. Finnish client 12.0.1 is also coming, so I guess this feature is really needed. |
Beta Was this translation helpful? Give feedback.
-
I'm testing this feature, but can't make it to work with my M365 environment. Token is successfully retrieved and validated, but when I try to schedule meeting to Teams, I got error "The HTTP Request operation failed,". With debugging enabled I found this error from my log:
2021.08.10 13.26.03 Error #1401: The HTTP Request operation has failed.
Library: domiIntegrator.Class: DominoOnlineMeetingIntegrator.DOMEETINGREQUESTRAW(); line #899
HTTP/1.1 400 Bad Request
Stack Logging is Disabled
Meeting Service: teams
TOKEN TYPE: Bearer
Meeting URL: https://graph.microsoft.com/v1.0/me/onlineMeetings
responsecode: HTTP/1.1 400 Bad Request
responsejson: {"error":{"code":"General","message":"Request payload cannot be null.","innerError":{"request-id":"xxx","date":"2021-08-10T10:26:02","client-request-id":"xxx"}},"responsecode":"HTTP/1.1 400 Bad Request"}
Body JSON
{"subject":"toinen","startDateTime":"2021-08-11T10.00.00+02:00","endDateTime":"2021-08-11T13.00.00+02:00"}
2021.08.10 13.26.03 Library: domiUtilsFE.DOMINOTIFYRESULT():
DOMI Failure
domi.ErrorCode: 1401
domi.ErrorMessage: The HTTP Request operation has failed.
domi.ResponseCode: HTTP/1.1 400 Bad Request
domi.HTTPstatusCodeType: 4xx Client Error: The request contains bad syntax or cannot be fulfilled
What might be wrong with my installation? The current Notes version is 11.0.1FP3
-Jarkko
Beta Was this translation helpful? Give feedback.
All reactions