Business Intelligence Development Studio (BIDS) is a special version of Visual Studio that is used to develop projects for SSIS, SSAS, and SSRS.
0
votes
2answers
586 views
How to set a default value on a boolean parameter with an expression in SSRS 2008?
I am currently converting an inventory report from a web application into an SSRS report. I am trying to get the same functionality, but I am having trouble setting the default value of a boolean ...
1
vote
2answers
321 views
SSIS - How can I use Bids to debug parent/child packages?
I have some packages that are being used to load a data warehouse db using SQL CDC. The design is roughly based on the codeplex example solution for using CDC.
The basic structure consists of a ...
0
votes
1answer
51 views
How to find all the places where varaible is used in SSIS package?
I have an SSIS pacakge, it has a user varaible, I need to find out in whcih task where/how it is used in pacakge. Does BIDS have any way to track all refrence of variable. We can open .dtsx file in ...
1
vote
1answer
181 views
BIDS 2008 SSIS Package Failing on Windows 7 64, PervasiveOLEDB.11.0 provider is not registered
I have a BIDS 2008 SSIS Package accessing a Pervasive SQL database using the Pervasive PSQL OLE DB Provider.
The package was failing validation at run time with the following message in the Execution ...
1
vote
1answer
2k views
SSRS Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding
I have a reporting solution with several reports. Up to now, I have been able to add a dataset based on a SPROC with no problems. However, when I try to add the lastest dataset, and use a SPROC for ...
0
votes
0answers
148 views
DIME protocol error, Business Intelligence Development Studio
When trying to deploy a mining structure and model in BIDS I get the following error:
DIME protocol error: The '7' DIME version is not supported. Only version 1 is supported.
I'm using SQL Server ...
0
votes
0answers
92 views
Data Missing in SSRS report generated in Excel format via Standard Subscription
I am struggling with SSRS report generation in Excel format via Standard Subscription in Report Manager.
The Excel report has four tabs namely A, B, C, D.
When I try to run the report via BIDS the ...
3
votes
1answer
507 views
How to display a sub-set of the selection of a multi-valued parameter in a text-box in SSRS
I have a multi-valued parameter called Faculty on a report. I want to display the selection in a textbox at the top of the report. The obvious solution would be:
JOIN(Parameters!Faculty.Label,", ")
...
1
vote
1answer
99 views
Make update to WebSphere MQ Queue atomic
I am writing to an IBM WebSphere MQ Queue using an SSIS Script task written in C#. At the moment we use a couple simple loops to gather the information we need into a Dictionary object and then place ...
1
vote
1answer
68 views
If I install BIDS,does SSIS engine (run time) gets install?
I have installed Buisness Inteligence Studio, does this mean my machine has ssis engine installed? I just drove analogy from the fact that if I install Visual Studio then .Net framework gets installed ...
0
votes
1answer
136 views
Making labels for pointer in BIDS
I have a gauge which has a scale with several pointers. What I would like to do is to make the value of the pointer and its title appear below them (the pointers, I mean). How can I do this?
0
votes
2answers
933 views
SSIS Connection Error
I have the following code written into an SSIS Script Task to connect to my SQL database:
ConnectionManager cm;
System.Data.SqlClient.SqlConnection sqlConn;
System.Data.SqlClient.SqlCommand ...
0
votes
1answer
53 views
How to control when BIDS opens a package in the editor when debugging?
I have a solution in Business Intelligence Development Studio (BIDS), that consists of multiple projects and multiple packages. There is one 'main' package which will execute several other packages in ...
2
votes
1answer
74 views
BIDS Data Mining Performance Issue
I'm having an interesting problem with Microsoft Business Intelligence Development Studio and the Data Mining Query Task. I have a package in which there are (among a few other things) two Data ...
0
votes
1answer
392 views
SSIS lookup transform
In SSIS I have a lookup transform which performs the function of only inserting new data into the table, call it tableY. So the process is the following:
0) Aggregate (group by) the primary key for ...
1
vote
0answers
247 views
Can a SSIS package get corrupt after many changes and migrations?
Can a SSIS package become corrupt after many changes and a migration (like a 'normal.dot' file)?? The reason why I ask this is because I see some very strange behaviour in the package.
Background
The ...
2
votes
1answer
420 views
Can I develop SSIS 2005 in BIDS 2008? the way we can select target framework in VS 2010
I have a BIDS 2008 on my machine, My production is SSIS 2005.
Currently gettting BIDS 2005 is a bit difficulty.
Can I use BIDS 2008 as BIDS 2005?
I have seen couple of such instance in Microsoft ...
7
votes
1answer
3k views
Set Tablix row height to a specific number in SQL Server Report Builder 3.0?
I'm trying to set the row height of the detail row to a specific value, like 0.5 in. If I click on the Tablix handle for the detail row; it selects the row but the Size property does not expand for ...
3
votes
2answers
369 views
Grand Total value doesn't match with Top N Filtered values in SSRS
I have a report in reporting services. In this report, I am displaying the Top N values. But my Grand Total is displaying the sum of all the values.
Right now I am getting something like this.Here N ...
1
vote
1answer
279 views
SSAS Cube Errors, Not Deploying
I'm getting two errors which are very vague.
Internal error: The operation terminated unsuccessfully.
Server: The operation has been cancelled.
This occurs when I try to deploy the cube to the ...
0
votes
1answer
2k views
SSIS Job scheduler failing, but running fine in BIDS and in MSDB integration Services
I have created an SSIS package , that exports that from Oracle 10g server into SQL SERVER 2008. The package runs fine , when I run it through Microsoft BIDS, It run fine , when I create a package of ...
0
votes
0answers
35 views
How do I manually sort the Series Group in a Chart?
How do I manually set the order of items appearing on the Y-Axis of a Stacked Column chart in BIDS? I can only see how to order A-Z or Z-A.
1
vote
1answer
1k views
SSIS packages failing to load in VS 2008
I have a problem when trying to load an SSIS package in VS 2008. In the about it says it has "SQL Server Integration Services" installed but on loading a package I get a message that says:
...
1
vote
2answers
76 views
Accessing SSDT data for programmatic manipulation
I have an MSSQL 2012 Reporting server set up, and many, many reports made in Sequel Server Data Tools. I would like to have access to the data returned in those reports through C#/ASP.NET.
The end ...
1
vote
2answers
198 views
How do I update SSIS package on the server
I have updated the package in BIDS 2005 (I changed the backup routine to save to a different drive) and now I'm trying to get it back on the server (2005). I tried File > Save Copy As... Then ran ...
2
votes
1answer
102 views
SSRS BIDS text box visibility based on AD Logins
I have a text box which I am using as a link to open a webpage.
Is it possible, using the Visibility tab seen below, to cherry pick who is able to see/use this box using AD logins.
Basically there ...
3
votes
2answers
90 views
Can someone help explain some of the new SSIS 2012 properties?
As someone who's learning SSIS, there are some new properties in SSIS 2012 that I can't find any documentation/explanations for. Thus, I'm hoping someone can explain them:
In the Maintenance Cleanup ...
0
votes
1answer
211 views
Perspectives using different fact tables, same dimensions
My client has asked me to create a different perspective for an existing cube that shows only a subset of the fact table. I'm not sure if this is even possible though. I was hoping that I can bring in ...
-1
votes
2answers
562 views
Indicators in SSRS
I have a column in SSRS report. The value is "True" or "False" or "Yes" or "No" or "1" or "0"
Instead of showing that in that column, I would like to use indicator.
I placed indicator in that column ...
0
votes
1answer
207 views
SSIS automatic package execution
I want to automatically execute my SSIS package once a week at a specified time. I want to clear the entire database before I load the contents of a new excel file every week. I think I can use ...
2
votes
1answer
800 views
SSIS Excel Connection Manager Error
I am trying to create an Excel Connection Manager from an Excel file that has 19,852 rows. After I select the file and the Excel Sheet and click ok, I get the following error:
value does not fall ...
1
vote
1answer
940 views
SSIS package will succeed with one table, but not all?
Forgive my inexperience with this subject as this is the very first SSIS package I have created. The goal is to basically copy the schema/data from an Access DB into SQL Server. I use the ...
0
votes
2answers
3k views
SSIS derived column convert string to date
I am trying to convert a string into Date using Derived column and I am using Flat File Source.
I read bunch of articles on stackoverflow and followed the same steps but I am unable to convert my ...
1
vote
2answers
1k views
How can I merge rows (of a particular column) having the same value in SQL Server Reports RDL?
I'm new to working with SQL Server 2005 Reporting Servives using RDLs in BIDS.
I need to modify an existing report so that I can merge cells in adjacent rows which would have the same value for that ...
1
vote
2answers
228 views
Unable to use .net framework 4 dll with BIDS 2008
I am trying to create an SSIS package with BIDS 2008 withsome of application dlls which i want to use in this are built in .net framework 4.
But when i am trying to refer those dlls in BIDS 2008 i ...
1
vote
1answer
104 views
Cube Roles - Restrict data by territory using Active Directory
I have a cube which I want to restrict users to only be able to access data in their own territory. The territory data could be joined with their user name and a few various tables to link to my ...
0
votes
1answer
401 views
SQL Server: Business Intelligence Development Studio
I apologise in advance as I appreciate my question is a generic one, rather than focusng on a specific issue. After several days of hitting my head against a brick wall trying to learn SQL Server ...
0
votes
0answers
86 views
Using parameters with DEVENV.exe to start BIDS (VS Shell) or VS 2008 Pro Edition
We want users to click on one Icon and based upon his licensing option he would be offered BIDS or VS 2008 Pro Edn. The machine has VS 2008 PE and BIDS installed. We want to know if there are any ...
0
votes
0answers
159 views
analysis services writeback and read permissions for different cells
Another question from me :-)!
I currently try to implement (or extend) a role so that write permissions are only granted to specific cells. To do so I inserted to following MDX-statement at "Allow ...
0
votes
1answer
335 views
Data tab and dataset in Visual Studio 2005 / 2008
I have built some reports in both VS 2005 and VS 2008.
In VS 2005 I have 3 tabs available on Design page - 'Preview' 'Layout' and 'Data'.
In VS 2008 I have only the 2 - 'Design' and 'Preview'
Can ...
1
vote
1answer
175 views
BIDS 2008 SSRS Projects show Exclaimation Marks
I have created a solution that contains several SSRS report projects. Each project contains definitions for a handful of report files (.RDLs). They are broken into multiple project because each ...
0
votes
1answer
960 views
LineChart using 2 Dataset in SSRS
I want to create a line chart using 2 set of values.First value (i.e line) will show open report and second value(i.e line) with show closed report. The x axis will show months and y axis will show ...
0
votes
1answer
218 views
Sql Server Reporting Services parameter passing
I am creating a report such that when you click on a data point it opens up another report providing the details of that datapoint. My problem is the parameter passing. What I want to pass is the ...
2
votes
3answers
236 views
SSIS Custom Control Task Debugging UI in BIDS and VS
I've created a SSIS Custom Task in C# and I'm currently developing the UI. I was wondering if there is a better way of debugging the UI instead of compiling the project, copying the DLL's into the ...
1
vote
1answer
390 views
New Measure not visible in Dashboard Designer - SharePoint 2010
I have created a cube in Sql Server Analysis Service. I have a table called Orders which has several columns in which Quantity, Price and Cost are important. I have already added these fields as ...
1
vote
1answer
2k views
There was an exception running the extensions specified in the config file. Maximum request length exceeded
I have a report part which deployed perfectly every time I made any changes until today.
The report has around 20 links, and an image on it.
I have added a table to it today, clicked deploy and it ...
1
vote
2answers
788 views
Fastest way to load flat file in ssis
I have a single flat file which needs to be loaded in a SQL Server. For that I have to use SSIS. Now I want to know about things which can help me loading these files in the fastest way:
Should I ...
2
votes
1answer
82 views
How do you apply a Weight Factor to an M2M Dimensional Relationship in SSAS?
I have a many-to-many relationship with a weight factor column in the bridge table but I don't know how to make use of this when developing my cube in BIDS. Via Google, I have found many descriptions ...
3
votes
1answer
635 views
SQL Server BIDS, SSIS aggregate and group by
I have an employee table with an employee_id, name, and working_division, where the employee_id is the primary key. I have an Excel source with these columns and more where an employee has entered ...
0
votes
3answers
393 views
Event Handler precedence in SSIS
I have OnPostExecute event handlers on all my control flow elements, but as soon as I put a OnError handler on the package level, I dont see the task level handlers anymore.
Is this a known bug or is ...

