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

SharePoint SSRS Subscription excution from SSIS using Powershell

$
0
0

Hi,

We have been looking for a way to executing bursting of SSRS reports within SharePoint (integration mode) from a SSIS package after a successful load.

We found this MSDN article which has a PowerShell script to "fire" a subscription.

https://msdn.microsoft.com/en-us/library/dn747196.aspx#bkmk_run_1_subscription

One of the parameter needed is the SubscriptionID. Where can I find this information?

Is this a good way of doing what we want?

Thanks!


SharePoint's green status ball of doom...



Can i disable flat file connection manager

$
0
0

hi guys,

Can we disable a flat file connection manager in a ssis package just as how we can disable a OLE db task?

When i try to disable the flat file by clicking on work offline its gets disabled which is what i expected , but when i close the package and reopen it again its again enabled , is this the way that a flat file connection manager works.

thanks 

How to use UDF in SSIS

$
0
0

Hi everyone,

i want to use UDF in SSIS where function accept 4 parameter value and return 1 value.

How can i achieve that.I need work flow.


Akshay Adivarekar

Importing a csv file into SQL Server

$
0
0
I have been provided with CSV files to load into our staging database. The problem is that they used a text qualifier to extract the files. It was 

'=' + '"' + trim(data item) + '"'

Importing the file into SQL Server tables gives me various errors. However, when i open each file and save as .xlsx and then import, it works smoothly. However, this process is slow and tedious. Do you have a solution to this issue?

How to handle Errors in SSIS?

$
0
0

HI All,

I am new to SSIS, I am trying to handle errors occurred in SSIS package.

I have created flat file destination task in Data flow to handle the error records,configured the output columns with redirect row option.I am getting below error when I execute the package.

Error: 0xC0202009 at DTSTask_DTSDataPumpTask_2, OLE DB Source [1]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.An OLE DB record is available.  Source: "Microsoft OLE DB Provider for SQL Server"  Hresult: 0x80004005  Description: "The statement has been terminated.".An OLE DB record is available.  Source: "Microsoft OLE DB Provider for SQL Server"  Hresult: 0x80004005  Description: "Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.".

Package execution is stopping and none of the error records are logged in the error file task,

Requesting your help.

Thanks in advance,

Manimala.

SSIS 2014 sharepoint list source and destination missing from the toolbox

$
0
0

Hi, I am using SSIS 2014 and installed adapter for sharepoint list source and destination and when I refresh the toolbox I don't see them. Is there a way to manually add them?

Thanks in advance...............


Ione

Sql server agent job is cancelled in ssisdb catalog automatically

$
0
0

Hi

I noticed that some time my ssis job is cancelled automatically it is not showing any errors, when i checked on ssisdb executions it is showing status as cancelled with no errors.After that i ran it manually then it was working fine.

What could be the issue for ssis job is cancelled automatically?

How do I create a CSV file at a specific location to export to

$
0
0

Problem: I need to export data from a table in a database. I have an SSIS that converts data to this table. To export the data using the SSIS the file needs to be already created (from my understanding). This export location is on another server and the folder location is empty.

Question: How do I create an empty CSV file at this location using either a Script Task, SQL Query, or Space Magic? I have been searching all over for about 4 hours now to no avail.

Any help or direction would be very helpful.

Thanks in advance.


Parallel SSIS Packages - Need semaphore in Package A to wait for Package B to complete

$
0
0

Hi all,

I've got 2 parallel sql agent jobs running that each call a series of SSIS packages. One of the SSIS Packages needs to wait for another (RefreshFactDriverEvents) to complete. The code below is what I'm using. It's in a "Exec SQL" task in the package that needs to wait. Yesterday it didn't wait for some reason. At 4:26AM the SQL below ran and didn't wait. But the RefreshFactDriverEvents package didn't finish until 4:33AM.

Both packages are running on the same host, so there isn't an issue with the clocks being out of sync.

Any ideas? Is hitting the catalog.executions view and checking for status 7 not a recommended way to check for successful execution of a SSIS package?

Thanks!

-- This piece of code checks to see if the RefreshFactDriverEvents has completed recently - this is a dependency to assigning driver keys.
-- It checks when it was last run, then waits for 10 minutes and checks again until it has completed within the last
-- 6 hours.

declare @Minutes int

select	@Minutes =  isnull(datediff(mi,convert(datetime,end_time),getdate()),1440)
from	ssisdb.catalog.executions with (nolock)
where	package_name = 'RefreshFactDriverEvents.dtsx'
and		execution_id = (select max(execution_id)
						from	ssisdb.catalog.executions with (nolock)
						where	package_name = 'RefreshFactDriverEvents.dtsx'
						)
and		status = 7 -- suceeded

while (@Minutes > 360)
begin

	-- wait 10 minutes
	waitfor delay '00:10:00'

	select	@Minutes =  isnull(datediff(mi,convert(datetime,end_time),getdate()),1440)
	from	ssisdb.catalog.executions with (nolock)
	where	package_name = 'RefreshFactDriverEvents.dtsx'
	and		execution_id = (select max(execution_id)
							from	ssisdb.catalog.executions with (nolock)
							where	package_name = 'RefreshFactDriverEvents.dtsx'
							)
	and		status = 7 -- suceeded

end


System.TypeLoadException in Visual Studio 2012

$
0
0

When attempting to start VS2012 / SSIS to create a new package the following error appears.  Repairing VS2012 isn't solving the problem.  SQL Server Version is: Microsoft SQL Server 2012 - 11.0.5343.0 (X64) 

Microsoft Visual Studio 2012 has stopped working

Visual Studio 2012

 

Problem signature:

 Problem Event Name:                       CLR20r3

 Problem Signature 01:                      devenv.exe

 Problem Signature 02:                      11.0.61030.0

 Problem Signature 03:                      5270a974

 Problem Signature 04:                      Microsoft.SqlServer.IntegrationServices.Graph

 Problem Signature 05:                      11.0.5583.0

 Problem Signature 06:                      55034220

 Problem Signature 07:                      4

 Problem Signature 08:                      1c

 Problem Signature 09:                      System.TypeLoadException

 OS Version:                                         6.3.9600.2.0.0.16.7

 Locale ID:                                            1033

 Additional Information 1:                 5861

 Additional Information 2:                 5861822e1919d7c014bbb064c64908b2

 Additional Information 3:                 1318

 Additional Information 4:                 13181ae637ac2592fac0ca2dd662cdcc

Error in Script Editor Task "Ole DB connection Manager" while connecting to Oracle DB using Visual C# 2010 code

$
0
0

Hi There,

I am very much new to SSIS, I am trying to connect to Oracle DB, I have succefully created connecting to Oracle database using OLEdb Source transformation providing all necessary credentials and tested the connection succesfully, I have used the reference of OLEDb source tansformation in my script to connect oracle db through code it is throwing error as"Operation not valid due to current state of the object". Please help me out here, Thanks in Advance.

Thanks and Regards,

how to unzip (.zip) in C# using script task in 3.0 framework

$
0
0

how to unzip (.zip) in C# using script task in 3.0 framework . we won't be using third party dll.

Fetch the data from Second Sheet

$
0
0

Hi All,

I was working on a logic which I am not able to code after many attempts. Request you all to provide your valuable ideas to achieve the same.

I have an Excel sheet(Base_Data.xlsx) with two sheets as "Mapping" & "Data" with the below data:

Mapping sheet values:

Base_Column

Data_Column

Employee

Emp

Designation

Desig

Organisation

Org

Data sheet values:

Emp

joindate

Desig

Gender

Org

1234

10/10/2010

Consultant

Male

Microsoft

4546

25/01/2001

Sw engineer

Female

Pega

Now using the above base_Data file, I have a to prepare a destination Excel(Destination_File.xlsx) as below:

Employee

Designation

Organisation

1234

Consultant

Microsoft

4546

Sw engineer

Pega

I tried to achieve this using SSIS and C#.Net technologies.

Awaiting your valuable suggestions for achieving the above.

Regards,

Shekar

September SSIS Gurus Announced! Behold, the cream of the community! Join us!

$
0
0

The results for September's TechNet Guru competition have been posted!

http://blogs.technet.com/b/wikininjas/archive/2015/10/19/the-microsoft-technet-guru-awards-september-2015.aspx

Below is a summary of the medal winners for September. The last column being a few of the comments from the judges.

Unfortunately, runners up and their judge feedback comments had to be trimmed from THIS post, to fit into the forum's 60,000 character limit, however the full version is available on TechNet Wiki.

Some articles only just missed out, so we may be returning to discuss those too, in future blogs.
 

Guru Award BizTalk Technical Guru - September 2015  

Gold Award Winner

Janardhan BikkaBizTalk Server 2013 R2 integration with MS Dynamics CRM 2015Sandro Pereira: "Great topic, great article, well explained, lot of pictures, WOW keep coming! The layout/presentation of the article need to be treated and improved, but that I minor point regarding the quality of the article"
Abhishek Kumar: "Very good Article on CRM integration and well explained . Thanks for your Contribution ."
LG: "Material is interesting, but article content is too long."

Silver Award Winner

Rahul_MadaanPassing a message to BRE using Call Rules ShapeSandro Pereira: "The layout/presentation of the article need to be remade (different types of lettering, pictures could be better, pour layout of headers,…). This is a beginner article and steps explanations should be better detailed. This way the article is difficult to read and understand by their audience."

Guru Award Forefront Identity Manager Technical Guru - September 2015  

Gold Award Winner

Ryan NewingtonTake the guess work out of XPath with the Lithnet FIM Service PowerShell Module

Søren Granfeldt: "Excellent stuff"

Ed Price: "Great use of links for cross referencing!"

Silver Award Winner

Peter Geelen - MSFTFIM 2010: Verifying the Sync Engine Security Groups

Søren Granfeldt  "Nice work Peter"

Ed Price: "Good use of images and great to include the script sample!"

Bronze Award Winner

Wim BeckFIM2010: Localize Self Service Password Reset

Søren Granfeldt: "Thank you for this Wim!"

Ed Price: "Fantastic depth and great to read. Great article!"


Also worth a mention were the other entries this month:

Guru Award Microsoft Azure Technical Guru - September 2015  

Gold Award Winner

Michel JatobaStop and Start VMs with Automation on Microsoft Azure

JH: "Very good article with a detailed step-by-step guide. Love the amount of pictures."

Ed Price: "Great topic and great use of images! What a valuable article!"

Silver Award Winner

Samir FarhatCreate an URL Rewrite service via Azure Web App

JH: "Not an advanced topic, but most people struggle on it. Really good explanation."

Ed Price: "Perfect! I love this direct and thorough how to! Fantastic job on this!"

Bronze Award Winner

Ruud BorstMulti-tenant Azure AD federation with PowerShell

JH: "Interesting article. Would be better to have less text and a more detailed explanation of the script."

Ed Price: "Great scenario with a ton of explanation! More of a breakdown on the script would be good, but I still love the large amount of details here! Great job!"


Also worth a mention were the other entries this month:

Guru Award Miscellaneous Technical Guru - September 2015  

Gold Award Winner

Rishabh BangaFull Home Automation with Azure & Voice Assistance using Intel Galileo Gen 1 & Windows 10Durval Ramos: "This is an inspiring and practical article, which combines multiple platforms and allows you to create a very useful solution."
Richard Mueller: "A very interesting and potentially useful idea. Good detailed steps, with lots of code. Good images and great use of Wiki guidelines."

Silver Award Winner

Pooja BaraskarSmart Baby Monitor with Intel Edison and UbidotsDurval Ramos: "This article is interesting and presents the "simple content". It's very easy to understand what must be done, but need to add "References" section to indicate where his work was inspired."
Richard Mueller: "What a great idea. Very good images and detailed explanation."

Bronze Award Winner

Carmelo La MonicaPart one: tools for debugging in Visual Studio 2015Durval Ramos: "This article presents a resource that can be the difference between a successful solution and a project that should be reformed. Very good"
Richard Mueller: "Good introduction to VS 2015. Good images and explanation. Grammar needs works."


Also worth a mention were the other entries this month:

Guru Award SharePoint 2010 / 2013 Technical Guru - September 2015  

Gold Award Winner

Dan ChristianCloser look at SharePoint Server 2016 PreviewAshutosh Singh: "Thanks Dan"
TN: "A good wrap-up in SharePoint 2016"

Silver Award Winner

Inderjeet Singh JaggiSharePoint 2016 Farm configuration issue on Windows Azure Virtual MachineAshutosh Singh: "This is very good"
TN: "An interesting post"

Bronze Award Winner

Dan ChristianInstalling the Office Online Server PreviewTN: "Great article on how to set up Office Online Server including some common issues"
Ashutosh Singh: "Thanks for this Dan"


Also worth a mention were the other entries this month:

Guru Award Small Basic Technical Guru - September 2015  

Gold Award Winner

Emiliano MussoPrime Number Factorization with Small BasicMichiel Van Hoorn: "Put your math to practice. Great write up. "

Silver Award Winner

Ed Price - MSFTSmall Basic: Automatic Type ConversionMichiel Van Hoorn: "Useful if you are starting juggling with numbers in Small basic"

Guru Award SQL BI and Power BI Technical Guru - September 2015  

Gold Award Winner

Maruthachalam KCreating reports using OData Feed in Power BIRB: "Nice explicative walkthrough."
JS: "Great article, I would want one word concerning security of ODATA feeds in the article as well."
Durval Ramos: "This article is very well illustrated, but need to add the "References" and "See Also" sections to valuable this article. Additional information is needed to validate your content"
PT: "This post demonstrates the ease and utility of Power BI with an OData data source. Thank you for this valuable contribution."


Also worth a mention were the other entries this month:

  • SSRS: Join data from different SSRS data sources into data set by sergey vdovin
    PT: "At first I had mixed feelings about promoting these techniques as a best practice, given the level of complexity. However your approach to this challenging problem well executed and clearly explained. Thank you for posting this useful information."
    RB: "Not much information here, apart from link to github projects"
    OT:"I personally don´t see any greater benefit in writing a separate article and referring an already existing one without pointing out really new stuff. The old one is pretty good and although the author does not get much love updating this, he should in order to have the thing in one place."
    AN: "The content is not complete and the "Solution" section was written in another article. This article's very confused."

Guru Award SQL Server General and Database Engine Technical Guru - September 2015  

Gold Award Winner

Martin SmithClustered and Nonclustered indexesJS: "Instead of "to explicitly include all non key columns" => "to explicitly include one or more non-key columns". Liked the spatial representation!"
AM: "Simple and concise explanation. Great illustration as a plus."
Durval Ramos: "A good presentation about how each index works."

Silver Award Winner

Yashwant VishwakarmaSQL Server Databases: Back To BasicsJS: "Although nothing really leading edge, a good start for new beginners in one place. I would want more references to MSDN articles in order to enable the reader digging in a bit deeper."
Durval Ramos: "This article's a good summary about "some" SQL Server features and has good images, but I believe that can be improved if add more details in each database type"

Guru Award System Center Technical Guru - September 2015  

Gold Award Winner

Adin ECluster Patching Showdown: Comparing SCVMM and SCCM Patching

Peter Laker: "An excellent and in depth article"

Ed Price: "Wow! Fantastic details!"

Silver Award Winner

Foothill1SCSM Data Warehouse Search Tool

Peter Laker: "Thanks for the contribution Foothill1"

Ed Price: "Good topic. The example is helpful."

Guru Award Transact-SQL Technical Guru - September 2015  

Gold Award Winner

Martin SmithUnpivot vs ApplyManoj Pandey: "Very informative post about usage of UNPIVOT and/vs CROSS APPLY. But you could have given more details on the top of what are you covering in your post."
Durval Ramos: "This is a good article, but need add "References" and "See Also" sections to additional content based on their original idea (post or article)."
Richard Mueller: "Good use of Wiki guidelines. I liked the images. A See Also and Other Resources could be useful."

Guru Award Universal Windows Apps Technical Guru - September 2015  

Gold Award Winner

Rishabh BangaFull Home Automation with Azure & Voice Assistance using Intel Galileo Gen 1 & Windows 10

JH: "What an article! Needs just a little formatting. Love the whole IoT stuff."

Ed Price: "This is truly beautiful! The hardware images are helpful, the UI images are great, and the code is formatted very well! Plus the topic is ambitious and fun!"

Silver Award Winner

Afzaal Ahmad ZeeshanBuilding camera app with library in Windows 10

JH: "Very detailed explanations and a lot of code snippets. A good one."

Ed Price: "I love how this is a specific app type. Very useful for developers!"

Bronze Award Winner

SYED SHANUWindows 10 Universal App Development for Name Puzzle Game

JH: "Fun article. Will try this one myself."

Ed Price: "What a fun game! Fantastic execution on this article! Great job!"

Guru Award Visual Basic Technical Guru - September 2015  

Gold Award Winner

Emiliano MussoBasis of Neural Networks in Visual Basic .NETCarmelo La Monica: "Fantastic!!! Perfect article, great code snippet and theory of Neutral Networks. Congrats!"
Richard Mueller: "Very interesting topic and well researched. Would be great to play with this. Grammar could be improved."
MR: "Great article!"

Silver Award Winner

.paul.CheckBoxColumn Select All DemoMR: "Simple but very effective!"
Carmelo La Monica: "Great topic and useful for to extend function on Datagridview."
Richard Mueller: "A well written article. I would like to see more links to other references."

Guru Award Visual C# Technical Guru - September 2015  

Gold Award Winner

SYED SHANUDataGridView Gantt style chart using C# WinformCarmelo La Monica: "Very interesting topics and very and useful for to extend function on Datagridview. Congrats!"
Jaliya Udagedara: "Explains a solution to a specific problem. Love the fact that sample code is available to download. A bit of formatting is needed in the article."

Silver Award Winner

Ken CenerelliUnderstanding the Visual Studio AssemblyInfo ClassJaliya Udagedara: "Well explained the topic for well formatted. It’s just perfect."
Carmelo La Monica: "Congratulations, article very detailed in all parts, useful for to understand AsssemblyInfo Class, good code snippet and images."

Bronze Award Winner

Gaurav Kumar AroraC#: How to check whether API server is up or downJaliya Udagedara: "Little bit of code formatting and a link to download the sample code will help readers a bit more."
Carmelo La Monica: "Great topics and very useful for to understand if api server in up o down. Congrats!"


Also worth a mention were the other entries this month:

  • MVC Web API And AngularJS: Are You Genius Game bySYED SHANU
    Carmelo La Monica: "Interesting, i don't have experience on Asp.Net, but article very interesting, good image and code snippet."
    Jaliya Udagedara: "Explains a specific application. Love the fact that a lot of images is used and sample code is available to download which helps the readers. A bit of article formatting is needed."
  • Little More Information On Casting and Type Checking in C# byIsham Mohamed
    Jaliya Udagedara: "Explains the topic of the article in detail. If we can have little bit of formatting in the article, then it will be perfect."
    Carmelo La Monica: "Sometime is a problem for casting Object, but with this article we can to understand how to convert correctly an object or variable. Congrats!"
  • ASP.NET MVC HangFire - Execute Jobs in Background using SQLServer by João Sousa
    Jaliya Udagedara: "I would rather change the title of the article to “Configure Hangfire in an ASP.NET MVC Application”, because that is what explained in the article. Good job!"
    Carmelo La Monica: "Great content, and useful image and code snippet. Congratulations!"
  • MVC Web API and Angular JS For Word Puzzle Game bySYED SHANU
    Carmelo La Monica: "Same comment for MVC Web API And AngularJS: Are You Genius Game. Congratulations!"
    Jaliya Udagedara: "Explains a specific application. Love the fact that a lot of images is used and sample code is available to download which helps the readers. A bit of article formatting is needed."

Guru Award Wiki and Portals Technical Guru - September 2015  

Gold Award Winner

Ken CenerelliVisual Studio 2015 PortalDurval Ramos: "A great portal. Very useful !!!"
Richard Mueller: "Outstanding example of usage of Wiki Guidelines. And a great collection of links."

Guru Award Windows PowerShell Technical Guru - September 2015  

Gold Award Winner

Curtis SmithPowerShell: Directing DNS with PowerShellJan Egil Ring: "My favorite this month"
Richard Mueller: "A great article with excellent explanations and good use of Wiki guidelines. Good step by step detail. Some of the topics could go in another article, or you could reference existing references. For example, documentation of string methods and explanation of $_."

Silver Award Winner

Peter Geelen - MSFTPowerShell: Event viewer statisticsRichard Mueller: "Lots of code, but also lots of comments. Good use of Wiki guidelines. Great to give credit. Maybe could use some more discussion."
Jan Egil Ring: "Excellent work!"

Bronze Award Winner

Sravan EatoorPowerShell: Dynamic Form - All In One ToolJan Egil Ring: "Thanks Sravan"
Richard Mueller: "An interesting idea that might prove useful where organizations have collected many scripts."

Guru Award Windows Presentation Foundation (WPF) Technical Guru - September 2015  

Gold Award Winner

Andy ONeillMVVM Step by Step 2LL: "Good article!"
Peter Laker: "Nice work as always Andy!"

Silver Award Winner

Tom MohanHierarchical Binding Using HierarchialDataTemplateLL: "Nice 101"
Peter Laker: "Thank you Tom!"

Guru Award Windows Server Technical Guru - September 2015  

Gold Award Winner

Richard MuellerActive Directory: Allow Linked Multi-Valued Attributes to use LVRMark Parris: "Information to show that just by raising the FFL, there is still more work that may need to happen."
JM: "This is an excellent article, thanks for your continued contributions."

Silver Award Winner

Darshana JayathilakeFile Server Migration ToolkitMark Parris: "Useful information now that Windows 2003 is no longer a supported platform."
JM: "This is a great articled that will help admins migrate WS03 file servers, nice work."

Bronze Award Winner

FZBWSUS: the underlying Connection was closed during Server cleanupMark Parris: "Good tidbit of information around WSUS and the command line."
JM: "This is a very good article that will help admins clean up their WSUS databases"

As mentioned above, runners up and comments were removed from this post, to fit into the forum's 60,000 character limit.

You will find the complete post, comments and feedback on the main announcement post.

Please join the discussion, add a comment, or suggest future categories.

If you have not yet contributed an article for this month, and you think you can write a more useful, clever, or better produced wiki article than the winners above, here's your chance! :D

Best regards,
Pete Laker

More about the TechNet Guru Awards:


#PEJL
Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over toTechNet Wiki, for future generations to benefit from! You'll never get archived again, and you could win weekly awards!

Have you got what it takes o become this month's TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!


compare time in ssis

$
0
0

hi

if we want to compare datetime vs a specific time what should we do?

i.e.   startdatetime                                 specific  time

     2015-10-12 00:03:19:020                16:23:00

i want to compare just time in startdatetime coloum vs a specific time i.e. 16:23 . please help me!


Issue in SQL Agent job

$
0
0

Hi, I have two SSIS packages on Server A. Both have a data source connection

using SQL server authentication and both are working fine in VS and I can test the data source connection using SQL login and password. Package uses protection level :- EncryptSensitive with Password, retain

same connection False-- I have a linked server connection from server A to server B using the

same login as used in the package 1:- First job is running fine through SQL Agent 2:- Second job with second package is giving error " User login failed"

even as when I tried to test connection in the package it is success and no issues. Any suggestions



Script Task

$
0
0

I have installed SQL Server data tool 2012 .. and I have Visual studio 2013 and SQL server 2014.

When I am trying to use script task  and clicking on Edit script . It is doing nothing ...  while as I can see script language as Microsoft Visual C# 2012 instead of 2013 ..


Amit kr mishra, IT Consltant

Help needed with Unpivot task for multiple columns

$
0
0
I have a situation where i need to unpivot multiple columns  using ssis.

The data looks like

Name  Age  products1 products2  orders1 orders2
abc      23    cycle        radio          12         24

as

Name  Age  Products   orders
abc     23      cycle       12
abc    23       radio       24


Is it possible to do this using the unpivot task in ssis
My actual data is  has 18 columns which needed to be unpivoted into one and another 18 into another one.

when using unpivot task it gives an error saying only one pivotvalue key is allowed .

Please send ur suggestions.

Thanks
dev

Reading the variable "User::FileName1" failed with error code 0xC0010009

$
0
0

 

SSIS Package execution fails with following errors

Error: 2008-09-08 09:37:02.49
   Code: 0xC00470EA
   Source: load_data_prod Connection manager "Transfers File"
   Description: Reading the variable "User::FileName1" failed with error code 0xC0010009.
End Error
Error: 2008-09-08 09:37:02.49
   Code: 0xC0017003
   Source: load_data_prod
   Description: The expression "@[User::FileName1]" on property "ConnectionString" cannot be evaluated. Modify the expression to be valid.
End Error


I am running the package from a .BAT file using dtexec command.

Package has 3 datatransfer tasks running simultaneously loading 3 diff flat files into 3 diff DB tables.
The input flat files are mapped to 3 diff variables FileName1,FileName2 and FileName3 resp.
After loading the data I move the file to a diff folder.

 

Re-running the package resolves the problem.

 

Any reasons why this happens and how to fix it?
Thanks in advance.

 

 

Sql Server Datatools - Script commponent - The Binary code for the script is not found

$
0
0

when I drag the Script Conponent to the Dataflow board it gives me the the Message:  The Binary code for the script is not found. please open the script in the Desiner by clicking edit

What binary code am I looking for and what am I supposed to do??

appreciate help 

Dov

Viewing all 24688 articles
Browse latest View live


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