<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic QlikView Management Service API: RemoteGetServices not workking in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Management-Service-API-RemoteGetServices-not-workking/m-p/1437657#M1236502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll start with a quick background. We're upgrading our Qlikview server from 11.2 to 12.10,&amp;nbsp; and I was planning on using the&lt;/P&gt;&lt;P&gt;QVMSAPI to programmatically move tasks and CALs&amp;nbsp; from our 11.2 box to our 12.1 box. This will be accomplished by doing a fresh&lt;/P&gt;&lt;P&gt;install of 11.2 , copying the tasks and CALs from the old server to the new server (using the QVMSAPI), and then doing an in-place&lt;/P&gt;&lt;P&gt;upgrade of the new 11.2 box to Qlikview server 12.1. We're aware the QVMSAPI is not supported between different major&lt;/P&gt;&lt;P&gt;versions of Qlikview, hence the in-place upgrade of a fresh install once the tasks and CALS have been migrated over using&lt;/P&gt;&lt;P&gt;the QVMSAPI version 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the above ends, I setup my Visual Studio 2017 environment as outlined in the QMS API documentation (the chm file for&lt;/P&gt;&lt;P&gt;QMS API version 11). Examples from the chm file where I reference the local server work without issue, but any example code&lt;/P&gt;&lt;P&gt;referencing a "remote" method fails. For example, this line of code causes an exception: List&amp;lt;ServiceInfo&amp;gt; remoteServices = apiClient.RemoteGetServices(remoteQMSService.ID, ServiceTypes.All);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Things I've tried in an effort to troubleshoot:&lt;/P&gt;&lt;P&gt;1) Verified the service is running using netstat on the server and resolving the URL of the service in a browser&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (when putting in the url, &lt;A href="http://qv-testdev:4799/QMS/Service" title="http://qv-testdev:4799/QMS/Service" target="_blank"&gt;http://qv-testdev:4799/QMS/Service&lt;/A&gt;, XML is displayed for the service)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If I manually replace "remoteQMSService.ID" with the remote GUID, the call still fails with an exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Tested that calls that aren't remote work as intended. That is, a call to GetServices works for both the local&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; server and when explicitly using another server in the call to the apiClient's constructor function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a log of the exceptions thrown for reference.&lt;/P&gt;&lt;P&gt;Any suggestions are appreciated. Thoughts on alternate ways to migrate tasks during upgrade are welcome too!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>QlikView Management Service API: RemoteGetServices not workking</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Management-Service-API-RemoteGetServices-not-workking/m-p/1437657#M1236502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll start with a quick background. We're upgrading our Qlikview server from 11.2 to 12.10,&amp;nbsp; and I was planning on using the&lt;/P&gt;&lt;P&gt;QVMSAPI to programmatically move tasks and CALs&amp;nbsp; from our 11.2 box to our 12.1 box. This will be accomplished by doing a fresh&lt;/P&gt;&lt;P&gt;install of 11.2 , copying the tasks and CALs from the old server to the new server (using the QVMSAPI), and then doing an in-place&lt;/P&gt;&lt;P&gt;upgrade of the new 11.2 box to Qlikview server 12.1. We're aware the QVMSAPI is not supported between different major&lt;/P&gt;&lt;P&gt;versions of Qlikview, hence the in-place upgrade of a fresh install once the tasks and CALS have been migrated over using&lt;/P&gt;&lt;P&gt;the QVMSAPI version 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To the above ends, I setup my Visual Studio 2017 environment as outlined in the QMS API documentation (the chm file for&lt;/P&gt;&lt;P&gt;QMS API version 11). Examples from the chm file where I reference the local server work without issue, but any example code&lt;/P&gt;&lt;P&gt;referencing a "remote" method fails. For example, this line of code causes an exception: List&amp;lt;ServiceInfo&amp;gt; remoteServices = apiClient.RemoteGetServices(remoteQMSService.ID, ServiceTypes.All);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Things I've tried in an effort to troubleshoot:&lt;/P&gt;&lt;P&gt;1) Verified the service is running using netstat on the server and resolving the URL of the service in a browser&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (when putting in the url, &lt;A href="http://qv-testdev:4799/QMS/Service" title="http://qv-testdev:4799/QMS/Service" target="_blank"&gt;http://qv-testdev:4799/QMS/Service&lt;/A&gt;, XML is displayed for the service)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If I manually replace "remoteQMSService.ID" with the remote GUID, the call still fails with an exception.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Tested that calls that aren't remote work as intended. That is, a call to GetServices works for both the local&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; server and when explicitly using another server in the call to the apiClient's constructor function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a log of the exceptions thrown for reference.&lt;/P&gt;&lt;P&gt;Any suggestions are appreciated. Thoughts on alternate ways to migrate tasks during upgrade are welcome too!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Management-Service-API-RemoteGetServices-not-workking/m-p/1437657#M1236502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
  </channel>
</rss>

