Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

My technology blog on SQL Server, TSQL, XML, FILESTREAM and other areas of SQL Server.
Browse by Tags · View All
XML 112
TSQL 69
XQuery 69
XQuery Functions 67
XQuery Training 65
XQuery in TSQL 64
XQuery Tutorial 63
SQL Server XQuery 63
XQuery-Labs 57
BRH 38

Archive · View All
September 2008 32
August 2008 30
July 2008 21
August 2009 19
June 2009 19
May 2010 18
January 2009 15
January 2010 14
October 2008 14
June 2008 13

SSIS File not found issue

Jul 18 2012 12:00AM by vipinjha123   

Dear Sir, I am very much new to SSIS. I have created a package , there around 70 connections is there daily i have to load 70 excel sheet , every sheet have diffrent structure. after loading all the fileare are deleted using script task, my conecrn is , if tomarrow some connection will not get file then is my package will fail , which i dont want and another thing is that to maintening 70 connection configuration files is a good idea

Regards, Vipin jha


vipinjha123
340 · 0% · 120
0
Liked



Submit

6  Comments  

  • @Vipin,

    May be you should have a step before each import task that checks for the existence of the file. This will enable you to conditionally skip the task/step if the file does not exist.

    Another option is to use a for each file loop which runs over the files and process each file. However, you need to then do some conditional code based on the file you find each iteration of the loop.

    commented on Jul 18 2012 7:07AM
    Jacob Sebastian
    1 · 100% · 32002
  • my process is

    1. Loding data from excel file
    2. inserting into sql table
    3. deleting that file

    where to define checks for the existence of the file have you posted any where on your blog ?

    Regards, Vipin jha

    commented on Jul 18 2012 11:24AM
    vipinjha123
    340 · 0% · 120
  • Vipin,

    I just wrote a post which explains this. You can see it here.

    commented on Jul 18 2012 7:59PM
    Jacob Sebastian
    1 · 100% · 32002
  • sir thankx for your post , I used the same step in my package but when file is present package is running but when file is not present I am getting the error. and second thing in my package I am having more than 70 excel file connection so do I need to create 70 diffrent script task to validate each file.

    Regards, Vipin jha

    commented on Jul 19 2012 12:54AM
    vipinjha123
    340 · 0% · 120
  • for a high volume of files like you just mentioned, a for each loop may be more beneficial. So you can iterate over each file in the directory and process each one of them. This can also become a bit tricky if each file has a different structure and needs to be parsed differently.

    commented on Jul 19 2012 1:00AM
    Jacob Sebastian
    1 · 100% · 32002
  • ya same happening with me, all the 70 file having diffrent meta data so i have to load and use diffrent connection for each file can i used event handlers in this case if yes please suggest

    thankx and regards, Vipin

    commented on Jul 19 2012 1:09AM
    vipinjha123
    340 · 0% · 120

Your Comment


Sign Up or Login to post a comment.

    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]