Import Excel to Database now writing to Database

Good Evening Great People,

I keep having a problem with the Import Excel to Database Plug-in Smart Service. I import the Data, the are no errors on all the notes, however the information is not written to database.

The first time, I encountered the problem, I just deleted the plug-in and re-deployed it and it worked.

The second time I encountered the problem, I reverified the Entity mappings on my Datastore.

Then the third time, I resolved it by removing the delete 

Today, I encounter a similar problem and I have tried the previous tricks non of them work. What are the possible reasons that this plug-in could fail to write to DB even though there are no process note errors

Your assistance would be highly appreciated thank you

  Discussion posts and replies are publicly visible

Parents
  • Issues like this are why I always recommend to use the fn!readexcelsheetpaging() function within the Excel tools plugin, instead of the direct Excel to DB service.  In an expression rule you can use the function to read the spreadsheet, save data into your CDT (and perform any manipulations needed), then use the OOTB Write to Datastore Entity node to persist the CDT to the DB.  That is much more flexible, and you can debug much more easily as you go.

    Otherwise you may have better success posting in the Excel Tools plugin thread itself.

Reply
  • Issues like this are why I always recommend to use the fn!readexcelsheetpaging() function within the Excel tools plugin, instead of the direct Excel to DB service.  In an expression rule you can use the function to read the spreadsheet, save data into your CDT (and perform any manipulations needed), then use the OOTB Write to Datastore Entity node to persist the CDT to the DB.  That is much more flexible, and you can debug much more easily as you go.

    Otherwise you may have better success posting in the Excel Tools plugin thread itself.

Children