Order Export Utility - Address Purpose Issue

When trying to run Order Export Utility, I'm getting the following error each time:

"Procedure or function "LP_ORDER_EXPORT" expects parameter '@mail_purpose', which was not supplied."

I get this same error whether I specify an Address Purpose or whether I leave it set to [none].

Everything seems to be set up correctly with the parameters.

Any idea what could cause this error?

Thanks,

Shelly Binkley

Business Systems Analyst

Kennedy Center

Parents
  • (I'm probably telling you stuff you know so ignore me if not relevant)

    LP_ORDER_EXPORT is the custom procedure stuff before you get to the TP_ORDER_EXPORT so might be a bit of a personal thing.

    eg: we add info into TW_ORDER_IMPORT local_use0 and local_use0 fields to indicate that the person is Yes or no to mail or email.

    You may need to have a look in LP_ORDER_EXPORT and set a default in there.

Reply
  • (I'm probably telling you stuff you know so ignore me if not relevant)

    LP_ORDER_EXPORT is the custom procedure stuff before you get to the TP_ORDER_EXPORT so might be a bit of a personal thing.

    eg: we add info into TW_ORDER_IMPORT local_use0 and local_use0 fields to indicate that the person is Yes or no to mail or email.

    You may need to have a look in LP_ORDER_EXPORT and set a default in there.

Children