If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 14/May/19 12:33 PM
Updated: 12/Oct/19 01:44 AM
|
|
Component/s: |
None
|
Affects Version/s: |
8.0.20
|
Fix Version/s: |
None
|
|
Original Estimate:
|
1 day
|
Remaining Estimate:
|
1 day
|
Time Spent:
|
Unknown
|
|
Hi,
I tried to sync configurations between two different QuickBuild server (same version 8.0.20) using the Sync configuration step.
Unfortunately the sync fail with the error below:
java.lang.IllegalArgumentException: RESTEASY003720: path param PARTIAL has not been provided by the parameter map
The source configuration path is: ROOT/{PARTIAL} Milestones/Default/Data/Something
I succeeded to do my sync using: ROOT/%7BPARTIAL%7D Milestones/Default/Data/Something
So in my sync configuration I must give these parameters:
* Source configuration path: ROOT/%7BPARTIAL%7D Milestones/Default/Data/Something
* Destination configuration path: ROOT/{PARTIAL} Milestones/Default/Data/Something
Please fix this bad encoding while communicate with the remote QuickBuild server.
|
Description
|
Hi,
I tried to sync configurations between two different QuickBuild server (same version 8.0.20) using the Sync configuration step.
Unfortunately the sync fail with the error below:
java.lang.IllegalArgumentException: RESTEASY003720: path param PARTIAL has not been provided by the parameter map
The source configuration path is: ROOT/{PARTIAL} Milestones/Default/Data/Something
I succeeded to do my sync using: ROOT/%7BPARTIAL%7D Milestones/Default/Data/Something
So in my sync configuration I must give these parameters:
* Source configuration path: ROOT/%7BPARTIAL%7D Milestones/Default/Data/Something
* Destination configuration path: ROOT/{PARTIAL} Milestones/Default/Data/Something
Please fix this bad encoding while communicate with the remote QuickBuild server. |
Show » |
|