SSRS reportserver? link is not working - ssrs-2008

This may be a small thing, but not able to find the solution.
http://ServerName/Report_Dev/Pages/Report.aspx?ItemPath=%2fReportName
this works, but the next one don't work
http://ServerName/Report_Dev/reportserver?/ReportName&rs:Command=Render&rs:Format=HTML4.0&rc:Toolbar=false
do i need to configure something in the SSRS to make "reportserver?" work.
Thanks in advance
Edited:
I think the URL should be
http://ServerName/Report_Dev?/ReportName&rs:Command=Render&rs:Format=HTML4.0&rc:Toolbar=false
but still this is not opening the report, instead it is going to the home page of reports

Have you configured the virtual directory for report server? If the Report Manager is configured in the Report_Dev virtual directory (which I think it is, looking at the first link you shared) then I would expect to see a sibling address for report server, for example:
http://ServerName/ReportServer?/ReportName&rs:Command=Render&rs:Format=HTML4.0&rc:Toolbar=false
They are two different web applications - have a look in the SQL configuration manager.
EDIT:
As per the comment "Don't use the Report Manager URL"

Related

(Power Automate, Microsoft Forms connector) Finding Form using FormID?

I have inherited a bunch of flows from a former co-worker. One of these flows are using the: "When a response is submitted" Microsoft Forms connector as a trigger.
The connection is made using my former co-workers 'personal' work account and I need to switch it to mine (a service acc).
Now, my co-worker shared access to relevant SharePoint sites before leaving but must have forgotten to share access to this specific Form. I am unable to locate the form in our SharePoint setup and have even had our administrator try and help me look but no luck so far.
Looking at the connector the only thing I have to go from is a "Form ID", which I haven't been able to find much info about except for how to extract it to use in flows.
The form ID looks like this:
Xz9pUAX8ika_qIDyEUYU05TNwO5_-kpFmx7-D65GU8lUNFYzWkg1MUY2VEo3VTExSEdSVDBZT*******
I do not know how or if this ID is sensitive at all so I gave blanked out the last few digits to be safe. If seeing the full ID makes a difference and is not a security hazard I wouldn't mind sharing it.
Does anyone know a trick for locating a Microsoft Forms using a FormsID?
It looks like you´re in luck. The ID can be used when properly used in the HTML. For the following examples, I used the ID that you provided.
The standard link that you use for sending and collecting respones should look like this: https://forms.office.com/Pages/ResponsePage.aspx?id=Xz9pUAX8ika_qIDyEUYU05TNwO5_-kpFmx7-D65GU8lUNFYzWkg1MUY2VEo3VTExSEdSVDBZT*******
The "Share to collaborate" link should look like this: https://forms.office.com/Pages/DesignPageV2.aspx?subpage=design&FormId=Xz9pUAX8ika_qIDyEUYU05TNwO5_-kpFmx7-D65GU8lUNFYzWkg1MUY2VEo3VTExSEdSVDBZT*******
The last link only works depending on the settings.
Share to collaborate settings
If it doesn´t hopefully the first link can hopefully help you in copying the content.

In Prestashop After Shifing Server-In Admin-Product etc. Pages showing 500 Internal Server Error

I am using PrestaShop 1.7.5.2 and recently changed my server & now the problem is that in my admin few pages are not working like "Products, Invoices, Stocks, Module Manager, Module Catalogue, Theme Catalogue etc.
My front end is working fine.
I have read almost all the content available but was not able to find exact solution to it.
Any help will be highly appreciated
Thanks,
GC
Edited just now by gauravchawla18 (see edit history)
Your database is incomplete. At least ps_translation table is missing.
Please check your database import.

module not found error in Access 2007

I have a database and I was working on it this morning. I created a filter form for a table which just takes parameters and when you click submit on this form, it checks for those fields in the where clause of the report. Anyway, I did this in Access 2013 and it worked fine. My colleague tried to run it in Access 2007 and it gives an error saying "Module not found" and takes me to the VB code in debug mode. I thought something went wrong with the database and I checked it on my computer and it is working fine. It just doesn't run on his computer. What can be the problem? and how can I solve it?
I don't have Access 2013, but I assume that you need to enable the content, as we do in 2010. When the file is opened a notification bar appears below the Ribbon (in 2010) to enable content.
Edited I got this the wrong way round (problem is not opening from 2013, but from 2007) but opening in 2007 you would still need to enable the content.
Added
Almost sounds as if the form's Has Module property has been set to No, but this seems unlikely. I don't like to open databases in different Access versions - I don't trust Access to do this successfully (I've had many problems with this). I would start a blank database in Access 2007 and import all of the database objects, then Compact and Repair.

Crystal report SetDatasource issue

I am working on a Classic ASP page with VB6 code. We are in a process of converting the crystal report and iis server for migration. We are not able to generate the report. When i debugged till the point i call the "Database.SetDataSource CDOSet, 3,1" it works fine. When i comment that single line i'm able to get the report without any data. We are also using the .ttx file for database connection(Field Definitions Only). Kindly suggest me were could have been the mistake. What all things i need to check for the migrating?
*crystal report 9 to Crystal report 2008, iis 5 to iis 6
First thing I'd suggest you look at is the Schema for the dataset and make sure it matches exactly with what the report is expecting.
Is it possible that while migrating some of the datatypes have changed and thats whats causing your problem now? if so it might be a simple fix to change the datatype in the report to match the new dataset
I don't have any experience with your setup, but my first guess would be a permissions issue. I would try looking at the event viewer on the server for more information, then the IIS logs.

Publishing multiple sites on a single instance of umbraco

I am looking to setup a parallel site to one already that already uses umbraco for its content management system. The new site would share admins, templates, macros, and media resources, but not any content. If I setup multiple host headers pointing to the same directory with an umbraco install, how can I switch the top node (home vs home2) of the site based on which url is being accessed?
I believe you first have to change a setting in umbracosettings.config:
<useDomainPrefixes>true</useDomainPrefixes>
Then I think you also have to right click on each top node and click 'Manage Hostnames', then add the appropriate host name for that top node.
It already sounds like you have IIS configured correctly, so you should be good to go on that front.
It's been a while since I've worked with Umbraco, but I think I'm mostly right ;-)