<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.co.uk/group/openqm</id>
  <title type="text">OpenQM Google Group</title>
  <subtitle type="text">
  Discussion group for users of OpenQM, the only multivalue database available as both a fully supported commercial product and in open source form.
  </subtitle>
  <link href="/group/openqm/feed/atom_v1_0_msgs.xml" rel="self" title="OpenQM feed"/>
  <updated>2009-12-11T18:12:51Z</updated>
  <generator uri="http://groups.google.co.uk" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Kevin Powick</name>
  <email>kpow...@gmail.com</email>
  </author>
  <updated>2009-12-11T18:12:51Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/54c72181fa842b82?show_docid=54c72181fa842b82</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/54c72181fa842b82?show_docid=54c72181fa842b82"/>
  <title type="text">Re: Umask on linux file</title>
  <summary type="html" xml:space="preserve">
  It&#39;s hard to tell from the responses here, but it should be clarified &lt;br&gt; that umask cannot actually grant permissions. It can only remove &lt;br&gt; (mask) permissions granted by the process setting permissions. IOW, &lt;br&gt; umask is not equivalent to chmod, which actually does CHange a file&#39;s &lt;br&gt; MODe. &lt;br&gt; &lt;p&gt;A decent explanation, along with how to calculate umasks, can be found
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Phillips</name>
  <email>martinphill...@ladybridge.com</email>
  </author>
  <updated>2009-12-11T16:35:52Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/48fb5c6853477805?show_docid=48fb5c6853477805</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/48fb5c6853477805?show_docid=48fb5c6853477805"/>
  <title type="text">Re: Umask on linux file</title>
  <summary type="html" xml:space="preserve">
  Hi Cedric, &lt;br&gt; &lt;p&gt;The UMASK command simply sets the underlying operating system umask value so &lt;br&gt; it should affect all files created from the QM session including use of &lt;br&gt; CREATE.FILE though this has another way to do this by use of its MODES &lt;br&gt; option. &lt;br&gt; &lt;p&gt;Martin Phillips &lt;br&gt; Ladybridge Systems Ltd &lt;br&gt; 17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cedric Fontaine</name>
  <email>cfonta...@spidmail.net</email>
  </author>
  <updated>2009-12-11T15:40:59Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/02a47b52deedf8b1?show_docid=02a47b52deedf8b1</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/02a47b52deedf8b1?show_docid=02a47b52deedf8b1"/>
  <title type="text">Re: Umask on linux file</title>
  <summary type="html" xml:space="preserve">
  Does this apply to all the files created ? Including create.file ? &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Cedric Fontaine &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.terroirsquebec.com&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>eppick77</name>
  <email>eppic...@yahoo.com</email>
  </author>
  <updated>2009-12-11T14:31:16Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/7b3314d4d7527c1b?show_docid=7b3314d4d7527c1b</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/7b3314d4d7527c1b?show_docid=7b3314d4d7527c1b"/>
  <title type="text">Re: Umask on linux file</title>
  <summary type="html" xml:space="preserve">
  It sounds like Cedric needs to do a umask of 000 on the qm side to &lt;br&gt; give him the same as chmod 777. &lt;br&gt; &lt;p&gt;We set ours up to put umask of 007 in each user bash profile. I was &lt;br&gt; not aware of the umask command on the qm side. Interestingly, I typed &lt;br&gt; umask at tcl and it returned 007. &lt;br&gt; &lt;p&gt;Eugene &lt;br&gt; &lt;p&gt;On Dec 10, 4:24 pm, &amp;quot;Martin Phillips&amp;quot; &amp;lt;martinphill...@ladybridge.com &amp;gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Phillips</name>
  <email>martinphill...@ladybridge.com</email>
  </author>
  <updated>2009-12-10T21:24:45Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/229b34d041e5246d?show_docid=229b34d041e5246d</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/229b34d041e5246d?show_docid=229b34d041e5246d"/>
  <title type="text">Re: Umask on linux file</title>
  <summary type="html" xml:space="preserve">
  Hi Cedric, &lt;br&gt; Is there a way to create file with a CHMOD of 0777 with a Write on QM on a linux dir. Of course, I can create my file and then execute a chmod but I&#39;d like a way to do it with a single write. &lt;br&gt; QM has a UMASK command to set the modes for files created from within QM. &lt;br&gt; Martin Phillips &lt;br&gt; Ladybridge Systems Ltd
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Phillips</name>
  <email>martinphill...@ladybridge.com</email>
  </author>
  <updated>2009-12-10T21:22:59Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/72e72468798a106f/7b4da13b80d2ce39?show_docid=7b4da13b80d2ce39</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/72e72468798a106f/7b4da13b80d2ce39?show_docid=7b4da13b80d2ce39"/>
  <title type="text">Re: list file size</title>
  <summary type="html" xml:space="preserve">
  Hi Steve, &lt;br&gt; will len(@record) be equal to: &lt;br&gt; len(id) + len(record) ??? &lt;br&gt; No. The id is not part of the record. &lt;br&gt; Martin
  </summary>
  </entry>
  <entry>
  <author>
  <name>eppick77</name>
  <email>eppic...@yahoo.com</email>
  </author>
  <updated>2009-12-10T21:16:15Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/6072f42bf0ff8169?show_docid=6072f42bf0ff8169</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/6072f42bf0ff8169?show_docid=6072f42bf0ff8169"/>
  <title type="text">Re: Umask on linux file</title>
  <summary type="html" xml:space="preserve">
  Cedric, &lt;br&gt; &lt;p&gt;We have every user have a bash_profile. In that profile we put in &lt;br&gt; umask 007. What you are going to need is some variation of that umask &lt;br&gt; number. The 007 creates read and write privileges for the group and &lt;br&gt; owner but not the &amp;quot;other&amp;quot;. &lt;br&gt; &lt;p&gt;You might play with that to see what umask you will need to create the
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ashley Chapman</name>
  <email>ash.chap...@gmail.com</email>
  </author>
  <updated>2009-12-10T21:07:53Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/72e72468798a106f/ead44faa4f06eee9?show_docid=ead44faa4f06eee9</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/72e72468798a106f/ead44faa4f06eee9?show_docid=ead44faa4f06eee9"/>
  <title type="text">Re: list file size</title>
  <summary type="html" xml:space="preserve">
  2009/12/10 CDMI - Steve T &amp;lt;c...@swbell.net&amp;gt;: &lt;br&gt; &lt;p&gt;Nope. @record is the length of the record, EXCLUDING the key. &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Ashley Chapman
  </summary>
  </entry>
  <entry>
  <author>
  <name>Ashley Chapman</name>
  <email>ash.chap...@gmail.com</email>
  </author>
  <updated>2009-12-10T21:06:26Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/60afe08deb30f8cf?show_docid=60afe08deb30f8cf</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/60afe08deb30f8cf?show_docid=60afe08deb30f8cf"/>
  <title type="text">Re: Umask on linux file</title>
  <summary type="html" xml:space="preserve">
  Cedric, &lt;br&gt; &lt;p&gt;I do just that. Include :- &lt;br&gt; execute &#39;SH umask 000&#39; capturing umask &lt;br&gt; &lt;p&gt;before the file create in your program. &lt;br&gt; &lt;p&gt;Substitute 000 with whatever is appropriate for you. &lt;br&gt; &lt;p&gt;2009/12/10 Cedric Fontaine &amp;lt;cfonta...@spidmail.net&amp;gt;: &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Ashley Chapman
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cedric Fontaine</name>
  <email>cfonta...@spidmail.net</email>
  </author>
  <updated>2009-12-10T20:50:18Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/63bffd41a5044292?show_docid=63bffd41a5044292</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/18d369dec87eea8b/63bffd41a5044292?show_docid=63bffd41a5044292"/>
  <title type="text">Umask on linux file</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; &lt;p&gt;Is there a way to create file with a CHMOD of 0777 with a Write on QM &lt;br&gt; on a linux dir. Of course, I can create my file and then execute a &lt;br&gt; chmod but I&#39;d like a way to do it with a single write. &lt;br&gt; &lt;p&gt;Thanks.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Cedric Fontaine</name>
  <email>cfonta...@spidmail.net</email>
  </author>
  <updated>2009-12-10T20:48:20Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/72e72468798a106f/d7dfa5d0fb6d8bc3?show_docid=d7dfa5d0fb6d8bc3</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/72e72468798a106f/d7dfa5d0fb6d8bc3?show_docid=d7dfa5d0fb6d8bc3"/>
  <title type="text">Re: list file size</title>
  <summary type="html" xml:space="preserve">
  Thanks a lot. &lt;br&gt; &lt;p&gt;On 10 déc, 11:38, &amp;quot;Martin Phillips&amp;quot; &amp;lt;martinphill...@ladybridge.com &amp;gt; &lt;br&gt; wrote:
  </summary>
  </entry>
  <entry>
  <author>
  <name>CDMI - Steve T</name>
  <email>c...@swbell.net</email>
  </author>
  <updated>2009-12-10T20:36:30Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/72e72468798a106f/7147ec03a0b30fb8?show_docid=7147ec03a0b30fb8</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/72e72468798a106f/7147ec03a0b30fb8?show_docid=7147ec03a0b30fb8"/>
  <title type="text">Re: list file size</title>
  <summary type="html" xml:space="preserve">
  quick question sir &lt;br&gt; will len(@record) be equal to: &lt;br&gt; len(id) + len(record) ??? &lt;br&gt;   &lt;br&gt; Steve Trimble &lt;br&gt; Computerized Data Mgmt Inc &lt;br&gt; PO Box 13403 &lt;br&gt; Maumelle, AR 72113 &lt;br&gt; (501) 803-0974 09:00am - 6:00pm CST &lt;br&gt;   &lt;br&gt; Home of self defense products: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.protecturself.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;______________________________ __
  </summary>
  </entry>
  <entry>
  <author>
  <name>Martin Phillips</name>
  <email>martinphill...@ladybridge.com</email>
  </author>
  <updated>2009-12-10T16:38:23Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/72e72468798a106f/54946f48b2b1ca8e?show_docid=54946f48b2b1ca8e</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/72e72468798a106f/54946f48b2b1ca8e?show_docid=54946f48b2b1ca8e"/>
  <title type="text">Re: list file size</title>
  <summary type="html" xml:space="preserve">
  Hi Eugene/Cedric, &lt;br&gt; Although this suggestion works for compatibility with Pick systems, I &lt;br&gt; personally prefer an I-type... &lt;br&gt; 1: I &lt;br&gt; 2: LEN(@RECORD) &lt;br&gt; as this doesn&#39;t rely on some special interpretation of a field number of &lt;br&gt; 9999 and is, therefore, readable by programmers who have not come from a &lt;br&gt; Pick background.
  </summary>
  </entry>
  <entry>
  <author>
  <name>eppick77</name>
  <email>eppic...@yahoo.com</email>
  </author>
  <updated>2009-12-10T16:19:06Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/f0edd4945e30ee98/d98536764a0fa68f?show_docid=d98536764a0fa68f</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/f0edd4945e30ee98/d98536764a0fa68f?show_docid=d98536764a0fa68f"/>
  <title type="text">Re: How to search this google group</title>
  <summary type="html" xml:space="preserve">
  Kevin, &lt;br&gt; &lt;p&gt;I was pretty excited to see that they had fixed it. Thanks for &lt;br&gt; reporting the problem. &lt;br&gt; &lt;p&gt;It was very frustrating that they had not fixed it sooner. It is a &lt;br&gt; pretty important feature to have for a &amp;quot;search company&amp;quot; &lt;br&gt; &lt;p&gt;Eugene
  </summary>
  </entry>
  <entry>
  <author>
  <name>eppick77</name>
  <email>eppic...@yahoo.com</email>
  </author>
  <updated>2009-12-10T16:17:24Z</updated>
  <id>http://groups.google.co.uk/group/openqm/browse_thread/thread/72e72468798a106f/a12cdd34cb07e122?show_docid=a12cdd34cb07e122</id>
  <link href="http://groups.google.co.uk/group/openqm/browse_thread/thread/72e72468798a106f/a12cdd34cb07e122?show_docid=a12cdd34cb07e122"/>
  <title type="text">Re: list file size</title>
  <summary type="html" xml:space="preserve">
  Cedric, &lt;br&gt; &lt;p&gt;Make sure that there is a size item in either dict or the md(voc). &lt;br&gt; &lt;p&gt;MD SIZE &lt;br&gt; 10 line(s) &lt;br&gt; ----: P &lt;br&gt; 0001: A &lt;br&gt; 0002: 9999 &lt;br&gt; 0003: SIZE &lt;br&gt; 0004: &lt;br&gt; 0005: &lt;br&gt; 0006: &lt;br&gt; 0007: &lt;br&gt; 0008: &lt;br&gt; 0009: R &lt;br&gt; 0010: 13 &lt;br&gt; Bottom at line 10 &lt;br&gt; ----: &lt;br&gt; &lt;p&gt;You can list the size just the same way that you do on D3. &lt;br&gt; &lt;p&gt;Eugene
  </summary>
  </entry>
</feed>
