Questions tagged [urlaccess]
12 questions
2
votes
1 answer
Difference between ways of sharing dashboard in power bi report server(on-premises) like embed or api or url access or wmi provider or report viewer
i write an web application for wrapping power bi report server web portal(on-premises),my users have access to folders or category items(all of kind such data source) without seen the web portal and they see my user interface.
i want to integrated…
2
votes
1 answer
Cannot create a connection to Dynamic Database data source
While trying to export a report as a PDF using URL Access, I ran in to a problem.
I'm trying to use a dynamic database/datasource for the data for this report.
I've set up a dynamic datasource according to the SSRS documentation, but this does not…

Devinloper
- 163
- 1
- 13
2
votes
1 answer
How to pass Multivalued parameters through URL in SSRS 2005
I have main matrix report and I want to navigate my sub report from main report by
Jump To URL:(Using below JavaScript function)…

Kali Charan Tripathi
- 19
- 4
1
vote
1 answer
Spring Security 3: hasRole rules are separately checked or?
I have this case in my project:
Imagine we have these two lines to define Spring Security access rules:

WesternGun
- 11,303
- 6
- 88
- 157
0
votes
2 answers
How can i show ONLY export dropdown and print icon when using Reporting Services URL Access Parameters
http://myServer/reportserver?/MyReportsFolder/Report1&rs:Command=Render&rs:Format=HTML4.0&rc:Toolbar=true
Am using the above URL to display a SSRS report, but i have not liked showing the full report toolbar by setting rc:Toolbar=true. Are there…

StackTrace
- 9,190
- 36
- 114
- 202
0
votes
1 answer
How to Prevent Access of website through direct URL wordpress?
I have one WordPress website. when some can log in and save cookies in the local system after that they are able to access through without login via direct URL Typing?
can anyone have an idea? how to solve this.

Mital Patanvadia
- 1
- 2
0
votes
1 answer
SSRS URL Access setting a save location?
We have an SSRS 2012 report we have used URL access in order to automatically save to CSV upon running. This works fine, However, now I am told they want to force the report to save to a specific folder location for security reasons (they don't…

NPH1234
- 1
- 1
0
votes
2 answers
How to return a URL Access generated PDF from a Web API method
I've seen a number of examples of returning a PDF (or other file type) using Web API from a file that was stored on disk. However, in my case, I'm attempting to generate the document on the fly using SSRS's URL Access. Here is an example of the…

beaudetious
- 2,354
- 3
- 36
- 60
0
votes
3 answers
File name length limit for AppleScript in URL Access Scripting?
I'm having a strange AppleScript issue, and can't seem to figure out the underlying cause, or a solution. I'm trying to download files with a process that mimics the one below. This code fails for me, reporting "URL Access Scripting got an error:…

Dov
- 15,530
- 13
- 76
- 177
0
votes
2 answers
Restricting access when using URL - Drupal
I have created several pages in my drupal website and set permissions to each of the page depending upon the roles I have.
The problem is if I know the URL, I can access that page even though I am not a registered and authorized user.
This will be a…

vasanthi vuppuluri
- 31
- 3
0
votes
1 answer
Grails domain class saves a NULL id property; leading to error when running web app
In this project I am attempting to save data returned by Yahoo Finance URL API. The URL to be accessed is "http://ichart.yahoo.com/table.csv?s=GOOG&a=0&b=1&c=2000&d=0&e=31&f=2010&g=w&ignore=.csv". I attempt to save the returned data as a String in…

Sanket Deshpande
- 293
- 2
- 3
- 10
-1
votes
1 answer
Dnt allow user to access document from url
I want the log in user can access the PDF file and anonymous user can not access the file from browser like www.domain.com/pdf/name.pdf
My pdf file is getting corrupted.It is gets failed when clicked for download.
I have created pdf folder in that…

Ashwini
- 9
- 2