<?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: Null password given; logon denied- Oracle Connection issue QMC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-password-given-logon-denied-Oracle-Connection-issue-QMC/m-p/1444441#M808189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Connection can save random Username and Passwords using ANSI standards and you are providing constant Username and Password that may the cause. Can you connect normally I meant without any variable for connect string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2017 07:18:43 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-10-13T07:18:43Z</dc:date>
    <item>
      <title>Null password given; logon denied- Oracle Connection issue QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Null-password-given-logon-denied-Oracle-Connection-issue-QMC/m-p/1444440#M808188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to connect to Oracle DB via reload task in QMC. I have given the below code in script for connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vConnectionName = SubField(vConnections,'|',1) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vDSN = subfield(vConnections,'|',2) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vUserID = subfield(vConnections,'|',3) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vPassword = subfield(vConnections,'|',4) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Let vSchema = subfield(vConnections,'|',5);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; // Connect to Database&lt;/P&gt;&lt;P&gt;&amp;nbsp; ODBC CONNECT TO $(vDSN) (XUserId is $(vUserID) , XPassword is $(vPassword) );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and below parameter in Reload tab&lt;/P&gt;&lt;P&gt;MOGROUP|Test_DSN|Test_User|Test|Admin;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while running the task m getting below error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Error: SQL##f - SqlState: 28000, ErrorCode: 1005, ErrorMsg: [Oracle][ODBC][Ora]ORA-01005: &lt;STRONG&gt;null password given; logon denied&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SQL##f - SqlState: 28000, ErrorCode: 1005, ErrorMsg: [Oracle][ODBC][Ora]ORA-01005: &lt;STRONG&gt;null password given; logon denied&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could any&amp;nbsp; one please help me!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-password-given-logon-denied-Oracle-Connection-issue-QMC/m-p/1444440#M808188</guid>
      <dc:creator>gayatri7</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Null password given; logon denied- Oracle Connection issue QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Null-password-given-logon-denied-Oracle-Connection-issue-QMC/m-p/1444441#M808189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Connection can save random Username and Passwords using ANSI standards and you are providing constant Username and Password that may the cause. Can you connect normally I meant without any variable for connect string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 07:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-password-given-logon-denied-Oracle-Connection-issue-QMC/m-p/1444441#M808189</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-13T07:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Null password given; logon denied- Oracle Connection issue QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Null-password-given-logon-denied-Oracle-Connection-issue-QMC/m-p/1444442#M808192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you reply!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont have Oracle DB in my desktop. So I cant try connection directly.Task is actually connecting to server where Oracle DB is present. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, earlier also I have given the constant userid and password. It connected successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me understand what could be the other reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 07:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-password-given-logon-denied-Oracle-Connection-issue-QMC/m-p/1444442#M808192</guid>
      <dc:creator>gayatri7</dc:creator>
      <dc:date>2017-10-13T07:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Null password given; logon denied- Oracle Connection issue QMC</title>
      <link>https://community.qlik.com/t5/QlikView/Null-password-given-logon-denied-Oracle-Connection-issue-QMC/m-p/1444443#M808194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure, What does &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vConnections? Could be wrong values storing in variable..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2017 07:26:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-password-given-logon-denied-Oracle-Connection-issue-QMC/m-p/1444443#M808194</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-13T07:26:22Z</dc:date>
    </item>
  </channel>
</rss>

