Try manually triggering the events in your code instead of using the export.
-- replace
call(getResourceFromName("business"), "outputMessage", source, "the message bla bla bla...", 0, 245, 33)
-- with
triggerClientEvent(source, "business.dxOutputMessage", source, "the message bla bla bla...", 0, 245, 33)