If you do a search for a work item and get some results back. You can right click on one of the items and one of the options is "Copy URL" Clicking on that link should just copy the url to that item to the clipboard which it does but it also opens a window to that item. Why?
On the Agile server open the Windows registry with regedit.exe Find the following key HKEY_LOCAL_MACHINE\SOFTWARE\Serena\Agile Planner\WebServiceClients
On the web server open the Windows registry with regedit.exe Find the following key: Mariner/PPM -- HKEY_LOCAL_MACHINE\SOFTWARE\Pacific Edge Software\WebServiceClients
To fix this verify the url used for the SerenaAgileConnector WSDL is valid by putting that url in a browser. For instance in the error above this url isn't valid. ... Locate the SerenaAgileConnector endpoint and click Edit. Change the endpoint to have the correct url and save the changes
... : SERVERNAME at URL https:/ ... Unable to read data ... ... : SERVERNAME at URL http:/ ... Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'. When you open the URL given in the errror message, you get error: ... Parser Error Message: Could not create type 'PacificEdgeSoftware.PESWebServices.PESWebConfig'.
Beginning in Agile Planner 2.3, you can right click on any item, and choose "Copy URL ". This will put a short URL in your clipboard. You can then paste this URL into an email or other location as needed. When someone uses this URL , it will ask them to login (if they are not already logged in) and then show the item on the screen. ... This will take the user into Agile in the backlog where this item is located .
Find the Web.config, and open it in notepad. Search for: timeout=”20”. ... You will find 2 instances. ... <sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString=" data source =127.0.0.1;user id=sa;password=" cookieless="false" timeout="20">
[Steps to Repro] 1. Create a notification, be sure to insert a url link into the email template 2. Trigger the notification. 3. Log in as the user who receives the notification. 4. Open the notification and click on the link.