Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | kond.mohanPosting Yak  Master
 
 
                                        213 Posts | 
                                            
                                            |  Posted - 2014-02-25 : 07:56:45 
 |  
                                            | Hi Alli have Created SSISpkg(inSql 2012)for loading the Data from Sql source to Sql server Destination.manually pkg getting executed Successfully.while Executing the pkg from Sql Agent we are getting below ErrorCould not load package "d:pkg.dtsx" because of error 0x80040154.  Description: The object does not support type information. This occurs when the runtime attempts to get the type information from an object to populate the Properties collection.  The object must support type information. |  |  
                                    | sz1Aged Yak Warrior
 
 
                                    555 Posts | 
                                        
                                          |  Posted - 2014-03-24 : 12:32:41 
 |  
                                          | So it works fine from SSIS...what version of SSIS are you using and what version of SQL Server are you trying to automate the job for the package?Is the SSIS package trying to call an object where permissions is a problem? Did you add a DB credential...to add an Operator to run the SSIS job.If you will it you can achieve it!! |  
                                          |  |  |  
                                |  |  |  |