Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

Below you will find the most common causes of issues with project activation in XTM UI.


Issue description & Solution

There is a timeout in the browser

Activation of bulky projects can take a while and usually can result in timeouts in the browser.

Solution: Usually, a few clicks on the Wait button results in an already activated project. In some cases, the Wait button produces no visual results, however, the process is initiated in the background and is over after some time; if you access the UI after a couple of minutes, the project is active. 

IMPORTANT! 

Please, refrain from clicking the Activate button too many times, as this will cause permanent issues for a given project.

API users: please, utilize the updateProjectActivity method to activate your projects and bypass the cumbersome UI activation.

EXAMPLE:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pm="http://pm.v2.webservice.projectmanagergui.xmlintl.com/">

   <soapenv:Header/>

   <soapenv:Body>

      <pm:updateProjectActivity>

         <loginAPI>

            <client>XYZ</client>

            <password>Password123</password>

            <userId>20</userId>

         </loginAPI>

         <projects>

            <id>3388</id>

         </projects>

         <options>

            <activity>0</activity>

         </options>

      </pm:updateProjectActivity>

   </soapenv:Body>

</soapenv:Envelope>

Project older than April 2018 on XTM Cloud return error

To save disc space XTM stores archived projects on a separate, secure server. This method of preservation has been introduced in April 2018, and any project that was created before this implementation is available for restoration only by the XTM Support team.

Solution: If your project matches those criteria, please, create a proper ticket to the XTM Support team and provide the following details:

  • Customer ID (click here for help);

  • Project ID (click here for help).

IMPORTANT!

Due to the nature of the above method, specified projects is available after 6-12 hours.

A subcontracted project cannot be activated by LSP

Solution: If you received a project from a contractor, and it got archived for whatever reason, please, reach out to your contractor and ask them to activate the project. If they activated it, yet the project is still inactive on your side, please, create a proper ticket to the XTM Support team and provide all the necessary details (as specified in the previous case).

A project cannot be activated after a migration or XTM upgrade

While our standard tests usually eliminate such issues before a client has a chance to notice it, sometimes you can encounter this problem after your standalone server was either migrated or upgraded.

Solution: If this is the case, please, create a proper ticket to the XTM Support team and provide all the necessary details.

  • No labels