<?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 Re: help using connection string in script instead of putting qvw on remote desktop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-using-connection-string-in-script-instead-of-putting-qvw-on/m-p/1066567#M638724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can share the folders on the remote servers and you need to enter your windows account on read access at least. \\servername\foldername\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can directly use UNC path in the script on your local computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't know how to share the folders on the server, you can talk to IT admin people and they will do for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2016 15:56:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-24T15:56:38Z</dc:date>
    <item>
      <title>help using connection string in script instead of putting qvw on remote desktop</title>
      <link>https://community.qlik.com/t5/QlikView/help-using-connection-string-in-script-instead-of-putting-qvw-on/m-p/1066566#M638723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, there is a remote desktop I can login to using the microsoft remote desktop connection program.&amp;nbsp; It is at ip 12.345.789.100, my username is domain\username, and my password is password.&amp;nbsp; (fake info, but sorry if someone actually has that ip address.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can put qlikviews on this desktop that read files from folders on it, the same as I can from my local desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make it so these qlikviews can run from my local desktop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the connection string that I can put at the start of my script to accomplish connection to that ip with that user id and pw?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: here's an example connection string we have for connecting to databases, just trying to get a 'dumb-down' variation of this for connecting to a regular remote desktop environment.&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=True;User ID=$(DbUserId);Initial Catalog=$(DbInitialCatalog);Data Source=$(DbConnStr);Failover Partner=123.456.789.100;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=CO-Qlikview;Use Encryption for Data=False;Tag with column collation when possible=False] (XPassword is $(DbXPassword));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS&amp;gt; I actually have two remote desktop environments with a shared trust and no need to userid/pw between them - I just use ip\drivename\foldernames\filename in my from statements on qlikviews working between those desktops so they know which machine's folders they are reading.&amp;nbsp; My local desktop is part of a different domain within the company and requires the userid\pw to login to those remote desktops.&amp;nbsp; Server Administrator explained a bit to me and told me I could play around with QV's login capabilities since he couldn't put my machine onto the same domain/trust stuff as the servers.&amp;nbsp; (He's a guru, but hasn't worked with qlikview himself, so deferred the learning of this to me. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 15:50:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-using-connection-string-in-script-instead-of-putting-qvw-on/m-p/1066566#M638723</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2016-03-24T15:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: help using connection string in script instead of putting qvw on remote desktop</title>
      <link>https://community.qlik.com/t5/QlikView/help-using-connection-string-in-script-instead-of-putting-qvw-on/m-p/1066567#M638724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can share the folders on the remote servers and you need to enter your windows account on read access at least. \\servername\foldername\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can directly use UNC path in the script on your local computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't know how to share the folders on the server, you can talk to IT admin people and they will do for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 15:56:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-using-connection-string-in-script-instead-of-putting-qvw-on/m-p/1066567#M638724</guid>
      <dc:creator />
      <dc:date>2016-03-24T15:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: help using connection string in script instead of putting qvw on remote desktop</title>
      <link>https://community.qlik.com/t5/QlikView/help-using-connection-string-in-script-instead-of-putting-qvw-on/m-p/1066568#M638725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I can share folders between my two different remote desktop ips, but unable to do so from my local machine because it is on a different domain for reasons and will not be a part of the shared trust the remote desktops are on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to replace the procedure of manually connecting to the remote desktops with a Qlikview connection string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am expecting if I can accomplish that connection within the qlikview at the start, I will be able to use the&amp;nbsp; \\servername\foldername\ bit in my subsequent file loads' from statements to access the data there.&amp;nbsp; (Much the same as qlikviews we have that connect to databases with certain username and password, and reference the catalog and tables in their subsequent from statements.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 16:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-using-connection-string-in-script-instead-of-putting-qvw-on/m-p/1066568#M638725</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2016-03-24T16:06:31Z</dc:date>
    </item>
  </channel>
</rss>

