mssql-ssrs icon indicating copy to clipboard operation
mssql-ssrs copied to clipboard

Promise based api for MSSQL Reporting Services with ntlm, basic, custom security

Results 12 mssql-ssrs issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Dependabot has found a moderate-level issue with older versions of Axios: ``` An issue discovered in Axios 0.8.1 through 1.5.1 inadvertently reveals the confidential XSRF-TOKEN stored in cookies by including...

DB system "Network Security: LAN Manager authentication level" configured as "Send NTLMv2 response only/refuse LM & NTLM" When I trying to start the connection getting Error: Error http status codes

When using the following code to create subscription: ``` import {ReportService} from 'mssql-ssrs' const rs = new ReportService() await rs.start( 'http://my-report-server/ReportServer', { username: 'xxxxxxxx', password: 'xxxxxxxx', domain: 'DEV' }, {...

Previously working usage of reportExecution.start is now failing with the error "Error: Error: The \"key\" argument must be of type string or an instance of Buffer, TypedArray, DataView, or KeyObject....

I tried to install this in my REACT app but i get this: ``` BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This...

As NTLM is the default SSRS authentication mechanism, the readme should really include an explicit example of that. We were unable to get this working and the documentation online is...

Hi, I'm getting an undefinied response with the listChildren. ``` const ssrs = require("mssql-ssrs"); async function loginServer() { try { const config = { username: "test", password: "test" }; await...

Well, I'm hoping you can help out figuring out the issue here. So, we are trying to integrate rendering out a ssrs document with Vuejs using the package. However, when...

A little update of dayjs