Comments
Sort by recent activity
Same here - not that I wish to use a link (in anchor form) for generated *.chm files but I'd like to have rule for creating links inside documentation (wiki-like) where I can reference different tables / columns from within my documentation of specific objects. / comments
Same here - not that I wish to use a link (in anchor form) for generated *.chm files but I'd like to have rule for creating links inside documentation (wiki-like) where I can reference different ta...
We went away from using Ninject.Xml Extension and are using now small binding modules. This is of course more secure (and fits {sa} needs while depenedencies are now linked in) but at cost of flexibility.
This is in case of that our production system, q&a system and development system use different adapter for binding against an archive system - so we need do deploy different builds to different systems, which is meant to make mistakes...as murphy will say. / comments
We went away from using Ninject.Xml Extension and are using now small binding modules. This is of course more secure (and fits {sa} needs while depenedencies are now linked in) but at cost of flexi...
uhh - this feels like a slap in the face ;-)
In my humble opinion you loose a lot of functionality while decoupling the webservice from it's "backoffice" processes. If you guys really intend to make the sync tool public I bet it would be better to give more possibilities on the web-service side because you have a bidirectional communication port opened to the customers in that case. I think I can construct a dozen use-cases where instant feedback can be useful. You a simple scenario: The customer ran into an exception caused by bug which is already fixed and ready to ship. While giving him the ticket id from the bugtracker it's an absolute transparent process for him and he can see when the milestone containing the fix is being shipped.
Is there some point where I can vote for such a functionality (or isn't this out of scope for what is meant to be done by SmartAssembly)? I know it's not just Automated Error Reporting but goes a bit far more in starting an Error Processing Workflow from within a client.
Anyway thank's for your help - I appreciate much!! I need to think a little while about what my use-case is and if it is even implementable with the SDK.
Kind regards,
Marcus. / comments
uhh - this feels like a slap in the face ;-)
In my humble opinion you loose a lot of functionality while decoupling the webservice from it's "backoffice" processes. If you guys really intend to mak...
Hey Brian,
thanks - but I knew that already [image] and as I said the database is already up, running and filled with a catalog named SmartAssembly.
The problem I am facing is - how will the web service know which database to use, what are the credentials etc. I can't believe that this is told by smartassembly application. I guess it has to be somewhere in the web.config maybe as subnode of the connectionstrings? / comments
Hey Brian,
thanks - but I knew that already and as I said the database is already up, running and filled with a catalog named SmartAssembly.
The problem I am facing is - how will the web service k...
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>
<SecuredURL>https://www.myWebServer.com/{sa}WebServices/</SecuredURL>
<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...
Hey Brian,
yeah - I've done that and in deed SmartAssembly created the database - but I assume that I have to tell the custom webservice at least the connection string to the database... as I am not using standard instance name.
Thx,
Marcus. / comments
Hey Brian,
yeah - I've done that and in deed SmartAssembly created the database - but I assume that I have to tell the custom webservice at least the connection string to the database... as I am no...
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.
Hey Brian,
thanks for your feedback - will checkout the wiki [image]
I' m not sure what you mean with "that downloads error reports" - I thought that the AER sends active to an web-service.
My first thought was to use SaveReport instead of SendReport and send it to a custom non-sa webservice - which will query the bugtracker and in case of inserting a new ticket it stores the report in a shared folder from which sa could receive it (probably to deobfuscate the stack-trace e.g.)
Or am I able to customize the custom sa webservice more that just self-host it? That's what I understood in download the complete custom web-service from sa-site.
Thanks for your patience.
Greetings,
Marcus / comments
Hey Brian,
thanks for your feedback - will checkout the wiki
I' m not sure what you mean with "that downloads error reports" - I thought that the AER sends active to an web-service.
My first thoug...