SSIS packages

  • Hi

    Iam running SSIS packages and scheduled it for 30minutes in sqlagent.Iam running nearly 10packages for every 30minutes.The problem is sqlagent history shwoing us package secceeded,but there at some interval of time

    data is not transferred.The source database is cache database from intersystems it is having the data.As well as we set the Logging,there are no errors in the log files.Please advice us what to do..

    Regards

    Srinivas

  • I am assuming the package(s) have enough time to run between each schedule and you have logs showing it has executed when expected each time.

    if processing no data should never happen i would modify the package to notify you or log when it runs and there is no data to process.

    Also if this is occurring regular maybe running it manually (if this is possible) for a few hours to monitor what happens may help highlight the cause of the issue.

  • Hi

    Sorry for the late reply.I have multiple jobs schedulers which will all the schedulers for every 15minutes,so that data will be transferred from cache database to sql db.The query for returning the data is

    select * from applicationstat where "timestamp" > dateadd(minutes, -15 ,getdate()) and "timestamp"< getdate()

    So it is going to retrieve last 15minutes data.So all the schedulers are running to retrieve each table from the same cache database.Now the problem is sometimes data is missing even the schedulers are showing success status in schedulers history.So iam checking that source database table is having the data because there is an option in SSIS oledb destination control having preview option,when ever i clicked on it,we can ablse to see the data.Even I set the logging there is no error in log files.Please tell me what i hv to check now.

    Regards

    Srinivas

  • hows the source populated. maybe is it being populated when your trying to extract it and its not been posted yet?

  • There is a datasource to connect source database.And in oledb destination control in SSIS having the option preview,once it is clicked we will get top 200

    rows ,will come to know whether data is dumping or not.So when i clicked it is showing the data.But once it scheduled at some interval of time data is not transferring but schedulers showing success status.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply