Link to home
Start Free TrialLog in
Avatar of angel7170
angel7170Flag for United States of America

asked on

SQL Server Management Data Warehouse.

In out environment we have five jobs that runs every 15 min to upload connected data and  one of the job 'collection_set_3_upload' is failing since we failover mirrored databse to another server. The reason behind job failure is that the database being in recovery mode and the process could not access the database to collect data to upload.

1. Collection_set_1_noncached_collect_and_upload
2. Collection_set_2_collection
3. Collection_set_2_upload
4. Collection_set_3_collection
5. Collection_set_3_upload

Can someone explain me exactly what is the main purpose of these jobs? How would I troubleshoot the job to stop failing?


Error Message:
Executed as user: DS\S-SQLService. SSIS error. Component name: DFT - Find and save plan text, Code: -1071636471, Subcomponent: LKUP - Look up query plans on target server [1283], Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E14.   An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"  Hresult: 0x80040E14  Description: "The database "Cat" cannot be opened. It is acting as a mirror database.".   .  SSIS error. Component name: DFT - Find and save plan text, Code: -1071611309, Subcomponent: LKUP - Look up query plans on target server [1283], Description: OLE DB error occurred while fetching parameterized rowset. Check SQLCommand and SqlCommandParam properties.   .  SSIS error. Component name: DFT - Find and save plan text, Code: -1073450974, Subcomponent: SSIS.Pipeline, Description: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "LKUP - Look up query plans on target server" (1283) failed with error code 0xC0208253 while processing input "Lookup Input" (1284). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information about the failure.   .The master package exited with error, previous error messages should explain the cause.  Process Exit Code 5.  The step failed.
ASKER CERTIFIED SOLUTION
Avatar of Jason Yousef
Jason Yousef
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial