
Hello,
Ran into this issue setting up eConnect, using the Requester setup tool. Tried marking INSERT_ENABLED for a few sales transaction types and keep receiving this error; see picture below.
"Procedure eConnectOutTriggers has no parameters and arguments were supplied. The statement has been terminated."
I tried running Database Maintenance and reloaded stored procedures, triggers, etc.
Any Ideas, would be greatly appreciated!
*This post is locked for comments
I have the same question (0)What does the stored proc look like on your system? Try running the following SQL Statement in your company db.
sp_help eConnectOutTriggers
It should show 7 parameters. If it doesn't you have a problem with that stored proc and you maybe want to manually drop it and recreate it through database maintenance. I know you said you already did that, but check to see what it looks like.