Tagged Questions
2
votes
1answer
23 views
SSIS 2012: How do I change the project's environment variables?
I want to change 2 date project variables, StartDateTime and EndDateTime. I have another variable called RunType. Very simply, I want to read the value RunType first. If it is set to "Incremental" I ...
0
votes
1answer
17 views
Custom Task : TaskHost parameters persistence
I am currently developing a custom task and I'm stuck on a problem.
My Custom Task consists of three files:
MBTask that contains the class that implements the interface "Task"
MBTaskUI that ...
-1
votes
1answer
46 views
Running DTS packages on SQL Server 2012
I read that DTS packages aren't supported in SQL Server 2012. I know there's a Backward Compatibility package/option out there that we used for SQL Server 2008R2 to run DTS packages. Will that ...
2
votes
1answer
26 views
DTEXEC SQL Server 2012 Timeout After 30 Seconds
When running the following command on a SQL Server 2012:
dtexec /isserver "\My Folder\My Package.dtsx" /X86 /SERVER "." /REPORTING V /Par "$ServerOption::SYNCHRONIZED (Boolean)";True
We received ...
0
votes
1answer
57 views
SQL Server / SSIS - Exporting a stored procedure to flat file csv preserving carriage return/line feeds
I need to export a result set from a SQL Server stored procedure to a csv file. One of the fields being exported is a notes field which can contain quotes and carriage return/line feeds.
I'm using ...
0
votes
1answer
24 views
Invoking SSIS Package from WCF service (tcp binding)
I'm trying to invoke an SSIS package in SQL Server 2012 (local installation) via a WCF service hosted in local IIS. The WCF Service is using tcp binding and the IIS app pool is running under ...
1
vote
0answers
11 views
Is an upgrade mapping file necessary when upgrading custom components from SQL Server 2008 to SQL Server 2012?
I'm upgrading some SSIS custom components from SQL Server 2008 to SQL Server 2012.
According to MSDN:
Mapping the Versions of Your Custom Object for Upgrade:
SQL Server 2008 Integration ...
5
votes
1answer
87 views
Upgrade custom SSIS Tasks from 2008 R2 to 2012
I have several custom SSIS Tasks and Components implemented for SQL Server 2008 R2. Now we want to switch to SQL Server 2012. First I tried just to open my DTSX packages in VS 2010 and no package ...
0
votes
0answers
56 views
SQL Server 2012 - Data Migration to a database with modified schema
We have a database in production running on SQL Server 2012, the database was copied and then changes were made to the schema, structure, relationships during further development of our application ...
0
votes
0answers
53 views
SSIS 2008 to 2012 exception referencing 3rd party DLL in script task
I am converting an SSIS package from 2008 to 2012. After converting to 2012 this works fine running locally in vs2012 however when deployed to sql server 2012 and ran from the server the package is ...
0
votes
3answers
73 views
Switching context in SSIS data sources
The requirement:
I have an SSIS project that will run on data in SQL Server, possibly logging in to the SQL Server using integrated authentication.
That project includes one section that allows end ...
0
votes
1answer
92 views
Concatenate two columns in excel and insert into sql server using SSIS
Greetings!
I have created an SSI package with Excelsource,Dataconversion,lookup, and Oledbdestination . Using this i am able to insert the data from excel to sqlserver. I have got new requirement ...
0
votes
0answers
56 views
Connection managers with expressions in a script component in SSIS
Difficult question to describe, but here it goes. I have a Data Flow Task containing a couple script components and an xml-destination component (among a bunch of others, but these are the important ...
1
vote
1answer
46 views
Using PackageInfo.ExecutionValueParameterSet class to set the parameter values for a SSIS 2012 package in PowerShell
I am trying to execute a SSIS 2012 package programmatically using PowerShell, and I need to use PackageInfo.ExecutionValueParameterSet class to set the values for package and project parameters at ...
0
votes
1answer
138 views
SSIS 2012 SP1 “Value of null is not valid for stream” error on designer components
I have just migrated a project from SSIS 2005 to SSIS 2012
Apart from the project, I had a custom pipeline component, which was also migrated to .NET 4.0, and installed in SQL Server DTS directory ...
0
votes
0answers
64 views
Exec SQL Server 2012 package on Windows Server 2003?
I have packages in SQL Server 2012 SSIS format. I need to run it on a Windows Server 2003 server, which has SQL Server 2008 installed. I copied Dtexec.exe and dtexec.exe.config files to the server and ...
0
votes
1answer
178 views
Export excel into sqlserver using SSIS
I am using SSIS package to export excel data to sqlserver database. In which i am success and i am able to insert the data into sqlserver table. For that i used following steps.
1. Added Excel source
...
1
vote
3answers
279 views
SSIS: “Incorrect syntax near 'GO'.” error
I am using SSIS within Visual Studio 2012 running against SQL Server 2012 database. I get the error shown below when using OLE DB Source. This OLE DB Source is executing the SQL similar to that shown ...
0
votes
0answers
137 views
SSMS - Generate Scripts - Data only - Cyclic dependencies found error
I'm trying to generate a script of all the data in a database so I can move just the data over to an identical database on another server. In SQL Server 2012 I right click on the source database
...
2
votes
1answer
118 views
SSIS: Working package fails after upgrade to SQL Server 2012
I have a SSIS package that was running fine on SQL2008R2 using Environmental Variables pointing to a configuration file for connection strings. Using VS2010 Shell, I upgraded the package for our SQL ...
0
votes
1answer
233 views
SSIS Lookup Transform Fails on Date Column
We have a Lookup transform that does a date lookup. The input column data type is DT_DBDATE and so is the matching lookup column. Both are DATE data types in SQL Server 2012. This is an SSIS 2012 ...
0
votes
2answers
210 views
Copy Data using SSIS
I have more than 100 tables in a database. I generate script and execute into another database. Now I want to insert data from source database into destination database (only data) daily basis.
So I ...
0
votes
2answers
122 views
SSIS missing data from SQL table using Fast Load
I have a bit of a problem. When I set up a SSIS package and i fire it off it shows me the amount of rows that is going into the SQL table, but when I query the table there is almost 40000 rows missing ...
0
votes
0answers
185 views
SSIS 2012 Project connection manager error
Basically:
I have a project with 4 packages. All on them have different connection managers with the exception of one which is shared between 2 of the packages so I made it a project connection ...
1
vote
1answer
524 views
Which user credentials does Integration Services Catalog use to execute packages?
We have an SSIS package which reads text files from a shared network directory. When I execute this package in SSDT it works fine. When we however deploy the project to the Integration Services ...
3
votes
1answer
903 views
How to configure SSIS 2012 project to run under different environment configurations?
What would be the best logical way of configuring 2012 SSIS project using the Project Deployment Model?
Consider a scenario of an SSIS Project MyImport-Project having three packages
Project ...
1
vote
1answer
134 views
SQL Server 2012: SSIS server registered in SSMS not showing status; still pops up “connect to server” dialog
I'm having an odd issue I can't resolve.
This is a Win2008R2Ent server with SQL2012Ent with only SSAS and SSIS services installed.
Problem:
I have the SSIS server registered in my SSMS however:
...
0
votes
1answer
216 views
SSIS Bulk Insert Sorting in TempDB with SQL Server Destination
I have an SSIS package created using SQL Server Data Tools deployed to a SQL Server 2012 instance that goes through a process of moving a large amount of data from one database to another on the same ...
1
vote
1answer
353 views
SSIS Package Errors using OLE DB Command transformation
I recently begun upgrading a MS SQL Server 2005 instance to MS SQL 2012. I have created a VM and installed MS SQL Server and used backups to create the DBs on the new server.
In Visual Studio I was ...
3
votes
3answers
230 views
SSIS package template location
Can we change the default location for package templates? Or at least add more locations?
I would like to create some templates and add them to the source control but I'm not very keen on adding a ...
0
votes
0answers
155 views
Not all deployed SSIS packages are available for selection as job steps (SQL Server 2012) [closed]
I successfully deployed a set of SSIS packages to a server, and they were all visible in the SSISDB catalog. However, when I tried to select them as a job step, only a subset of the SSIS packages ...
0
votes
1answer
107 views
How to get a stored procedure scalar output and add it to each row in the pipeline?
I am working on an SSIS package to transfer data from an ERP system (Microsoft Dynamics AX) to a custom CRM solution. One of the things I need to transfer/update is customers. In the CRM system, ...
1
vote
0answers
153 views
SSIS Programmatic generation of an ODBC Connection
I'm trying to create an ODBC destination source in an SSIS package using methods like the ones described at http://msdn.microsoft.com/en-us/library/ms345167.aspx I can't seem to initialize the ODBC ...
0
votes
1answer
211 views
How to fix the error 'Failed to create appdomain ssisdb.dbo[runtime].x'?
I am trying to deploy an SSIS 2012 project to an SSIS Catalog on a newly built SQL Server machine. It throws an error with the following message whilst creating the folder.
Failed to create appdomain ...
0
votes
0answers
73 views
Mapping DTS GUIDs to SSIS package using TSQL
I see that my SQL Server instance is very very busy running SSIS packages. I affects server performance so much that other connections timeout. I want to know if there is a TSQL query I can run which ...
29
votes
1answer
1k views
How to fix the embedded text qualifier issue while exporting data to CSV flat file?
RFC 4180:
RFC 4180 defines Common Format and MIME Type for Comma-Separated Values (CSV) Files. One of the requirements of the RFC 4180 is stated as below. This is the point #7 in the RFC link.
If ...
0
votes
1answer
332 views
SSIS Logging in SQL 2012
In the 2008R2 version I was using SSIS logging to a sysssislog table in a defined database. 2012 brings now the concept of Integration Services Catalogs that have their own SSISDB db. Is it still ...
1
vote
0answers
106 views
SSIS package SQL 2012 network access
We have an SSIS package that executes a .bat file.
The bat file does:
dir \\someserver\done\ > d:\scratch\ssisdir.txt
We have an storedproc that starts the SSIS package using the ...
5
votes
1answer
909 views
Deploying SSIS (SQL Server 2012) Project Outside Network
I have built an SSIS project on my PC, and am connecting to an SQL 2012 Server outside our network (via SQL Authentication) while executing the package. It is now time to deploy the project to that ...
0
votes
0answers
106 views
Deploying Custom 2012 SSIS Data Flow Transform
I have a pair of custom data flow transforms that work great in my development environment. I am now trying to get them installed on our test server, and it's not clear to me from the documentation ...
1
vote
1answer
368 views
Strange Issue in SSIS with WITH RESULTS SET returning wrong number of columns
So I have a stored procedure in SQL Server. I've simplified its code (for this question) to just this:
CREATE PROCEDURE dbo.DimensionLookup as
BEGIN
select DimensionID, DimensionField from ...
1
vote
0answers
197 views
Script Component in SSIS shows up as an empty 'VstaProjects' solution
I have SQL Server 2012 Client Tools installed on my Windows 8 machine. I am currently writing an SSIS project which has a lot of Script Tasks. When I double click on a Script Task and then click on ...
1
vote
1answer
122 views
“Invalid command line parameters” error when running package from job
I'm having an issue scheduling a .dtsx package to execute as a SQL Server Agent job. I've Googled the problem, but can't find the required solution for my particular issue.
The SQL Server version is ...
2
votes
2answers
751 views
“Timeout expired” when executing Copy Database Wizard package
I have a fresh install of SQL Server 2012. I went though the Copy Database wizard in SSMS to copy a database from a different server, and saved it as a package. I tried running it as a job, but it ...
0
votes
1answer
161 views
Need faster way to pull oData feed in SSIS
Is there a faster way to grab oData for ssis?
public override void CreateNewOutputRows()
{
SomeEntities entities = new SomeEntities(new ...
0
votes
3answers
1k views
How can I set an expression to the FileSpec property on Foreach File enumerator?
I'm trying to create an SSIS package to process files from a directory that contains many years worth of files. The files are all named numerically, so to save processing everything, I want to pass ...
5
votes
1answer
1k views
Why am I getting access denied error even though users belong to local admin group?
Environment SQL Server 2012 on Windows Server 2008 R2 on a development environment.
After installation of the Database, SSRS, SSAS (OLAP) and Tabular (Separate instance), and SSIS everything was fine ...
1
vote
1answer
541 views
Sql Server 2012 SSIS Integration Services Catalog
I am getting the following error when trying to create the IS Catalog in Sql Server 2012 SSIS.
> TITLE: SQL Server Integration Services
Operation 'Create' on object ...
4
votes
2answers
249 views
Why does SSIS TOKEN function fail to count adjacent column delimiters?
I ran into a problem with SQL Server Integration Services 2012's new string function in the Expression Editor called TOKEN().
This is supposed to help you parse a delimited record. If the record ...
4
votes
3answers
2k views
cannot show Visual Studio Tools for Application editor in SSIS 2012
When I click on EDIT SCRIPT button for Script Task in SSIS 2012 package,
It does not open the Script editor rather is shows
"cannot show Visual Studio Tools for Application editor"
Couls not load ...



