I am using pentaho ,
my application works fine one day but the next suddenly my folders wouldn't load and display in user console and when i try to refresh error msg comes in a pop saying
**"repository cache refresh failed "**
Please check if MySQL database for Pentaho is online.
Related
I am restoring to a point in time, as a BCP test and it has failed. This is being done in the portal to a new database name that does not exist. It is not in an elastic pool. It tries to deploy and the new database shows up in SQL Management Studio as restoring. It then disappears and the portal shows as failed after running for a couple of hours on a DB of a few hundred MB.
I have tried another db and the same issue is present. They are all DTU based.
The statis is shown as conflict, and the detailed error is shown as Internal Server Error.
Steve.
I created database in Azure portal and click on the restore at overview of database
Image for reference:
I click on the Review+Create button I got the same error
as you got
Image for reference:
I repeated the steps for restore the database which I have done above and changing time the database is restored successfully.
Image for reference:
Restored database:
I'm trying to connect my local database with online database. I've followed the full procedure but Database Sync Group is showing a log error of following type
Database provisioning failed with the exception "SqlException
Database provisioning failed with the exception "SqlException ID: ebcc6489-1083-4635-aa5e-a34deecb61c1, Error Code: -2146232060 - SqlError Number:18456, Message: Login failed.
For more information, provide tracing ID ‘3b685498-b462-4bde-b99b-0f1a156369c7’ to customer support."
Moreover hub database is not showing any table to select for sync but sync agent database is showing up.
Kindly please help me out.
Try to verify the SQL login you used to configure the hub database on the sync group has been disabled or the password has been changed.
On the Azure Database, provide the SQL Admin login with its current password. If you have provided this information before try to do this again.
Follow these steps:
Click on the Azure DBClick “Sync to other database”
Click on the sync group which you have created.
Click on the databases.
Click on your hub server.
Enter your username and current password.
Try to sync.
Reference: Configure SQL Data Sync
We have defined alerts in our azure app service and they were working correctly for some time. At some point they stop wokring and 7 days later they were even disabled.
The activity log is showing the following information :
Alert: Low imaging cache usability is disabled by the System due to : Alert has been failing consistently with the same exception for the past 7 days. reasonThe request had some invalid properties
Although the queries are executing correctly. The permissions are right how they should be.
Any idea what could we check? What are these invalid properties?
We manually enable the alerts and after same period they are disabled again for the same reason.
Is your alert ending with a semicolon? Have you been able to solve this issue?
What we found out:
If a query ends with a semicolon, then Microsoft Azure says that the alert has some invalid properties. But if we open it in the log analytics workspace, the query can be executed properly.
After removing the semicolon end of the query, it works on both the alert configuration page and the log analytics workspace page.
I'm trying to develop a custom authentication for Power BI Report Server and followed the following guide:
https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample
It's OK. I can authenticate my own way, creating a kind of Single Sign On application. Although, I'm getting an error when I try to save a report as a Power BI Report Server on Power BI Desktop. I get Unexpected Error Encountered.
Does anyone know if this is really a problem with my authentication? In other server, same config, without Custom Authentication, everything works fine.
EDIT:
This is the error I get
I did face similar issue, was unable to publish the Power BI reports to report server and was getting same error message "Unexpected Error Encountered"
To resolve this issue you launch your "Report Server Configuration Manager" on server where you have configured Power Bi Report server, and go to tab "Web Portal URL". The url which has been configured; copy it and go to your Power BI Desktop version -> go to File -> SaveAs -> Power Bi Report Server -> Paste the url in New report server address text box which you have copied.
sample url - http://IPaddress/ReportsPower or http://fqdn/ReportsPower
Click on OK button.
It will list you all the reports which are already available or if it fresh report then would show blank and would get Success message.
Please note that I have tried this on Power BI Desktop version - Version: 2.81.5831.1181 64-bit (May 2020)
Add your powerbi credential in credential manager under windows credential with power BI server URL.enter image description here
I think this resolve your problem.
I have resolved this issue with this way.
Thanks
BennyRaja.A
First of all add your server's IP/DomainName only (like 1.1.1.1 or example.com) in Windows credentials manager along with username and password, See the screenshot 1
Secondly click on file=>Save As=> Report Server give full address of report server like http://example.com/reports, See the screenshot 2
I am trying to create an Android Mobile app via the Azure app service and while doing so, I am trying to create a database, but I am getting the error 'there was an error while creating data connection 'SQL data connection'. Deployment to resource group failed'. Please help as soon as possible.
$
This error is due to server limit exceeding the quote associated with your account. Under all resources, check if there's a new SQL server created with a random name- you will need to delete that. Attempt to create again.
(just done- it worked!)
I've faced the exact issue.
First time it failed giving the error - Data Connection Creation Error..!
When Configuring for the first time it didn't work for me.
i.e.,
Creating a Database
Creating a New Server
Entering Server Admin Login
Entering Server Admin Password
I've noted down all the above information.
Tried Second time setting up the Connection String with the above details IT WORKED.
Hope this information helps.