[CA-5031] TS- Planned Traffic load route for other day can get empty result Created: 2022-06-17 Updated: 2022-06-17 Resolved: 2022-06-17 |
|
Status: | Resolved |
Project: | CA |
Component/s: | Planned traffic explorer /dbviewer |
Affects Version/s: | 22.7.69.8_20220615_194408_C74335 |
Fix Version/s: | 22.7.X.X_branch |
Type: | Bug | Priority: | P0 |
Reporter: | Zenobia Cobon | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Unibuss 22.7 |
Team: | Pending |
participants: |
Description |
Under some sircumstances when trying to open a route for other day than current, thefetching can go wrong. This could happen if the route occurs in the same block more than once,
If you load the date in planned traffic the same issue will not occur. Issue is resolved in 22.7.69.12 |
[CA-5030] Traffic Studio - Login may fail for Power Users belonging to only one group Created: 2022-06-15 Updated: 2022-06-15 Resolved: 2022-06-15 |
|
Status: | Resolved |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | 22.7.69.8_20220615_194408_C74335 |
Fix Version/s: | HEAD_X.X.X.X, 22.7.X.X_branch |
Type: | Bug | Priority: | P0 |
Reporter: | Christian Frössling | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Windows 10 |
Attachments: |
![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
Får upp ett error kring XML vid försök att starta upp miljön i Traffic Studio, se bild.
|
[CA-5029] Installation page hides settings on vehicle change Created: 2022-06-10 Updated: 2022-06-10 Resolved: 2022-06-10 |
|
Status: | Resolved |
Project: | CA |
Component/s: | Its4Depot |
Affects Version/s: | 22.1.84.1_20220201_130013_C70128, 22.2.72.1_20220222_141317_C70772, 22.3.90.1_20220315_125545_C71510, 22.4.71.1_20220405_130507_C72240, 22.5.68.1_20220426_140127_C72846, 22.6.67.1_20220517_123352_C73478, 22.7.69.8_20220615_194408_C74335 |
Fix Version/s: | 22.1.X.X_branch, 22.5.X.X_BRANCH, 22.7.69.8_20220615_194408_C74335, 22.6.x.x_BRANCH, HEAD_X.X.X.X |
Type: | Bug | Priority: | P0 |
Reporter: | Niclas Lindgren | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | Pending |
participants: |
Description |
Microsoft Connect issue 718810: LinkButton controls collection lost on postback. Microsoft statement is: Thank you for the feedback. This seems like an oddity with the fact that the LinkButton control allows either direct text content via the Text property or in markup, or sub-controls via the Controls collection or markup. The workaround is to use a placeholder as the root content for the control and place the desired mixed content in there, e.g. <asp:LinkButton runat="server"> <asp:PlaceHolder runat="server"> This is some text.</br> <asp:Label runat="server">This is a control</asp:Label> </asp:PlaceHolder> </asp:LinkButton> |
[CA-5028] Siri ET stopped working when no response from Fcq Created: 2022-06-02 Updated: 2022-06-02 Resolved: 2022-06-02 |
|
Status: | Resolved |
Project: | CA |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 22.7.69.8_20220615_194408_C74335 |
Type: | Bug | Priority: | P2 |
Reporter: | Lars Hansson | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||||||||||
Team: | X-team | ||||||||||||||||
participants: |
Description |
Siri ET stoped working when no response from Fcq
|
Comments |
Comment by Lars Hansson [ 2022-06-02 ] |
added a timeout on socket when waiting for response from FCQ |
Comment by Lars Hansson [ 2022-06-02 ] |
Will affect all processes using fcst-connectingClient. |
Comment by Lars Hansson [ 2022-06-02 ] |
public void Connect()
{ byte[] protId = new byte[1]; Disconnect(); log.InfoFormat("Connecting to: {0}", this.Identity); var socketInitTimeout = 120; this.socket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp); this.socket.Connect(this.uri.Host, this.uri.Port); this.socket.ReceiveTimeout = socketInitTimeout * 1000; log.InfoFormat($"ReceiveTimeout is {socketInitTimeout} {this.Identity}"); log.InfoFormat("Waiting to receive FcstProtocol id from {0}", this.Identity); |
Comment by Lars Hansson [ 2022-06-02 ] |
added: var socketInitTimeout = 120;
this.socket.ReceiveTimeout = socketInitTimeout * 1000; log.InfoFormat($"ReceiveTimeout is {socketInitTimeout} {this.Identity}"); |
[CA-5024] Traffic Studio - Assignment history error message Created: 2022-05-30 Updated: 2022-06-14 Resolved: 2022-05-30 |
|
Status: | Closed |
Project: | CA |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 22.7.69.8_20220615_194408_C74335 |
Type: | Improvement | Priority: | P0 |
Reporter: | Fredrik.Pernstrand | Assignee: | Tomas Midbratt |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
Error message shown to User has been simplified, callstack has been removed. Instead "Database error" is shown. Exception trace is logged to file.
|
Comments |
Comment by Zenobia Cobon [ 2022-06-14 ] |
No need for test |
[CA-5023] Traffic Studio - Time zone presentation per Journey Created: 2022-05-25 Updated: 2022-06-14 Resolved: 2022-05-25 |
|
Status: | Closed |
Project: | CA |
Component/s: | Planned traffic explorer /dbviewer |
Affects Version/s: | 22.7.69.8_20220615_194408_C74335 |
Fix Version/s: | 22.7.69.8_20220615_194408_C74335 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | BC Transit |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
Time zone is now presented in the Time Zone view.
|
Comments |
Comment by Zenobia Cobon [ 2022-06-14 ] |
Tested in dev 2 22.17 |
[CA-5022] Traffic Studio - User Time Zone selection Created: 2022-05-24 Updated: 2022-06-14 Resolved: 2022-06-01 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | None |
Fix Version/s: | 22.7.69.8_20220615_194408_C74335 |
Type: | Bug | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
Additional time zones can be configured for a system. User time zone can be selected in the role selection dialog. Se attached image for example.
In this version only real-time time stamps will be corrected. Planned traffic will be shown as timetable planned deapture times in the time zone where the data is planned. |
Comments |
Comment by Zenobia Cobon [ 2022-06-14 ] |
To be continued... |
[CA-5019] Traffic Studio - Vehicle icon not shown for Connection_id_2 Created: 2022-05-20 Updated: 2022-05-25 Resolved: 2022-05-20 |
|
Status: | Closed |
Project: | CA |
Component/s: | Charging Management |
Affects Version/s: | 22.4.X.X_BRANCH |
Fix Version/s: | 22.4.X.X_BRANCH, 22.5.X.X_BRANCH, 22.7.69.8_20220615_194408_C74335, 22.6.x.x_BRANCH |
Type: | Bug | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Bergkvara |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
When a vehicle is using connection 2 (for example a pantograf) the icon is not not shown,
|
Comments |
Comment by Christopher Lilliecrona [ 2022-05-25 ] |
Tested and already in drift at Bergkvara |
[CA-5018] User - enable login Created: 2022-05-19 Updated: 2022-05-30 Resolved: 2022-05-24 |
|
Status: | Closed |
Project: | CA |
Component/s: | Fleet Studio - User management, FleetMgmtX Administration, Traffic Studio General |
Affects Version/s: | None |
Fix Version/s: | 22.7.69.8_20220615_194408_C74335 |
Type: | Task | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central, FleetMgmtX, Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||||||
Team: | Pending | ||||||||||||
participants: |
Description |
Added column in user "loginEnabled" - to determine weather a user can login using username & password or external.
Left password logic alone i.e. non null & null in api sometimes means unchanged so when creating or modify one might still need to set password even if user cannot login. TS - checkbox Atom - checkbox FMX - fuzzy logic for volvo - i.e. has login & not api role (FMS_ApiUser) Reason it to give better guards as in certain system passwords is known due to historical reasons as they auth using external providers. I.e. in volvo one could previous login but not access anything in certain places but now they should not be able to login at all. Manual deployment script: Tmix.Cap\Main\Source\Tmix.Cap.Database.Schema.Resource\Scripts\Upgrade\User.loginEnabled\User.loginEnabled.sql |
Comments |
Comment by Christopher Lilliecrona [ 2022-05-24 ] |
Reopened wrong Jira |
Comment by Christopher Lilliecrona [ 2022-05-24 ] |
Super User and Power User does not get access to "User Administration" in Fleet Studio. |
Comment by Christopher Lilliecrona [ 2022-05-30 ] |
Tested in FleetStudio, TrafficStudio, FMX.
Version: 22.7.42.0 |
[CA-5015] Traffic Studio - Reason selection for traffic changes Created: 2022-05-11 Updated: 2022-05-18 Resolved: 2022-05-13 |
|
Status: | Closed |
Project: | CA |
Component/s: | IMFace |
Affects Version/s: | None |
Fix Version/s: | 22.6.67.1_20220517_123352_C73478 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Transdev SL |
Attachments: |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Team: | Y-team |
participants: |
Description |
User can select reason from New Traffic Changes
If the number of reasons in the database is empty (or all false) this selection will be hidden. |
Comments |
Comment by Christopher Lilliecrona [ 2022-05-18 ] |
Tested on test5 version 22.6.67.0
See attached files. |
[CA-5013] Traffic Studio - Headway presentation Created: 2022-05-10 Updated: 2022-05-24 Resolved: 2022-05-13 |
|
Status: | Closed |
Project: | CA |
Component/s: | Line views |
Affects Version/s: | None |
Fix Version/s: | 22.6.67.1_20220517_123352_C73478 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
Possibility to see current headway on a route
|
Comments |
Comment by Zenobia Cobon [ 2022-05-24 ] |
Tested in I4mtest 5 22.6.67.15
Hard to find... ;) |
[CA-5012] System & IDS - login with inactive users or inactive companies Created: 2022-05-10 Updated: 2022-05-19 Resolved: 2022-05-10 |
|
Status: | Closed |
Project: | CA |
Component/s: | Security Authentication WebApp, Tmix.Cap.SecurityAuthentication.WebApp |
Affects Version/s: | None |
Fix Version/s: | 22.6.67.1_20220517_123352_C73478 |
Type: | Bug | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | Pending |
participants: |
Description |
One SP for checking login accepted inactive user or users in an inactive company - change to method that checks active flags on both of them otherwise cannot login.
|
Comments |
Comment by Christopher Lilliecrona [ 2022-05-19 ] |
Tested with christopher_normal both as active / inactive. |
[CA-5011] Traffic Studio - Remove dynamic journey inactive presentation Created: 2022-05-06 Updated: 2022-05-23 Resolved: 2022-05-06 |
|
Status: | Closed |
Project: | CA |
Component/s: | Assignments |
Affects Version/s: | None |
Fix Version/s: | 22.6.67.1_20220517_123352_C73478, 22.5.X.X_BRANCH |
Type: | Change Request | Priority: | P0 |
Reporter: | Sarah Solanes | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
Changed Remove journey enable to default false.
Button is now hidden instead of disabled. In future relase move this to a system setting. |
Comments |
Comment by Christopher Lilliecrona [ 2022-05-23 ] |
Tested on VT-Test: 22.5.68.26 // VT-Branch version: 22.7.21.0 |
[CA-5010] Traffic Studio - Information missing in overtake popup Created: 2022-05-04 Updated: 2022-05-20 Resolved: 2022-05-04 |
|
Status: | Closed |
Project: | CA |
Component/s: | Assignments |
Affects Version/s: | 22.4.71.1_20220405_130507_C72240 |
Fix Version/s: | 22.6.67.1_20220517_123352_C73478 |
Type: | Bug | Priority: | P0 |
Reporter: | Stein-Inge Falk | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() ![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
Journey, stop point text and starttime is missing in some cases.
|
Comments |
Comment by Christopher Lilliecrona [ 2022-05-20 ] |
Tested on test5 version 22.7.16.0
Vehicle http://192.168.2.177:22080/runtime/ |
[CA-5009] Traffic Studio - Validity periods and speed limit can be set for Road Violation Geofence Created: 2022-04-29 Updated: 2022-05-20 Resolved: 2022-05-02 |
|
Status: | Closed |
Project: | CA |
Component/s: | Geofence |
Affects Version/s: | None |
Fix Version/s: | 22.4.X.X_BRANCH, 22.6.67.1_20220517_123352_C73478, 22.5.X.X_BRANCH |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | TCB |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
See attached image.
|
Comments |
Comment by Christopher Lilliecrona [ 2022-05-20 ] |
Tested on test5 version: 22.6.67.12 |
[CA-5008] Traffic Studio - CCTV time selector does not work when daylight saving is active Created: 2022-04-29 Updated: 2022-05-24 Resolved: 2022-04-29 |
|
Status: | Closed |
Project: | CA |
Component/s: | Tmix.Cap.CCTV.Plugin.CCTVManager |
Affects Version/s: | 22.4.71.1_20220405_130507_C72240 |
Fix Version/s: | 22.4.X.X_BRANCH, 22.6.67.1_20220517_123352_C73478, 22.5.X.X_BRANCH |
Type: | Bug | Priority: | C |
Reporter: | Mikael Aas | Assignee: | Tomas Midbratt |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
See attached image
|
Comments |
Comment by Christopher Lilliecrona [ 2022-05-24 ] |
Tested by customer and confirmed working.
Closing Jira. |
[CA-5004] Traffic Studio - Option to Approve and Deny manual driver assignments Created: 2022-04-19 Updated: 2022-04-28 Resolved: 2022-04-21 |
|
Status: | Closed |
Project: | CA |
Component/s: | Assignments |
Affects Version/s: | None |
Fix Version/s: | 22.5.68.1_20220426_140127_C72846 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Boreal |
Attachments: |
![]() ![]() ![]() |
Team: | Y-team |
participants: |
Description |
Assignment tab dedicated to deny/approve becomes yellow if updated
Yellow triangle if >0 in list Approve/Deny buttons in status column -Assignments Approved/denied by in assignment history |
Comments |
Comment by Tomas Midbratt [ 2022-04-21 ] |
Del 1 av 2 i 22.5 gjord. |
Comment by Zenobia Cobon [ 2022-04-28 ] |
Tested in I4mtest5 22.5.68.4 |
[CA-5002] CLONE - Omloppsgraf fordon ej hittat Created: 2022-04-12 Updated: 2022-04-19 Resolved: 2022-04-19 |
|
Status: | Closed |
Project: | CA |
Component/s: | Block graph/DbViewer |
Affects Version/s: | 22.5.68.1_20220426_140127_C72846 |
Fix Version/s: | 22.5.68.1_20220426_140127_C72846 |
Type: | Bug | Priority: | P0 |
Reporter: | Olof Sundelin | Assignee: | Tomas Midbratt |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
In Block Graph the red line will still be active in historical searches and mark journeys with "No assigned vehicle".
The red line should ONLY be active in real time, and inactive in any other state. See [Picture 1] for real time. See [Picture 2] for historical data. |
Comments |
Comment by Christopher Lilliecrona [ 2022-04-19 ] |
Tested on i4mtest5 version: 22.5.44.0 |
[CA-5001] Traffic Studio - Support for Edge authentication Created: 2022-04-08 Updated: 2022-05-03 Resolved: 2022-04-13 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | None |
Fix Version/s: | 22.5.68.1_20220426_140127_C72846 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | Y-team |
participants: |
Description |
Configurable. Needs to be tested internally for one sprint.
|
Comments |
Comment by Christopher Lilliecrona [ 2022-04-14 ] |
Tested on version: 22.5.34.0 - OK
Leaving open for spike testing - Close 26 of april as per description comment. |
[CA-4999] SL Control actions block traffic change supported Created: 2022-04-08 Updated: 2022-05-31 Resolved: 2022-04-08 |
|
Status: | Resolved |
Project: | CA |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 22.5.68.1_20220426_140127_C72846 |
Type: | Improvement | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Transdev SL E38 |
Attachments: |
![]() ![]() |
Team: | Y-team |
participants: |
Description |
When block disturnbacne is added. Control actions for corresponding journeys is added. See example RT1000127.
|
Comments |
Comment by Christopher Lilliecrona [ 2022-04-21 ] |
This Jira should be tested together with the SL system jira.
Transdev |
[CA-4996] FleetMgmtX - map tile config & remove some bing specifics Created: 2022-04-07 Updated: 2022-04-11 Resolved: 2022-04-07 |
|
Status: | Closed |
Project: | CA |
Component/s: | FleetMgmtX Position, FleetMgmtX General |
Affects Version/s: | None |
Fix Version/s: | 22.5.68.1_20220426_140127_C72846 |
Type: | Task | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | FleetMgmtX | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | 22.5, 22.4, 22.3, 21.16, 21.10 |
Issue Links: |
|
||||||||||||
Team: | Pending | ||||||||||||
participants: |
Description |
Silverlight went end-of-life last year - no support.
dev.virtualearth.net - has no longer clientaccesspolicy.xml nor crossdomain.xml so silverlight cannot talk to it (bing maps) Changes include setting tile uri - to our Tmix.Cap.Mapping.WebApp.Tiles <MapTile Mode="" Uri="{UriScheme}://{host}/Tmix.Cap.Mapping.WebApp.Tiles/external/{zoom}/{lat}/{lon}.png" /> No layer support now i.e. roads / sattelite / hybrid will all give same & currently open-street-map. |
Comments |
Comment by Lars Larsson [ 2022-04-07 ] |
Changeset: 72308
Zone admin ballade på morgonen men fungera på eftermiddagen - kanske kall/varm cach Zonerna hoppade runt innan ändring / dvs utan tiles - bytte ordning vänster/höger för samma zoner. Dvs ej sticky x,y. |
Comment by Zenobia Cobon [ 2022-04-11 ] |
tested on cqafm 22.5.17.0 |
[CA-4993] Traffic Studio - Road violation popup improvements Created: 2022-04-06 Updated: 2022-04-07 Resolved: 2022-04-06 |
|
Status: | Closed |
Project: | CA |
Component/s: | Geofence |
Affects Version/s: | None |
Fix Version/s: | 22.5.68.1_20220426_140127_C72846, 22.4.X.X_BRANCH |
Type: | Improvement | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
Popup windows name changed to "Road violation" (from Road violation zone). If available Window shows Zone name and type name and type icon with a button to open the zone in geofence list..
|
Comments |
Comment by Zenobia Cobon [ 2022-04-07 ] |
"Show" button disabled, waiting for new build to verify fix, |
Comment by Zenobia Cobon [ 2022-04-07 ] |
Tested in i4mtest5 22.4.71.5 |
[CA-4992] Traffic Studio - Passenger report search improvement for large periods Created: 2022-04-04 Updated: 2022-04-12 Resolved: 2022-04-05 |
|
Status: | Closed |
Project: | CA |
Component/s: | Statistics |
Affects Version/s: | None |
Fix Version/s: | 22.5.68.1_20220426_140127_C72846 |
Type: | Improvement | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
A progress bar is added in the top right. Data is retrieved in chunks (currently 3 days)
|
Comments |
Comment by Zenobia Cobon [ 2022-04-12 ] |
Tested in i4mtest 5 22.5.22.0 |
[CA-4991] Traffic Studio - Startup is paused when PTC files are missing in some cases Created: 2022-04-02 Updated: 2022-04-13 Resolved: 2022-04-05 |
|
Status: | Closed |
Project: | CA |
Component/s: | PTC |
Affects Version/s: | 22.3.90.1_20220315_125545_C71510 |
Fix Version/s: | 22.5.68.1_20220426_140127_C72846 |
Type: | Bug | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | All with PTC except Västtrafik |
Attachments: |
![]() ![]() |
Team: | Y-team |
participants: |
Comments |
Comment by Zenobia Cobon [ 2022-04-13 ] |
Testet on nettbussruter 22.3.90.25 vs 22.5.24.0 |
[CA-4990] Traffic Studio - Road limitation popop will not be revoked if vehicle remains in zone Created: 2022-03-31 Updated: 2022-04-07 Resolved: 2022-03-31 |
|
Status: | Closed |
Project: | CA |
Component/s: | Geofence |
Affects Version/s: | None |
Fix Version/s: | 22.4.71.1_20220405_130507_C72240 |
Type: | Improvement | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Tomas Midbratt |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | TCB |
Team: | Y-team |
participants: |
Description |
Road limitation popop will not be revoked if vehicle remains in zone. For example when a vehicle remains in a road heigth limitation zone.
|
Comments |
Comment by Tomas Midbratt [ 2022-03-31 - Visible by: Developers ] |
Uses the Lastupdate field in event limit (lu:). |
Comment by Zenobia Cobon [ 2022-04-07 ] |
Tested in 22.4.71.3 on I4mtest5 |
[CA-4989] Traffic Studio - Road limitation popup can be configured Created: 2022-03-29 Updated: 2022-04-07 Resolved: 2022-03-29 |
|
Status: | Closed |
Project: | CA |
Component/s: | Geofence |
Affects Version/s: | None |
Fix Version/s: | 22.4.71.1_20220405_130507_C72240 |
Type: | Improvement | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | TCB |
Attachments: |
![]() ![]() |
Team: | Y-team |
participants: |
Description |
Road limitation popup can be configured in geofence setup.
|
Comments |
Comment by Zenobia Cobon [ 2022-04-07 ] |
Testen in I4mtest5, with added "default" text 22.4.71.3 |
[CA-4988] Its now possible to add new event monitor views with custom settings. Created: 2022-03-29 Updated: 2022-04-06 Resolved: 2022-04-05 |
|
Status: | Closed |
Project: | CA |
Component/s: | Events |
Affects Version/s: | None |
Fix Version/s: | 22.4.71.1_20220405_130507_C72240 |
Type: | New Feature | Priority: | P0 |
Reporter: | Magnus Janbro | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() ![]() |
Team: | Y-team |
participants: |
Description |
- Possible to create/remove new event view based on existing event view.
- New event view can be auto-started. - Possible to set type of sound to play when new event in view. - Possible to start event view from menu. |
Comments |
Comment by Christopher Lilliecrona [ 2022-04-06 ] |
- Possible to create/remove new event view based on existing event view. - OK
- New event view can be auto-started. - OK - Possible to set type of sound to play when new event in view. - OK - Possible to start event view from menu. - OK - Save configuration on User Role - OK <Recommended Fixs> - User is able to delete configuration saved on User Role. The configuration will then show up in Configuration Manager but not in TS - See [Picture 1] and [Picture 2] - Saving a event with the same name as an already existing event, will result in two windows with identical config (even if it was different when created). - When selecting an audio file, a sample will be played. However, if you want to hear the sample again you have to listen to another audio sample before you can re-listen to the first one. It should be played each time it is actively pressed. </Recommended Fixs> |
Comment by Christopher Lilliecrona [ 2022-04-06 ] |
Tested on i4mtest5 version: 22.4.71.2 |
[CA-4986] Traffic Studio - Audio files are included in release Created: 2022-03-25 Updated: 2022-04-06 Resolved: 2022-03-25 |
|
Status: | Closed |
Project: | CA |
Component/s: | PTC |
Affects Version/s: | None |
Fix Version/s: | 22.4.71.1_20220405_130507_C72240 |
Type: | Improvement | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
Audio files are now included in the release by default. There are sound files for three events (levels):
-Alarm -Warning -Notification In PTC the sounds built into the application are used when the file path is left empty and the play enabled enabled button is selected. |
Comments |
Comment by Zenobia Cobon [ 2022-04-06 ] |
tested in i4mtest5 22.4.61.0 |
[CA-4985] Journey number to big for TS-"sign" Created: 2022-03-23 Updated: 2022-04-06 Resolved: 2022-03-29 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | 22.4.71.1_20220405_130507_C72240 |
Fix Version/s: | 22.4.71.1_20220405_130507_C72240 |
Type: | Improvement | Priority: | P0 |
Reporter: | Christopher Lilliecrona | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() |
Team: | Pending |
participants: |
Description |
Some journeys have letters which take up a larger area of the front "sign" that is displayed in TS. Which leads to the missing numbers/letters being written as example: NW...
instead of NW431 Proposition: Scale the "string" to fit the front "sign" - box. |
Comments |
Comment by Julie Lindgren [ 2022-03-29 ] |
Removed the fixed width from the column so the element would scale automatically. |
Comment by Christopher Lilliecrona [ 2022-04-06 ] |
Tested on i4mtest5 version 22.4.71.0
See Picture 2 |
[CA-4981] Traffic Studio - Show line indication in front of journey information in Planned Traffic Explorer Created: 2022-03-21 Updated: 2022-04-06 Resolved: 2022-03-25 |
|
Status: | Closed |
Project: | CA |
Component/s: | Planned traffic explorer /dbviewer |
Affects Version/s: | None |
Fix Version/s: | 22.4.71.1_20220405_130507_C72240 |
Type: | Improvement | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() |
Team: | Y-team |
participants: |
Description |
For context, line is indicated in front of the journey description in the Planned Traffic Explorer Tree. See attached image for example.
|
Comments |
Comment by Christopher Lilliecrona [ 2022-03-23 ] |
Different size and different alignments causes it to look clustered. See [Picture 1] |
Comment by Tomas Midbratt [ 2022-03-25 ] |
Line labels are now right aligned in all subtrees |
Comment by Christopher Lilliecrona [ 2022-04-06 ] |
Tested on i4mtest5 version: 22.4.71.2
See Picture 2 |
[CA-4980] Import from DOI Created: 2022-03-15 Updated: 2022-05-24 Resolved: 2022-04-21 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Data Importer |
Affects Version/s: | None |
Fix Version/s: | 22.4.71.1_20220405_130507_C72240 |
Type: | Improvement | Priority: | P2 |
Reporter: | Lars Hansson | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | X-team |
participants: |
Description |
DOI-Importer is now reading from tables, no extra schemas(i4mdoi) is needed but some index is needed to read faster
|
Comments |
Comment by Lars Hansson [ 2022-03-15 ] |
new features:
Contract: EX 1010000286638366 Centrum Göteborg Zon: EX: 9081014202003002 Zon C Company: new format Company@principality, Contractor@TransportAuthority, EX TD@VT,TD@JLT,TD@ORE journey: more properties, EX: LineDesignation,LineGid, contract properties: EX ReferenceName,Id,Note line more properties:Gid,Id,Contract.ReferenceName2,DefaultTransportModeCode StopArea properties: EX Abbreviation,DefaultInterchangeDurationSeconds,Gid,Id,Latitude,Longitude removed:features: slinga,växel |
Comment by Christopher Lilliecrona [ 2022-05-24 ] |
Tested a while back, closing. |
[CA-4979] CLONE - förare och duties visas i trip playback även om det inte skall Created: 2022-03-15 Updated: 2022-03-21 Resolved: 2022-03-15 |
|
Status: | Closed |
Project: | CA |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 22.4.71.1_20220405_130507_C72240 |
Type: | Bug | Priority: | P2 |
Reporter: | Nicklas Trygg | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
I rollen ”Trafikkleder AKT” så visas förare och duty även om funktionerna inte är aktiverade i systeminställningar.
Detta gör att AKT visar personuppgifter på ett sätt som inte är tillåtet. Vi behöver konfigurera bort ”Trip playback” för alla roller som inte är operatörsspecifika tills detta är åtgärdat och såklart fixa så endast den information som är konfiguerad visas i alla verktyg i TS. Kan det finnas fler verktyg där denna information kommer fram ändå? |
Comments |
Comment by Christopher Lilliecrona [ 2022-03-15 ] |
När förare och operatör är inaktiverat i "System" (See Picture 1), så visas det fortfarande i Trip Playback (See Picture 2).
Kan tycka att kolumnerna bör tas bort ur rapporten ifall dessa är urkryssade. |
Comment by Christopher Lilliecrona [ 2022-03-21 ] |
Tested on i4mdev2 version: 22.4.11.0 |
[CA-4978] Traffic Studio - Configure remove journey feature Created: 2022-03-15 Updated: 2022-03-21 Resolved: 2022-03-16 |
|
Status: | Closed |
Project: | CA |
Component/s: | Assignments |
Affects Version/s: | None |
Fix Version/s: | 22.4.71.1_20220405_130507_C72240 |
Type: | Bug | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Västtrafik |
Attachments: |
![]() ![]() |
Team: | Y-team |
participants: |
Description |
In Assignment setup
|
Comments |
Comment by Christopher Lilliecrona [ 2022-03-21 ] |
Tested on test5 version: 22.4.13.0
Dynamic journeys can be not be removed when unchecked. Dynamic journeys can be be removed when checked. Not being able to remove dynamic journeys when created by the same profile trying to remove them when unchecked. Not being able to remove dynamic journeys created by a different profile when unchecked. |
[CA-4977] Traffic Studio - traffic explorer - line view - list companies Created: 2022-03-10 Updated: 2022-03-18 Resolved: 2022-03-10 |
|
Status: | Closed |
Project: | CA |
Component/s: | Planned traffic explorer /dbviewer |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Improvement | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
Team: | Pending |
participants: |
Description |
Show list of companies with hyperlink in line detail view
|
Comments |
Comment by Christopher Lilliecrona [ 2022-03-18 ] |
Tested on test5 version: 22.3.90.5 |
[CA-4976] Traffic Studio - statistics - passenger report line - data columns Created: 2022-03-10 Updated: 2022-03-18 Resolved: 2022-03-10 |
|
Status: | Closed |
Project: | CA |
Component/s: | Statistics |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Improvement | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Pending | ||||||||
participants: |
Description |
Added new column in line data view
# Missing stops - count missing from the other columns added Previously added: # Total stops # Valid stops # Invalid stops # Pass by stops |
Comments |
Comment by Christopher Lilliecrona [ 2022-03-17 ] |
Tested on test5 version: 22.3.90.2 |
[CA-4975] Traffic Studio - Statistics - Line report / company Created: 2022-03-10 Updated: 2022-03-18 Resolved: 2022-03-10 |
|
Status: | Closed |
Project: | CA |
Component/s: | Statistics |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Task | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | VT-FTM |
Attachments: |
![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Pending | ||||||||
participants: |
Description |
Line report
- filter based on company access/search - issue with shared lines APC - journey search - apply company filtering on journey list (i.e. since one line row per company) - data is not filtered in i.e. line report but ignored |
Comments |
Comment by Lars Larsson [ 2022-03-10 - Visible by: Administrators ] |
linereport_previous_version.png
Roll TD - does not have permission for BLK 7E - BLK + GSERS + TD The shown rows belong to BLK (line is wrong & shows there blocks i.e. context menu is disabled due to permissions) |
Comment by Zenobia Cobon [ 2022-03-18 ] |
Tested in FTM 22.4.8
Journeys ar now connected to the correct operator in Lines report Same line+ differentoperator (company) is displayed in Passenger report > journeys |
[CA-4974] Traffic Studio - Real time communication over secure Websocket Created: 2022-03-09 Updated: 2022-03-18 Resolved: 2022-03-10 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Tomas Midbratt |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | TCB |
Attachments: |
![]() ![]() |
Team: | Y-team |
participants: |
Description |
To configure:
-Set TS API to true -Set message router port to 443 |
Comments |
Comment by Tomas Midbratt [ 2022-03-10 ] |
Configured on CQA TM Select role. Message Router Websocket test. |
Comment by Zenobia Cobon [ 2022-03-18 ] |
Tested in TCBQA 22.3.90.2 and CQATM 22.4.8.0 |
[CA-4973] Traffic Studio - Statistics - Context menu Created: 2022-03-09 Updated: 2022-03-17 Resolved: 2022-03-09 |
|
Status: | Closed |
Project: | CA |
Component/s: | Statistics |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Improvement | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||
Team: | Pending | ||||||||
participants: |
Description |
Changed reports to use async lazy fetching context menu (as passenger reports does)
* Line report - added potential for block * Traffic log - added additional items Traffic Log: - vehicle column used to contain ??? - modified to check if there is a system address |
Comments |
Comment by Lars Larsson [ 2022-03-09 ] |
Previous context menu faked data i.e. when we update that navigation to planned journey doing auth check it failed since it did not fill in those properties from "Line report"
Changeset 71363 |
Comment by Zenobia Cobon [ 2022-03-16 ] |
man får "..." när den tänker ibland men det är väl ok... |
Comment by Zenobia Cobon [ 2022-03-16 ] |
update; disable create disturbance for historical block, disble show block details (old version) -since the old version can only show current day information. |
Comment by Zenobia Cobon [ 2022-03-17 ] |
Tested on 22.4 FTm and I4mtest 5 22.3 |
[CA-4972] CLONE - BrokersTransxchange Export Document is not valid Created: 2022-03-09 Updated: 2022-05-03 Resolved: 2022-05-03 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Data Importer |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Bug | Priority: | P0 |
Reporter: | Richard Emm | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() ![]() ![]() |
||||||||||||||||
Issue Links: |
|
||||||||||||||||
Team: | X-team | ||||||||||||||||
participants: |
Description |
Attached file "Original Imported TXC" was imported into Broker. Produced attached export TXC file "TransXChange_20211021_230000".
Export file appears invalid (missing Header details, non-unique ServiceCodes). Export file ought to be importable into the Broker and create identical vehicle journeys as the import document. R |
Comments |
Comment by Christopher Lilliecrona [ 2022-03-15 ] |
Not testable before SIT has been updated to 22.3.
(Raised the question that SIT should always be HEAD, PreProd QA, and Prod... Prod) |
Comment by Christopher Lilliecrona [ 2022-03-21 ] |
Import profile: Ferries Import
Server for export file: tossstptmapp001 Server to import from: tossppptmtfs001 URL to export TXC: https://localhost/Tmix.Cap.TdExport.WebApi/txc?operatorIds=112 Parallels URL: https://ptm-ppd.ot.transport.nsw.gov.au/RASHTML5Gateway/#/login TS Version: SIT |
Comment by Lars Hansson [ 2022-03-21 ] |
txc in doc |
Comment by Lars Hansson [ 2022-03-21 ] |
<VehicleJourneyCode>SF.CI0845-WD-IN.24</VehicleJourneyCode>
<ServiceRef>9-F8-sj2-1</ServiceRef> <LineRef>F8</LineRef> <JourneyPatternRef>JP_9-F8-sj2-1-5</JourneyPatternRef> <DepartureTime>09:19:00.000+11:00</DepartureTime> <DepartureDayShift>0</DepartureDayShift> |
Comment by Lars Hansson [ 2022-03-21 ] |
<JourneyPattern id="JP_9-F8-sj2-1-5">
<DestinationDisplay>Circular Quay</DestinationDisplay> <Direction>inbound</Direction> <Operational> <VehicleType> <VehicleTypeCode>ferry</VehicleTypeCode> <Description>ferry</Description> <WheelchairAccessible>true</WheelchairAccessible> <Extensions> <ns3:VehicleTypeExtension> <ns3:BikesAllowed>true</ns3:BikesAllowed> </ns3:VehicleTypeExtension> </Extensions> </VehicleType> </Operational> <Description>Cockatoo Island to Circular Quay</Description> <RouteRef>R_9-F8-sj2-1-3</RouteRef> <JourneyPatternSectionRefs>JPS_9-F8-sj2-1-172</JourneyPatternSectionRefs> </JourneyPattern> |
Comment by Lars Hansson [ 2022-03-21 ] |
<Route id="R_9-F8-sj2-1-3">
<Description>Sydney Ferries Network</Description> <RouteSectionRef>RS_9-F8-sj2-1-UP-3</RouteSectionRef> </Route> |
Comment by Lars Hansson [ 2022-03-21 ] |
<RouteSection id="RS_9-F8-sj2-1-UP-3"> <RouteLink id="RL_9-F8-sj2-1-UP-3-5"> <From> <StopPointRef>000020413</StopPointRef> </From> <To> <StopPointRef>00002000225</StopPointRef> </To> <Distance>3352</Distance> <Direction>inbound</Direction> </Track> </RouteLink> <Extensions> <ns3:RouteSectionExtension> <ns3:Description>Cockatoo Island to Balmain</ns3:Description> </ns3:RouteSectionExtension> </Extensions> </RouteSection> |
Comment by Lars Hansson [ 2022-03-21 ] |
<JourneyPatternSection id="JPS_9-F8-sj2-1-172">
<JourneyPatternTimingLink id="JPTL_9-F8-sj2-1-172.5"> <From SequenceNumber="5"> <WaitTime>PT0H0M0S</WaitTime> <Activity>pickUpAndSetDown</Activity> <StopPointRef>000020413</StopPointRef> <TimingStatus>principalTimingPoint</TimingStatus> </From> <To SequenceNumber="6"> <WaitTime>PT0H0M0S</WaitTime> <Activity>setDown</Activity> <StopPointRef>00002000229</StopPointRef> <TimingStatus>principalTimingPoint</TimingStatus> </To> <RouteLinkRef>RL_9-F8-sj2-1-UP-3-5</RouteLinkRef> <RunTime>PT0H11M0S</RunTime> </JourneyPatternTimingLink> |
Comment by Lars Hansson [ 2022-03-21 ] |
is last point 00002000225 or 00002000229? |
Comment by Christopher Lilliecrona [ 2022-03-21 ] |
This is possible to test again after an fix has been implemented that ensures that it is not possible to import two different end-stop points.
See linked Jira. |
Comment by Christopher Lilliecrona [ 2022-04-13 ] |
As per 2022-04-13 10:14 it is not possible to import a exported document.
https://localhost/Tmix.Cap.TdExport.WebApi/txc?operatorIds=A508810 |
Comment by Christopher Lilliecrona [ 2022-05-03 ] |
Tested on test5
import>export>import import>wepapi export>import will be tested on SIT environment in correlation with |
[CA-4971] Traffic Studio - Change in cleared alarm filter Created: 2022-03-09 Updated: 2022-03-18 Resolved: 2022-03-09 |
|
Status: | Closed |
Project: | CA |
Component/s: | Fault History |
Affects Version/s: | 22.2.72.1_20220222_141317_C70772 |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Problem | Priority: | P0 |
Reporter: | support | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
In previous version the cleared timestamp was used. This is nota always correct. Filter now uses the perceived severity.
|
Comments |
Comment by Tomas Midbratt [ 2022-03-09 - Visible by: Developers ] |
Efter diskussion med Lars Hansson. |
Comment by Christopher Lilliecrona [ 2022-03-18 ] |
Tested on test5 version: 22.3.90.5 |
[CA-4970] Traffic Studio - Removed journeys are shown in planned traffic Created: 2022-03-08 Updated: 2022-03-21 Resolved: 2022-03-08 |
|
Status: | Closed |
Project: | CA |
Component/s: | Planned traffic explorer /dbviewer |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Västtrafik RT694 |
Attachments: |
![]() ![]() |
Team: | Y-team |
participants: |
Description |
In Planned traffic explorer and Journey view removed journeys are shown with a strike through font. See attached images.
|
Comments |
Comment by Christopher Lilliecrona [ 2022-03-21 ] |
Tested on test5 version 20.3.90.5 |
[CA-4969] Traffic Studio - assignment - remove dynamic journey / template instance Created: 2022-03-07 Updated: 2022-03-21 Resolved: 2022-03-07 |
|
Status: | Closed |
Project: | CA |
Component/s: | Assignments |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Task | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | Y-team |
participants: |
Description |
Add remove button in "Line/Journey" column for dynamic journeys (created from template)
- basic confirmation dialog (not style same as custom assignement query) - hide removed entries in list - bug fixes Update assignment history - refresh button - basic search (will conflict with bolding of block owner) |
Comments |
Comment by Lars Larsson [ 2022-03-07 ] |
Preferable if some assignment event for removed
Nothing changed around reinforcement - no support regarding this |
Comment by Christopher Lilliecrona [ 2022-03-21 ] |
Tested on test5 version 20.3.90.5 |
[CA-4967] Traffic Studio - Swedish translation for off route event is incorrect Created: 2022-03-04 Updated: 2022-03-12 Resolved: 2022-03-04 |
|
Status: | Closed |
Project: | CA |
Component/s: | Events |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Bug | Priority: | P0 |
Reporter: | Olof Sundelin | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
See image 001.
|
Comments |
Comment by Tomas Midbratt [ 2022-03-04 ] |
Old translation file was included in build. |
Comment by Christopher Lilliecrona [ 2022-03-12 ] |
Tested on version test5: 22.3.87.0 |
[CA-4965] Event generator is updated to handle dynamic blocks Created: 2022-03-03 Updated: 2022-03-08 Resolved: 2022-03-08 |
|
Status: | Closed |
Project: | CA |
Component/s: | Events |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Task | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | Y-team |
participants: |
Description |
The following events IGNORES dynamic blocks:
VehicleInactivity JourneyNotAssigned VehicleInactivity JourneyNotCompleted JourneyNotStartedYet EarlyDepartureFromTimingPoint JourneyInterchangeFailed JourneyLateEvent JourneyStartedEarly JourneyStartedLate JourneyWillStartLate VehicleDoorOpenAtNoStopArea VehicleLinksSkipped VehicleManuallyRepositioned VehicleOffRoute VehicleOffRouteManual VehicleOnRouteEvent VehicleSkippedStopEvent |
Comments |
Comment by Zenobia Cobon [ 2022-03-08 ] |
Tested in FTM 22.3.61.0
|
[CA-4964] Routeloghandler: Improvements in statistics algorithm Created: 2022-03-03 Updated: 2022-03-03 Resolved: 2022-03-03 |
|
Status: | Resolved |
Project: | CA |
Component/s: | RouteLogHandler |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Improvement | Priority: | P0 |
Reporter: | Edward Lundin | Assignee: | Edward Lundin |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | Pending |
participants: |
Description |
Improvements in routeloghandler
* Now using "passby links" for a larger statistical sample size. * Performance enhancements * Better memory management * New columns in the stop point report csv file: Sample size, measurement classification (ok, not ok, uncertain) |
[CA-4963] Routeloghandler: Add link drive time to the links generated in links.txt. Created: 2022-03-03 Updated: 2022-03-21 Resolved: 2022-03-03 |
|
Status: | Closed |
Project: | CA |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | New Feature | Priority: | P0 |
Reporter: | Edward Lundin | Assignee: | Tannaz Farasati |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | Pending |
participants: |
Description |
Routeloghandler now also generates drive time for all links detected, and written to the links.txt file. This enables the dataimport to dynamically update drive times.
|
Comments |
Comment by Tannaz Farasati [ 2022-03-21 ] |
verified on 22.3 |
[CA-4962] Hogia Gateway supports gatewaying of dynamic journey assignments Created: 2022-03-02 Updated: 2022-03-02 Resolved: 2022-03-02 |
|
Status: | Resolved |
Project: | CA |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Improvement | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Tomas Midbratt |
Resolution: | Done | Votes: | 0 |
Labels: | Central | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Västtrafik |
Team: | Y-team |
participants: |
Description |
When a new journey is created and assigned the assignment is sent to the TaskAssignment endpoint (SignInTask/SignOutTask). The TaskRef is defined as the JourneyRef (External Journey Id).
Progress report ignores these journeys to be backwards compatible. |
[CA-4958] Traffic Studio - Deployed binaries for Traffic Studio are digitally signed by Consat Telematics Created: 2022-02-24 Updated: 2022-02-28 Resolved: 2022-02-25 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Tomas Midbratt |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | All |
Attachments: |
![]() |
Team: | Pending |
participants: |
Description |
This includes dynamically linked libraries (.dll) and executives (.exe).
|
Comments |
Comment by Christopher Lilliecrona [ 2022-02-28 ] |
Tested with dev2 clickonce version: 22.3.21.0
...\AppData\Local\Apps\2.0\7DOGK4O3.R7J\HT99MYKD.W1J\its4..dev2_8c4e26c81722d30b_0016.0003_41d04d34583e2b55 |
[CA-4957] Database.MsgWriter stopped working Created: 2022-02-24 Updated: 2022-03-15 Resolved: 2022-02-24 |
|
Status: | Closed |
Project: | CA |
Component/s: | Central |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Bug | Priority: | P2 |
Reporter: | Lars Hansson | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | VolvoProd |
Team: | X-team |
participants: |
Description |
Database.MsgWriter stopped working
|
Comments |
Comment by Lars Hansson [ 2022-02-24 ] |
MsgWriter log
2022-02-18 17:36:11,436 [Main ] INFO (MsgWriter2) - maxQueueSize=3709815 on queue: State |
Comment by Lars Hansson [ 2022-02-24 ] |
Trigged on VolvoProd but could happen on any system |
Comment by Christopher Lilliecrona [ 2022-03-15 ] |
Closed after discussion with Hansson. |
[CA-4956] Traffic Studio - Wpf Extended toolkit updated to be compatible .Net 6 Created: 2022-02-24 Updated: 2022-03-03 Resolved: 2022-02-24 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | 22.3.90.1_20220315_125545_C71510 |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Task | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
Moved WPF Extended Toolkit (Xceed) to .Net 6 compatible code. New project type. MS-PL license. Fork https://github.com/dotnetprojects/WpfExtendedToolkit.
For affected plugins see image. Controls affected: -WatermarkTextbox (grey text if no text entered) -DateTimePicker (for example Assignment) -Time up/down (example CCTV) -Double up/down (example Road limitation view in geofence) -Integer up/down (example signal prio view in geofence) -BusyIndicator (styled to rotating circles) -Zoombox (Line network map) -Pie (countdown timer) -DropDownbutton -ButtonChrome (for example buttons in Importtool) |
Comments |
Comment by Christopher Lilliecrona [ 2022-03-03 ] |
Tested on test5 version: 22.3.39.0 |
[CA-4955] Traffic Studio - Text filter is not re-evaluated when User Role filter changes, scroll issues for Role filter Created: 2022-02-24 Updated: 2022-02-28 Resolved: 2022-02-28 |
|
Status: | Closed |
Project: | CA |
Component/s: | UserManager |
Affects Version/s: | 21.16.40.1_20220112_125448_C69379 |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Bug | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | TCB |
Team: | Y-team |
participants: |
Description |
See video:
\\spider\Projekt\ITS4mobility\Videos\UserManagerSearchBug.mp4 |
Comments |
Comment by Christopher Lilliecrona [ 2022-02-28 ] |
Pre-emptive opening |
Comment by Christopher Lilliecrona [ 2022-02-28 ] |
Tested on test5 version: 22.3.21.0 - With TS API
Tested on dev2 version: 22.3.21.0 - Without TS API |
[CA-4953] Journey and Line not greyed out in Customer Support Created: 2022-02-23 Updated: 2022-02-28 Resolved: 2022-02-23 |
|
Status: | Closed |
Project: | CA |
Component/s: | Central |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Improvement | Priority: | P0 |
Reporter: | Christopher Lilliecrona | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() ![]() |
||||||||||||||||
Issue Links: |
|
||||||||||||||||
Team: | Y-team | ||||||||||||||||
participants: |
Description |
In customer support the shortcut options:
Planned Traffic - Show journey Planned Traffic - Show line for companies you have no access to will still be available. See [Picture 1] Selecting any of these options for those companies will open up the respective window but with no information at all. See [Picture 2] These options should be greyed out when there is no access to this company. When not having access to a companies blocks, it will be displayed with "???". See [Picture 3] This would be better if it were "-" or be left empty, as the question marks gives of the feel that data is missing, not restricted. |
Comments |
Comment by Lars Larsson [ 2022-02-23 ] |
Vi hade i sprinten gällande context menu för turer från RT694 - dvs fixat
Linjer borde du kunna se även om du inte kan se körningarna/turerna för den. Så har det alltid varit - dvs oförändrad/är väl rätt. "???" - tycker jag vi låter vara - dvs finns ett värde men du kan inte se det. |
Comment by Christopher Lilliecrona [ 2022-02-24 ] |
Testable on versions later than: 22.3.3.0
Journey should now be greyed out, line and "???" are left as they were. |
Comment by Christopher Lilliecrona [ 2022-02-28 ] |
Tested on test5 version: 22.3.21.0 |
[CA-4952] Traffic Studio - user manager / multiselect - can select disabled items Created: 2022-02-18 Updated: 2022-02-24 Resolved: 2022-02-18 |
|
Status: | Closed |
Project: | CA |
Component/s: | UserManager |
Affects Version/s: | None |
Fix Version/s: | 22.2.72.1_20220222_141317_C70772 |
Type: | Bug | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
BC Transit
Disabled roles in user manager around 2019 |
Issue Links: |
|
||||||||
Team: | Pending | ||||||||
participants: |
Description |
Can indirectly modify disabled rows in multiselect drop down for user roles. Control is shared across plugins but not common to disable items.
1) Double click 2) Range select (space) 3) Select all |
Comments |
Comment by Zenobia Cobon [ 2022-02-24 ] |
Tested in i4mtest 5, with 22.2.71.0 |
[CA-4948] Charter Assignment Start to Manual Charter Assignment Created: 2022-02-15 Updated: 2022-02-17 Resolved: 2022-02-16 |
|
Status: | Closed |
Project: | CA |
Component/s: | Events |
Affects Version/s: | 21.16.X.X_branch, 22.2.72.1_20220222_141317_C70772 |
Fix Version/s: | 22.2.72.1_20220222_141317_C70772 |
Type: | Improvement | Priority: | P0 |
Reporter: | Christopher Lilliecrona | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | TCB Prod |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
The event [VehicleEventTypeManualCharterAssignment] and [VehicleEventTypeManualCharterAssignmentEnd] are currently named "Charter Assignment Start/End" in TrafficStudio, which causes some confusion as to how it differs from "Charter Start/End"
See [Picture 1]. Changing these two to "Manual Charter Assignment/Assignment End" to fit the VehicleEvent could help make this more clear. |
Comments |
Comment by Christopher Lilliecrona [ 2022-02-17 ] |
Changed in version 22.2, tested on test 5 version: 22.2.57.0. |
[CA-4946] Traffic Studio - Journey is hidden even if role has assignment access Created: 2022-02-09 Updated: 2022-02-23 Resolved: 2022-02-09 |
|
Status: | Closed |
Project: | CA |
Component/s: | Block graph/DbViewer |
Affects Version/s: | 21.16.40.1_20220112_125448_C69379 |
Fix Version/s: | 21.16.X.X_branch, 22.2.72.1_20220222_141317_C70772, 22.1.X.X_branch |
Type: | Problem | Priority: | P0 |
Reporter: | Johannes Holmstrom | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
||||||||||||||||||||
Issue Links: |
|
||||||||||||||||||||
Team: | Y-team | ||||||||||||||||||||
participants: |
Description |
It is desired to see the journey information for all journeys that the user role has assignment access to.
|
Comments |
Comment by Tomas Midbratt [ 2022-02-09 ] |
This is now possible. See attached image for example. |
Comment by Christopher Lilliecrona [ 2022-02-23 ] |
Tested on Västerbotten version: 22.1.84.10
Tested on Test5 version: 22.2.71.0 Improvement suggestions in linked jira: |
[CA-4944] Release/Attach floating window to main window Created: 2022-02-04 Updated: 2022-02-14 Resolved: 2022-02-04 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | 22.2.72.1_20220222_141317_C70772 |
Fix Version/s: | 22.2.72.1_20220222_141317_C70772 |
Type: | New Feature | Priority: | P0 |
Reporter: | Henrik Meyer | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() |
Team: | Y-team |
participants: |
Description |
Button on floating window to enable window to be shown independently from the main window, for example if main window is minimized the floating window stays open.
|
Comments |
Comment by Christopher Lilliecrona [ 2022-02-08 ] |
Tested on test5 version: 22.2.23.0
- Minimized - Minimized while standalone is active ( OK ) - Resized while standalone is active ( OK ) - Resized while standalone is inactive ( OK ) - Docked while standalone is active ( OK ) - Docked while standalone is inactive ( OK ) - Closed while standalone is active ( OK ) - Closed while standalone is inactive ( OK ) - Attached to lower part TS while standalone is active ( OK ) - Attached to upper part of TS while standalone is active ( OK ) - Attached to lower part TS while standalone is inactive ( OK ) - Attached to upper part of TS while standalone is inactive ( OK ) |
Comment by Christopher Lilliecrona [ 2022-02-08 ] |
Pressing Standalone button twice when TS is maximized while resize the window to a smaller version. ( BUG ) |
Comment by Christopher Lilliecrona [ 2022-02-08 ] |
Functions while in standalone mode ( OK ) |
Comment by Tomas Midbratt [ 2022-02-08 ] |
Regarding "Pressing Standalone button twice when TS is maximized while resize the window to a smaller version. ( BUG )"
The last window state is now remebered by the floating window. When unpinned the window state will be restored to its previous state. Changeset 70363 |
Comment by Christopher Lilliecrona [ 2022-02-14 ] |
Tested on test5 version 22.2.41.0 |
[CA-4943] EXTDB - Events - EventTimestamp Created: 2022-02-03 Updated: 2022-03-03 Resolved: 2022-02-03 |
|
Status: | Closed |
Project: | CA |
Component/s: | ExtDb |
Affects Version/s: | None |
Fix Version/s: | 22.2.72.1_20220222_141317_C70772 |
Type: | Bug | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | Pending |
participants: |
Description |
EventTimestamp - documented as SystemTimestamp but was same as VehicleTimestamp
Modified it to be PositionSystemTimestamp & if not available it will be MinValue i.e. 0001-01-01 |
Comments |
Comment by Christopher Lilliecrona [ 2022-02-08 ] |
Tested on test5 version: 22.2.23.0
[I4M_ExtDB].[Vehicle].[Positions] [I4M_ExtDB].[Vehicle].[LogicalPositions] |
Comment by Lars Larsson [ 2022-03-03 ] |
Ugh bugg i exporten - tar fel tid, tar EventTimestamp istället för VehicleTimestamp - kolliderar o krashar |
[CA-4940] TS(?) calls ExpandJourneyList with aptUser null Created: 2022-02-01 Updated: 2022-02-28 Resolved: 2022-02-17 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | None |
Fix Version/s: | 22.3.90.1_20220315_125545_C71510 |
Type: | Bug | Priority: | P3 |
Reporter: | Lars Hansson | Assignee: | Unassigned |
Resolution: | Done | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | AKT prod |
Team: | Y-team |
participants: |
Description |
Sometimes the service username/password sends the string "Null" to "L:\i4m\var\log\IIS_Tmix.Cap.Database\Apt\Tmix.Cap.Database.WebApp.Apt_13_79.log"
|
Comments |
Comment by Lars Hansson [ 2022-02-01 ] |
"L:\i4m\var\log\IIS_Tmix.Cap.Database\Apt\Tmix.Cap.Database.WebApp.Apt_13_79.log"
2022-02-01 07:39:21,345 [197 ] (192.168.17.9:54057) DEBUG (AptDatabaseService) - Start ExpandJourneyList, [null],[202202010],1[564747571] 2022-02-01 07:39:21,346 [197 ] (192.168.17.9:54057) ERROR (AptDatabaseService) - ExpandJourneyList Exception:Object reference not set to an instance of an object. at Tmix.Cap.Database.Library.StoredProcedures.Apt.ExpandJourneyList.GetData(Key key, Int64 networkVerId, List`1 journeyIds, Int32& errorCode) in C:\build\release\source\Tmix.Cap.Database.Library.StoredProcedures.Apt\ExpandJourneyList.cs:line 33 at Tmix.Cap.Database.Library.Wcf.Apt.Service.AptDatabaseService.ExpandJourneyList(Key key, Int64 networkVerId, List`1 idList) in C:\build\release\source\Tmix.Cap.Database.Library.Wcf.Apt.Service\AptDatabaseService.cs:line 3601 2022-02-01 07:39:21,346 [197 ] (192.168.17.9:54057) ERROR (AptDatabaseService) - ExpandJourneyList argument index: 1 value: is null 2022-02-01 07:39:21,347 [197 ] (192.168.17.9:54057) ERROR (AptDatabaseService) - ExpandJourneyList argument index: 2 value: 202202010 2022-02-01 07:39:21,347 [197 ] (192.168.17.9:54057) ERROR (AptDatabaseService) - ExpandJourneyList argument index: 3 value: [Count:1/564747571] 2022-02-01 07:39:21,378 [197 ] (192.168.17.9:54057) ERROR (ErrorHandler) - ExpandJourneyList System.Exception: ExpandJourneyList at Tmix.Cap.Database.Library.Wcf.Apt.Service.AptDatabaseService.LogAndThrowError(String descr, String errorString, Object[] args) in C:\build\release\source\Tmix.Cap.Database.Library.Wcf.Apt.Service\AptDatabaseService.cs:line 139 |
Comment by Lars Larsson [ 2022-02-17 ] |
Lägger in lite guards i TS
Changeset 70690 if (this.HasInit() == false) { log.Warn($"{LogHelper.GetMethodName()} - is not init"); return I4mDbErrorCodeManaged.I4M_DB_BAD_INIT; } Fanns innan company: if(this.aptKey == null) { result = I4mDbErrorCodeManaged.I4M_DB_BAD_INIT; } Production list: if (this.aptKey == null) return I4mDbErrorCodeManaged.I4M_DB_KEY_METHOD_BLOCKED; |
Comment by Christopher Lilliecrona [ 2022-02-28 ] |
Closing after discussion with Lars H and Lars L. |
[CA-4939] Traffic Studio - When voice communication announcement audio is configured on computers with several audio output devices with the same name, an application crash may occur Created: 2022-01-26 Updated: 2022-02-02 Resolved: 2022-01-26 |
|
Status: | Closed |
Project: | CA |
Component/s: | PTC, Tmix.Cap.Voice.Library.Plugin.Dispatcher |
Affects Version/s: | None |
Fix Version/s: | 22.1.84.1_20220201_130013_C70128, 21.16.X.X_branch |
Type: | Bug | Priority: | P1 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Boreal, TLI |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
When voice communication announcement audio is configured on computers with several audio output devices with the same name, an application crash may occur
|
Comments |
Comment by Tomas Midbratt [ 2022-01-26 - Visible by: Developers ] |
2022-01-26 14:05:35,413 [Main UI 1] ERROR (Program) - System.ArgumentException: Det er allerede lagt til et element med samme nøkkel.
ved System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) ved System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add) ved System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer) ved net.tmxp.applications.ptc.PlaySoundHandler..ctor(IEnumerable`1 soundFiles) |
Comment by Christopher Lilliecrona [ 2022-02-02 ] |
Tested on dev2 version: 22.2.4.0
Unable to reproduce crash. Status codes: 40011 - 40017 - 40037. See Picture 1 |
[CA-4938] Traffic Studio - Charging Management details view Created: 2022-01-26 Updated: 2022-02-02 Resolved: 2022-02-02 |
|
Status: | Closed |
Project: | CA |
Component/s: | Charging Management |
Affects Version/s: | None |
Fix Version/s: | 22.1.84.1_20220201_130013_C70128 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() |
Team: | Y-team |
participants: |
Description |
Reset feature moved into Details View. Reset details are shown (status, user, timestamp). Details toggle button in toolbar.
In charge point grouping number of connectors in use are shown. Start/stop remote transactions shows status (status, user, timestamp, connector id). Power summary per charger is shown. Follow on map feature button (same as vehicle history). See attached image. |
Comments |
Comment by Christopher Lilliecrona [ 2022-01-27 ] |
Tested on dev2 version: 22.1.74.0
Displaying correct percentage values as it is intergern. (OK) 350 / 100 * X = Y% Follow button: (OK) - When the follow button is activated it does redirect to the next selection. - When selected a charging point and activating the follow button, it does not redirect to the charging point. (This is not how it works in any other system, but would be good to implement.) Details menu: (OK) - Not testable in current state - Soft Reset (Keeps loading for ages, doesn't show that it gets completed.) - Hard reset (Keeps loading for ages, doesn't show that it gets completed.) - Resetting while not connected puts it in "Error" mode. (See ERROR pictures) - Should not be possible / or should not result in error. |
Comment by Tomas Midbratt [ 2022-02-02 - Visible by: Developers ] |
Changes after Mattias comments:
-Har uppdaterat Charging History. Visas med Duration och Charge kolumner. -Texten för duration eller charge visas ej längre i Status kolumner. -Språkfilerna är ändrade enligt dina önskemål i Teams. -Mus klick i grupp ”header Power group” och ”header Charge point” markerar första laddkontakten. -Dubbelklick i grupp ”header Power group” och ”header Charge point”markerar första laddkontakten och zoomar i kartan. |
Comment by Christopher Lilliecrona [ 2022-02-02 ] |
-Har uppdaterat Charging History. Visas med Duration och Charge kolumner. ( OK )
-Texten för duration eller charge visas ej längre i Status kolumner. ( OK ) -Språkfilerna är ändrade enligt dina önskemål i Teams. ( OK ) -Mus klick i grupp ”header Power group” och ”header Charge point” markerar första laddkontakten. ( NOK ) - Closes the group when pressing in between texts. Does not work at all in Power Group. -Dubbelklick i grupp ”header Power group” och ”header Charge point”markerar första laddkontakten och zoomar i kartan. ( NOK ) - Closes the group when pressing in between texts. Does not work at all in Power Group. |
Comment by Tomas Midbratt [ 2022-02-02 ] |
Fixed mouse click between texts and Power Group header klick (22.1/HEAD) |
Comment by Christopher Lilliecrona [ 2022-02-02 ] |
Dev2 version: 22.2.5.0
-Mus klick i grupp ”header Power group” och ”header Charge point” markerar första laddkontakten. ( OK ) -Dubbelklick i grupp ”header Power group” och ”header Charge point”markerar första laddkontakten och zoomar i kartan. ( OK ) |
[CA-4934] Traffic Studio - user manager - permissions Created: 2022-01-19 Updated: 2022-02-02 Resolved: 2022-01-19 |
|
Status: | Closed |
Project: | CA |
Component/s: | UserManager |
Affects Version/s: | None |
Fix Version/s: | 22.1.84.1_20220201_130013_C70128 |
Type: | Bug | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | TCB / TS-API |
Attachments: |
![]() |
||||||||||||
Issue Links: |
|
||||||||||||
Team: | Y-team | ||||||||||||
participants: |
Description |
Try disable add if lack permissions
- buttons will be disabled - lock icon on the row Try update flow so lack of permissions result in something in frontend - created a fault exception but only logs in TS TS logs after: 2022-01-19 14:28:54,015 [4 ] ERROR (I4mResourceModel) - [Resource] - AddUser with id: "0" caught an exception. System.Reflection.TargetInvocationException: Ett undantagsfel har inträffat i målet för en aktivering. ---> System.ServiceModel.FaultException: AddUserForCompany user 'lars_access' is not User Administrator. Must be in:'I4m Super Users or I4m Power Users'. TS logs before: 2022-01-11 14:44:35,972 [32 ] ERROR (I4mResourceModel) - [Resource] - AddUser with id: "0" caught an exception. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ServiceModel.FaultException: The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs. |
Comments |
Comment by Lars Larsson [ 2022-01-19 ] |
soap fault exception:
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing"> s:mustUnderstand="1">http://www.w3.org/2005/08/addressing/soap/faulturn:uuid:c150fa84-c583-4c23-b9e3-150f1b267eb9s:Permissions xml:lang="sv-SE">AddUserForCompany user 'lars_access' is not User Administrator. Must be in:'I4m Super Users or I4m Power Users'.</s:Text></s:Reason></s:Fault></s:Body></s:Envelope> |
Comment by Zenobia Cobon [ 2022-02-01 ] |
[~C.lilliecrona] detta är en lapp på y-tavlan, så jag assignar den på dig. |
Comment by Christopher Lilliecrona [ 2022-02-02 ] |
Tested on test5 on version: 22.1.84.2
|
[CA-4933] Traffic Studio - Can not edit driver company. Created: 2022-01-18 Updated: 2022-01-19 Resolved: 2022-01-18 |
|
Status: | Closed |
Project: | CA |
Component/s: | None |
Affects Version/s: | 21.16.40.1_20220112_125448_C69379 |
Fix Version/s: | 22.1.84.1_20220201_130013_C70128 |
Type: | Bug | Priority: | P2 |
Reporter: | Florian Chabin | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Traffic Studio |
Attachments: |
![]() ![]() ![]() |
||||||||||||||||
Issue Links: |
|
||||||||||||||||
Team: | Y-team | ||||||||||||||||
participants: |
Description |
Drivers in TS can not be updated/edited.
To recreate issue: - Open BC Transit Traffic Studio and go to "Drivers" tool. - Select a driver (ex: 102 - Joe Benna) and click on "update Driver". - Change company from "BC transit" to "Cowichan Valley" and save. - Change seems to be applied. - Disconnect/close TS, then reconnect. - Check Drier list, change was not saved. |
Comments |
Comment by Tomas Midbratt [ 2022-01-18 ] |
Combobox is now disabled when editing a driver. |
Comment by Christopher Lilliecrona [ 2022-01-19 ] |
Tested on version: 22.1.34.0 - BCTProd |
[CA-4932] Traffic Studio - User can change password without opening User Manager Created: 2022-01-17 Updated: 2022-02-07 Resolved: 2022-01-18 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | None |
Fix Version/s: | 22.1.84.1_20220201_130013_C70128 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | TSAPI only |
Attachments: |
![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
This feature is only available when using TSAPI as authentication method.
Enter current passward. Enter new password 2 times and press save. Status will be presented in the dialog. |
Comments |
Comment by Christopher Lilliecrona [ 2022-01-19 ] |
Tested on test5 version: 22.1.34.0
UPPERCASE (OK) lowercase (OK) $pecial (OK) lösenård (OK) spacing (NOK if used as first letter / OK if used anywhere except as first letter) num83r5 (OK) |
[CA-4929] Passenger pickup rest api >config to use gtfs journey id Created: 2022-01-13 Updated: 2022-01-13 Resolved: 2022-01-13 |
|
Status: | Closed |
Project: | CA |
Component/s: | Tmix.Cap.Mmr.WebApi.Rest.Pickup |
Affects Version/s: | 21.6.65.1_20210519_150421_C63399 |
Fix Version/s: | 21.16.40.1_20220112_125448_C69379 |
Type: | Change Request | Priority: | P0 |
Reporter: | Zenobia Cobon | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | TCB (QA) |
Attachments: |
![]() |
Team: | Pending |
participants: | |
Test Procedure: | use ps-script to add and remove jouney, using GTFS_PREDEFED_ID |
Description |
TCB would like to use Tmix.Cap.Mmr.WebApi.Rest.Pickup, but would prefer to use GTFS_PREDEFED_ID for journey.
Configuration added, "UseGtfsPreferedJourneyId" |
Comments |
Comment by Zenobia Cobon [ 2022-01-13 ] |
Tested using ps-script on tcbqa, 21.16.40.1 |
[CA-4928] Traffic Studio - Disco screenshots from TS not working when using TS API Created: 2022-01-13 Updated: 2022-01-13 Resolved: 2022-01-13 |
|
Status: | Closed |
Project: | CA |
Component/s: | Tmix.Cap.I4MFramework.WebApp.Wcf.TsApi |
Affects Version/s: | 21.13.72.1_20211112_114509_C67728 |
Fix Version/s: | 22.1.84.1_20220201_130013_C70128, 21.16.X.X_branch |
Type: | Bug | Priority: | P1 |
Reporter: | Nicklas Trygg | Assignee: | Tomas Midbratt |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
Disco screenshots from TS does not work TS API is used. Only a spinner is shown.
|
Comments |
Comment by Christopher Lilliecrona [ 2022-01-13 ] |
Tested on test5 version: 21.16.40.1
[PrtScn] button and paste into paint (Printscreen button on keyboard) - See [Picture 1] Windows snipping tool [See Picture 2] |
Comment by Zenobia Cobon [ 2022-01-13 ] |
Tested in 21.16.40.3 ... |
[CA-4927] Show affected direction in RoadSituation Created: 2022-01-13 Updated: 2022-01-14 Resolved: 2022-01-13 |
|
Status: | Closed |
Project: | CA |
Component/s: | Road Situation |
Affects Version/s: | None |
Fix Version/s: | 22.1.84.1_20220201_130013_C70128 |
Type: | New Feature | Priority: | P0 |
Reporter: | Henrik Meyer | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
Affected direction from Datex and Open511
Road situation details now shows road and direction (ie if situation contains multiple geographies, usually the same, only one road is shown at a time) |
Comments |
Comment by Christopher Lilliecrona [ 2022-01-14 ] |
Tested on dev2 version: 22.1.11.0
Tested on dev2 version: 22.1.9.0 Improvement areas: * Affected direction column sorting * Display of affected direction visuals See linked Jira. |
[CA-4926] Traffic Studio - New column for assignment source trigger Created: 2022-01-05 Updated: 2022-01-13 Resolved: 2022-01-06 |
|
Status: | Closed |
Project: | CA |
Component/s: | Assignments |
Affects Version/s: | None |
Fix Version/s: | 21.16.40.1_20220112_125448_C69379 |
Type: | Improvement | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Tomas Midbratt |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() |
Team: | Y-team |
participants: |
Description |
New column added which shows the source that triggered the row of the assignment. See attached image. The column is hidden by default.
Possible values: Unknown, Vehicle, TrafficStudio , VehicleExternal, CentralExternal, AssignmentServer, Test |
Comments |
Comment by Zenobia Cobon [ 2022-01-13 ] |
tested in i4mtest 5, 21.16.40.3 |
[CA-4925] Traffic Studio - Lines group includes faults indicator, tooltip and context menu Created: 2022-01-05 Updated: 2022-02-02 Resolved: 2022-02-01 |
|
Status: | Closed |
Project: | CA |
Component/s: | Lines |
Affects Version/s: | None |
Fix Version/s: | 22.1.84.1_20220201_130013_C70128 |
Type: | Improvement | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() |
Team: | Y-team |
participants: |
Description |
In the line group header a fault indicator is shown if any of the vehicles in the group have an active fault. Also a context menu was added for easy access to the line features. Se attached image.
|
Comments |
Comment by Christopher Lilliecrona [ 2022-01-17 ] |
Tested on test5 version 21.16.40.9.
- There are cases where there error triangle doesn't display at the drop down menu for each company line. See [Picture 1]-1 - Not on line does not display the error triangle at all. See [Picture 1]-2 |
Comment by Tomas Midbratt [ 2022-02-01 ] |
Added triangle to vehicles not on line as well. Updated tooltip with counter. |
Comment by Christopher Lilliecrona [ 2022-02-02 ] |
Tested on test5 version 22.1.84.2 |
[CA-4924] External Api - added system events Created: 2022-01-04 Updated: 2022-01-19 Resolved: 2022-01-04 |
|
Status: | Closed |
Project: | CA |
Component/s: | External-api |
Affects Version/s: | None |
Fix Version/s: | 21.16.40.1_20220112_125448_C69379 |
Type: | New Feature | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
Norgesbuss - Ruter - Oslo Sør
MQTT |
Team: | Pending |
participants: | |
Test Procedure: | lars_api:lars_api |
Description |
Let system events (backoffice events) flow out thru external api with a datastructure similiar to ext-db (just key-values).
Tmix.Cap.Gateway.Process.ExternalAms - topic: cts/ext/ams/# Tmix.Cap.ExternalApi.Process.MqttGateway - topic: cts/ext/api/# Tmix.Cap.ExternalApi.Process.VehicleEvents - https://i4mdev2.tmix.se/Tmix.Cap.ExternalApi/ - vehicle event studio https://i4mdev2.tmix.se/Tmix.Cap.ExternalApi.VehicleEventStudio/ |
Comments |
Comment by Christopher Lilliecrona [ 2022-01-19 ] |
Tested by Zenobia Cabon. |
[CA-4923] Eventgenerator does not reload report sheets correctly. Created: 2022-01-04 Updated: 2022-01-13 Resolved: 2022-01-04 |
|
Status: | Closed |
Project: | CA |
Component/s: | Events |
Affects Version/s: | 21.9.67.1_20210818_135359_C65176 |
Fix Version/s: | 21.16.40.1_20220112_125448_C69379 |
Type: | Bug | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Tomas Midbratt |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Nordlandsbuss, affects all systems. |
Team: | Y-team |
participants: |
Description |
When report sheets are imported the event generator should reload report sheet every 30 minutes.
|
Comments |
Comment by Tomas Midbratt [ 2022-01-04 ] |
Report sheets and configuration are now read every 30 minutes. |
Comment by Christopher Lilliecrona [ 2022-01-13 ] |
Tested on test5 version: 21.16.40.1
tested on Nordlandsbuss version: 21.14.67.26 |
[CA-4921] Traffic Studio - Added percentage bar to Power group Created: 2021-12-22 Updated: 2022-01-18 Resolved: 2022-01-05 |
|
Status: | Closed |
Project: | CA |
Component/s: | Charging Management |
Affects Version/s: | None |
Fix Version/s: | 21.16.40.1_20220112_125448_C69379 |
Type: | Improvement | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Bergkvara, Vy m.fl. |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
Percentage bar showing the power percentage graphically has been added. Se attached image. Also drawing performance is improved.
|
Comments |
Comment by Christopher Lilliecrona [ 2022-01-13 ] |
This Jira is on hold due to re-designing of the percentage bar.
(No bugs found as of this comment) |
Comment by Christopher Lilliecrona [ 2022-01-18 ] |
Re-design won't affect branch, only added on branch.
Closing |
[CA-4920] Its4Depot - Improvements to css, responsiveness, etc. Created: 2021-12-22 Updated: 2022-01-12 Resolved: 2021-12-22 |
|
Status: | Closed |
Project: | CA |
Component/s: | Its4Depot |
Affects Version/s: | 21.16.40.1_20220112_125448_C69379 |
Fix Version/s: | 21.16.40.1_20220112_125448_C69379 |
Type: | Improvement | Priority: | P0 |
Reporter: | Julie Lindgren | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Its4Depot | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | Pending |
participants: |
Description |
- Added some responsiveness (still a min width for smaller browser, but scales to wider browser)
- Moved all common css code from Default.css to common.css - Styled tables, added margins to certain elements - Done to all current styles |
Comments |
Comment by Christopher Lilliecrona [ 2022-01-12 ] |
Tested on https://i4mtest5.tmix.se/Its4Depot/
Firefox Chrome Edge Explorer |
[CA-4919] Traffic Studio - Traffic Tasks Added Columns to Excel File Created: 2021-12-17 Updated: 2021-12-21 Resolved: 2021-12-17 |
|
Status: | Closed |
Project: | CA |
Component/s: | IMFace |
Affects Version/s: | 21.15.57.1_20211220_155817_C69070 |
Fix Version/s: | 21.15.57.1_20211220_155817_C69070 |
Type: | Improvement | Priority: | P0 |
Reporter: | Julie Lindgren | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | Pending |
participants: |
Description |
Added extra columns to the Excel file after TCB's request to be able to see Reference ID.
- Properties - Reference ID - Created by program - External Reference |
Comments |
Comment by Christopher Lilliecrona [ 2021-12-21 ] |
Tested on TCBQA version: 21.16.1.0
|
[CA-4918] Traffic Studio - Possibility to create dynamic journey from the journey template view. Created: 2021-12-16 Updated: 2022-01-12 Resolved: 2021-12-17 |
|
Status: | Closed |
Project: | CA |
Component/s: | Planned traffic explorer /dbviewer |
Affects Version/s: | None |
Fix Version/s: | 21.15.57.1_20211220_155817_C69070 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Västtrafik |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
Edit time and comment in Journey template view and press button to create a new journey.
|
Comments |
Comment by Christopher Lilliecrona [ 2022-01-12 ] |
Tested on Test5 version: 21.15.57.3
Past/Present/Future dynamic journeys Time modified Non-comment / comment |
[CA-4917] Traffic Studio - Filtered map fom Traffic Status Created: 2021-12-16 Updated: 2021-12-28 Resolved: 2021-12-16 |
|
Status: | Closed |
Project: | CA |
Component/s: | TiledMap, Traffic Status |
Affects Version/s: | None |
Fix Version/s: | 21.15.57.1_20211220_155817_C69070 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | VT RT694 |
Attachments: |
![]() ![]() ![]() ![]() |
Team: | Y-team |
participants: |
Description |
From Traffic Status a map can be opened which is filtered by the Traffic status section initiated the map. For example all vehicles running dynamic journeys.
Map is zoomed to a rectangle that can show all items shown using the filter. If an object is going outside the initial zoom level the map will zoom out. |
Comments |
Comment by Christopher Lilliecrona [ 2021-12-28 ] |
Tested on version: 21.16.18.0
Dynamic Filter: OK Map Zoom In: OK Map Zoom Out: OK (See Picture 1, Picture 2, And Picture 3) Relocate after moved: OK |
[CA-4916] Traffic Studio - Poor application performance when grouping Charging points Created: 2021-12-14 Updated: 2022-01-18 Resolved: 2021-12-14 |
|
Status: | Closed |
Project: | CA |
Component/s: | Charging Management |
Affects Version/s: | None |
Fix Version/s: | 21.15.57.1_20211220_155817_C69070, 21.14.X.X_branch |
Type: | Bug | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Bergkvara, Nettbuss (Vy) |
Team: | Y-team |
participants: |
Description |
Application is unresponsive at times. If Chargin points view is closed, issues stops.
|
Comments |
Comment by Tomas Midbratt [ 2021-12-14 ] |
Prevent Automation peer to retrive data for I4m controls |
Comment by Christopher Lilliecrona [ 2022-01-12 ] |
Tested at dev2 version: 22.1.1.0
Unable to reproduce, leaving open as spike testing. |
Comment by Christopher Lilliecrona [ 2022-01-18 ] |
Closing as I'm unable to reproduce the issue. |
[CA-4915] Traffic Studio: Traffic Changes grouped Created: 2021-12-10 Updated: 2021-12-13 Resolved: 2021-12-10 |
|
Status: | Closed |
Project: | CA |
Component/s: | IMFace, Traffic Studio General |
Affects Version/s: | 21.14.X.X_branch |
Fix Version/s: | 21.15.57.1_20211220_155817_C69070 |
Type: | Improvement | Priority: | P0 |
Reporter: | Christopher Lilliecrona | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() |
Team: | Y-team |
participants: |
Description |
In addition to changing the names to Traffic Changes and New Traffic Changes, they are now being grouped the same as "Planned Traffic" in the "Tools" drop down.
Old: See [Picture 1] Updated: See [Picture 2] |
Comments |
Comment by Christopher Lilliecrona [ 2021-12-13 ] |
Tested on test5 version: 21.15.28.0 |
[CA-4914] Traffic Studio: Exit and Logout moved Created: 2021-12-10 Updated: 2021-12-13 Resolved: 2021-12-10 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | 21.14.X.X_branch |
Fix Version/s: | 21.15.57.1_20211220_155817_C69070 |
Type: | Improvement | Priority: | P0 |
Reporter: | Christopher Lilliecrona | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() |
Team: | Y-team |
participants: |
Description |
In Traffic Studio/File the Logout and Exit options where located in the middle of the dropdown. See [Picture 1]
This has now been changed and they are located at the bottom of the dropdown. See [Picture 2] |
Comments |
Comment by Christopher Lilliecrona [ 2021-12-13 ] |
Tested on test5 version: 21.15.28.0
Logout minor issue where it gives and error message when logging out. Not related to the moving of position [This Jira]. |
[CA-4913] Traffic Studio - Charging Management Power Group summary Created: 2021-12-08 Updated: 2021-12-10 Resolved: 2021-12-08 |
|
Status: | Closed |
Project: | CA |
Component/s: | Charging Management |
Affects Version/s: | None |
Fix Version/s: | 21.15.57.1_20211220_155817_C69070 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
Power summary per group is now shown in the header
|
Comments |
Comment by Tomas Midbratt [ 2021-12-08 ] |
As promised during Sprint review |
Comment by Zenobia Cobon [ 2021-12-10 ] |
Tested in dev 2 21.15.25.0 |
[CA-4912] Traffic Studio - dynamic journey - 21.15 Created: 2021-12-08 Updated: 2022-02-14 Resolved: 2022-01-05 |
|
Status: | Closed |
Project: | CA |
Component/s: | Station Manager |
Affects Version/s: | None |
Fix Version/s: | 21.15.57.1_20211220_155817_C69070 |
Type: | Task | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | VT - RT694 |
Issue Links: |
|
||||||||
Team: | Pending | ||||||||
participants: |
Description |
* Station manager
- handle dynamic journeys, remove templates from journey type filter - bugfixes * APC passenger report - remove template from journey type filter |
Comments |
Comment by Zenobia Cobon [ 2022-01-14 ] |
Tested in FTM 21.1.1.0 |
[CA-4911] Traffic Studio - Additional playback devices for audio notifications Created: 2021-12-06 Updated: 2022-01-14 Resolved: 2021-12-21 |
|
Status: | Closed |
Project: | CA |
Component/s: | Tmix.Cap.Voice.Library.Plugin.Dispatcher |
Affects Version/s: | None |
Fix Version/s: | 21.16.40.1_20220112_125448_C69379, 21.15.X.X_branch |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | TLI |
Attachments: |
![]() ![]() ![]() |
Team: | Y-team |
participants: |
Description |
It is possible to select an additional playback device for alarms, warnings and incoming audio notifications.
Main and secondary device can be turned on/off- |
Comments |
Comment by Christopher Lilliecrona [ 2022-01-14 ] |
Tested on test5 version: 21.16.40.1
TLI role with Tetra connectivity Server Manager and I4M TCS test. Dual sound sources PtcConfigurationBaseTLI GUI Controls |
[CA-4910] Traffic Studio: Geofence save icon not alligning Created: 2021-12-06 Updated: 2022-01-12 Resolved: 2022-01-12 |
|
Status: | Closed |
Project: | CA |
Component/s: | Geofence, Traffic Studio General |
Affects Version/s: | 21.15.57.1_20211220_155817_C69070, 21.14.X.X_branch |
Fix Version/s: | 21.16.40.1_20220112_125448_C69379 |
Type: | Bug | Priority: | P3 |
Reporter: | Christopher Lilliecrona | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | I4MTest5 |
Attachments: |
![]() ![]() |
Team: | Y-team |
participants: |
Description |
When the lower TS window is raised above a certain height. The Save icon for editing geofences get hidden underneat the [V] scroll symbol. (See Picture 1 and Picture 2)
|
Comments |
Comment by Lars Larsson [ 2022-01-12 ] |
Remove scaling i.e. * in height so it will not stretch to maximize height
Added scrollviewer |
Comment by Christopher Lilliecrona [ 2022-01-12 ] |
Tested on version 21.16.39.0 (Issue persists)
Tested on version 21.16.40.0 (Issue solved) |
[CA-4909] Road situation - version 3.2 Created: 2021-12-06 Updated: 2021-12-09 Resolved: 2021-12-06 |
|
Status: | Closed |
Project: | CA |
Component/s: | Road Situation |
Affects Version/s: | None |
Fix Version/s: | 21.15.57.1_20211220_155817_C69070 |
Type: | Task | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central, Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Pending | ||||||||
participants: |
Description |
Updated schemas & changed code to use 3.2 instead of 3.0
I.e. trafikverket uses 3.0 while vegvesendet uses later. Made small change to be compatible. |
Comments |
Comment by Zenobia Cobon [ 2021-12-09 ] |
both files are modiefied for easier winmerge.
Compared files Datex2 version 2 and 3. some diff in order.... Situations with Id satrting with NPRA_VL_... missing from version 3. LL has sent mail to Datex asking about this |
Comment by Zenobia Cobon [ 2021-12-09 ] |
Tested in I4mtest5 21.15.22.0, with remaining questings for Datex- norway |
[CA-4908] Road situation - vegvesendet Created: 2021-12-03 Updated: 2021-12-09 Resolved: 2021-12-03 |
|
Status: | Closed |
Project: | CA |
Component/s: | Road Situation |
Affects Version/s: | 21.10.97.20_20210921_192937_C66149, 21.12.60.1_20211020_131523_C66947 |
Fix Version/s: | 21.10.X.X_branch, 21.12.X.X_branch, 21.15.57.1_20211220_155817_C69070, 21.14.X.X_branch |
Type: | Task | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central, Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
Norway
* skyss - 21.10 (bin_patch) * boreal - 21.12 (bin_patch) * agder/akt - 21.12 * nordland - 21.12 |
Issue Links: |
|
||||||||||||||||||||||||
Team: | Y-team | ||||||||||||||||||||||||
participants: | |||||||||||||||||||||||||
Test Procedure: | Road situation - version 3.2
http://its4mobility.com/jira/browse/CA-4909 |
Description |
Updated process to have document processors
* Remove known bad data from vegvesendet * Log validation summary * Sort xml elements * Save data in more steps & more readable Compare our intrenal result between DATEX2 v2 & v3 from vegvesendet Fixed buggs in v2 & v3 from comparison ----- Email "DATEX2 - situation" Försök till summering http://its4mobility.com/jira/browse/BORETICK-619 https://its4mobility.com/jira/browse/SKYTICK-718 http://its4mobility.com/jira/browse/AKTTIC-1158 Dokumentet: http://its4mobility.com/jira/browse/BORETICK-596 https://www.vegvesen.no/om-oss/om-organisasjonen/apne-data/datex/ |
Comments |
Comment by Lars Larsson [ 2021-12-06 ] |
Frågade även om vissa ärenden som försvann:
subject: RE: DATEX2 - situation Slutligen det som jag förvirrat mig själv runt var att version 2 innehåller id enligt: NPRA_VL_290413 (antar en särskild källa) men dessa återfinns inte i version 3 |
Comment by Zenobia Cobon [ 2021-12-09 ] |
Tested in I4mtest5 21.15.22.0, with remaining questings for Datex- norway |
[CA-4906] TS- super user settings lost after backend restart Created: 2021-12-02 Updated: 2021-12-06 Resolved: 2021-12-06 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | 21.14.67.1_20211201_144003_C68414 |
Fix Version/s: | 21.15.57.1_20211220_155817_C69070 |
Type: | Bug | Priority: | P0 |
Reporter: | Zenobia Cobon | Assignee: | Tomas Midbratt |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | I4mtest5 |
Team: | Pending |
participants: |
Description |
After backend restart, an ongoing session of TS (superuser) loses its priveleges, failed asscess...
User should ba able to log in again, whithout restarting TS. |
Comments |
Comment by Zenobia Cobon [ 2021-12-06 ] |
Tested in i4mtest5 21.15.11.0, by restarting backend nm-processes as well as web-services. |
[CA-4905] Faster handling of fleet in depot when importing traffic data Created: 2021-12-01 Updated: 2021-12-08 Resolved: 2021-12-03 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Data Importer |
Affects Version/s: | 21.10.X.X_branch |
Fix Version/s: | 21.13.72.1_20211112_114509_C67728, 21.15.57.1_20211220_155817_C69070 |
Type: | Improvement | Priority: | P2 |
Reporter: | Lars Hansson | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
Team: | X-team |
participants: |
Description |
Faster handling of fleet in depot when importing traffic data, resource-names are cached at startup and not received for every upload/connect to depot.
Which should result in the dataimport taking less time than before. |
Comments |
Comment by Lars Hansson [ 2021-12-03 ] |
EX logs before and after update:
before: ca 4.5 secs 2021-12-02 01:14:52.983 Will login to depot depotHost:127.0.0.1,depotPort:8081,username:TdimportUtils.ResourceDepotHandler,password:,depotOperator:op-tfnsw-tcb 2021-12-02 01:14:57.397 Found resource=BIB_7898_DEFAULT__20211201_004022 2021-12-02 01:14:57.398 Will replace oldRes:BIB_7898_DEFAULT__20211201_004022 with new res:BIB_7898_DEFAULT__20211201_220001 in nodegroup:f-tfnsw-tcb-wj_and_gl_lowrey 2021-12-02 01:14:57.442 done, will connect resource bib to fleet f-tfnsw-tcb-wj_and_gl_lowrey in depotOp op-tfnsw-tcb after: ca 0.6 secs 2021-12-03 23:57:59.846 Will login to depot depotHost:10.0.2.9,depotPort:8081,username:TdimportUtils.ResourceDepotHandler,password:,depotOperator:op-tfnsw-tcb 2021-12-03 23:58:00.409 Found resource=BIB_7898_DEFAULT__20211203_004306 2021-12-03 23:58:00.409 Will replace oldRes:BIB_7898_DEFAULT__20211203_004306 with new res:BIB_7898_DEFAULT__20211203_220000 in nodegroup:f-tfnsw-tcb-wj_and_gl_lowrey 2021-12-03 23:58:00.471 done, will connect resource bib to fleet f-tfnsw-tcb-wj_and_gl_lowrey in depotOp op-tfnsw-tcb |
Comment by Christopher Lilliecrona [ 2021-12-08 ] |
Tested on TCB Prod server - Compared data before and after changes see picture [Calculations].
Tested on TCB QA server - Compared data to prod Verfied imported BIB-Zip data Verfied imported BIB-APT data |
[CA-4904] Faster datahandling when importing data Created: 2021-12-01 Updated: 2021-12-08 Resolved: 2021-12-03 |
|
Status: | Closed |
Project: | CA |
Component/s: | APT |
Affects Version/s: | 21.10.X.X_branch |
Fix Version/s: | 21.13.72.1_20211112_114509_C67728, 21.15.57.1_20211220_155817_C69070 |
Type: | Improvement | Priority: | P2 |
Reporter: | Lars Hansson | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
Team: | X-team |
participants: |
Description |
Faster removing of data when importing data into APT-database.
Which should result in the dataimport taking less time than before. |
Comments |
Comment by Lars Hansson [ 2021-12-03 ] |
before update aprox 50 sec
2021-11-27 22:47:32.067 DEL_UNREF_APTTEST,[E:\i4m\bin\Tmix.Cap.Tdimport.Program.TdimportUtils.exe][SqlCmdExecuter -M -S 10.0.2.8 -d APT_TEST -U i4m -P hOjC2Dt2NvRyq4t6cLui -b -Q "exec I4M_DI2_REMOVE_DATA_AFTER_IMPORT @pSystemInstanceId=1,@pNetworkVersion=1"] Tmix.Cap.Tdimport.Program.TdimportUtils.exe STARTED 2021-11-27 22:47:32.708 STDOUT Tmix.Cap.Tdimport.Program.TdimportUtils.exe call sp I4M_DI2_REMOVE_DATA_AFTER_IMPORT 2021-11-27 22:48:20.258 STDOUT Tmix.Cap.Tdimport.Program.TdimportUtils.exe Done I4M_DI2_REMOVE_DATA_AFTER_IMPORT 2021-11-27 22:48:20.258 STDOUT Tmix.Cap.Tdimport.Program.TdimportUtils.exe seconds:47.5965193,exitValue:0 2021-11-27 22:48:20.336 DEL_UNREF_APTTEST Tmix.Cap.Tdimport.Program.TdimportUtils.exe ENDED |
Comment by Lars Hansson [ 2021-12-03 ] |
after update approx 15 secs
2021-12-03 22:55:13.751 DEL_UNREF_APTTEST,[E:\i4m\bin\Tmix.Cap.Tdimport.Program.TdimportUtils.exe][SqlCmdExecuter -M -S 10.0.2.8 -d APT_TEST -U i4m -P hOjC2Dt2NvRyq4t6cLui -b -Q "exec I4M_DI2_REMOVE_DATA_AFTER_IMPORT @pSystemInstanceId=1,@pNetworkVersion=1"] Tmix.Cap.Tdimport.Program.TdimportUtils.exe STARTED 2021-12-03 22:55:14.329 STDOUT Tmix.Cap.Tdimport.Program.TdimportUtils.exe Command line: "E:\i4m\bin\Tmix.Cap.Tdimport.Program.TdimportUtils.exe" SqlCmdExecuter -M -S 10.0.2.8 -d APT_TEST -U i4m -P hOjC2Dt2NvRyq4t6cLui -b -Q "exec I4M_DI2_REMOVE_DATA_AFTER_IMPORT @pSystemInstanceId=1,@pNetworkVersion=1" 2021-12-03 22:55:14.407 STDOUT Tmix.Cap.Tdimport.Program.TdimportUtils.exe call sp I4M_DI2_REMOVE_DATA_AFTER_IMPORT 2021-12-03 22:55:29.704 STDOUT Tmix.Cap.Tdimport.Program.TdimportUtils.exe Done I4M_DI2_REMOVE_DATA_AFTER_IMPORT 2021-12-03 22:55:29.704 STDOUT Tmix.Cap.Tdimport.Program.TdimportUtils.exe seconds:15.34399,exitValue:0 2021-12-03 22:55:29.720 DEL_UNREF_APTTEST Tmix.Cap.Tdimport.Program.TdimportUtils.exe ENDED |
Comment by Christopher Lilliecrona [ 2021-12-08 ] |
Tested on TCB Prod server - Compared data before and after changes see picture [Calculations].
Tested on TCB QA server - Compared data to prod |
[CA-4903] Traffic Studio - general / status bar - showing current filter setup Created: 2021-12-01 Updated: 2021-12-02 Resolved: 2021-12-02 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | None |
Fix Version/s: | 21.14.67.1_20211201_144003_C68414 |
Type: | Task | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() |
Team: | Pending |
participants: |
Description |
Not really targeted for customer but to save time knowing what type of global filters that are currently active for a certain role in traffic studio.
* System Instance * Has company filter * Has principality filter * Active line group (reminder) |
Comments |
Comment by Zenobia Cobon [ 2021-12-02 ] |
personligen tycker jag det är bättre om texten är vänsterställd, då får man också större möjlighet att texter får plats... se image space... |
Comment by Zenobia Cobon [ 2021-12-02 ] |
Tested in i4mtest5 21.14.67.3 |
[CA-4902] Traffic Studio - planned traffic - list principality Created: 2021-11-30 Updated: 2021-12-02 Resolved: 2021-11-30 |
|
Status: | Closed |
Project: | CA |
Component/s: | Planned traffic explorer /dbviewer |
Affects Version/s: | None |
Fix Version/s: | 21.14.67.1_20211201_144003_C68414 |
Type: | New Feature | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
Team: | Pending |
participants: |
Description |
First step - show which principalties available/accesss to.
No detail view. |
Comments |
Comment by Lars Larsson [ 2021-11-30 ] |
Icon is on todo in design & will be updated. Done |
Comment by Zenobia Cobon [ 2021-12-02 ] |
Tested in i4mtest 5 and dev 2 21.14.67.3 and HEAD |
[CA-4901] Traffic Studio - Moved Time Interval Control in Assignments, Block/Duty View Created: 2021-11-30 Updated: 2021-12-02 Resolved: 2021-11-30 |
|
Status: | Closed |
Project: | CA |
Component/s: | Assignments, Block graph/DbViewer |
Affects Version/s: | 21.14.67.1_20211201_144003_C68414 |
Fix Version/s: | 21.14.67.1_20211201_144003_C68414 |
Type: | Improvement | Priority: | P0 |
Reporter: | Julie Lindgren | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Pending | ||||||||
participants: |
Description |
- Moved the Time Interval Slider to the top, to be grouped with other controllers (and to match Vehicle History) in Block/Duty Graphs and Assignments.
- Reduced its height |
Comments |
Comment by Christopher Lilliecrona [ 2021-12-02 ] |
Non-issue (Aesthetic issue): Right slider box becomes white and non-interactive when the slider is all the way to the right. (See Picture 1)
When the the slider is all the way to the left the Left slider box is still interactive and does not change appearance. (See Picture 2) Should be one or the other, not both simultaneous. This applies in Assignments, Duty Graph, Block Graph, and Vehicle History. |
[CA-4900] Traffic Studio - Name & icon change for Traffic Information tools Created: 2021-11-25 Updated: 2021-12-02 Resolved: 2021-11-25 |
|
Status: | Closed |
Project: | CA |
Component/s: | Customer Support, IMFace |
Affects Version/s: | 21.14.67.1_20211201_144003_C68414 |
Fix Version/s: | 21.14.67.1_20211201_144003_C68414 |
Type: | Improvement | Priority: | P0 |
Reporter: | Julie Lindgren | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | Pending |
participants: |
Description |
New names for Traffic Information & New Traffic Information in English, Swedish and Norwegian, after team discussion.
- Traffic Information -> Traffic Changes / Trafikändringar / Trafikkendringer - New Traffic Information -> New Traffic Changes / Nya trafikändringar / Nye trafikkendringer. New icons for Traffic Information & New Traffic Information - Traffic Changes: An edit pen in a circle - New Traffic Changes: An edit pen in a circle, with a + symbol superimposed. Changeset # 68250 |
Comments |
Comment by Christopher Lilliecrona [ 2021-12-02 ] |
English:
Toolbar top - OK (Wee bit blurry) Tools - OK File/Settings - OK Toolbar left - OK Toolbar bottom - OK Short run - OK Cancel journey - OK Passenger pickup - OK Stop Point Meny - OK (Different naming convention from Swedish and Norweigan "Traffic Changes" insted of "Active Traffic Changes" Norweigan: Toolbar top - OK (Wee bit blurry) Tools - OK File/Settings - OK (Different naming convention "Instillinger Trafikkendringer") Toolbar left - OK Toolbar bottom - OK Short run - OK Cancel journey - OK Passenger pickup - OK Stop Point Meny - OK Swedish: Toolbar top - OK (Wee bit blurry) Tools - OK File/Settings - OK Toolbar left - OK Toolbar bottom - OK Short run - OK Cancel journey - OK Passenger pickup - OK Stop Point Meny - OK |
Comment by Christopher Lilliecrona [ 2021-12-02 ] |
Tested on Test5API version: 21.14.67.3 |
[CA-4899] Traffic Studio - Charging Management Power Groups Created: 2021-11-24 Updated: 2021-12-08 Resolved: 2021-11-25 |
|
Status: | Closed |
Project: | CA |
Component/s: | Charging Management |
Affects Version/s: | None |
Fix Version/s: | 21.14.67.1_20211201_144003_C68414 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
Connectors can be grouped by power groups. Max power pwer group is shown in the group header. New column for power group and power.
See image attached. |
Comments |
Comment by Christopher Lilliecrona [ 2021-12-06 ] |
Tested on dev2 version 21.15.9.0 |
[CA-4897] Traffic Studio - Map editing includes scale indicator Created: 2021-11-22 Updated: 2021-11-29 Resolved: 2021-11-23 |
|
Status: | Closed |
Project: | CA |
Component/s: | TiledMap |
Affects Version/s: | None |
Fix Version/s: | 21.14.67.1_20211201_144003_C68414 |
Type: | Improvement | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
Map editing includes scale indicator on the bottom left corder.
|
Comments |
Comment by Christopher Lilliecrona [ 2021-11-24 ] |
Tested on Test5API version: 21.14.47.0
Road situation - OK Geofences - OK |
[CA-4896] Traffic Studio - dynamic journey using journey pattern Created: 2021-11-22 Updated: 2021-12-02 Resolved: 2021-12-02 |
|
Status: | Closed |
Project: | CA |
Component/s: | Assignments, Planned traffic explorer /dbviewer, Traffic Studio General |
Affects Version/s: | None |
Fix Version/s: | 21.14.67.1_20211201_144003_C68414 |
Type: | New Feature | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | VT - RT694 |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
System settings
- new connection for AptServer General: - "journey status" - include text for dynamic flag & disable hex number - reuse reinforcement icon for dynamic (so the same blue plus for dynamic) Assignment - new subview "dynamic" - list journey of type "dynamic" - list journey of type "journey template" as input to create a new one Active vehicle - column "journey type" - rework header / search into a control Vehicle history - column "journey type" |
Comments |
Comment by Lars Larsson [ 2021-11-22 ] |
Need to add connection - do we have nice merge?
INSERT INTO [I4M].[FRAMEWORK].[CM_DataSource] SELECT dsApt.Id_Configuration, dsApt.Id_Model, 'AptServerConnectionKey', dsApt.connectionString, dsApt.enabled, dsApt.timeout, GETUTCDATE(), dsAPt.readOnly FROM [I4M].[FRAMEWORK].[CM_Configuration] c INNER join [I4M].[FRAMEWORK].[CM_DataSource] dsApt on c.Id_Configuration = dsApt.Id_Configuration and dsApt.connectionType = 'apt' left join [I4M].[FRAMEWORK].[CM_DataSource] ds on c.Id_Configuration = ds.Id_Configuration and ds.connectionType = 'AptServerConnectionKey' where c.configType = 1 and ds.connectionType IS NULL AND dsApt.connectionType IS NOT NULL |
[CA-4895] Traffic Studio - Saving configuration fails when selecting many principalities Created: 2021-11-22 Updated: 2021-11-23 Resolved: 2021-11-22 |
|
Status: | Closed |
Project: | CA |
Component/s: | Configuration Manager |
Affects Version/s: | 21.12.60.1_20211020_131523_C66947 |
Fix Version/s: | 21.12.60.17_20211122_121722_C68017, 21.14.67.1_20211201_144003_C68414, 21.13.X.X_branch |
Type: | Bug | Priority: | P0 |
Reporter: | Nicklas Trygg | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
Saving configuration fails when selecting many principalities.
|
Comments |
Comment by Tomas Midbratt [ 2021-11-22 ] |
From log files:
2021-11-19 13:00:32,565 [5 ] INFO (I4mConfigMgmtModel) - Saving configuration to database for username:'', group:'I4m ITS4_Trafikkleder_Driftssentral_Tr.heim', computer:'' in 'http://192.168.170.15/Tmix.Cap.I4MFramework.Config/17.2/ConfigMgmt.svc' 2021-11-19 13:00:32,761 [5 ] ERROR (I4mConfigMgmtModel) - Error writing configuration to database: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ServiceModel.FaultException: Error in CreateOrUpdateDbConfiguration.AddData Server stack trace: at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Tmix.Cap.I4MFramework.Library.Wcf.Cfg.Contract.IConfigMgmt.CreateOrUpdateDbConfigurations(CmDbConfigurations cmDbConfigurations) --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Tmix.Cap.Platform.Library.ServiceModel.ServiceClientProxy`1.Invoke(IMessage msg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Tmix.Cap.I4MFramework.Library.Wcf.Cfg.Contract.IConfigMgmt.CreateOrUpdateDbConfigurations(CmDbConfigurations cmDbConfigurations) at net.tmxp.i4mframeworkmodel.I4mConfigMgmtModel.CreateOrUpdateDbConfigurations(CmDbConfigurations cmDbConfigurations, String groupName) 2021-11-19 13:00:32,763 [5 ] ERROR (I4mConfigMgmtModel) - Failed to save configuration to database for 'username:'', group:'I4m ITS4_Trafikkleder_Driftssentral_Tr.heim', computer:'' in 'http://192.168.170.15/Tmix.Cap.I4MFramework.Config/17.2/ConfigMgmt.svc''. net.tmxp.i4mframeworkmodel.I4mDbErrorException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ServiceModel.FaultException: Error in CreateOrUpdateDbConfiguration.AddData Server stack trace: at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Tmix.Cap.I4MFramework.Library.Wcf.Cfg.Contract.IConfigMgmt.CreateOrUpdateDbConfigurations(CmDbConfigurations cmDbConfigurations) --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Tmix.Cap.Platform.Library.ServiceModel.ServiceClientProxy`1.Invoke(IMessage msg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at Tmix.Cap.I4MFramework.Library.Wcf.Cfg.Contract.IConfigMgmt.CreateOrUpdateDbConfigurations(CmDbConfigurations cmDbConfigurations) at net.tmxp.i4mframeworkmodel.I4mConfigMgmtModel.CreateOrUpdateDbConfigurations(CmDbConfigurations cmDbConfigurations, String groupName) --- End of inner exception stack trace --- at net.tmxp.i4mframeworkmodel.I4mConfigMgmtModel.CreateOrUpdateDbConfigurations(CmDbConfigurations cmDbConfigurations, String groupName) at net.tmxp.i4mframeworkmodel.I4mConfigMgmtModel.WriteConfigUserGroupToDB(String userName, String groupName, String computer, Int32 configType) 2021-11-19 13:00:34,835 [5 ] DEBUG (I4mAsyncCallDispatcherControlInvoke) - Finishing:<ActionCaller>b__0 2021-11-19 13:00:34,835 [Main UI 1] DEBUG (I4mAsyncCallDispatcherControlInvoke) - Call queued method: <LoadAllConfigurations>b__0, type: I4mFrameWork.ConfigurationManagerViewModel+<>c__DisplayClass29_0, success: True 2021-11-19 13:00:35,046 [5 ] DEBUG (I4mAsyncCallDispatcherControlInvoke) - Finishing:<ActionCaller>b__0 2021-11-19 13:00:39,028 [Main UI 1] INFO (I4mFrameWork) - Attempting to load configuration 2021-11-19 13:00:39,030 [55 ] INFO (I4mConfigMgmtModel) - Loading configuration from database for username: nicklas.trygg, group: I4m ITS4_Trafikkleder_Driftssentral_Tr.heim, computer: CONSAT-18-0496 2021-11-19 13:00:39,201 [55 ] INFO (I4mConfigMgmtModel) - Using the following configurations:'Type:Group Id:578', 'Type:User Id:621'. 2021-11-19 13:00:39,226 [55 ] INFO (I4mFrameWork) - Read configuration for:I4m ITS4_Trafikkleder_Driftssentral_Tr.heim\nicklas.trygg\CONSAT-18-0496 2021-11-19 13:00:39,406 [Main UI 1] DEBUG (I4mWidgetManager) - Creating module class 'I4mStatistics.StatisticsModule' in assembly I4mStatistics, Version=12.13.5.0, Culture=neutral, PublicKeyToken=null |
Comment by Christopher Lilliecrona [ 2021-11-23 ] |
Tested on version 21.12.60.17 (Issue presisted)
Tested on version 21.12.60.18 (Issue fixed) Tested on version 21.14.42.0 (Issue presisted) Tested on version 21.14.43.0 (Issue fixed) |
[CA-4892] Traffic Studio - When a company have no initial event configurations, the configuration list will be empty. Created: 2021-11-12 Updated: 2021-11-15 Resolved: 2021-11-12 |
|
Status: | Closed |
Project: | CA |
Component/s: | Events |
Affects Version/s: | 21.12.60.1_20211020_131523_C66947 |
Fix Version/s: | 21.13.72.1_20211112_114509_C67728 |
Type: | Bug | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
When a company have no initial event configurations, the configuration list will be empty. Se example in the attached image.
|
Comments |
Comment by Christopher Lilliecrona [ 2021-11-15 ] |
Tested on Test5API version 21.13.72.3. |
[CA-4888] Traffic Studio - Removal of schemas.microsoft.com/expression/2010/drawing Created: 2021-11-09 Updated: 2021-11-15 Resolved: 2021-11-09 |
|
Status: | Closed |
Project: | CA |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | 21.13.72.1_20211112_114509_C67728 |
Type: | Improvement | Priority: | P0 |
Reporter: | Julie Lindgren | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | Y-team |
participants: |
Description |
Removal of schemas.microsoft.com/expression/2010/drawing from xaml files, replacement of components using it (mostly arrows and some triangles), and removal from resources.
See changesets: - 67605 - 67602 - 67599 - 67582 |
Comments |
Comment by Christopher Lilliecrona [ 2021-11-15 ] |
Dates - OK (Arrows were reversed, but fixed in build 21.14.11.0 and 21.13.72.7)
VehicleDiagnostics - VehcileGroups / My vehicles ImportTool - OK ReportSheet - OK EventViewer - OK ConnectionMonitor - OK I4mDBViewer - OK I4mCamera - OK Styles: Active Vehicles - OK Vehicle History - OK Lines - OK |
[CA-4886] Traffic Studio - system setup - connections / ts-api - removal Created: 2021-11-09 Updated: 2021-11-16 Resolved: 2021-11-09 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | None |
Fix Version/s: | 21.13.72.1_20211112_114509_C67728 |
Type: | Test Task | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||||||
Team: | Pending | ||||||||||||
participants: |
Description |
Remove the option to configure in system setup & only use the app.config setting.
Discussion about if we want it - it got buggy & did not send auth headers when connecting as it only checked the app.config setting. |
Comments |
Comment by Zenobia Cobon [ 2021-11-16 ] |
Tested in i4mtest5 21.13 |
[CA-4885] Traffic Studio - Button visible even if Start/Stop/Reset is disabled Created: 2021-11-09 Updated: 2021-11-15 Resolved: 2021-11-09 |
|
Status: | Closed |
Project: | CA |
Component/s: | Charging Management |
Affects Version/s: | None |
Fix Version/s: | 21.13.72.1_20211112_114509_C67728, 21.12.60.17_20211122_121722_C68017 |
Type: | Bug | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Vy Sverige - Jönköping |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
Buttons should be hidden in charge points list if "Start transaction", "Stop transation" or "Reset chargepoint" is disabled in the database.
|
Comments |
Comment by Christopher Lilliecrona [ 2021-11-15 ] |
Tested on I4MDev2 version: 21.13.72.0
Removed, added, changed in SQL, verified changes going through in TS. |
[CA-4880] Traffic Studio - CCTV media upload request and download Created: 2021-11-01 Updated: 2021-11-16 Resolved: 2021-11-03 |
|
Status: | Closed |
Project: | CA |
Component/s: | Tmix.Cap.CCTV.Plugin.CCTVManager |
Affects Version/s: | None |
Fix Version/s: | 21.13.72.1_20211112_114509_C67728 |
Type: | New Feature | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Zenobia Cobon |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Oslo Sør |
Attachments: |
![]() ![]() ![]() |
Team: | Y-team |
participants: |
Description |
It is now possible to request CCTV media upload from one or several vehicles. Video is first uploaded to the central server. Video files can then be downloaded from the central server to the computer running Traffic Studio. Files are stores in the appdata folder. For more information see user manual.
|
Comments |
Comment by Zenobia Cobon [ 2021-11-03 ] |
https://consatdataab.sharepoint.com/telematics/_layouts/OneNote.aspx?id=%2Ftelematics%2FOneNote%20Documents%2FTelematics%20Shared%20Notes&wd=target%28Improvement%2FCentral.one%7CF994E220-0060-4824-92D4-8809259CA4B5%2FCCTV%20Improvements%7CD643F130-3E36-44C9-A189-AE148A038C9A%2F%29
onenote:https://consatdataab.sharepoint.com/telematics/OneNote%20Documents/Telematics%20Shared%20Notes/Improvement/Central.one#CCTV%20Improvements§ion-id={F994E220-0060-4824-92D4-8809259CA4B5}&page-id={D643F130-3E36-44C9-A189-AE148A038C9A}&end |
Comment by Tomas Midbratt [ 2021-11-11 ] |
Updated with possibility to add Name and comment. Files are stored in a folder named after the name. Name can only include characters that could be used as a directory name. A ReadMe.txt file is created with information about the requested files. |
Comment by Henrik Meyer [ 2021-11-15 ] |
To be allowed to download the user must have a role with cctv download grant. |
Comment by Zenobia Cobon [ 2021-11-16 ] |
Tested with grants, comment txt-file on test 5and 21.13.72.9 |
[CA-4879] Fleet Studio > Active vehicles - Sorting according to what the user is interested in... Created: 2021-10-28 Updated: 2022-04-06 Resolved: 2022-04-06 |
|
Status: | Closed |
Project: | CA |
Component/s: | Fleet Studio - Active Vehicles |
Affects Version/s: | 21.12.60.1_20211020_131523_C66947 |
Fix Version/s: | 22.4.71.1_20220405_130507_C72240 |
Type: | Improvement | Priority: | P0 |
Reporter: | Zenobia Cobon | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Fleet_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | test5 |
Attachments: |
![]() |
Team: | Z-team |
participants: |
Description |
Deviation filter....
the trafficmanager is intressted in knowing either who is the lastest or who is driving faster than timetable.. sorting should be accordingly. |
Comments |
Comment by Christopher Lilliecrona [ 2022-04-06 ] |
Deviation sorting in FleetStudio - OK (Three modes, behind, early, reset) |
Comment by Christopher Lilliecrona [ 2022-04-06 ] |
Tested on version: 22.4.71.2
|
[CA-4878] Traffic Studio - service connection status check Created: 2021-10-27 Updated: 2021-11-15 Resolved: 2021-10-27 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | None |
Fix Version/s: | 21.13.72.1_20211112_114509_C67728 |
Type: | Improvement | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | TCB - linked jira dump has a lot of build up status check works |
Issue Links: |
|
||||||||
Team: | Pending | ||||||||
participants: |
Description |
Changed the code regarding service connection status check to not start new checks until the previous one is completed to avoid building up a lot of work & threads. Also added a simple monitor to indicate slowness & delays.
|
Comments |
Comment by Christopher Lilliecrona [ 2021-11-15 ] |
Tested on Test5 version: 21.13.72.3
Tested on TCBQA version: 21.13.72.3 Unable to re-create the issue, closing. |
[CA-4876] Create and Edit Coaching zones in Traffic Studio Created: 2021-10-27 Updated: 2021-11-03 Resolved: 2021-10-27 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | 21.13.72.1_20211112_114509_C67728 |
Fix Version/s: | 21.13.72.1_20211112_114509_C67728 |
Type: | New Feature | Priority: | P0 |
Reporter: | Henrik Meyer | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
Team: | Y-team |
participants: |
Description |
Create and edit of Coaching type of zones with Valid times.
Valid times can be between two dates and weekly valid times. External id and Source is now show in list. |
Comments |
Comment by Zenobia Cobon [ 2021-11-03 ] |
Tested functionality in TS Dev 2 and tcbQA
Sone TS dui improvemnets left to check out. Timeis local i both systems, compared original, TS and vehicle zonedata. |
[CA-4875] MMRS - client lib - tryadd / full queue Created: 2021-10-26 Updated: 2021-11-15 Resolved: 2021-10-26 |
|
Status: | Closed |
Project: | CA |
Component/s: | IMFace, mmrs |
Affects Version/s: | 21.10.X.X_branch |
Fix Version/s: | 21.13.72.1_20211112_114509_C67728 |
Type: | Bug | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Central, Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | TCB-prod |
Attachments: |
![]() ![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Pending | ||||||||
participants: |
Description |
Changed the logic of MMRS client library (traffic information) used centrally & Traffic studio to avoid escalating failure if its internal queue gets full.
TCB had an issue where the queue got full & it caused traffic studio to block all realtime data as a result. |
Comments |
Comment by Christopher Lilliecrona [ 2021-11-15 ] |
Tested on Test5 version: 21.13.72.3
Tested on TCBQA version: 21.13.72.3 Unable to re-create the issue, closing. |
[CA-4871] Traffic Studio - system setup - connections / ts-api Created: 2021-10-14 Updated: 2021-11-09 Resolved: 2021-10-14 |
|
Status: | Closed |
Project: | CA |
Component/s: | Traffic Studio General |
Affects Version/s: | None |
Fix Version/s: | 21.12.60.1_20211020_131523_C66947 |
Type: | Task | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | Traffic_Studio | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Description |
Changed priority
(1) Settings / app.config ts-api (2) Model TS-api Changed connection form to disable TS-api connection section if settings / app.config is set & use its values instead. |
Comments |
Comment by Christopher Lilliecrona [ 2021-10-21 ] |
Tested in visual studio debug:
/DockingWindows="..\..\DockingWindowsConfig\mobility_dock.xml" /TiledMapShowAllMapProviders /ShowDockingConfig <setting name="UseTSAPI" serializeAs="String"> <value>True</value> Tested on test5API version: 21.12.57.0 Tested locally(mremote) on test5 version: 21.12.57.0 |
[CA-4870] DATEX II version 2 and 3 validity status interpretation changed Created: 2021-10-13 Updated: 2021-10-21 Resolved: 2021-10-15 |
|
Status: | Closed |
Project: | CA |
Component/s: | Road Situation |
Affects Version/s: | 21.10.97.20_20210921_192937_C66149 |
Fix Version/s: | 21.10.X.X_branch, 21.12.60.1_20211020_131523_C66947, 21.11.X.X_branch |
Type: | Improvement | Priority: | P0 |
Reporter: | Tomas Midbratt | Assignee: | Christopher Lilliecrona |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: | Västtrafik |
Issue Links: |
|
||||||||
Team: | Y-team | ||||||||
participants: |
Comments |
Comment by Christopher Lilliecrona [ 2021-10-21 ] |
Tested on VT-Branch server 1106.
Files on server: D:\i4m\var\log\Tmix.Cap.RoadSituation.Process.RoadSituation\history Trafikverket: https://www.trafikverket.se/trafikinformation/vag/?TrafficType=personalTraffic&map=9.778122152594126%2F322373.85%2F6401502.34%2F&Layers=TrafficSituation%2BRoadCondition%2BRoadWeather%2BRoadWork%2B |
[CA-4869] Event generator - JourneyIncomplete report sheet - try add vehicle/system address Created: 2021-10-13 Updated: 2021-10-13 Resolved: 2021-10-13 |
|
Status: | Closed |
Project: | CA |
Component/s: | Events , Report Sheet |
Affects Version/s: | None |
Fix Version/s: | 21.12.60.1_20211020_131523_C66947 |
Type: | Improvement | Priority: | P0 |
Reporter: | Lars Larsson | Assignee: | Unassigned |
Resolution: |