Rule not found in yii2 - yii2

I have taken export of a db from a computer that has auth tables and imported the same in another computer which have the codes in place in htdocs folder. But when I'm trying to access the data, I'm getting error - Rule not found. Please help.
Auth Rule query specified by SiZE cannot be executed.
Also, I don't have any entry in auth_rule table.
In the computer from which I've taken the export, there's also no auth_rule entry.. There I don't get this error.

Related

Failed to create bulk Azure users from Portal

I am trying to create bulk Azure users from Portal.
I created a CSV file like My csv file format
When I am trying to upload, I got this error Error1
I found this Document useful Bulk create users in the Azure Active Directory portal - Microsoft Entra | Microsoft Docs and got rid of the error.
File uploaded successfully
But bulk operation status is still pending. After some time, it failed with error like:
Error2
Did anyone face the same issue? Any suggestion is appreciated.
EDIT:
I am getting failure reason as below and status as bad request:
The domain portion of the userPrincipalName property is invalid. You must use one of the verified domain names in your organization.
The error usually occurs if you are trying to add users with unverified domain. Check whether the userPrincipalName property is valid or not.
You can check this MsDoc which states the same:
I tried to reproduce the same in my environment by creating a csv file of users with unverified domain like below:
I got the same error when I tried to upload CSV file like below:
Make sure whether the users are having the same domain in their _userPrincipalName_ property like below:
After modifying the _userPrincipalName_ property with verified domain, bulk users created successfully like below:

Azure Synapse Studio error: External table 'dbo' is not accessible because location does not exist or it is used by another process

I am having the error 'External table 'dbo' is not accessible because location does not exist or it is used by another process.'
This happens for example when I am trying to run this simple script:
SELECT TOP (100) [prlName]
,[FK_prlNpdidLicence]
,[FK_cmpNpdidCompany]
,[cmpLicenseeLongName_DW]
,[prlLicenseeInterest]
FROM [dbo].[Fac_LicenceShare]
The database exists for sure and this error occurs with my user. My colleague who setup the service can run the query successfully.
It must be an issue with the authorizations granted to my user but we do not have a clue what it can be.
Any hints?
Thank you
Check the cases provided in the file path of the CSV.
Check for any spaces in the CSV file name. No spaces should be used.

Change path to database in Microsoft Access 2013

I need to make something in the database. It was saved as .accdb files. I copied this from my workplace and now I want to edit it on my home computer, but when I've open these files and tried to see already made commands I got an error message that I have not a valid path. This error occurs while I want to open command forms for adding and deleting, which need to use other databases.
How can I change the path so my Access will know, where these files are stored on my computer?
Go to band option (Database) Tools.
Select Linked Table Manager (label is localized).
Mark the checkbox down-left: Always as for new location.
Click Mark All, then OK.
Input the folder name where the data file exists.

SSIS: Unable to retrieve column information from the data source.

I know there is similar question, but it didn`t helped me.
When I execute a package data flow task fails with the error:
"Unable to retrieve column information from the data source. Make sure your target table in the database is available."
I refreshed the source component, the destination components also. The table do exist in database. I tried with setting some parameters like "Always Use Default Code Page" to true but didn`t helped.
Connections are also ok.
Any idea?
Sounds like a permissions issue. Try, running Visual Studio as administrator or if that doesn't work, make sure your Windows Account has access to the data you require in SQL Server.

Report Server - Unable to Change Name of Folder

I am unable to change the name of a folder on the report server. I am trying to do so through the web interface. The name of the folder is Audit_Reports. I want to chanage it to Audit Reports (space instead of underscore). However, when I try to do this I get the following error: "The folder, report, resource, model or data source /Audit_Reports already exists."
I am able to change it to Audit-Reports. Then when I try to change it from Audit-Reports to Audit Reports it give me the same error except it says Audit-Reports already exists. I also changed it to Audit-Report without the s and then to Audit Reports but that did not work either.
This obviously is not a big deal, but it is really bothering me and hopefully someone out there smarter than me knows the solution.
Thanks.