reporting server
19 TopicsUnable to create a database for the report server
Hello, currently I am trying to create a database using the configuration manager, but as soon as I reach the task for running the script (first screenshot) I get the following error: Unfortunately I couldn't find a way to change the language while setting up the reporting server, so the error log is in german. System.Data.SqlClient.SqlException (0x80131904): Ungültige Sortierung 'Latin1_General_100_CI_AS_KS_WS'. bei System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) bei System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) bei System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) bei System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) bei System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) bei System.Data.SqlClient.SqlCommand.ExecuteNonQuery() bei Microsoft.ReportingServices.Common.DBUtils.ApplyScript(SqlConnection conn, String script, ICommandWrapperFactory commandWrapper) bei Microsoft.ReportingServices.Common.DBUtils.ApplyScript(String connectionString, String script) bei ReportServicesConfigUI.SqlClientTools.SqlTools.ApplyScript(String connectionString, String script) ClientConnectionId:7f8fbb1c-6012-428d-adbf-1e31e2eb89ec Fehlernummer (Error Number):448,Status (State):3,Klasse (Class):16Solved813Views0likes1CommentSSRS go to url with a field value
I am creating a SSRS report with an action to open a new window with the URL And I want to pass the filed value as a filter for the new pop-out window. Below is the code I am using ="javascript:void window.open('" & Globals!ReportServerUrl & "/reportserver?" & Globals!ReportFolder & "/MyReport&TYPE="&Fields!TYPE1.Value & "&AREA=" &Fields!AREA.Value & "&STATE=" &Fields!STATE.Value &"','_blank','width=1500,height=750,scrollbars=yes,resizable=yes,toolbar=no,status=no,menu=no,top=20,left=15')" And the table I am using is down below AREA Running Failed AREA 1 10 0 AREA 2 12 2 Both "Running"/"Failed" are the value from 'STATE', the idea is when i click for eg.10 it will only shows the AREA 1 with Running, when i clicked 2 it will shows AREA 2 with Failed (Please noted, i also add the similar code for AREA as well, (without the STATE) and it works perfectly, so im confused why the similar code failed this one. I have parameter for STATE as well, but i tried using &STATE = "¶meter!STATE.Value it still failed. And also, STATE only has 2 values ( "Running" & "Failed") there is no specific characters Any helps on this?2.2KViews1like7CommentsReport Server Embedded
I work for an organisation where the data that we want to display on PowerBI is very sensitive. Power BI Report Server solves this as it keeps the data on-premise but we would also like to embed the report with the same functionality as PowerBI Embedded. Does anyone know if this is possible / if it's on a roadmap? For example, we would like to build functionality off the data click event that is supplied in Power BI Embedded so that an app wrapping the report can use this trigger.Solved951Views0likes1CommentIs SQL server mandatory to install Power BI reporting server ?
Hi everyone , I'm trying to install "Power BI reporting server (ON premises)" , however during the installation I can see its required to install SQL server , so my question is , is SQL server mandatory for "Power BI reporting server on premises" installation ? my company is using Oracle database , and we don't have plan to migrate to other DB . does Power BI reporting server require install SQL server only for (operational purpose) ? and later you can connect to other database ?Solved958Views0likes1Commentnot getting updated dataset when downloading data from powerbi reporting server
I have a dashboard that is updated as of yesterday but when i download the dashboard pbix file the data in that pbix file is old not updated as of yesterday. does anyone know how to get the updated pbix file directly from the reporting server. here is a snapshot757Views0likes1CommentAn error has occurred rendering reports created Power Bi Desktop
I'm having an issue rendering reports build using Power BI desktop. Reports created using Report builder works correctly. The issue occured after a cert replacement. An error has occurred. Something went wrong. Please try again later. I'm also unable to upload reports created using Power BI desktop. The error I get " An error has occurred. There was an error uploading your .pbix file. Verify that the file has not been corrupted and that the file extension matches the format of the file." I built a new server and connected to the existing DB and got the same error, I'm on the latest version.Solved1.4KViews0likes2CommentsReporting Server pwerBi
i'm trying to save and app that i edited on powerbi desktop to reporting server. i keep on getting this error (check below) When i check RSP0werBI logs i get this error (check below) : 2021-05-19 00:00:10.9713|ERROR|107|Error Processing Data Model Refresh: SessionId: 29e1fd73-33da-441b-bfe9-62f4acd1821c, Status: Error Failed to refresh the model, Exception Microsoft.AnalysisServices.OperationException: Failed to save modifications to the server. Error returned: 'A user name wasn't specified. The exception was raised by the IDbConnection interface. A connection could not be made to the data source with the Name of 'ca2e0137-f92d-46e1-b457-0fbe860368a3'. The database operation was cancelled because of an earlier failure. May i please get some help.783Views0likes1CommentLicense question - Reporting Server with SQL Enterprise Edition - User licensing
We intend to setup a powerbi reporting server to handle our powerbi needs. We will acquire this license by purchasing an SQL Enterprise Edition Server. As I understand it, users that wish to publish reports will need a powerbi pro license. All other viewing users will not require a powerbi pro license. Can you please verify if this is correct? As I'm expecting a very large number of users, I would not want to get additional costs above to switching to SQL Enterprise. ThanksSolved910Views0likes1CommentReport server on premise - how to change size of max dataset in SSMS
Hi everybody, I have a problem with some datasets that need to be available in reporting server. Unfortunately we passed the limit of 1GB. From the change logs i can see that there is an option to change the dataset size from default 1GB to 2 GB but i cannot find in the config. Have someone did it and can pass me a screen where the option is ? Thanks in advance!3.3KViews0likes3Comments