Enable branding option in Reporting Service 2019 - reporting-services

I have installed Reporting Services 2019 version 15.0.8270.42049.
enter image description here
And i want customize the interfaz. I've search several tutorials and i see that should be load a archive in the branding option. But in my portal not have this option. How i can enable it?.
enter image description here
Thank you!!!
I've search the configuration of the site, in the configuration archives but i can't find options.

Related

Run IBM MobileFirst Platform Foundation on IBM Containers

I am following the MobileFirst containers tutorial:
https://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/7.1/ibm-containers/run/
I have already created mobilefirst project. Now I want to use that project war file. As per above link, all installation process is done. Now I am facing an issue while running the scripts. When I try to run prepareserverdbs.sh it asks me to specify the name of my Bluemix application (mandatory). Which name should I provide there?
I tried with same war file name which I created but its throwing The Bluemix application Test was not found. I have already copied war file in usr/projects folder.
I guess you skipped step 3: Using the configuration files. If you choose to run the scripts interactively, you can skip the configuration but it is strongly suggested to at least read and understand the arguments you will need to provide (in the prepareserverdbs.properties collapse you can find instructions how to create a database service).
In order to create a database service and bind it to a Bluemix application, go to the Bluemix Dashboard, create a new Cloud Foundry application and follow the instructions:
Choose "web".
Choose the Liberty for Java option.
Name your app.
Note: Choose a unique name.
Click on the "view app overview" button.
In the overview page click on the "add a service or API" button.
Choose a DB service type (sqldb, cloudantNoSQLDB) from the Data and Analytics services section.
Name the service and click on the "create" button

Publishing Lightswitch localy

I'm trying to publish ligthswitch on local network with from VisualStudio 2013,
I have installed IIS and launched web-deployment services. I Think I also installed all the possible features from web platform installer.
When I publish lightswitch app I get to this screen.
and I dont know how to get pass this service Url line. Whenever I type localhost or Computer name which is the server name, perhaps? I get an error
"Lightswitch must be run with administrative privileges to deploy to local host.
I fugured I could also just use import settings file. It could be alternative way.
but how do I create this xml file.
I've answered this for you before. You may have missed a step:
Open IIS
Locate "Default Web Site"
Right click and find Deploy -> Configure Web Deploy Publishing... (This step will create the XML file that you can use for Import Settings...
(If this menu option isn't available it means you haven't got the Management Service installed. And/or you haven't got the ALL of the Web Deploy 3.5 components installed.)

Download .msi to client and run automatically

Here's the requirement:
1. An uninstall .msi is packaged and placed in IIS server location.
2. The user would be presented with a html page or asp.net page with a link shown in the page.
3. Clicking link in the page, the .msi should be downloaded to the client machine and automatically run.
My main doubt is whether, we can download and automatically run the .msi.
Please share different approaches to implement this requirement.
Thanks in advance.
You cannot do that. Thats what you call 'malicious scripts' unfortunately. Only if he downloads it manually, and runs it, it will be installed.
As Christopher Painter has already pointed out you could use ClickOnce to achieve it, its one of the Deployment Strategy of the ClickOnce technology.
Install from the Web or a Network Share
Using this strategy, your application is deployed to a Web server or a
network file share. When an end user wants to install the application,
he or she clicks an icon on a Web page or double-clicks an icon on the
file share. The application is then downloaded, installed, and started
on the end user's computer. Items are added to the Start menu and the
Add/Remove Programs group in the Control Panel.

Codeplex-like TFS configuration

Hey guys. I'm trying to configure TFS2010 on a home server. I want to use TFS in such way:
1)Some contributers are working in a small home office working with the same domain name as a server on which TFS is installed.
2)Other contributers are working remote. And contribute code through the web, accessing the server through router.
I think it is codeplex-like config. But i could not find a solution. Please help.
You can work remote, but you cannot do Version Control from TWA (web access). To be able to do Version Control, you must use Team Explorer and open up your TFS by routing port 8080 to your own home server.
See http://msdn.microsoft.com/en-us/library/bb668967.aspx for more information

A fast way to get Reporting Services local site working?

I was here trying to figure out why my Reports manager is empty, there's no tabs at all.
I installed SQL Server 2008 complete,
but didn't not configure Reporting
Services.
When installing SQL Server
2008, this Windows 7 version didn't
have yet IIS installed, I installed
it later.
I don't see where is this
localhost/Reports physically on my
Hard Drive, where is the physic
folder?
I don't see on IIS where is Report folder, would it exist?
alt text http://lh3.ggpht.com/_bCvG6V5JTUk/TBkp71wepUI/AAAAAAAAAMM/nW69MqioXjM/iis-without-reportingservices.png
The site settings people
talk about, I can't find it.
The "Reporting Services" service is running on automatic at SQL Server Configuration Manager.
alt text http://lh6.ggpht.com/_bCvG6V5JTUk/TBknc9ypz_I/AAAAAAAAAME/NbmudObOFGk/report-manager-empty.jpg
How can I get Reporting Services this working without struggling?
(I can't see why is necessary to customize all these user permissions)
I get it working now.
The main problem is that the current user Junior-PC\Junior was not included in "System Administrator" role http://localhost/Reports.
Enable Administrator account in Start->Right click Computer->Manage-> Local users and groups ->Groups-> Administrators
Run IE as Administrator, type http://localhost/Reports
On the top of "Report Manager" window, click on link "Site Settings"
On the next page, on the left hand, click on link "Security"
On the same page, on the right side, click on the "New role assignment" button
Type the full domain and username (for example Junior-PC\Junior) and check the "System administrator" item, then click Ok.
Now you are able to log on http://localhost/Reports as System administrator.
And then, you can create a new Folder, a new shared Datasource and then your reports within the new folder.
You see, the physic reports folder is present where you have put your new "Folder".
I thought IIS would show up some "Reports" folder since localhost URL is being called.