Hi there,
Adding an adapter to an integration job breaks that job with an exception.
Steps:
1. Open integration job
2. Click Add Adapter
3. Type a name and choose ConcatanateFieldsAdapter [sic]
4. Click Save and Close
5. Click Save and Close again
6. Click on the job name
Expected results:
The job opens
Actual results
Error:
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
|
I noticed that after saving I have now two nested sources. Could that be it?
<CreateMappingAtRuntime>False</CreateMappingAtRuntime>
<source type="Dynamicweb.DataIntegration.Integration.Adapters.ConcatanateFieldsAdapter" name="Test">
<source type="Dynamicweb.DataIntegration.Providers.DynamicwebProvider.DynamicwebProvider">
<RemoveMissingAfterImport>False</RemoveMissingAfterImport>
Or is that adapter that ships in the box demo ware only?
Imar