In the previous post I got the problem of linked clone stuck in customizing state. Finally I was able to create a linked clone pool with an available VM. Running a remote test I got the "Required number of desktop client pair(s) can not be created, created pair(s) = 0, expected = 1".
Here is the log in /viewplanner/vpresults/rrun2.log
# RUN RRUN2: Preparing . . . . .
# RUN RRUN2: Starting . . . . .
# WORKGROUP WRKGRP: Searching for 1 client(s).
# WORKGROUP WRKGRP: Searching for 1 desktop(s).
# VM CLIENT1: Ready for run.
# VM DSKTP1: Ready for run.
# WORKGROUP WRKGRP: Found 1 client(s).
# WORKGROUP WRKGRP: Found 1 desktop(s).
# WORKGROUP WRKGRP: Starting client optimization/pre-run workload(s).
# VM CLIENT1 : Starting Optimization/pre-run.
# VM CLIENT1: Optimization/pre-run completed.
# WORKGROUP WRKGRP: Client optimization/pre-run workload(s) complete.
# WORKGROUP WRKGRP: Starting desktop optimization/pre-run workload(s).
# VM DSKTP1 : Starting Optimization/pre-run.
# VM DSKTP1: Optimization/pre-run completed.
# WORKGROUP WRKGRP: Desktop optimization/pre-run workload(s) complete.
# WORKGROUP WRKGRP: Prepare AD user(s).
# WORKGROUP WRKGRP: Starting to entitle VM pool with AD user Group prototypinglab.local
# WORKGROUP WRKGRP: Trying to log-off desktop(s).
# WORKGROUP WRKGRP: Starting remote desktop connection workload on client(s).
# VM CLIENT1 : Starting Remote desktop connection.
# VM CLIENT1: Remote desktop connection completed.
# WORKGROUP WRKGRP: Remote desktop connection completed.
# WORKGROUP WRKGRP: Creating desktop client pair(s).
# WORKGROUP WRKGRP: Required number of desktop client pair(s) can not be created, created pair(s) = 0, expected = 1
# RUN RRUN2: Generating report . . . . .
# RUN RRUN2: Completed.
The file harness_run.log shows the error
...
2019-03-08 23:29:09,965 DEBUG harnessCore.run.vmAgent.py - isAvailable enter DSKTP1
2019-03-08 23:29:09,966 DEBUG harnessCore.controller.listener.py - _callRemoteCallback_async: enter
2019-03-08 23:29:09,969 INFO harnessCore.controller.listener.py - _callRemoteCallback: Exception ApplicationError(error=<wamp.error.no_such_procedure>, args=['no callee registered for procedure <com.viewplanner.remote_isAvailable.192.168.1.163>'], kwargs={}, enc_algo=None)
2019-03-08 23:29:09,970 DEBUG harnessCore.controller.listener.py - _callRemoteCallback_async: exit
2019-03-08 23:29:09,970 DEBUG harnessCore.run.vmAgent.py - isAvailable exit status 22 vmname DSKTP1
2019-03-08 23:29:09,970 DEBUG harnessCore.run.vmAgent.py - logOffUser exit status 0
...
Has Atul or anyone an idea how to overcome this? Thanks.