Object Reference Not Set to an Instance of an Object
This error commonly results from the environment or other data request elements not being found in the IBFA instance that is being queried.
SUBMITTED
<ibdoc>
<datarequest project_id="1" env_def="Production">
<program parent_id="8647" id="5" ver="1" datemask='mm/dd/yyyy'>
<m i="4" r="1" n="BI Territory Factor" product_id="101"/>
<m i="4" r="1" p="5" c="2" n="PD Territory Code" product_id="101">
<q i="1" t="0" v="8" o="="/>
<q i="1" t="0" v="11" o="="/>
</m>
</program>
</datarequest>
</ibdoc>
RETURNED
<error>System.NullReferenceException: Object reference not set to an instance of an object.
</error>
In this example a request was made against the auto line in the “Production” environment for subscriber 8647. When the query was made, the environment requested and the subscriber both could not be found. To correct the error in this example, verify that the package has been loaded to the proper environment and that the correct subscriber and project or product was used.