SSIS error

Question : SSIS error

Hi,

I have a SSIS package, inside of that, I call another package, if I run it separately, it is fine, but if I ran it together, I am getting error…please help..thx

SSIS package “Import_Comments.dtsx” starting.
Information: 0x4004300A at Copy to MyComments, SSIS.Pipeline: Validation phase is beginning.
Information: 0x4004300A at Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
Information: 0x4001100A at Import_Comments: Starting distributed transaction for this container.
Executing ExecutePackageTask: M:SSISImport_Comments_Source.dtsx
Information: 0x4004300A at Copy Data from MyComments to  My_DB   dbo   Comments_Source  Task, SSIS.Pipeline: Validation phase is beginning.
Information: 0x4004300A at Copy Data from MyComments to  My_DB   dbo   Comments_Source  Task, SSIS.Pipeline: Validation phase is beginning.
Information: 0x4004300A at Copy Data from MyComments to  My_DB   dbo   Comments_Source  Task, SSIS.Pipeline: Validation phase is beginning.
Warning: 0x80049304 at Copy Data from MyComments to  My_DB   dbo   Comments_Source  Task, SSIS.Pipeline: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available.  To resolve, run this package as an administrator, or on the system’s console.
Information: 0x40043006 at Copy Data from MyComments to  My_DB   dbo   Comments_Source  Task, SSIS.Pipeline: Prepare for Execute phase is beginning.
Error: 0xC0014034 at Import_Comments_Source, Connection manager “SQL_MAPPING”: The connection does not support enlisting in distributed transaction.
Error: 0xC0202009 at Import_Comments_Source, Connection manager “SQL_MAPPING”: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x8000FFFF.
Error: 0xC020801C at Copy Data from MyComments to  My_DB   dbo   Comments_Source  Task, OLE DB Source [1]: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER.  The AcquireConnection method call to the connection manager “SQL_MAPPING” failed with error code 0xC0202009.  There may be error messages posted before this with more information on why the AcquireConnection method call failed.
Error: 0xC004701A at Copy Data from MyComments to  My_DB   dbo   Comments_Source  Task, SSIS.Pipeline: component “OLE DB Source” (1) failed the pre-execute phase and returned error code 0xC020801C.
Information: 0x4004300B at Copy Data from MyComments to  My_DB   dbo   Comments_Source  Task, SSIS.Pipeline: “component “OLE DB Destination” (19)” wrote 0 rows.
Information: 0x40043009 at Copy Data from MyComments to  My_DB   dbo   Comments_Source  Task, SSIS.Pipeline: Cleanup phase is beginning.
Task failed: Copy Data from MyComments to  My_DB   dbo   Comments_Source  Task
Information: 0x4001100C at Copy Data from MyComments to  My_DB   dbo   Comments_Source  Task: Aborting the current distributed transaction.
Warning: 0x80019002 at Import_Comments_Source: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Information: 0x4001100C at Import_Comments_Source: Aborting the current distributed transaction.
Task failed: Execute Package Task
Information: 0x4001100C at Execute Package Task: Aborting the current distributed transaction.
Warning: 0x80019002 at Import_Comments: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (4) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Information: 0x4001100C at Import_Comments: Aborting the current distributed transaction.
SSIS package “Import_Comments.dtsx” finished: Failure.
The program ‘[4896] Import_Comments.dtsx: DTS’ has exited with code 0 (0x0).


 

Solution: SSIS error

open your package in BIDS
click on an empty area in control flow
and go to property window of BIDS
you can find DelayValidation property there. set it to true for both packages
and let me know the result