IntegrationServicesCatalog doesn't allow to create SSISDB - sql-server

I am trying to create ssisdb on sql 2017 instance, i have configured clr , but for some reason the option to create SSISDB is not showing. Please see attachment and help.enter image description here

Ive had similar issues with several kinds of MS products like SSIS or SSMS, the OK or other buttons not showing, also users couldnt see values or filters in Power BI etc.
In these cases it was a display issue. Try display it on a larger monitor, try changing screen resolution, or move the box further up or try and resize the box in which the buttons should be in.
I also had cases where I couldnt see any buttons but they were displaying when a colleague set it up on his computer, so maybe you could ask a colleague if he/she can see the buttons.

Related

SQL Server Import Wizard not showing Database selection

It isn't there. I created a shortcut from the SSMS tasks import menu but now I can't select a database.
Where is the DB selection?
Oh crap, I just realized the box wasn't sized right and the database was hidden. Something about your answer prompted me to resize it.
Thanks.
Here is what I discovered. I have a laptop and an external monitor that is bigger than the laptop screen. I am extending the display and when I use the larger display for my work the rendering of the screens seems to use the smaller screen to determine what to show.
Go figure.

Items in Tool Box are grayed out - how to Enable them?

I'm trying to create my first report and I created a dataset and am trying to drag table from the toolbox. But it is grayed out. How to enable it? Any reason why it is happening like that?
You haven't actually created a new report. What you've done is create a project which can and often does contain many different reports. These projects can also contain many data sets and data sources. You can right-click the reports folder and create a new report which will enable those controls.

Issues with query tool in pgAdmin 4

I've been using pgAdmin III for about three years, but we're now being forced over to pgAdmin 4 on our new PCs. I'm missing some of the functionality, and I haven't been able to find any answers to these questions in the documentation on the query tool, so I'm guessing maybe the things I want to do just aren't possible.
1) Can I open a new query tool instance in its own window, or am I stuck with tabs in the main pdAgmin window?
2) In pgAdmin III, you could easily switch between databases from a dropdown box at the top of the query window. I don't see any way to do that in the query tool tabs. Is the only way to open another instance in the correct database?
Yes, you can open Query tool in a separate window
After opening a tab, you can click and drag the tab out of the pgAdmin window to create its own window.
Update: The location of this setting has changed. Currently it can be found under Browser/Tab Settings:
Unfortunately, At a moment there is no way to change the database from Query tool window, each time you have open new query tool instance from required database but it's in TODO feature list, We will hope to get it soon :)
Ref: Link

SSAS measure display folders do not show up

I'm developing a cube using the multidimensional model on the Sql Server 2014 Dev edition. Having quite a few measures in a single group I'm trying to organise them into display folders that doesn't work though for some reason. The defined display folders do not show up in any client - Visual Studio, SSMS, Excel, Power BI - you name it. Using VS I can see the defined folders in the properties window, on the translation tab, everywhere except the browser tab. And yes, the visibility attribute for the measures is set to True.
Please let me know if anybody came cross this and fixed.
As it turned out display folders will not appear unless you provide captions for the all added translations.

How to display the report icon in Firefox for the SQL Server Reporting Services Report Viewer control

It seems that due to ActiveX that Firefox can't display the print icon/button on the Report Viewer control in SQL Server Reporting services. Has anybody figured out a way to work around this or gotten this to work?
If it's not possible, does anybody know of a way to add a standard button that would trigger the print behavior on the report viewer control?
As you state, the print functionality is ActiveX, so it will not work in Firefox.
You could place a button in the "msrs-buttonHeaderBackground" div using a javascript button.
I found the div using the firebug firefox extension - it's great.
You could possibly find the other divs you'd like to hide and put them in a print style sheet, so they don't show up when going to print.
http://www.456bereastreet.com/archive/200709/how_to_create_an_unobtrusive_print_this_page_link_with_javascript/
I agree with the author that ctrl-p could simply be pressed for a similar result instead of adding a button - but the print style would still help in that.
You know what...I just realized something. You will not be able to print a page that is more than one page! Ouch.
I know this is a very old questions, but we came across this and chose the following solution.
We downloaded an IE Tab extension(this is one there are several more) for FireFox and then configured that extension to use IE to render the report server URL by default.
You could easily create a how-to web page,pdf, or maybe even create a dummy report that shows the instructions on how to do this to your end users and then you're all set.
So now every time the report server website is accessed it's being rendered in IE so the print button shows up. Every windows machine already has IE so no compatibility issue there, unless you're not using windows. :)
My best suggestion would be from within Firefox export it to PDF and then print it from your PDF viewer. In my experience this is a better way to print the reports anyway.
Hope that helps!

Resources