Question : Campaign Distribution

When I create a campaign, add activities and distribute to a targeted market list, the activities do not appear under the accounts in the marketing list.

If I look at System Jobs, it says the distribution process is "Waiting" and it stays that way.

The user has admin rights and I have restarted the Asychronous services, Any other things I can try?

Thanks

Answer : Campaign Distribution

The line number refers to the line number inside the mail stored procedure - not your stored procedure....


It does sound like you have a NULL value in there somewhere.

Would suggest you should encapsulate all your set @stuff = (select ... )  in a isnull type test e.g.  set @stuff = isnull( (select ...), '')

Or, if NULL values are meant to be impossible, then you might like to check those tables for NULL values.

Random Solutions  
 
programming4us programming4us