troubleshooting
888 TopicsAll scheduled prompts failing — "couldn't be completed" error — Power Platform provisioning issue?
I'm hoping someone from Microsoft or the community has seen this. All my scheduled prompts are failing at execution time with this error: "This scheduled prompt couldn't be completed. It will be retried during the next scheduled run." Key facts: M365 Copilot license on a direct Business subscription The same prompts run correctly in Copilot Chat Even the simplest scheduled prompt fails: "List emails I received in the past 5 days. No analysis needed — just the list." The scheduling UI works fine — prompts appear in the Active list with correct schedules Failure is at execution time. Retries also fail. Admin-side investigation already completed: Power Platform environment: Ready No DLP policies in the tenant No admin toggle for scheduled prompts exists in M365 admin center (noted as unusual) Org-level optional connected experiences: enabled User-level optional connected experiences toggle absent (consistent with org locking it On) The absence of an admin toggle for scheduled prompts in the M365 admin center is the one thing that stood out — I wonder if this indicates the feature wasn't fully provisioned when the Copilot license was applied. Sharing here in case this is a known issue or others are experiencing the same. Any insight from Microsoft engineers or others who've resolved this would be appreciated.320Views0likes4CommentsApologies for repeated prompts – account works but restricted / Cuenta ok pero restringida
Hola, mi cuenta fue marcada por una infracción de “Abuso de la plataforma” en M365 Copilot. Ya verifiqué con soporte de inicio de sesión y confirmaron que no hay problemas con mi cuenta. Sin embargo, sigo experimentando errores y desconexiones al usar Copilot. ¿Alguien del equipo de Microsoft puede ayudarme a revisar este bloqueo o indicarme cómo apelar la restricción? Este problema me impide usar Copilot con normalidad. Utilicé un promt una y otra vez intentado hacer una gráfica de pastel y la IA estuvo "alucinando" datos. Intenté tanto que me enojé. Me disculpo. Gracias. Hello, My account was flagged for a “Platform abuse” violation in M365 Copilot. I have already contacted sign-in support, and they confirmed that there are no issues with my account. However, I am still experiencing errors and disconnections when using Copilot. Could someone from the Microsoft team help review this restriction or guide me on how to appeal it? This issue is preventing me from using Copilot normally. I used a prompt over and over trying to make a pie chart and the AI was 'hallucinating' data. I tried so much that I got angry. I apologize. Thank you. Puedes responder en inglés o español, gracias. | You can respond in English or Spanish, thank you.24Views0likes1CommentDetermine Availability Group Synchronization State, Minimize Data Loss When Quorum is Forced
First published on MSDN on Nov 11, 2014 When Windows Cluster quorum is lost either due to a short term network issue, or a disaster causes long term down time for the server that hosted your primary replica, and forcing quorum is required in order to quickly bring your availability group resource online, a number of circumstances should be considered to eliminate or reduce data loss.9.1KViews0likes0CommentsUnpacking Endpoint Management is back - and we’ve got a lot to talk about
If you've been missing real, candid conversations about endpoint management, good news! Unpacking Endpoint Management is officially back. This series is all about what actually works. No fluff, just practical tips, proven strategies, and honest discussions to help you optimize and simplify the way you manage and secure endpoints today (and prepare for what's next). We're bringing together people from across Microsoft Intune, Security, and Customer Experience engineering and product teams, along with guest practitioners, to share what's worked, what hasn't, and what we've learned along the way. And yes…we're absolutely here for the tough questions. A quick update on the hosts Danny Guillory, a familiar face to the community and a Product Manager for Intune and Configuration Manager, will continue to host the series. He's joined this season by Rachelle Blanchard as co‑host, bringing a strong community and discovery lens to the series. Rachelle focuses on surfacing real customer questions and guiding conversations toward practical outcomes, helping ensure each episode reflects how endpoint management works in the real world. Up next Policy: from hybrid to cloud-native May 28, 2026 - 9:00 a.m. PDT June 2026 episode (topic TBD) June 30, 2026 – 9:00 a.m. PDT July 2026 episode (topic TBD) July 29, 2026 – 9:00 a.m. PDT Sign in to the Tech Community and follow this post for the latest updates on upcoming episodes. Catch up on demand Curious what it takes to secure endpoints in today’s Zero Trust world? Watch our most recent episode on Device security with Microsoft Intune, now on demand! What's the format? This web series is streamed live on Tech Community, LinkedIn, YouTube, and X. In addition to open discussion, we answer your questions so sign in (or sign up for) the Tech Community and RSVP to submit questions early and throughout the live show. How do I join? There's no call or meeting to join. Simply head to aka.ms/JoinUEM. Show up at start time, watch live, and jump into the discussion with us. Help shape the series This series is for you - so tell us what you want to hear. Drop a comment below with: Topics you'd like us to cover Tough questions you want answered Speakers you'd love to hear from We can't wait to get started - and even more excited to hear from you along the way. Join the Community to get early insight into what's coming for Intune, connect with experts, and share real-world feedback that helps shape the product. 👉 aka.ms/JoinIntuneCommunity1.2KViews1like0CommentsHas anyone had issues with images not loading properly/at all?
Starting last week, the Copilot application has not been properly rendering generated images for several users - I have pasted several examples below, along with the errors I am receiving in various tools. Has anyone had a similar issue and/or been able to resolve it on their end? Is it possible to disable Copilot in Agent mode (i.e., return to Work mode)? Thank you! Please let me know if I can clarify with any additional details.61Views0likes0CommentsAzure Data Sync: Fixing “Cannot find the user ‘DataSync_executor’” When Creating a New Sync Group
Summary When creating a new Azure SQL Data Sync group, customers may encounter the following error during setup—even when no active sync groups exist: “Failed to perform data sync operation: Cannot find the user 'DataSync_executor', because it does not exist or you do not have permission.” This failure typically occurs during certificate and symmetric key creation as Azure attempts to grant permissions to the DataSync_executor role. In this post, we’ll walk through: The common scenario where this issue appears Why cleanup scripts alone may not fix it A supported, reliable resolution approach to restore Data Sync successfully The Problem Scenario A customer attempts to create a brand-new Azure SQL Data Sync group (hub + members), but the operation fails with an error similar to: Cannot find the user 'DataSync_executor', because it does not exist or you do not have permission. Creating certificate Creating symmetric key Granting permission to [DataSync_executor] on certificate Key observations from affected cases: No active sync group exists Cleanup scripts (including Data Sync complete cleanup.sql) were already executed The failure persists even after retrying the setup Why This Happens Azure SQL Data Sync depends on system-managed database roles that must be created and configured only by the Azure Data Sync service itself. If these roles (or related permissions) are: Missing Partially deleted Left in an inconsistent state then Data Sync may fail while attempting to create certificates or grant required permissions. Important: Manually creating or partially restoring these roles is not supported and often leads to repeated failures. How to Detect the Issue Before troubleshooting further, confirm whether the required Data Sync roles are missing. 1. Run the Data Sync Health Checker Ask the customer to run Data Sync Health Checker, then review SyncDB_Log. Common warnings include: DataSync_reader IS MISSING DataSync_executor IS MISSING Missing EXECUTE/SELECT permissions on dss and TaskHosting schemas This confirms the root cause is role and permission inconsistency. Supported and Effective Resolution Step 1: Verify Roles Are Missing Run the following query on each affected database (hub and members): SELECT name FROM sys.database_principals WHERE name IN ('DataSync_executor', 'DataSync_reader'); If no rows are returned, the roles are missing and must be recovered by Azure Data Sync itself - not manually. Step 2: Fully Clean Up Leftover Data Sync Objects Do this only if the database is not actively syncing -- Remove roles if partially present DROP ROLE IF EXISTS DataSync_executor; DROP ROLE IF EXISTS DataSync_reader; -- Drop DataSync schema IF EXISTS (SELECT 1 FROM sys.schemas WHERE name = 'DataSync') BEGIN DROP SCHEMA DataSync; END This ensures there are no partial or orphaned Data Sync objects left behind that could interfere with setup. Step 3: Recreate the Sync Group (Critical Step) Do not manually recreate roles or permissions Instead: Delete the existing (failed) Sync Group from the Azure Portal Recreate the Sync Group from scratch Re-add the hub and member databases During this process, Azure will automatically: Recreate DataSync_executor and DataSync_reader Assign all required permissions Deploy the correct schemas, certificates, and procedures Key Takeaways DataSync_executor and DataSync_reader are service-managed roles Cleanup scripts alone may not fully reset a broken state Manual role creation is not supported Deleting and recreating the Sync Group is the only reliable recovery method once roles are missing Final Recommendation If you encounter Data Sync setup failures referencing DataSync_executor, always: Validate role existence Fully clean up broken artifacts Let Azure Data Sync recreate everything by rebuilding the Sync Group This approach consistently resolves the issue and restores a healthy Data Sync deployment.Cannot Share Fabric Data Agent
I created Fabric Data Agent. I published it to M365 Copilot. I shared it to user A, B, C. I copy the link https://m365.cloud.microsoft/chat/?titleId=T_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&source=agentCenterDialog. I generated an QR Code using canva. User A, B, C tried to scan the QR Code using their phone, but it returned an error as seen in picture 1. However, when user A, B, C opened it via laptop browser, it was not error. how to solve this problem?57Views0likes0CommentsCowork can't send emails?
Hi, all. I've been playing around with Copilot Cowork and really loving it, but with one problem. When it tries to send an email to anyone but myself, it can't. It tells me to approve, but I never get the approval prompt. I get errors like this: "Good question. The approval step typically appears as a confirmation dialog right here in our conversation before an email is sent. It worked fine for the test email to your own address, but when I tried sending to [otherperson], the system blocked it before the approval dialog could reach you" and "The platform is blocking the send to an external recipient and the approval dialog isn't surfacing properly." and "All three return the same error: the platform requires an approval step before executing any outbound send action, but that approval dialog isn't rendering in your session. The test email to yourself worked because self-sends appear to be auto-approved. This is a platform-level issue — not something I can fix from my side." Any thoughts? I'm not even sure where to start troubleshooting this.Solved176Views0likes4Comments