bids

Display Images from Windows Folder in SSRS Report

China☆狼群 提交于 2019-12-06 15:35:46
I'm trying to make a report in BIDS (2008) that will include external images. We want to use the report to proof the images & other info before we approve our flyer for printing. I've done a bit of searching, but haven't gotten the help I need yet. The path to the images will be image specific, like "\\NETWORKSERVER\ServerD\Docs\Flyer's Images\Quarterly Flyer\ImageName.png" The URL works fine when I paste it in the search bar of my local pc or the server that has BIDS installed on it, but the report will not display the image. When I add an image to the textbox, how do I set it up so that it

Deploying from BIDS to SSRS - Parameters Not Getting Updated

拟墨画扇 提交于 2019-12-06 09:32:28
I'm noticing some strange behaviors when deploying reports from BIDS to SSRS. I have a parameter that has default values, but those default values don't seem to be getting propagated to the Report Server (they are stored in Parameters field in the Catalog table). Yet when I add new parameters I could see the field is changing. It's almost like the deployment tool is ignoring certain parameters. Any thoughts? If this helps, my RDL looks like this: <ReportParameter Name="INCLUDEDFIRMS"> <DataType>Integer</DataType> <DefaultValue> <Values> <Value>1</Value> </Values> </DefaultValue> <Prompt>Monkey

SSAS - Data Cube Hierarchy not visible in Excel

霸气de小男生 提交于 2019-12-06 08:30:26
Initial Request: Create hierarchies over customer names and product descriptions. Problem: I created several similar hierarchies and the product description hierarchy is not visible in Excel Supporting details The computed columns for each hierarchy look like this: Column Name: Product Description Prefix1 Expression: CASE WHEN [ProductDescription] = 'N/A' THEN 'N/A' ELSE LEFT([ProductDescription], 1) END Column Name: Product Description Prefix5 Expression: CASE WHEN [ProductDescription] = 'N/A' THEN 'N/A' ELSE LEFT([ProductDescription], 5) END Column Name: Product Description Prefix10

How to force a textbox to split, rather than move to a second page in SSRS 2005 (PDF Export)?

南笙酒味 提交于 2019-12-06 02:47:22
This question is a follow up to my original question , I've done a bit more reseach, i narrowed a problem down quite a bit. I've also uploaded a sample .rdl to illustrate the problem I've got the following report setup: a header (image in the body), two textboxes, and a footer. First textbox has a little bit of text, and second textbox has lots of text. Second textbox can fit on one page by itself, but won't fit on the page with my header and the first textbox. The problem is that for some reason, the second textbox in the report is unaware of other contents of that same report, and as long as

Can you monitor the execution of an SSIS package, in BIDS, as it runs on the server?

不羁岁月 提交于 2019-12-05 04:24:49
Although my title states my current goal, I am open to alternative solutions. In short, I have a series of SSIS packages that are scheduled to run on a nightly basis, on our SQL Server machine. Due to various updates that happen in the ether of my corporate-IT, some times these exports brake and the process will stop working, in the middle of the job. To troubleshoot this process, I fire up BIDS on my workstation and restart which ever process fails. This is useful because it's been my experience that any error generated from within BIDS are much more useful than anything I've found from

How to execute a Process Task where the Executable path comes from a user Variable

非 Y 不嫁゛ 提交于 2019-12-04 18:41:42
问题 I have an SSIS package that includes a Process Task. The process task needs to execute batch file. The location of the batch file varies depending on the environment (dev, production). How do I dynamically set tghe value of the Executable property of the Process Task object to a user variable? 回答1: I think that you need to create a variable that takes in the folder path and the executable file name to evaluate as an expression. You then need to assign this variable that evaluates as

SSIS Project Connections

给你一囗甜甜゛ 提交于 2019-12-04 05:56:41
问题 Using Visual Studio to build my SSIS packages. Project connections - they seem like a good idea so I'll do that instead of repeating my code.... Problem when you try to run the packages individually outside Visual Studio, say dtexec, they don't have any connection associated with them so they fail. Do I really have to duplicate package connections for all 20 packages? Is there not a way to share a connection? I want to be able to run each package separately/in groups as they will have a

SSIS Excel to SQL import — First 6 rows of the file contains header-related information

寵の児 提交于 2019-12-04 04:11:41
问题 I am working on importing thousands of rows(120K) of data from an excel file into a SQL Server. Now I am trying to use SSIS to accomplish this but I immediately ran into some problem considering the excel template that the excel file is built with does not seem to contain the Header in just the first row(about the first 6 rows contain header information). How do I solve for this problem using the SSIS Data flow task in BIDS to handle the imports? Or would it be better to read the lines via

Quickly changing SSIS-packages data source parameters for easy migration

寵の児 提交于 2019-12-03 22:17:09
I would need to migrate a SQL database from Sybase to MS SQL Server. Before doing the actual migration on the production server I first created an SSIS-package with SQL Server Management Studio's Import/Export Wizard for testing with other databases. The test migration was successful and I would now like to deploy my SSIS-package to the real servers. However, it seems I cannot simply run the package in Management Studio choosing different data sources for it - it only runs on the same databases for which it was created. Now, it can be edited in something called SQL Server Business Intelligence

Default Values for Parameter not Working in SSRS 2008 R2

前提是你 提交于 2019-12-03 11:24:31
问题 I have a report (BIDS SSRS 2008 R2) that has a parameter that allows the user to select multiple values from a list (Sales Regions, lets say). I want, though, since the list is long (15 or so possible values) have selected by default the 2 values that are used the most. I configure that in the Parameter Properties >> Default Value dialog and when I run the report in preview mode it works, meaning, the default values are checked. However, when I deploy it and run it with IE9 (or Chrome) it