Error: The connect request failed because the client application is trying to connect to server type [pmserver]. Repository server accepts only requests for server types REPSERVER and REPAGENT.
Issue Description: The project consisted of writing a batch file that would be able to call workflows in a loop. However, each time we tried to execute a PMCMD command, it failed and we got the message "The connect request failed because the client application is trying to connect to server type [pmserver]. Repository server accepts only requests for server types REPSERVER and REPAGENT."
Issue Resolution: In our case, we were getting the error message because we were providing the wrong port number when executing the PMCMD command. Once we used the correct port number, we were able to execute the PMCMD commands from our batch file and we managed to execute workflows in a loop.
No comments:
Post a Comment