How can we help you today? How can we help you today?
kimpenhaus
Hi Brian, not sure but I think you are absolutly right - there is not direct access to the database. I searched a little while yesterday in the evening and on the SDK wiki-link (http://sdk.red-gate.com/index.php/SmartAssembly_SDK) you posted on the other thread (http://www.red-gate.com/MessageBoard/viewtopic.php?t=12825) there is the downloadable pdf document: http://sdk.red-gate.com/uploads/7/7c/HowToSetupCustomWebServer.zip. As I read it again I stumbled upon following: RunOnException: (Optional). An application file name. This application will be launched each time the server receives an exception report. It can be used to send an email, update a database, etc… I think this is the clue to get it working - it's a standalone process which will be triggered after the receiving of a report which has to put it into database. Right? This leads me to my next question ;-) In the document it says: Edit the “{smartassembly}.WebServer.Settings.xml†file to configure your Custom Web Server: <SmartAssembly.WebServer.Settings> <ServerURL>http://www.myWebServer.com/{sa}WebServices/</ServerURL&gt; <SecuredURL>https://www.myWebServer.com/{sa}WebServices/</SecuredURL&gt; <RunOnException>c:\MyCustomWebServer\SendEmail.exe</RunOnException> <Debug>0</Debug> </SmartAssembly.WebServer.Settings> Where do I find this file? And does the decoupled process gets any start-parameter? Kind regards, Marcus. / comments
Hi Brian, not sure but I think you are absolutly right - there is not direct access to the database. I searched a little while yesterday in the evening and on the SDK wiki-link (http://sdk.red-gate...
0 votes
Hey Alex, hey Brian, thanks for the code - especially Alex for the existing code as JIRA adapter. Guess that will help me much out [image] I will let you know! Kind regards, Marcus. / comments
Hey Alex, hey Brian, thanks for the code - especially Alex for the existing code as JIRA adapter. Guess that will help me much out I will let you know! Kind regards, Marcus.
0 votes