Third Party Billing Error: Submitter or Recipient ID Truncated

Modified on Thu, 16 Jun 2016 16:50 by Kevin Ricciardo — Categorized as: Uncategorized

When activating Third Party Billing settings for a provider or ADAP domain, entering too many characters for the submitter or recipient ID can cause this error to occur:

String or binary data would be truncated. The statement has been terminated. UPDATE cw_billing_domain_settings SET bll_dmn_st_active = @bll_dmn_st_active , bll_dmn_st_calc_units = @bll_dmn_st_calc_units , bll_dmn_st_submitter_id = @bll_dmn_st_submitter_id , bll_dmn_st_recipient_id = @bll_dmn_st_recipient_id , bll_dmn_st_include_contract_info = @bll_dmn_st_include_contract_info WHERE bll_dmn_st_pk = @wbll_dmn_st_pk

The Submitter ID can be no more than nine characters. The Recipient ID can be no more than 15 characters.

Image

Back to Third Party Billing