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
1answer
45 views
Sql BIDS aggregrate transform
I have a question about the BIDS aggregrate transform. My data flow task begins with an Excel source, goes through an aggregate transform, and then into an OLE Database. I aggregrate my data by a ...
0
votes
1answer
25 views
Remooving reccurent entries in a table Visual Studio 2005
I have created a table in Visual Studio. That table has two columns. First is the name of a parent and second is the child name. In case one parent has several children I would like his name to appear ...
3
votes
3answers
1k views
SSIS Deployment : The task <task name> cannot run on this edition of integration services. It requires a higher level edition
My SQL Server Database Engine is installed on a remote machine and the Development Tools(BIDS and SQL Server Management Studio) is installed on my local machine.
Using BIDS, I have created a SSIS ...
1
vote
1answer
242 views
SQL Server SSIS no current row
My current package consists of an Excel Source, a Script component, and an OLE DB destination. All I am trying to accomplish is to transform one of my columns. For this specific column I want a ...
0
votes
1answer
36 views
SQL Server BIDS OLE DB inputs
I have a a script component and an OLE DB destination. My script has 3 columns to return. How do I map each of these 3 columns to the OLE DB destination?
Whenever I drag a connector from the script ...
0
votes
1answer
82 views
SQL Server BIDS data manipulation
I have an Excel Source and an OLE database destination. For the column mappings I need to first perform some data manipulations on the columns.
How do I get a substring from one of the source ...
0
votes
1answer
390 views
In SSIS 2008 BIDS write execution log to file
I execute a BIDS package using command line (.bat). The package has a script task that successfully writes out a variable to the execution results when executed within BIDS:
([The Process is ] ...
0
votes
2answers
51 views
SQL Server BIDS primary key column
In BIDS I have an excel source and an OLE Database destination. However, in my OLE database I have a primary key id field which is not mapped to from my excel source. How do I create values to be ...
0
votes
1answer
104 views
SQL Server BIDS maximum error count
I am working in SQL Server BIDS and I keep receiving the error:
Error Code: 0x80019002
BIDS tells me I have reached the maximum amount of errors, but it never tells me what the errors are... ...
0
votes
0answers
48 views
Enabling BIDS ?
When I installed the sql server 2008, I enabled the business intelligence development studio and worked on it. But now i need to tranfer my work to another machine where the sql server 2008 has ...
-2
votes
1answer
665 views
Error in FROM clause: near '{'. Unable to parse query text
I'm trying to execute the following query for a Dataset:
SELECT
S.CUSIP, S.SecName,
ISNULL(RA.FinInstCode, '') AS RemarketingAgent,
S.IssueDate, S.MaturityDate, F2.FinInstName AS Trustee,
...
0
votes
0answers
381 views
SSRS IIF expression to filter data based on paramater [closed]
I'm currently working on a SSRS report and am new to SSRS. The report is a unit cost report where I need both amount through the current date and amount during a specific period based on two ...
0
votes
1answer
561 views
Visual Studio 2008 and Business Intelligence Development Studio
I installed the SQL Server 2008 R2 and now I have the Visual Studio installed with the Business Intelligence tools (which I need).
But now I need the other Visual Studio tools, like C++, C#, etc...
...
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
1answer
487 views
SSRS Bids default zoom on report
When I open my report, the default zoom is 100%, for the purpose of my report, the user needs to look at 75% and I am worried that every time they run the report they will have to manually adjust ...
1
vote
4answers
3k views
SSIS Script Editor throws an exception
I have SQL Server 2012, SSIS, SSDT and Visual Studio 2010. I can create a new SSIS package and add a Script Task, but if I attempt to open the Script Editor for that Script Task I get the following ...
0
votes
0answers
1k views
Trouble Adding Custom Tools to SSIS Toolbox in Visual Studio 2010
I'm using the SSIS Designer in Visual Studio 2010 and I recently downloaded a third-party suite of tools. Their post-install steps say to navigate to Tools > Choose Toolbox Items > SSIS Control Flow ...
0
votes
1answer
558 views
How to dynamically set connection string at SSIS?
I have a SSIS-project which uses xml-configuration file (dtsConfig) where the connection string to source data base is given. Configuration file is stored to environmental variable.
Data needs to ...
2
votes
3answers
414 views
SSRS BIDS expression language Month Part from Current date
In BIDS i need an expression to take the YEAR part of a date which is minus 1 month of the current date.
for example todays date is 20/04/2012 the desired expression would return:
2012
If todays ...
1
vote
2answers
174 views
How do I use manual T-SQL transactions in BIDS with IIS?
I'm as green as they come when using BIDS and SSIS, just started today. I wanted to create a table and import some data into from an Access data file. I got that to work but I had to keep deleting the ...
4
votes
2answers
6k views
How do I display 'No data available.' when there are no rows to show on the report?
I am building an SSRS 2005 report using BIDS. My report filters on date. When the selected date returns no data rows the report is blank, just the title is displayed, no table or column heading.
How ...
0
votes
2answers
277 views
SSIS Custom Component works in VS2008 but fails under DTExec, possibly related to LineageID
I am writing a custom SSIS component that works fine when run from within Visual Studio; however, it fails when run using dtexec.exe or dtexecui.exe.
The failure occurs in the PreExecute method when ...
0
votes
1answer
2k views
Microsoft SSAS Average Calculation in Cube
I m very new to cube development in SSAS. I m using Microsoft BIDS 2008.
I have built a small cube, which is as mentioned below:
India Pakistan GrandTotal
Apr 6 10 16
May 5 ...
0
votes
1answer
604 views
Dimension attribute with duplicate values allowed in SSAS 2008, gets error in 2005
I have a cube in SQL Server Analysis services 2008 that contains a time dimension comprised of years and quarters. There is a separate YearQuarterID column as well.
The Quarter attribute (type ...
1
vote
2answers
849 views
SSRS line chart. How to stop numbers from repeating in vertical axis
I have a line chart in ssrs. Whenever the highest line values are 1 or 2 instead of getting a scale of 0,1,2 which is what I want, I get 0,1,1,2,2. This dosn't make sense especially because the number ...
0
votes
1answer
837 views
How to use variable in RDLC
I'm new in C# and I wonder if I can use variables in RDLC ?? If I can use, pls tell me how to use it. What I mean is assign values into variables.. or something like that..
I have purchase and ...
1
vote
1answer
422 views
Can I use Data Management Studio 2012 for 2008 R2 reporting services?
I have a bunch of reports I need to work on for 2008 R2 reporting services. Can I use the 2012 reporting designer on reports designed for 2008 R2? Does the 2012 designer know I am working on a 2008 ...
0
votes
1answer
186 views
Bids Dataset Properties dialog has no datasource dropdownlist
I'm reading "SQL Server 2008 Report Services - Unleashed" and I'm reading the section on page 128 where they have the reader create a new dataset.
The photo in the book shows a slightly different ...
0
votes
1answer
420 views
unable to find Graphical MDX Query Designer - Cube is generated by Dynamics AX
I am new to BI. I am slicing and Dicing the data in BIDS browser. Now i want to generate a MDX query from the data which i am slicing and dicing.
Is a tool available to that in SQL server analysis ...
0
votes
0answers
247 views
Table name with special characters in Omnis database file
I have a very old Omnis database I'm trying to copy data over to SQL server using BIDS. I'm using ODBC driver provided by Omnis which works fine for all the tables except for few tables whose name ...
0
votes
0answers
93 views
Creation of graph in Sql server BIDS
Due to low reputation point I am not able to include the picture.
I had created a report. And that Report contains these fields and values:
Name, YTDPlan, Actual, YearPlan
Rev , 4418 , 4410 ...
0
votes
1answer
265 views
Setting RemoteVariable properties in FTP Task
I am a newbie in SSIS.
I am trying to download multiple files from different folders on FTP, to a local folder but I dont know how to set the properties in the Remote Variable when ...
0
votes
2answers
323 views
Can install BIDS 2008 on local machine and link to SQL 2008 on another server?
Can I install BIDS 2008 on local machines and have it hook up to SQL Server 2008 on another server? We can remote into the server but are trying to stop having people constatnly on the server working ...
1
vote
1answer
235 views
SSIS comma replace in text file
I m working with SSIS
I have created a package to modify a file named "abc.txt"
1 , 89
2 , 90
Now , I want to modify in SSIS itself new named "abc_new.txt"
1 + 89
2 + 90
Any comments on this , ...
-1
votes
6answers
727 views
Handling non existent values in sql query expression for ssrs chart
I am using the following query in an ssrs line chart. It counts how many orders are recorded each month based on each order date.
My problem is that when a month has no orders, rather than saying ...
3
votes
3answers
6k views
SSRS - Expression using different dataset fields
I have a report with multiple data-sets. Different fields from different data-sets are used in different locations of the report.
In one part of the report, I need to do a calculation using fields ...
1
vote
2answers
250 views
SQL Server Reporting Services chart query. How to get rid of unions
Im in ssrs and need to make a chart that compares 2 years of data on a single chart. Since charts in ssrs can only use columns of data for values and not rows I'm forced to write a very long query ...
0
votes
1answer
81 views
SSIS returning all the values in a column as null while running the job through SQL Server
I have a SSIS Package which works fine when I execute it through the SQL Server Business Intelligence Studio. However, when the job is run as it is scheduled to do so or when I manually start the job ...
1
vote
1answer
665 views
Dynamics CRM 2011 Creating Custom Reports
I'm trying to create some custom reports using BIDS. My proof of concept is using the quote entity.
I have created a sub-report using the following FetchXML:
<fetch version="1.0" ...
5
votes
2answers
317 views
How can I access user roles/permissions with SSRS and BIDS Custom Security Extension?
I have written and deployed a custom security extension for SSRS 2008r2 and it works beautifully apart from when trying to deploy reports from within BIDS 2008/Visual Studio.
The architecture for the ...
0
votes
2answers
73 views
How can I make a condition to evaluate that either two columns dont have null values in BIDS?
I am using Bussiness Intelligence Development Studio, and in the Conditional Split flow task, I want to make a condition for two columnss (state and city) that identifies if there is a null in values ...
4
votes
1answer
2k views
Positioning tables and charts in BIDS SSRS
This is a problem that has been irritating me for a while now and its come to the point where I need an answer or a work around.
See (image.1) - As you can see, in the design view I have my two ...
2
votes
2answers
947 views
SSRS BIDS Report Manager - Control
Is there anyway to have more control over Report Manager, is seems bizzare for such a sophisticated product to allow next to no control over the report manager section other than rename folders and ...
0
votes
1answer
483 views
Adding multiple rules for indicators SSRS BIDS
I have produced a report which allows you to drill down into the table you see with ticks and crosses. Each tick indicates that a task is complete. In the second picture you can see the rules which ...
1
vote
1answer
1k views
SSRS BIDS expression Show/Hide image based on passed through parameter
Is it possible to have an image available if a certain field is selected, in this case the parameter is @employeename, I only want the image that has been placed on the report to display if a certain ...
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 ...
0
votes
0answers
548 views
SSIS: does not contain a valid data object
I am getting this error "..User::Records does not contain a valid data object..."
The variable User:Records is set to the datatype object. This works fine on my laptop (DEV) but when I compile the ...
1
vote
3answers
601 views
C# Script Using StreamWriter Creates Extra Character?
I am using a C# Script Tasks in SSIS to output ASCII characters. I am doing this because I am creating a file with Packed fields, a packed field takes two digits into each byte, using a notation ...
0
votes
1answer
294 views
SSIS package help to migrate data from MySQL server to SQL Server 2008 daily?
I am trying to write up an SSIS package which would migrate queried data from MySQL server to SQL Server. I would need to modify a particular column say "stream" (DT_I4) values (1 would be 2 , 2 would ...
0
votes
2answers
2k views
SSRS report losses formatting in Report Manager via Internet Explorer
I have a report that renders a report header on its own page and then two pages for each member that it finds. The report will render each page correctly for the report header and the first member ...