Tagged Questions
-2
votes
0answers
15 views
Business Intelligence Development Studio 2008 Window scales incorrectly [closed]
The IT group at work just replaced all of our monitors with larger monitors.
After this, when I run BIDS (Business Intelligence Development Studio) 2008, the window scaling acts like an older ...
0
votes
0answers
22 views
VS2008 BIDS Query Designer mess up the Where Clause when parentheses are used
Would greatly appreciate any insights why the Query Designer is messing up my Where Clause:
I have written the where clause to look like that :
Select ...
From ....
Where (warehissues.partitionkey = ...
0
votes
2answers
89 views
Why is the Edit breakpoints option missing from BIDS Control Flow tasks context menu?
I have an existing SSIS project that I am trying to debug.
I can see the Control Flow tab correctly but there is no Edit breakpoints... option on the context menu, which appears when you right-click ...
2
votes
2answers
125 views
TFS Modify Merge With Delete To Become Merge Without The Delete
I ran into a problem trying to merge from integration to feature branch.
The trouble started with these 3 actions:
1) Added project ABC to Solution1 in integration branch.
2) Branched Solution1 to ...
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
1answer
52 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 ...
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
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 ...
0
votes
1answer
64 views
Create list of individual items that make up a grouped total
wizards, experts, simple workingmen like me and all other well-meaning people I might have forgotten: I have a problem and need your help......
I have a report 'TRAINERMEETING' in which I count the ...
0
votes
2answers
3k views
BIDS and SQL Server 2008 Reporting Services install
We would like to start using SQL Server 2008 R2 Reporting Services in our company, but we are using SQL Server 2008 Enterprise Database Engine on a standalone server and have Visual Studio 2010 ...
1
vote
1answer
437 views
SSIS Create Deployment Utility setting is not persistent
In BIDS 2008 (Visual Studio 2008 with SSIS), the project setting "CreateDeploymentUtility" does not seem to persist when the project is re-opened.
Right click on project, choose properties, in the ...
0
votes
1answer
157 views
Reports Center BIDS Report Parameters
I am working with a set of reports that were designed and converted over into Visual Studio 2008 BIDS.
I have one report that does the following, it has no use of the @DistID parameter in the SQL ...
1
vote
1answer
2k views
How to fail SSIS component on invalid rows
I want to be able to do the following:
Import a flatfile row by row
Do a conditional split on a column value of each row
if i detect a valid value, i want to continue with this row
if in any case i ...
0
votes
1answer
1k views
Why does SSIS fail to create this task?
I have written this code to implement an SSIS control flow task that fetches a file over HTTP:
using System;
using Microsoft.SqlServer.Dts.Runtime;
namespace HttpTask
{
[DtsTask(
...
0
votes
1answer
73 views
I need to install VS2008, I already have BIDS installed
Installing VS2008 on a machine with BIDS 2008 already installed, is there any pre-cautions I need to take? Will it give me any problems?
4
votes
1answer
1k views
Reduced printing functionality in SSRS BIDS 2008 R2 “Preview” tab or bug?
Problem:
Printing from within BIDS 2008 R2 "Preview" tab hangs and must have the process ended in task manager.
Facts
I can set the report as StartItem
under Debug Configuration Properties
for the ...
2
votes
1answer
200 views
how do i change the fonts in the BIDS package designer?
i went to: menu > tools >options > fonts and colors > business intelligence designers...but nothing happened when i changed the font size. i'm using visual studio 2008
what am i missing here?
0
votes
1answer
264 views
Correcting CS0009 Error When Creating Integration Services Project
Tried to open an SSIS project I had been working on today and received this lovely error:
Unable to generate temporary class (result=1)
error CS0009: Metadata file ...
2
votes
1answer
6k views
Can't Deploy or Upload Large SSRS 2008 Report from VS or IE
So far in this project I have two reports in VS2008/BIDS. The first one contains 1 tablix and is about 100k. The second one contains 3 tablixes (tablices?) and is about 257k. I can successfully ...
2
votes
3answers
3k views
Visual Studio 2008 Report Server Project Design View not working
When I create a new Reporting Services report or try to open an existing report (that has been working) in Visual Studio 2008. I cannot view the design. I get no error message and it only shows html ...
1
vote
1answer
600 views
What installer contains the Microsoft Business Intelligence Development Studio 2008?
My installation of Visual Studio Team System 2008 (Development Edition) does not have it. I can't find it in the SQL Server Enterprise 2008 installer either.
0
votes
2answers
999 views
TFS source control of SSIS projects in Visual Studio 2008
Consider these 2 machines:
#1: Full SQL Server 2008 without Team Explorer (test SQL box)
#2: Development box with Visual Studio 2008 SP1 with Team Explorer
I use Team Foundation Server 2008 and ...
1
vote
2answers
840 views
BIDS DTS_E_PRODUCTLEVELTOLOW
Group,
I have Visual Studio (VS) 2005 and 2008 installed on my local machine. I am creating SSIS packages using BI Studio and the package will build and run fine on my local machine. However, as soon ...
8
votes
4answers
20k views
How to get BIDS for Visual Studio 2008 SP1?
I currently use Visual Studio 2008 SP1 and have been migrating older projects into VS2008 but existing SSIS and SSRS (2005) projects have not been compatible with VS2008. It has been a pain to ...