- In CranSoft, go to BDCPlus/Configuration/Parameters.
- Expand the Advanced Tab.
- Verify that the Trace Level is set to Debug. (If not, in edit view, change it to Debug)
- Truncate the Log using the Truncate Log Button.
(In earlier versions of BDCPlus, there wasn't a "Truncate Application Log" button. In those cases, please go into SSMS. In the BDCPlus database, run the following SQL: TRUNCATE TABLE applicationlog) - Run the Post again.
- Go into the BDCPlus database and run the following query and upload the results.
SELECT * FROM bdcplus.dbo.ApplicationLog ORDER BY id DESC