Bug 52703 - EAs UniventionOffice365ADConnections and others not found during Upgrade from O365 to M365
EAs UniventionOffice365ADConnections and others not found during Upgrade from...
Status: NEEDMOREINFO
Product: UCS
Classification: Unclassified
Component: Office 365
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: Mail maintainers
Mail maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-01-26 20:44 CET by Dirk Ahrnke
Modified: 2021-01-27 12:32 CET (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Ahrnke univentionstaff 2021-01-26 20:44:05 CET
Joinscript tries to modify an EA which did not exist at least in my environment. 

        udm settings/extended_attribute modify "$@" \
                --dn "cn=UniventionOffice365ADConnections,$ea_base" \
                --set tabName="Microsoft 365" \
                --set translationTabName='"de_DE" "Microsoft 365"' || die

also not found
       udm settings/extended_attribute modify "$@" \
               --dn "cn=UniventionOffice365ADConnectionAlias,$ea_base" \
               --set tabName="Microsoft 365" \
               --set translationTabName='"de_DE" "Microsoft 365"' || die

       udm settings/extended_attribute modify "$@" \
               --dn "cn=UniventionOffice365GroupADConnectionAlias,$ea_base" \
               --set tabName="Microsoft 365" \
               --set translationTabName='"de_DE" "Microsoft 365"' || die


As wanted, the joinscript terminated with error.

Not sure if this is env-related.
Comment 2 Erik Damrose univentionstaff 2021-01-27 09:30:22 CET
From which App version did the update start?
Comment 3 Dirk Ahrnke univentionstaff 2021-01-27 10:47:20 CET
(In reply to Erik Damrose from comment #2)
> From which App version did the update start?

According to the available appcenter.log the update to 3.4 was run from 3.3 which was updated from 2.6 a few days before. Further history is not available.