SSRS report viewer Integration issue - reporting-services

I tried to integrate SSRS reportviewer in .net web application(v4.8). Solution is working in my local but after deployed in IIS server the controller not loading properly.
It seems like some service not installed properly in the server. i couldn't figure out what is the issue and spend more then 2 days to address this but no improvement.
Please help me to resolve this issue. Error and configuration details mentioned below.
IIS version: 8.5
OS: Windows server 2012 R2
Asp.net : 4.8
Error in browser console: "Uncaught ReferenceError: Sys is not defined"
enter image description here

Related

SSIS 2012 package running OK in win 10 but not in win 7/win server 2012

I have a SSIS package downloading a file from an URL.
https://www.hkex.com.hk/eng/market/sec_tradinfo/stampfx/2020/Documents/20200831.xls
in win10 machine, such package is running ok. here is the code that's related to the download.
However, in win 7 the same package keeps giving "Could not create SSL/TLS secure channel" exception.
Both win7 and win10 machines are updated to .net framework 4.8 and I double checked the properties of the SSIS script task are targeted to the latest .net framework version allowed in VS2012 SSIS IDE.
I double checked the internet proxy as well. I can access the URL from chrome and can download the file without any issue.
What am I missing? Please help me with what is the big difference between win 7 and win 10 for SSIS package.
Thanks.
Edit: add "SSIS target" according to comment

SSRS - Report Builder 2016 not downloading on client's browser

I am unable to download report builder on client's browser. Its showing following error screen (right bottom) and error log.
SQL Server 2017 Standard Edition installed on Azure VM. SQL Server 2016 Report Builder also installed on Azure VM. Report display working perfectly with SSRS Report URL. I have checked on both link http & https its giving same error. Also i have implemented Microsoft.Samples.ReportingServices.AnonymousSecurity. I am using google chrome browser at client where i have installed "ClickOnce for Google Chrome".
Please help if anyone have any idea.
Thanks

Debugging Windows 10 Mobile App on a Device

I created new UWP app in VS2015, but when I am trying to debug App on a device it's giving me below error:
Error : DEP6400 : Failed to deploy. Make sure another deployment or debugging session is not in progress for the same emulator or device from a different instance of Visual Studio: Error writing file '%FOLDERID_SharedData%\PhoneTools\11.0\Debugger\bin\RemoteDebugger\vbdebug.dll'. Error 0x80072736: An operation was attempted on something that is not a socket.
Below is my system spec:
Windows 10 PC Build: 10240,
Visual Studio 2015, UWP SDK: 10586,
Package Manifest Target Version : 10586
Package Manifest Min Version : 10240
Windows 10 Mobile Build on Device: 10.0.10586.71,
Please guide me what this error is and how to resolve this error.
Zee,
Please make sure that you are checking the following below running the app.
There is a chance that you already opened a visual studio and you would have run app. Then you would have opened visual studio again and you tried the run the app again.
Here the problem is, only one visual studio can run at a time. When the first visual studio is running and when you try to launch the project once again, it will fail.
Try to restart your machine and run the project.
If you are not willing to restart the machine, open your task manager and close all the visual studio running instance.

IBM Worklight: failed to upload a package using Worklight Console - jpa.entity.ProjectEntity

I got the error while uploading a package to Worklight using Worklight Console site.
Object
'com.ibm.worklight.dataaccess.jpa.entity.ProjectEntity-com.ibm.worklight.dataaccess.jpa.entity.ProjectEntity-'
is not managed by this context
I just saw this error message using Browser Developer Tools to investigate Request and Response Network activity.
PS: There isnĀ“t any JPA class in my project and package.
My environment:
IBM MobileFirst 6.3 (Worklight)
IBM WebSphere Liberty 8.5.5
MySQL
Windows Server 2008 R2
Hybrid App with Android Environment
Full error message:
{"id":147,"type":"UPLOAD_APPLICATION","status":"PENDING","project":{"name":"project1"},"timeCreated":"2015-02-05T19:37:08.000Z","userName":"user1","appServerId":"Liberty","description":{"appVersionsDeployed":[{"applicationName":"App1","environment":"android","version":"1.0"},{"applicationName":"App1","environment":"common","version":"1.0"}],"appVersionsAlreadyDeployed":[],"filename":"App1-all.wlapp"},"errors":[{"date":"2015-02-05T19:37:08.655Z","phase":"VALIDATE","code":"FAILURE","exception":"ArgumentException","details":"Object \"com.ibm.worklight.dataaccess.jpa.entity.ProjectEntity-com.ibm.worklight.dataaccess.jpa.entity.ProjectEntity-2\" is not managed by this context."}],"warnings":[],"productVersion":"6.3.0.00-20141127-1357"}
The problem is the file size (.wlapp).
I got the error when the file is bigger than 7MB.

Reporting Services stop working as soon as .Net sp 2.0 is installed

I use reporting services integrated with SharePoint. All reports work fine. The thing is that as soon as I installed the Microsoft .NET Framework 2.0 Service Pack 2 (NetFx20SP2_x64.exe), I get an error page when accessing the reports saying the following:
An unexpected error occured while connecting to the report server. Verify that the report server is configured for SharePoint integrated mode. --> The request failed with HTTP status 401: Unauthorized.
Any ideas why installing the sp2 for .Net 2.0 is causing this error?
Edit:
I also get the following line in MOSS logs
AppDomainUnloadListener.RegisterSelf() entered lock(this=15368010).
please see the below links:
http://msdn.microsoft.com/en-us/library/ee384252%28SQL.100%29.aspx
http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/7e77fe54-74ee-437c-a985-03dd04e9f35c/