<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.rws.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>How to report about issues</title><link>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/6094/how-to-report-about-issues</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>How to report about issues</title><link>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/6094/how-to-report-about-issues</link><pubDate>Fri, 29 Jul 2022 06:19:47 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b40353bd-729d-4206-bfe8-b7e1af61c3c6</guid><dc:creator>Eugene Kuchynski</dc:creator><comments>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/6094/how-to-report-about-issues#comments</comments><description>Current Revision posted to Wiki by Eugene Kuchynski on 7/29/2022 6:19:47 AM&lt;br /&gt;
&lt;p&gt;When an error occurs in the application, you see UI like this:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/900x600/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1643703470722v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;This means that unhandled exception happened, and application can&amp;#39;t continue to execute. To restore functionality, just press F5 to reload current page.&lt;/p&gt;
&lt;p&gt;When such situation occurs, the following happens:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;TBM sends exception data to our internal logging service. Data being sent contain:
&lt;ul&gt;
&lt;li&gt;error message text (for example: &amp;#39;Attempt to divide by zero&amp;#39;);&lt;/li&gt;
&lt;li&gt;code stack trace (lines of code resulted in an exception);&lt;/li&gt;
&lt;li&gt;application version number;&lt;/li&gt;
&lt;li&gt;user name provided in the application settings - this is the &lt;strong&gt;only&lt;/strong&gt; personal information included in the generated exception data.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;TBM adds exception information to the applog.log file, which can be found in the application installation folder (for Essential version, the path is &lt;strong&gt;[InstallFolder]\&lt;/strong&gt;&lt;span&gt;&lt;strong&gt;resources\bin&lt;/strong&gt;)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can help us to faster determine an issue by doing the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Press F12 to open browser console.&lt;/li&gt;
&lt;li&gt;Switch to the Console tab.&lt;/li&gt;
&lt;li&gt;Copy error message, starting from beginning (sometimes error message could be long, but the most important part is always &lt;strong&gt;at top&lt;/strong&gt;). Like this:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/900x600/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1643703822487v2.png" /&gt;&lt;/li&gt;
&lt;li&gt;Find log file (&lt;strong&gt;applog.log&lt;/strong&gt; file in the installation folder). You can quickly get zipped log file by clicking&amp;nbsp;&lt;strong&gt;Submit idea/bug&lt;/strong&gt;&lt;span&gt;&amp;nbsp;button (&lt;/span&gt;&lt;img alt=" " height="18" src="/resized-image/__size/900x600/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1643703874341v3.png" width="21" /&gt;&lt;span&gt;) on the application toolbar.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Report about an error via &lt;a href="/product-groups/trados-portfolio/business-manager/f" rel="noopener noreferrer" target="_blank"&gt;community forums&lt;/a&gt; or by clicking &lt;strong&gt;Submit idea/bug&lt;/strong&gt; button (&lt;img alt=" " height="18" src="/resized-image/__size/900x600/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1643703874341v3.png" width="21" /&gt;) on the application toolbar. You can attach your log file or screenshot of the &lt;strong&gt;Console&lt;/strong&gt; window.&lt;/li&gt;
&lt;li&gt;When describing your issue, please try to be as more detailed as possible. Inform us about current version you&amp;#39;re using, attach log file and necessary screenshots, try to precisely describe all the steps required to reproduce your issue - all this data provided in initial message will speed-up resolution process of your issue.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>How to report about issues</title><link>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/6094/how-to-report-about-issues/revision/2</link><pubDate>Fri, 29 Jul 2022 06:17:26 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b40353bd-729d-4206-bfe8-b7e1af61c3c6</guid><dc:creator>Eugene Kuchynski</dc:creator><comments>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/6094/how-to-report-about-issues#comments</comments><description>Revision 2 posted to Wiki by Eugene Kuchynski on 7/29/2022 6:17:26 AM&lt;br /&gt;
&lt;p&gt;When an error occurs in the application, you see UI like this:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/900x600/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1643703470722v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;This means that unhandled exception happened, and application can&amp;#39;t continue to execute. To restore functionality, just press F5 to reload current page.&lt;/p&gt;
&lt;p&gt;When such situation occurs, the following happens:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;TBM sends exception data to our internal logging service. Data being sent contain:
&lt;ul&gt;
&lt;li&gt;error message text (for example: &amp;#39;Attempt to divide by zero&amp;#39;);&lt;/li&gt;
&lt;li&gt;code stack trace (lines of code resulted in an exception);&lt;/li&gt;
&lt;li&gt;application version number;&lt;/li&gt;
&lt;li&gt;user name provided in the application settings - this is the &lt;strong&gt;only&lt;/strong&gt; personal information included in the generated exception data.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;TBM adds exception information to the applog.log file, which can be found in the application installation folder (for Essential version, the path is &lt;strong&gt;[InstallFolder]\&lt;/strong&gt;&lt;span&gt;&lt;strong&gt;resources\bin&lt;/strong&gt;)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can help us to faster determine an issue by doing the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Press F12 to open browser console.&lt;/li&gt;
&lt;li&gt;Switch to the Console tab.&lt;/li&gt;
&lt;li&gt;Copy error message, starting from beginning (sometimes error message could be long, but the most important part is always &lt;strong&gt;at top&lt;/strong&gt;). Like this:&lt;br /&gt;&lt;img alt=" " src="/resized-image/__size/900x600/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1643703822487v2.png" /&gt;&lt;/li&gt;
&lt;li&gt;Find log file (&lt;strong&gt;applog.log&lt;/strong&gt; file in the installation folder). You can quickly get zipped log file by clicking&amp;nbsp;&lt;strong&gt;Submit idea/bug&lt;/strong&gt;&lt;span&gt;&amp;nbsp;button (&lt;/span&gt;&lt;img alt=" " height="18" src="/resized-image/__size/900x600/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1643703874341v3.png" width="21" /&gt;&lt;span&gt;) on the application toolbar.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Report about an error via &lt;a href="/product-groups/trados-portfolio/business-manager/f" rel="noopener noreferrer" target="_blank"&gt;community forums&lt;/a&gt; or by clicking &lt;strong&gt;Submit idea/bug&lt;/strong&gt; button (&lt;img alt=" " height="18" src="/resized-image/__size/900x600/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1643703874341v3.png" width="21" /&gt;) on the application toolbar. You can attach your log file or screenshot of the &lt;strong&gt;Console&lt;/strong&gt; window.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>How to report about issues</title><link>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/6094/how-to-report-about-issues/revision/1</link><pubDate>Tue, 01 Feb 2022 08:25:14 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:b40353bd-729d-4206-bfe8-b7e1af61c3c6</guid><dc:creator>Eugene Kuchynski</dc:creator><comments>https://community.rws.com/product-groups/trados-portfolio/business-manager/w/wiki/6094/how-to-report-about-issues#comments</comments><description>Revision 1 posted to Wiki by Eugene Kuchynski on 2/1/2022 8:25:14 AM&lt;br /&gt;
&lt;p&gt;When an error occurs in the application, you see UI like this:&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/900x600/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1643703470722v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;This means that unhandled exception happened, and application can&amp;#39;t continue to execute. To restore functionality, just press F5 to reload current page.&lt;/p&gt;
&lt;p&gt;When such situation occurs, the following happens:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;TBM sends exception data to our internal logging service. Data being sent contain:
&lt;ul&gt;
&lt;li&gt;error message text (for example: &amp;#39;Attempt to divide by zero&amp;#39;);&lt;/li&gt;
&lt;li&gt;code stack trace (lines of code resulted in an exception);&lt;/li&gt;
&lt;li&gt;application version number;&lt;/li&gt;
&lt;li&gt;user name provided in the application settings - this is the &lt;strong&gt;only&lt;/strong&gt; personal information included in the generated exception data.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;TBM adds exception information to the applog.log file, which can be found in the application installation folder (for Essential version, the path is &lt;strong&gt;[InstallFolder]\&lt;/strong&gt;&lt;span&gt;&lt;strong&gt;resources\bin&lt;/strong&gt;)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can help us to faster determine an issue by doing the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Press F12 to open browser console.&lt;/li&gt;
&lt;li&gt;Switch to the Console tab.&lt;/li&gt;
&lt;li&gt;Copy error message, starting from beginning (sometimes error message could be long, but the most important part is always &lt;strong&gt;at top&lt;/strong&gt;). Like this:&lt;br /&gt;&lt;img src="/resized-image/__size/900x600/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1643703822487v2.png" alt=" " /&gt;&lt;/li&gt;
&lt;li&gt;Report about an error via &lt;a href="/product-groups/trados-portfolio/business-manager/f" rel="noopener noreferrer" target="_blank"&gt;community forums&lt;/a&gt; or by clicking &lt;strong&gt;Submit idea/bug&lt;/strong&gt; button (&lt;img height="18" src="/resized-image/__size/900x600/__key/communityserver-wikis-components-files/00-00-00-02-93/pastedimage1643703874341v3.png" width="21" alt=" " /&gt;) on the application toolbar. You can attach your log file or screenshot of the &lt;strong&gt;Console&lt;/strong&gt; window.&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="left:362px;position:absolute;top:876px;" id="gtx-trans"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>