How can I enable the integration between SmarterTrack and Easy Projects .NET? How it works?

Integration with Easy Projects .NET allows you to convert tickets from SmarterTrack into new Tasks, Issues or Requests within Easy Projects .NET.

Once you enabled the integration the "Import from SmarterTrack" button appears on the "Activities" page.

By clicking on that button you can enter a ticket number from ST and its contents will be copied into EP (i.e. a new activity will be created).


The supported versions are:

SmarterTrack 3.5 or later

Easy Projects .NET 6.0 or later


To enable the integration you need to make some changes in the EP configuration file.

1. Open the Web.Config file (located in the EP root folder e.g. c:\inetpub\wwwroot\EasyProjects ) in Notepad.

2. Find the following sections and uncomment them (i.e. delete the parts marked red bold):

2.1.
<!-- FOR SMARTER TICKET INTEGRATION -->
              <!--<binding name="svcTicketsSoap" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="6553600" maxBufferPoolSize="524288" maxReceivedMessageSize="6553600" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
                  <readerQuotas maxDepth="32" maxStringContentLength="819200" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
                  <security mode="None">
                      <transport clientCredentialType="None" proxyCredentialType="None" realm=""/>
                      <message clientCredentialType="UserName" algorithmSuite="Default"/>
                  </security>
              </binding>-->

2.2.
<!-- FOR SMARTER TICKET INTEGRATION -->
      <!--<endpoint name="svcTicketsSoap"
                    binding="basicHttpBinding"
                    bindingConfiguration="svcTicketsSoap"
                    contract="Tickets.svcTicketsSoap" />-->



The last step is to enable the integration option on the EP.NET Settings page.
In order to do this login as EP administrator, open a user menu then Settings - General - Advanced Settings (in older EP versions: Options - Advanced Settings) and tick the "Enable SmarterTrack integration" checkbox.

Fill in the fields and click on the "Test SmarterTrack settings" button.

If the test passed OK click on the "Apply" button to save settings.


You can find more details in the online help at
http://www.easyprojects.net/easyprojects.net/help/smatertrack_integration.htm

Article ID: 83, Created On: 1/5/2009, Modified: 1/24/2012