So your workflow emails used to send but suddenly it stopped.
Reason - Windows password saved on the worflow maintenance window is invalid. Now the system will not tell you this.
All you need to do is go to Admin - Setup - System - Worflow and update the password of the account saved there. Send your test mail and you shall receive it now.
Voila!
I am a Dynamics GP Consultant with over 14 years Implementation Experience. This is my memory. Everything I learn from my everyday interactions with Dynamics will be posted here as my lesson learnt. My contribution to the world!
Wednesday, 20 July 2016
Thursday, 14 July 2016
Capture Login Issues
Ok so you run the capture login script and then get the below message.
supplied parameter sid is in use
you then try to remove the sid from the syslogins table but you get some message related to 'adhoc' something is not allowed.
then you try to create the record manually and get 'the server principal already exists'
How to fix run the below and replace name with the name of the record you have the issue with. You should be fine now.
EXEC sp_droplogin 'namehere'
supplied parameter sid is in use
you then try to remove the sid from the syslogins table but you get some message related to 'adhoc' something is not allowed.
then you try to create the record manually and get 'the server principal already exists'
How to fix run the below and replace name with the name of the record you have the issue with. You should be fine now.
EXEC sp_droplogin 'namehere'
Subscribe to:
Posts (Atom)