Custom Report(Infomaker) issue

HI,

I have been trying to fix a problem which is due to incompatibility between a customized report New contribution and ft_get_address sql function. This function has changed in v12 and has a new parameter @allow_multiple_contact_points. I have changed the report setup to accomodate the new parameter:  List Filter Acts Upon

But still I am getting error related to ft_get_address:

An insufficient number of arguments were supplied for the procedure or function ft_get_address

Does anyone where can we see this function is being called from and fix the problem.

Regards,

Renu.

 



[edited by: Renu Singh at 7:37 PM (GMT -6) on 12 Mar 2014]
Parents
  • Hi Renu,

    I just hit that issue.  I'm pretty sure there are ways within T-SQL to discover dependencies, but I've never had much luck with them, so I created my on SP to methodically dig through objects in the database looking for any textual reference to the object I'm looking for.  I could post it here, perhaps, or maybe someone can post a way to use internal procedures.

    --Gawain

Reply
  • Hi Renu,

    I just hit that issue.  I'm pretty sure there are ways within T-SQL to discover dependencies, but I've never had much luck with them, so I created my on SP to methodically dig through objects in the database looking for any textual reference to the object I'm looking for.  I could post it here, perhaps, or maybe someone can post a way to use internal procedures.

    --Gawain

Children
No Data