Author: websitedeveloper
Common mistake/error message when trying to access MS SharePoint, AADSTS50085
Common mistake/error message when trying to access, this is code AADSTS50085 from Microsoft documentation, but make essier for everybodoy
You can not logged or have more than ONE SharePoint’site in the site browser.
AADSTS50085 | Refresh token needs social IDP login. Have user try signing-in again with username -password |
Solution of the AADSTS50085:
Solution A: Sign out the first out and sign again with different
Solution B: Using an incognito mode or private mode.
Solution C: Using different browser.
Solution Microsoft Power apps and power automate error appres://blobmanager
Solution for Microsoft Power apps and power automate error appres://blobmanager, that will upload corruputed file to Sharepoint:
Unable to process template language expressions in action 'Create_file' inputs at line '1' and column '12861': 'The template language function 'dataUriToBinary' expects its parameter to be formatted as a valid data URI. The provided value 'appres://blobmanager/10c34f7263814cd2a8f8750449b64a29/1' was not formatted correctly. Please see https://aka.ms/logicexpressions#dataUriToBinary for usage details.'
1- IT require to use Json on Power apps form on the OnSelect function to transform to binary code file to upload to Sharepoint by Power automate:
Change this by:
PowerAppsUploadDocuments.Run(AddMediaButton1.FileName,UploadedImage1.Image);
This using json:
PowerAppsUploadDocuments.Run(AddMediaButton1.FileName,Substitute(JSON(UploadedImage1.Image, JSONFormat.IncludeBinaryData),””””, “”));
Microsoft Power Automate Concurrency Control
Concurrency Control
Limit number of concurrent runs of the flow, or leave it off to run as many as possible at the same time. Concurrency control changes the way new runs are queued. It cannot be undone once enabled.
Limit
Microsoft Power automate, encodian Insert HTML to PDF, BadGateway 502 solution
Microsoft Power automate, encodian Insert HTML to PDF, BadGateway 502 solution
Error message and action Action ‘Insert_HTML_to_PDF’ failed
{
"error": {
"code": 502,
"source": "flow-apim-europe-001-northeurope-01.azure-apim.net",
"clientRequestId": "7dd5f762-ee40-4c41-8541-9df5b92281d4",
"message": "BadGateway",
"innerError": {
"HttpStatusCode": 500,
"HttpStatusMessage": "An error occurred processing the request",
"OperationId": "3626fc0e-574b-4447-a4fb-bbeef023b27a\\1",
"Errors": [],
"Operation Status": "Error",
"Filename": null,
"FileContent": null
}
}
}
Solution 1: Rebsumit it
If the error code 500 or 502 appears, the failure is temporary or transient. Click or tap Resubmit to try the flow again.
Solution 2: Double-check the original PDF you are try to appaend is OK first.
You can not preview the file SharePoint by the browser the “Insert HTML to PDF” process will fail.
Hmm.. Looks like this file doesn’t have a preview we can show you.
In our case the uploading document by Power apps were not decoding the final document on SharePoint
Share an app with Microsoft 365 Groups
Share an app with Microsoft 365 Groups. Ppower apps how give implicit access to sharepoint group?
Ensure you have access to the Azure AD cmdlets.
Go to Azure portal > Azure Active Directory > Groups > Select the appropriate group > Copy the Object Id.
1 Connect to Azure AD using PowerShell:
code> C:\system>system32> Connect-AzureAD
2- Get-AzureADGroup -ObjectId 9d046f003-93b7-4691-9935-174139c990d3 | select *
3 If the group isn’t security enabled, you can enable it using PowerShell cmdlet Set-AzureADGroup by setting the SecurityEnabled property to True:
code> C:\system>system32>Set-AzureADGroup -ObjectId 9d046f003-93b7-4691-9935-174139c990d3 -SecurityEnabled $True
Assign a security group in Azure AD to a role
In the sharing panel, select Assign a security role under Data permissions.
Select the Dataverse role(s) that you want to apply to the selected Azure AD user(s) or group(s):
What CMOS Settings Wrong, CMOS date/Time Not Set?
The CMOS Settings Wrong, CMOS Date/Time Not Set are telling you the date on the device is not set.
what is CMOS? CMOS is Complementary Metal–Oxide–Semiconductor or CMOS RAM, Non-Volatile RAM (NVRAM), Non-Volatile BIOS memory: Most CMOS batteries will last the lifetime of a motherboard, up to 10 years in most cases.
1- It’s possible if the device was a long time without power and the CMOS battery is drained out or either the CMOS battery is dead.
1- Solution A – if the CMOS battery is not dead you connect to power and set the date and time and let the device charge that battery. If after a long time you can remove the power cable and reconnect it. If you restart the device and do you still seeing the same message about “CMOS Settings Wrong”: Definitely the CMOS battery is dead!
2- Solution B – You will replace the CMOS battery; you search by brand and model and buy a new battery.
Microsoft form with upload file, Who can fill in this form?
Microsoft form with upload file, Who can fill in this form?
The option; Anyone can respond -is disabled when the form has an upload file:
File upload is only available when “Only people in my organisation can respond” is the selected setting
When you add a file upload to a form, the form cannot be shared with anyone link and is restricted to other people within your organization.
Who can fill in this form?
The reason is that uploaded files for personal forms are stored in the form creator’s OneDrive for Business account, at date of 24/12/2020 only the users inside the Office 365(Active Directory) can access the form with the upload option.
Solution for Drupal 8, The website encountered an unexpected error. Please try again later.
Solution for Drupal 8, The website encountered an unexpected error. Please try again later.
The website stoped working and also the admin section.
1- Change the configuration to display more information the error, on the configuration file:
/sites/default/settings.php and add:
$config['system.logging']['error_level'] = 'verbose';
2- After if you update your browser you see more information about the error – on our case: The issue was the connection to the database
The website encountered an unexpected error. Please try again later.
PDOException: SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it.
in Drupal\Component\DependencyInjection\PhpArrayContainer->createService()
(line 79 of C:\xampp\htdocs\e-smartsolutionCMS\core\lib\Drupal\Component\DependencyInjection\PhpArrayContainer.php).
Drupal\Component\DependencyInjection\PhpArrayContainer->createService(Array, 'database') (Line: 173)
Drupal\Component\DependencyInjection\Container->get('database', 1) (Line: 212)
Drupal\Component\DependencyInjection\PhpArrayContainer->resolveServicesAndParameters(Array) (Line: 62)
Drupal\Component\DependencyInjection\PhpArrayContainer->createService(Array, 'cache.container') (Line: 173)
Drupal\Component\DependencyInjection\Container->get('cache.container') (Line: 544)
Drupal\Core\DrupalKernel->getCachedContainerDefinition() (Line: 910)
Drupal\Core\DrupalKernel->initializeContainer() (Line: 477)
Drupal\Core\DrupalKernel->boot() (Line: 707)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)