Quantcast
Channel: SQL Server Integration Services forum
Viewing all 24688 articles
Browse latest View live

scheduling ssis package fails to post file to unc sharepoint path

$
0
0
  • I have created SSIS package where it  copy files from my local drive (c:) & post it to SharePoint path(\\sharepoint.corp.*******.com\DavWWWRoot\sites\sitename....)

SSIS package works FINE no issue,but when i try to SCHEDULE the same package it throws the following error:

DTExec: Signature verification failed.  The signature status is not present.  The package could not be loaded.  The step failed.

  • sql server and sql server agent SERVICES running my account(DOMAIN\username).
  • i have an access to SharePoint path.
  • i have created PROXY and ran it didn't workout.
  • From DOS command also it works.when i schedule it it will not work.

I am using

  • WINDOWS server 2008 service pack1 64 bit
  • sql server 2008 r2 64 bit

please help me..I'm waiting for the respond...:(


No Column Information was Returned - Oracle Back End

$
0
0

Hello all-

I am getting the "no column information was returned by the SQL command" error when querying an Oracle database in a data flow task.  I understand this usually has something to do with temp tables in a stored procedure, but this task has neither.

It does, however, contain a left join between two subqueries.  Not sure if this will cause a problem?  It runs fine in Oracle.

Thanks in advance~


Bonediggler

The VSTA designer failed to load: "System.Runtime.InteropServices.COMException (0x80004005):..."

$
0
0

[I'm reposting here as requested in the SQL Server Setup & Upgrade forum.]

I've just reinstalled the OS and apps on my PC.  When I open a script task and click "edit script..." I get this message:

------------------------------
Cannot show Visual Studio 2008 Tools for Applications editor.
------------------------------
ADDITIONAL INFORMATION:

The VSTA designer failed to load:  "System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
   at VSTADTEProvider.Interop.VSTADTEProviderClass.GetDTE(String bstrHostID, UInt32 dwTimeout)
   at Microsoft.SqlServer.VSTAHosting.VSTAScriptingEngine.EnsureDTEObject()" (Microsoft.SqlServer.VSTAScriptingLib)
------------------------------

When I run

C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE>vsta.exe /hostid SSIS_ScriptTask
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE>vsta.exe /hostid SSIS_ScriptComponent

VSTA fails to start up and I get:

---------------------------
Microsoft Visual Studio Tools for Applications 2.0
---------------------------
Registration information for this application needs to be updated. To update, log on as an administrator and run this command:
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\vsta.exe /HostID SSIS_ScriptComponent /setup
---------------------------

So far to try and fix this I have tried the following:

  • Reinstalling SQL 2008
  • Read through and acted upon a number of similar MSDN posts including this one, this one and this one
  • Removing VSTA (then reinstalling from x86\Setup\trin_aide.msi on the SQL 2008 setup iso)
  • Following the steps in Jason H's blog
  • Doing a repair installation on SQL 2008
  • Running BIDS as administrator
  • Creating a new script task rather than trying to edit an existing one
  • Scouring the registry for "unusual things" relating to VSTA...!
  • Counting to 10

None of which have made any difference.

My setup:

  • Win 7 Enterprise 64bit
  • SQL 2008 standard (client tools) patched up to SP3 (installed from en_sql_server_2008_developer_x86_x64_ia64_dvd_x14-88839.iso)

It might be worth saying that I have seen this problem previously when I installed SQL 2008 the first time on my current pc (same OS and general environment).  I spent about a day on it and did eventually get it working - but (annoyingly) I can't remember what I did.  Either I am now less able, less lucky or less inspired but I'm getting nowhere this time round.  The one thing that rings a bell is HonestDeer's reply to this previous MSDN post (Wednesday, May 11, 2011 3:30 PM).  I seem to remember I changed a reference somewhere to a different version of VSTA and it started working - can't remember the specifics though. 

In case this is relevant: I do have an installation folder for "C:\Program Files (x86)\Microsoft Visual Studio 8" - which contains a version 8.0 of vsta.exe (in the Common7\IDE folder).  This is in addition to the v9.0 version at C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\vsta.exe.  When I initially installed BIDS/SQL, I selected the "Client Tools Backwards Compatibility" option, although deselected this when I came to reinstall it the second time.  NB: all this is following a complete reinstall of Windows 7 - so Visual Studio or SQL client tools 2005 have NOT been installed.

Please help!

Roger.

Problem with DTS: SIMULTANEOUSLY process

$
0
0

I would like that my DTS launch SIMULTANEOUSLY two sessions of a terminal TEE3270 for downloading some files remotely.

For this reason I have written two DTS, each of which uses username and pwd of two different users (retrieved from a table) and download files.
Then, I made a third DTS tha contains two "Execute Package task" that launches the two above packages

After all, despite I imposed two simultaneous processes, the two sessions are never contemporaneous, but always sequential.

But if I run the DTS that are placed on the server by two different clients with Enterpraise Manager, the processes are contemporary.

Thinking that it was a limitation of the emulator TEE3270, I made two scripts in .vbs that i have launched whit a third script using

WShell.Run "" "path vbs Process 1" ""
WShell.Run "" "path vbs process 2" ""

and in that case the contemporaneity is guaranteed

So I think that are the DTS (and also SSIS because i have tried with its) to have some limitations...

Can anyone help me??

SQL Server Integration Services with Biztalk 2010

$
0
0
I have installed Biztalk 2010 but it seems i have a problem while configuring the BAM Tool. This problem refers to the configuration of the SSIS (SQL Server Integration Services). While configuring the SSIS , it is required to execute a package but i don't know where i can find this package. Any Help? 

Error In Execute Process Task (ssis)

$
0
0

[Execute Process Task] Progress: Operation Complete - 0 percent complete

[Execute Process Task] Error: In Executing "C:\Program Files\7-Zip\7z.exe" "e "H:\sathiya\sqlfile\SSIS\P_Packages\2\SRC\test.zip" -o"H:\sathiya\sqlfile\SSIS\P_Packages\2\SRC\" -y" at "", The process exit code was "2" while the expected was "0".

[Execute Process Task] Progress: Operation Complete - 100 percent complete

Task Execute Process Task failed

Microsoft.SqlServer.Dts.Runtime.DtsPipelineException

$
0
0

Hi,

I am trying to build a DR environment.

I have installed all the necessary components

one job is called from an .exe which is running an SSIS package.

When I run the package manually it runs fine

when run as the .exe I get the following error

: Microsoft.SqlServer.Dts.Runtime.DtsPipelineException: Retrieving the COM class factory for component with CLSID {697AC67E-FDD5-46D1-90D7-F3D0DF1B2A47} failed due to the following error: 80040154. ---> System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {697AC67E-FDD5-46D1-90D7-F3D0DF1B2A47} failed due to the following error: 80040154.

   at Microsoft.SqlServer.Dts.Runtime.Package..ctor()

Any ideas

SSIS is installed on the Server

Ger

Is it safe to ignore "Warning: Could not open global shared memory to communicate with performance DLL;"

$
0
0

Hello

Our Windows administrators and SQL Server DBA can not determine what has changed to our Production server that is all of a sudden causing the nightly ETL to raise the following warning.

Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available. To resolve, run this package as an administrator, or on the system's console.

Can this warning be ignored?


Amir



loading the excel to a sql table

$
0
0

Team,

I am trying to load an excel to SQL table, reading the excel as sql command. It throws an error:

Error: The SQL command requires 1 parameters, but the parameter mapping only has 0 parameters

I know the reason why this error occurs if there is space in the Column name. I don't see any space but as soon as i adjust the columns in the excel it is working.

Regards,

Eshwar.

SSIS XMLTask:XSLT: Could not load file or assembly (random_id) : Failed to grant permission to execute. (Exception from HRESULT: 0x80131418)

$
0
0

I have a DTS package defined that uses an XML Task to transform some data. This is a very simple task.

1. It takes XML on an Input read/write variable
2. Transforms it through a fileconnection (test.xslt)
3. Writes the XML output to another read/write variable

It fails on step 2 with: [XML Task] Error: An error occurred with the following error message: "Could not load file or assembly 'ezpvg7kz, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant permission to execute. (Exception from HRESULT: 0x80131418)".

Where the 'ezpvg7kz in the above error is randomly generated with each debug session.

I have run a test application that will transform the input xml through the xslt and give me the output exactly how I want it, it is not the format of the input XML, or XSLT file so please do not waste time asking those questions.

What I want to know, what assembly is being generating 'on the fly' and why does SSIS have no access to it if it creates it?  Any ideas on how to fix this?

Run package in SQL Server Agent 2012

$
0
0

Hi,

I got a strange problem. I have developed a package that reads data from Excel into Sql Server 2012. The package runs with success in SQL Server Data Tools but when I try to schedule the package in Agent i get this error message.

Description: The connection is not found. This error is thrown by Connections collection when the specific connection element is not found.

I think it is the Ole db destination that makes this error. When i create the step in Agent, on the Data Source tab only the excel connection manager is shown. Why not the Ole db destination? This destiantion is a project data source, is there something else that needs to be configured?

Thanks in advanced!

Insert only time in datetime with default date

$
0
0

Hi,
I have a time in string format 231010 (HHMMSS). I want to insert it in column with datetime format. Date I am taking in a default derived column as "1900-01-01"

My SSIS expression looks like this

(DT_DBTIMESTAMP)(Default_Date + " " + SUBSTRING([Time],1,2) + ":" + SUBSTRING([Time],3,2) + ":" + SUBSTRING([Time],5,2))


NULL values are inserted successfully as
1900-01-01 00:00:00.000
but the expression where the default date concatenates with the time is not working.

The SSIS does not give any error but it stays yellow and does not proceed further.


A-Man

Konesans File Watcher and Saving a File

$
0
0

Hello!

I am using the Koneasan File Watcher component in my SSIS Package. Everything is working great except we have a requirement which says the User can open a file in the folder which the File Watcher is watching and can make changes and then SAVE and the File shall be processed by the File Watcher. When we do this , the File Watcher just sits there and does not "see" it. Does anyone have any idea as to why or how to fix this?
Thanks!
Mike


Mike Kiser

SSIS External Columns and Data Source Columns Out of Sync

$
0
0

Hello All,

We created an SSIS Package to pull data from a Oracle server to a SQL Database, while everything worked perfectly on the dev and test servers it failed miserably on the production environment.

I connected the SSIS code to the Production SOR and i found that while it does not throw any run time errors, when i execute the package or task i get errors Cannot convert unicode to non unicode string types.

The Warnings show that the external columns and the data source columns are out of Synchronization.

Any help is greatly appreciated.

Dinesh

Error executing an SSIS package

$
0
0

I executed an SSIS package and runs into the following error:

What should I do tro resolve this problem?


How to run packages parallel

$
0
0

Hi,

I have 4 packages

1.dtsx,2.dtsx,3.dtsx,4.dtsx

i created a main.dtsx package and i am calling all the above 4 packages in that.

My question is how to run all those packages simulteniously(concurrently)?

currently those are running sequentially.

Accessing Connection Managers in Execute SQL Task

$
0
0

Hello all, I'm pretty new to SSIS and have a question.  I'm reading data from a Flat File Connection Manager into an OLE DB.  After the data has been processed, I have an Execute SQL task in which I want to set a column equal to the file name of the Flat File Connection Manager.  How would I go about doing this?  I'm not sure how I can reference it directly or through variables.  The SQL query looks like this:

UPDATE Table
SET Column = '<FileName goes here>'

Thanks.

SSIS import data access fail when run as a SQL job but runs successfully when the SSIS package is run as such

$
0
0

I have a SQL server agent job.

The second step in this job is Running an SSIS package. This package imports a file from a remote location \\remote\f$\\procedures\imports\sa.txt

The package runs successfully when run when i run it as such using -Right click-> run  package.

However the job fails in the second step with the error : Cannot open the datafile "\\remote\f$\\procedures\imports\sa.txt"

I am sure its has got something to do with the access rights. Can anyone help me understand where i should check for the access permissions??Any other idea why this is failing??

Thanks

Abby

Execute package conflict between runtimes

$
0
0

I was using SQL Server 2008 R2 and had written a C# program using Microsoft C# Visual Studio 2008 that opened an SSIS package and, using files in a directory, modified the source and destination detail (SQL and table name) before executing the package. This it did for every file in the directory. Now I have upgraded to 2012 and Microsoft C# Visual Studio 2010. I have made the changes to the C# program's references so they all come from 110 rather than 100. But now the execution fails as per the message below. I can save the package and open it SQL Server Data Tools and it runs okay. I have tried modifying the app.config  in the same directory as the .cs to so it now reads:

<?xml version="1.0"?>
<configuration>
    <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
    </startup>
    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentity name="Microsoft.SqlServer.DTSRuntimeWrap" publicKeyToken="89845DCD8080CC91" culture="neutral"/>
                <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0"/>
            </dependentAssembly>
        </assemblyBinding>
    </runtime>
</configuration>

I would appreciate some help.

Here's the error message:

The Execute method on the task returned error code 0x80131621 (Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.). The Execute method must succeed, and indicate the result using an "out" Parameter.

Ask a question about Execute Process Task

$
0
0

Hi guys:

I use one Execute Process Task to execute my Excel automation C# application, but my automation application can't access the specified folder. I run the SSIS package under specify proxy(the corresponding user has administrative right on that computer). It is strange, please give me some advice to fix this issue.

Thanks in advance!


Best regards,
Riquel

Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Viewing all 24688 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>