Users cannot open SSIS projects and cannot create maintenance plans after...
Hello, For more information, please read the following...
View ArticleStrip DTD out; Help with some XSLT inside of SSIS XML Task
I'm reading over this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1884062&SiteID=1 and I'm kinda lost as to what to do to strip out the dtd from an XML file I am downloading....
View ArticleSQL job calls SSIS package
Hi I have two servers.One is A which is having all database. I have also server B which is standalone dedicated to SSIS.I have created packages and deployed it to server B.Now I want to create jobs...
View ArticleHow To Avoid Single Quote When Exporting To Excel
I am building an SSIS package that runs a stored procedure and then exports the results(10Columns) out two an Excel file.the package is working fine and exported results to an excel sheet.the issue is...
View ArticleHow to convert TimeZone to UTC Time And then to GMT
Hi,I have requirement where I will get TimeZone Name. According to the time Zone I have to get the GMT of that TimeZone.I have written code as String TimeZone_Var =...
View ArticleValidation in SSIS
Hi In my flat source i have credit card column.when I am loading into destination I want validate that column.If that column have any string data I want load into error table otherwise destination...
View ArticleSQL Server 2008 R2 Integration services not connecting to Oracle
Hi All,Scenario: Migratin Oracle to SQL Server Issue: I was succesfully connected to Oracle from SQL Server 2008 R2 from a different box and imported data, now I am on windows 2012 server, where there...
View ArticleSS2K8R2 Intg. Svcs (IS) - Data Conversion Control
I'm a newbie using the Eval. version of SS2K8R2 (ver. MSSQL10_50) on XP SP3, working through the IS tutorial for creating a basic package using the Wizard. Here are my issues:I am not able to use the...
View ArticleForeach loop container and Data flow task
Hi,Can anyone let me know odf this issue. I am trying to grab files from ftp server and load the data to sql server.To grab files i have a script but while loading the data i am using foreachloop...
View ArticleExecute Package that Process Cube FAIL
Hi, I have a general package that have just Execute Package Tasks, one of these packages processes the cube, it has two tasks (Processes Dimensions and Processes Measures that I use a XMLA command),...
View ArticleCustom Component Drop-Down Custom Property
Hi,I'm building a custom transformation component where each input column will have a custom dropdown property.Here is some code of my code:namespace MyCustomSSISComponent { public class MyClass :...
View ArticleSSIS 2008: "truncation may occur.....".
I have a fixed-width file whose first column, is, say, 50 bytes. The length of the data in the column varies from row to row so most of the 50 bytes is usually blank filled after the data ends. I want...
View ArticleSSIS FTP: Use same connection for multiple file transfers - error: There is...
Hi,I have an SSIS package that iterates over files using a foreach loop and uploads each file using a FTP connection object from the connection manager. That works quite well. However, I have noticed...
View ArticleHow to update the connections listed in the connection manager area after...
I have added an ADO.NET:SQL Connection in a package through my custom component. It doesn't give any error but in the connection manager I cannot see the connection. Once I close the package and reopen...
View ArticleSQL Server 2008 - Using SSIS to Load data using a web service
How can I load data from a spread sheet...through a web service to load into a database.I have used WSDL.exe to create a VB file from a wsdl file. I have added it to my ssis project.When I use a script...
View ArticleSSISDB.catalog.start_execution. The "Revert" statement failed.
This is in SSIS 2012. My login can run this stored procedure in a Mgmt Studio. But when I put this command in a SQL Agent Job (job created by my login), I get this error.Executed as user: <me>....
View ArticleConnection to SDF v3.5 in SSIS 2005
I all !!I need to create and populate a SDF v3.5 in SSIS of SQL2005. (All the componentes refers to SDF 3.1)With Script in VB.net I just create a SDFv3.5 and his structurebut I have a lot of task to...
View ArticleUnique Visitors metric in Google Analytics
Hi All,I am using Google Analytics Source in SSIS. Here is the link of the API I am using:http://www.google.com/analytics/apps/about?app_id=1325007My question is that how would I calculate "Unique...
View ArticleConsuming a secure web service in SSIS
To whomever can offer assistance, I would be very grateful: Could someone please supply an example for how to consume a web service using a secure certificate in SQL Server Integration Services,...
View Article