1
vote
1answer
28 views

Cube Deployment failed in BIDS

So I've been doing a project at my university with BIDS and a database on their servers. I've managed to back up the database and put it on my local machine. Problem right now is I've installed SQL ...
1
vote
1answer
69 views

Porting SSRS reports from Dev to Production Server

I am sort of new to SSRS development environment and this question may be elementary to quite a few developers who have worked with SSRS for a long time. Till a few days ago I was developing reports ...
0
votes
0answers
53 views

Install BIDS 2008 with SQL Server 2012 Environment

I have installed VS2012 and SqlServer2012 in my machine. I have installed sql server data tools 2012 in other to enable BI project in my VS environment. Now, I'm having a project which the project ...
1
vote
1answer
44 views

Pivoting columns based on a key

I have the following table: key_column INT, column_type_id INT, --has only 3 values, e.g. 1,2,3 value INT I want to transfer the datat from that table into my DW fact table which looks like this: ...
0
votes
1answer
54 views

Importing Vanilla Forum to SQL Server

I'm trying to get the data from a Vanilla Forums export into SQL Server so I can then write some sort of script to import it into YAF.NET. I've tried with an integration services project and the SQL ...
0
votes
1answer
29 views

Error converting using SQL server 2012 conversion wizard

I am using SQL Servers Integration Services Project Conversion Wizard and keep running into the following error: "An error occured while retrieving the value of property "CertificateContext". The ...
0
votes
1answer
265 views

ORA-01005: null password given; logon denied

I have created a SSAS Database pro grammatically using SQL Server AMO namespaces. It has create successfully. But When I'm going to explore the data using BIDS of the Data source It is prompting an ...
1
vote
1answer
658 views

BIDS, Standard and Enterprise Edition in SQL Server 2008

Does SQL Server 2008 - Standard Edition (64-bit) support Business Intelligence Development Studio (BIDS)? If yes, please let me know how to do it. What are the main differences between SQL Server ...
3
votes
2answers
2k views

SSIS: Just started getting a “Key not valid for use in specified state.” error on my sheduled SSIS package

I have 2 scheduled jobs on my SQL Server 2005 machine that are scheduled to run each morning (around 2:00 AM). These jobs have worked fine (mostly) for years and although I've had a few hiccups that ...
2
votes
2answers
2k views

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

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 ...
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 ...
2
votes
1answer
419 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 ...
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 ...
1
vote
2answers
75 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
197 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 ...
2
votes
1answer
795 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
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
953 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
215 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 ...
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 ...
3
votes
1answer
634 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
1answer
88 views

Sql Server SSIS conditional insertion

I am trying to do an OLE DB Command to add rows to my table only when the primary key field does not already exist within the same table. This is what I have so far: insert into employee ...
0
votes
1answer
47 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 ...
1
vote
1answer
249 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
37 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
85 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
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
106 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
1answer
493 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 ...
2
votes
3answers
418 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 ...
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 ...
1
vote
2answers
855 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 ...
-1
votes
6answers
740 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 ...
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 ...
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 ...
0
votes
1answer
488 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
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 ...
2
votes
1answer
733 views

Install Business Intelligence studio 2008

I need to work on SSRS and for that I would need BIDS. I have installed SQL Server 2008 R2 Express Edition with Advanced features, also I have VS2008 installed. How can I get BIDS installed on my ...
1
vote
2answers
544 views

SSIS XML XSLT Task runs out of memory

I am developing a package in BIDS 2005 that starts with a XML (XSLT) Task against a very large input file and keep getting the following error [XML Task] Error: An error occurred with the ...
0
votes
1answer
202 views

How do I modify existing column definitions graphically in BIDS/SSIS Flat Files?

In BIDS 2005, I use a lot of fixed-width flat file sources. When initially creating the connection manager, in the graphical 'Columns' pane, I can click to insert each column delimiter where needed. ...
1
vote
1answer
547 views

SSRS BIDS 2008 data labels placement expression

See attached image. I have clicked 'Show data Labels' on my bubble diagram, this is now displaying the project name over each bubble which is fine. What I want is to add an expression to the position ...
1
vote
1answer
518 views

SSRS BIDS 2008 Parameter drop down visible on report

See attached, circled image. In BIDS when i preview this report, the parameters drop down menu is visible straight away, however when i deploy it to the server and run the report, i have to click the ...
0
votes
2answers
443 views

SSRS parameters, populating the available fields list

When producing a list of available parameter properties, rather than manually typing each persons name in one by one, is there any way of just populating the data from the table/view which holds all ...
1
vote
1answer
213 views

SSRS Action hyperlink colour change

See attached screen shot. I have made the 4 text box's hyperlinkes to different reports. Is it possible to have a some sort of formula which will say change the colour of the box when the cursor is ...
0
votes
2answers
162 views

How can I manually prevent a file from automatically loading in the designer when I open a solution?

I have a Visual Studio 2005 BIDS project that exports about 30 database tables from one system database, to another database. Occasionally I need to add a table to my exportation process. Also, ...
0
votes
1answer
276 views

SSRS BIDS 2008 Parameter Date Range

I have produced a report where the user will need to view financial years data. So for example April 2010 - March 2011 will have one years data however if the user selects this as in my image, data ...
1
vote
2answers
71 views

SSRS 2008 R2 - Subscribe facility

Which version of SSRS 2008 do you need to have before users can subscribe to reports

1 2