<?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: Execute Command denied to User using variable in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375697#M138053</link>
    <description>&lt;P&gt;So here is my first query, source of all my csv. :&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;"SELECT &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`selling_time`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`company`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`pdv`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`street`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`cp`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`city`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`owner`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`serial_number`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`product`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`outlet`,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`value`&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;FROM `mye_voucher_sale`&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;WHERE DATE(`mye_voucher_sale`.`selling_time`)=CURRENT_DATE()&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;ORDER BY `mye_voucher_sale`.`selling_time` DESC"&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;I think the format of my selling_time is correct.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;If not, I know I can use DATE_FORMAT() in my query to redefine It.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;After this query I use a tMap :&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyI2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144148iCA92E986060158D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyI2.png" alt="0683p000009LyI2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;My two dates have a Date type, so for me, I don't see any date format problem.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;After these steps, I output and input .csv all these things.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;Maybe using these fonctions alterates my date format.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;Thx&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jun 2018 13:08:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-15T13:08:00Z</dc:date>
    <item>
      <title>Execute Command denied to User using variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375693#M138049</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is the first time I poste here, i'm a beginner at Talend.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to write 2 queries, one depending on the other result.&lt;/P&gt; 
&lt;P&gt;-My first query displays 3 columns, I need this to create conditions of my sum for each row, for my second query.&lt;/P&gt; 
&lt;P&gt;I create 3 variables with a tjavarow :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;globalMap.put("&lt;STRONG&gt;codeOutlet&lt;/STRONG&gt;",input_row.code);&lt;BR /&gt;globalMap.put("&lt;STRONG&gt;startTime&lt;/STRONG&gt;",input_row.debut);&lt;BR /&gt;globalMap.put("&lt;STRONG&gt;endTime&lt;/STRONG&gt;",input_row.fin);&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I make a new connection to my database to write my second query in my input, and I use my 3 variables to make conditions in my where :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"(&lt;BR /&gt;select sum(b.value)&lt;BR /&gt;from myemoneypursedb.mye_voucher_sale b&lt;BR /&gt;where CONCAT(b.company, \"_\", b.pdv) = &lt;STRONG&gt;globalMap.get(codeOutlet)&lt;/STRONG&gt; AND b.selling_time between &lt;STRONG&gt;globalMap.get(startTime)&lt;/STRONG&gt; AND &lt;STRONG&gt;globalMap.get(endTime))&lt;/STRONG&gt;"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is my process :&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lydr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141991i6F6555BFA8C18751/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lydr.png" alt="0683p000009Lydr.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;When I execute, I get this error message :&amp;nbsp;execute command denied to user 'jeremy_m'@'%' for routine 'globalMap.get'&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I don't know what to do.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried granting my access in mysql but it didn't work.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Do youhave any ideo ?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks a lot &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jun 2018 15:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375693#M138049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-11T15:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command denied to User using variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375694#M138050</link>
      <description>&lt;P&gt;Your SQL query is a Java String. You need to build that String using the values held by your globalMap. What you are doing is sending a query which holds the String "globalMap" in it. I'm not sure if this is totally correct (as I do not know your data), but this will be closer to what you need.....&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;"(select sum(b.value)
from myemoneypursedb.mye_voucher_sale b
where CONCAT(b.company, \"_\", b.pdv) = '"+((String)globalMap.get(codeOutlet)) + "' AND b.selling_time between " + ((String)globalMap.get(startTime)) +" AND " + ((String)globalMap.get(endTime)) + ")"&lt;/PRE&gt; 
&lt;P&gt;You are dealing with dates in your globalMap as well. I am assuming you have formatted them as they will be required as a String in your query. If not, you will have to take that into account as well.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The best way to solve this is to build your query in a tJava and then print it to the console using a System.out. Then test it in your query analyser (TOAD, MSSQL Management Studio, etc).&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 09:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375694#M138050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-12T09:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command denied to User using variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375695#M138051</link>
      <description>&lt;P&gt;Ok so I changed my routine a little :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyOh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146341iDB38CFFA3DC45AB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyOh.png" alt="0683p000009LyOh.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;I created my global Var with a tflowToIterate and it seems to work because i'm able to display the values into a java system.out.&lt;/P&gt; 
&lt;P&gt;Now I'd like to use these variables into my sql query.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is my code :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"(select sum(b.value)&lt;BR /&gt;from myemoneypursedb.mye_voucher_sale b&lt;BR /&gt;where CONCAT(b.company, \"_\", b.pdv) = '"+((String)globalMap.get(codeOutlet)) + "' AND b.selling_time between " + ((java.util.Date)globalMap.get(startTime)) +" AND " + ((java.util.Date)globalMap.get(endTime)) + ");"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have an error : &lt;EM&gt;endTime is not recognized as a variable&lt;/EM&gt; when I put the ";" at the end of the query.&lt;/P&gt; 
&lt;P&gt;When I remove It, and add It after the final double quote I have this message :&lt;EM&gt; The method tDBInput_1Process(Map&amp;lt;String,Object&amp;gt;) is undefined for the type Union.&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My objective is still the same, I want to use my global Var as conditions for my where, in my sqlinput.&lt;/P&gt; 
&lt;P&gt;My 3 variables give me a store and a Time range.&lt;/P&gt; 
&lt;P&gt;I want to iterate through my sale table and for each line, check If my transaction happens on the timerange defined in my variable to sum It.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Do you know how I can settle It ?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thx a lot&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 11:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375695#M138051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-15T11:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command denied to User using variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375696#M138052</link>
      <description>&lt;P&gt;First of all, you do not need to put a semi colon in queries, in fact they will break your query. So leave the semi-colon out always.&lt;/P&gt; 
&lt;P&gt;Second, your globalMap keys MUST have quotes around them unless you are passing a Java String variable. In your case you are supplying a literal, so your query needs to look like this....&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;"(select sum(b.value)
from myemoneypursedb.mye_voucher_sale b
where CONCAT(b.company, \"_\", b.pdv) = '"+((String)globalMap.get("codeOutlet")) + "' AND b.selling_time between " + ((java.util.Date)globalMap.get("startTime")) +" AND " + ((java.util.Date)globalMap.get("endTime")) + ")"&lt;/PRE&gt; 
&lt;P&gt;However, the above will give you an error because you have to format your Dates in SQL according to your database. You are trying to implicitly convert a Java Date object to a String in the correct format for your database. That will not work. Do you know how to format dates in a query for your database? Do you have a hardcoded version of this query that will work in a query analyser? That way, it will be easier for people to help you without having to do too much work.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 12:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375696#M138052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-15T12:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command denied to User using variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375697#M138053</link>
      <description>&lt;P&gt;So here is my first query, source of all my csv. :&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;"SELECT &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`selling_time`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`company`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`pdv`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`street`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`cp`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`city`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`owner`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`serial_number`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`product`, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`outlet`,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;`mye_voucher_sale`.`value`&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;FROM `mye_voucher_sale`&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;WHERE DATE(`mye_voucher_sale`.`selling_time`)=CURRENT_DATE()&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;ORDER BY `mye_voucher_sale`.`selling_time` DESC"&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;I think the format of my selling_time is correct.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;If not, I know I can use DATE_FORMAT() in my query to redefine It.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;After this query I use a tMap :&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyI2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144148iCA92E986060158D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyI2.png" alt="0683p000009LyI2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;My two dates have a Date type, so for me, I don't see any date format problem.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;After these steps, I output and input .csv all these things.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;Maybe using these fonctions alterates my date format.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;Thx&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 13:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375697#M138053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-15T13:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command denied to User using variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375698#M138054</link>
      <description>&lt;P&gt;I think I get It, I need to format my string to a date type in my last query using "date(" before my "+ ((java....,&lt;/P&gt;&lt;P&gt;Is that correct ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 13:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375698#M138054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-15T13:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command denied to User using variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375699#M138055</link>
      <description>&lt;P&gt;I tried this but no success :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;(select sum(b.value)&lt;BR /&gt;from myemoneypursedb.mye_voucher_sale b&lt;BR /&gt;where CONCAT(b.company, \"_\", b.pdv) = '"+((String)globalMap.get("codeOutlet")) + "' AND b.selling_time between TO_DATE(" + ((String)globalMap.get("startTime")) +", '%Y-%m-%d %H:%i:%s')&lt;BR /&gt;TO_DATE(" + ((String)globalMap.get("endTime")) +", '%Y-%m-%d %H:%i:%s')+ ")&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 13:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375699#M138055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-15T13:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Command denied to User using variable</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375700#M138056</link>
      <description>&lt;P&gt;Have you tried my suggestion from here:&amp;nbsp;&lt;A href="https://community.qlik.com/s/feed/0D73p000004kTK5CAM#M77700" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Execute-Command-denied-to-User-using-variable/m-p/123542/highlight/true#M77700&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Look at the bottom of the post. My suggestion was to use a tJava to print your computed SQL to the output. Then copy it and use it in a query analyser. You will see why it is not working. FYI it is because you are now trying to convert an object of class Date to a String implicitly. You will probably see a reference to memory location, if that.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Basically, if your globalMap holds a Date object, you need to convert it to a String in Java. Then you need to wrap the result of that in whatever code is required by your DB to interpret your newly formatted String as a Date in your database.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jun 2018 14:31:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Execute-Command-denied-to-User-using-variable/m-p/2375700#M138056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-15T14:31:07Z</dc:date>
    </item>
  </channel>
</rss>

