Quantcast
Channel: Questions in topic: "ssis"
Viewing all 813 articles
Browse latest View live

SSIS 2016 Access Denied

$
0
0
Hi I followed below steps after SQL server and integration services but I am still getting the following error. Any help would be appreciated. I added SQL service account in Microsoft SQL Server Integration Services 13.0 properties which is under DCOM Config and granted remote permissions to both service account and dba group account under Launch & Activation Permission & Access Permissions but still getting an error. ERROR connecting to the Integration Services service on the computer SERVER failed with the following error: Access is denied. By default only administrators have access to the Integration Services service. On Windows Vista and later, the process must be running with administrative privileges in order to connect to the Integration Services service. Connecting to the Integration Services service on the computer SERVER failed with the following error: Access is denied. By default only administrators have access to the Integration Services service. On Windows and later the process must be running with administrative privileges in order to connect to the Integration Services service. Windows 2016 standard and SQL 2016 standard editions Thanks Sandeep

SSIS 2016 Error: CPackage::LoadFromXML

$
0
0
My Environmet: Windows Server 2016 enu SQL Server 2016 Sp1 enu SQL Data Tools 2015 neu SSMS 16.5.3 enu VS 2017 neu I have created a simple SSIS package (Send Email) with SQL Data Tools. The Package Format Version is 8. The Package is visible on SSMS Integration Services. **This package can i deploying and excuting**. Problem: when I try to load the package in VS2017 Project on the same machine, then i get an error **The package failed to load due to error 0x80070002 "The system cannot find the file specified.". This occurs when CPackage::LoadFromXML fails**. demyPackage = r.LoadPackage("D:\Package_6.dtsx", Pevent) or demyPackage = r.LoadFromSqlServer("MSDB\Package_6", ".", Nothing, Nothing, Pevent) The Microsoft.SQLServer.ManagedDTS Version is 13.0.0.0 ; Fileversion:13.0.2164.0 I have already installed everything. I have no idea. Can someone help?

SSIS: missing headers in output CSV file

$
0
0
I am working with SS Data Tools version 14. I have a data flow task that extracts data from a table and writes it to a flat-file (CSV) destination. For some reason, the resulting CSV file is missing all the column headers. I have not been able to find a switch to turn them on. Would anyone have an idea of what I am doing wrong? Thanks, Tom

SSIS-DFT Error: Audit Transformation failed validation 'VS_ISBROKEN' with no further details!!

$
0
0
Hi I have an SSIS package that is deployed on the SSIS catalog / Integration Services Catalog of a Server. The package has a DFT which used an Audit Transformation Editor task to capture the below audit Information: ![alt text][1] This package is called on the Server through a SQL Agent Job and is scheduled daily. However I see the below error on this Audit Task sometimes but have no further details captured to track what is the issue. Can someone help on fixing this **Error Mystery** for me **please**? Error looks like this: ![alt text][2] [1]: /storage/temp/4319-auditinfo.jpg [2]: /storage/temp/4320-errorinfo.jpg

OnError event executing multiple times for one error

$
0
0
I have a ssis package that includes a foreach loop. The foreach loop cycles through the instances that are provided from a specific table. Once the loop hits an instance that cannot be contacted then the Onerror event should populate a results table once. For some reason the Onerror event is populating the table multiple times for this instance instead of just once. Can someone help me with this? I tried changing properties of DelayValidation and that did not help

The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine

$
0
0
Hi I have created a package in my local machine using visual studio 2008 and i have excel in local machine.My package will load data from table to excel.I have used same package in other server and excel not available in that server.While executing the package am getting following error. There is no chance to install excel in that server. The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. Please guide.

Cobol code

$
0
0
Dear All , Good day and I hope all is well , I have case on my hand I need to migrate data from COBOL files using SSIS is this possible even that I have COBOL Record Layout . please guide me in this task. thanks

Migrated the data from Informix to SQL server 2016

$
0
0
I have Migrated the data from Informix to SQL server 2016(With SQLINES Tool) .After initial migration we just want to load incrementally. Is it possible in any way?? If it is let me know. Thanks, Suraj K

Migrated the data from Informix to SQL server 2016

$
0
0
I have Migrated the data from Informix to SQL server 2016(With SQLINES Tool) .After initial migration we just want to load incrementally. Is it possible in any way?? If it is let me know. Thanks, Suraj K

Can I dynamically set the job list string collection in the transfer job task?

$
0
0
Hi, I have seen this question asked without any solutions. I haven't seen this asked recently so I am asking again. I have a set of server jobs that need to be sync'ed between my active and inactive DR site. This is not part of our current sync'ing technology. Daily, I store off a list of jobs and enable/disable status based on our teams naming convention. I would like to task this list and pass it into the string collection of the transfer job task on package start up. We are using a custom repository for our packages that we access via VB Script on startup. I would like to access the string collection object of the transfer job task using VB script. Open to alternate solutions as well. VB 2012, VS 2013, SQL Server 2014 sp2

How to deploy to SSIS package to DB server, encountering many errors

$
0
0
(Note: this is my first post please bear with any mistakes in my presentation) My issue is that I have a very simple SSIS package using the Microsoft Oracle Connector (created by Attunity) which executes fine within Visual Studio 2015 on my laptop, but throws numerous errors when deployed to either SQL Server, or when attempting to run from the command line. I've tried various links I've found here and elsewhere but I still cannot get this to work. I am a complete newbie on these tools, I am coming from an Oracle and .NET background, so I may be missing some basics here. Laptop setup is: Visual Studio 2015, ODP.NET 64 bit, 64-bit Oracle Client, MS Oracle Connector by Attunity 5.0 64-bit, Sql Server Data Tools for VS 2015, Sql Server Management Studio 2016 - 13.0.16106.4. On the database server: SQL Server version is 2016 (SP1) - 13.0.4001.0 (X64) Developer Edition (64-bit) on Windows Server 2012 R2 Standard 6.3 , Oracle 64-bit client, SSIS, and MS Oracle Connector by Attunity 5.0 64-bit version. I'm attempting to populate 3 SQL Server tables from 3 corresponding Oracle tables. I have a very simple integration services project in VS 2015: 1 control flow item, with 3 data flows - all 3 run a simple SELECT against the same Oracle database with a connection manager to that DB, each one reads a different table, and populates a different SQL Server table (using the OLE Destination object), all 3 Oracle tables are in the same database instance, and SQL Server tables are in the same database. The project runs fine from my laptop within the VS IDE, all 3 feeds run in parallel and populate the corresponding SQL server tables as expected. However, I'm getting numerous error messages attempting to execute the package using other methods. Googling around has not helped to clarify things - I think I basically understand the error messages, but I'm unclear on how to resolve them. * DTEXEC - I copied my .dtsx file for the above project to the C:\TEMP folder server where SQL Server resides, and I ran the 64-bit dtexec utility as follows: F:\Program Files\Microsoft SQL Server\130\DTS\Binn>dtexec /file c:\temp\package.dtsx > c:\temp\dtexec_errors.txt Please see images below for errors I'm receiving. [Errors - Part 1][1] [Errors - Part 2][2] * SSIS DB catalog - Created the SSISDB catalog under 'integration services catalogs' folder in SSMS. Within Visual Studio I right clicked the package and selected Deploy . After deployment, right clicked the package in SSMS, picked 'Execute'. Received several similar errors to what is shown in the screen shots. Thanks in advance for any advice, pointers, assistance. Also note that from Oracle to SQL server I plan to do little to no transformation, plus this solution will eventually be used for possibly upwards of 200+ tables, if there is a better or easier way that can be automated and gets similar high performance I'm open to hearing it. [1]: https://i.stack.imgur.com/l8yeP.png [2]: https://i.stack.imgur.com/DJHzS.png.

SSIS debug hot has stopped working in SSIS package

$
0
0
Hi, I am facing problem on SSIS package in Windows 2008 R2 edition. I created ODBC for Pervasive SQL server and I want to copy data from Pervasive SQL to SQL server. I create one SSIS package and put Data Flow Task. I am using ADO .NET source database as ODBC provider for PSQL and ADO .NET destination database as SQL server. Now, When I run SSIS package, I get an error that says "**SSIS debug host has stopped working.**" Both Destination task, Source are in green color. All rows are transferred successfully from source to destination. but post execute only 50% complete. Before I have windows 7 and [SSIS][1] package was running completely there. I know PSQL has 32 bit supported and I already set Run64BitRuntime=false. plz, help me to troubleshoot this error? Thanks Hari [1]: http://kosmiktechnologies.com/msbi-training-in-hyderbad/

SSIS Package Corrupt Error

$
0
0
There were errors while the package was being loaded. The package might be corrupted. see the error list for details. Error loading Package.dtsx: Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted. Error loading Package.dtsx: Failed to load XML due to error 0xC00CE560 "A string literal was not closed. Line 16240, Column 49". This occurs when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of specifying an incorrect file name to the LoadPackage method or the specified XML file has an incorrect format. Error loading 'Package.dtsx' : Failed to load XML due to error 0xC00CE560 "A string literal was not closed. Line 16240, Column 49". This occurs when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of specifying an incorrect file name to the LoadPackage method or the specified XML file has an incorrect format.

SSIS package failure

$
0
0
Hi everyone, I'm new to SSIS packages so I appologize beforehand not knowing/using the correct terminology and phrasing. I've been trying to run an SSIS package but I've been coming across three errors that I haven't been able to find much detail online in answering. When I try and open the package in Visual Studio 2015, vs 14.0.25431.01 U3 I get the following errors. Error Loading: "the dtxs package name.dtsx": Failed to load task "SFTP Task", type "", The contact information for this task is "". Validation error. SFTP Task : There were errors during task validation. VAlidation error. SFTP Task : The task has failed to load. The ocntact information for this task is "". I have no idea where I need to put in "contact information" in the dtsx package or where in the SFTP task that needs to go into. I've tried looking in the properties for SFTP task, but I don't see anything to enter in contact information. Maybe it's part of the Data Flow , which constist of a Flat File source > Derived Column > Data Convertion > (a new) Derived Column 2 > OLE DB Command. And there appears to be options for Contact information, but it's greyed out and can't be changed. Any ideas on how to resolve these erros, I would greately appreciate.

Oracle Connection Manager is not saving password in SSIS

$
0
0
Dear All, when i am trying to create a SSIS package with Oracle source connection and filled the crednetila deatails , later when i go and modify the package it is showing empty at password box. remeber , i tried all the way inclduing google help. can somebody help me out here. note save the password check box only saving the password for first time.

How to include excel in ssis if not present at source or destination options?

$
0
0
How to include excel in ssis if not present at source or destination options?

SSIS Sql parameters logging

$
0
0
Hi, is there a way inside a SQL server 2008 [ssis][1] package to automatically log parameters passed to stored procedures and/or command? I'm trying to access that information from a script task linked to the global OnError event but it doesn't seem to be a reference to the current SQL command, is there a general way to do this ? or do i have to implement custom logging for every SQL command i'im firing? Thank You Hari [1]: http://kosmiktechnologies.com/msbi-training-in-hyderbad/

split data delimited by character

$
0
0
Hello I really would appreciate someone`s help I`m a newbee in all of this SQL-SSIS stuff I have the following table in SQL: ![alt text][1] And I need to create a table with columns that contain the AreaPath column and parsed by the delimiter “\” Meaning my final goal is this: ![alt text][2] Couple of important things: 1. The original table is constantly changing (every 10 minutes) 2. I have SQL 2014 3. I can use SSIS to do so (I prefer to, then SQL) [1]: /storage/temp/4451-original-table.png [2]: /storage/temp/4452-desired-table.png

SSIS and SQL Server 2016 - File/process is not in path

$
0
0
Hello! I apologize in advance if this has been asked, but I have not been able to find an answer and I'm semi new to this. I'm editing a package that is deployed SQL Server 2016 with Visual Studio 2015 and have a bunch of errors saying File/process "XXXX" is not in path. I know these paths exist on the server that I'm deploying to, however I'm editing on my computer so it isn't finding it. Can I deploy with the errors there or how do I get them to go away and work correctly once deployed?

How to load data to snowflake datawarehouse using ODBC destination in ssis. I am facing below error. Please help me. [ODBC Destination [2]] Error: Open Database Connectivity (ODBC) error occurred. state: '22000'. Native Error Code: 100078. String 'A

$
0
0
How to load data to snowflake datawarehouse using ODBC destination in ssis. I am facing below error. Please help me. [ODBC Destination [2]] Error: Open Database Connectivity (ODBC) error occurred. state: '22000'. Native Error Code: 100078. String 'A [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "ODBC Destination" (2) failed with error code 0x80004005 while processing input "ODBC Destination Input" (13). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
Viewing all 813 articles
Browse latest View live