<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Actian Community Forums</title>
		<link>http://community.actian.com/forum/</link>
		<description><![CDATA[Actian Corporation is a leading provider of open source database management software and support services. [Toll Free] +1 (888) 446-4737]]></description>
		<language>en</language>
		<lastBuildDate>Thu, 20 Jun 2013 00:51:27 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://community.actian.com/forum/ingres4/misc/rss.jpg</url>
			<title>Actian Community Forums</title>
			<link>http://community.actian.com/forum/</link>
		</image>
		<item>
			<title>Problems with foreign characters.</title>
			<link>http://community.actian.com/forum/vectorwise-q/15271-problems-foreign-characters.html</link>
			<pubDate>Wed, 19 Jun 2013 10:49:11 GMT</pubDate>
			<description><![CDATA[Hi, asking this here as our very expensive licence doesn't cover support for php. I've come across a few foreign characters that I can't seem to get...]]></description>
			<content:encoded><![CDATA[<div>Hi, asking this here as our very expensive licence doesn't cover support for php. I've come across a few foreign characters that I can't seem to get past the driver. Has anyone else hit this?<br />
<br />
	I'm trying to import data from SQL server to VW using php (ingres driver) and I'm having a problem with one particular customer name.<br />
<br />
&gt;&gt;&gt; this for my reference<br />
select * from customer where cust_id = 103121<br />
<br />
&gt;&gt;&gt; this is the offending customer name and the actual bytes<br />
MUSEU D'HISTÒRIA DE CAMBRILS<br />
77(M) 85(U) 83(S) 69(E) 85(U) 32( ) 68(D) 39(') 72(H) 73(I) 83(S) 84(T) 210(Ò) 82(R) 73(I) 65(A) 32( ) 68(D) 69(E) 32( ) 67(C) 65(A) 77(M) 66(B) 82(R) 73(I) 76(L) 83(S) 32( ) 32( ) 32( )<br />
<br />
&gt;&gt;&gt; this is after utf8_encode (works fine on most of the customer names) my terminal isn't in utf-8 mode so this looks correct to me<br />
MUSEU D'HISTÃRIA DE CAMBRILS<br />
<br />
&gt;&gt;&gt; and trying to insert (via ingres_escape_string hence the doubled apostrophe)<br />
line 1, Illegal character in string constant.<br />
insert into customer_history (_key,_batchref,country_code,cust_id,start_date,en  d_date,active,cust_num,cost_center,cust_name,cust_  adress,cust_city,cust_zip,cust_country,indus_secto  r_id,cust_source,create_date,update_date,indus_sec  tor_source) VALUES ('ES|103121','5e2a1e30-2e21-4da9-ab8b-7b5067b1b8d9','ES','103121','20000101','29991231',  'Y','G43573401','-999999999','MUSEU D''HISTÃ''RIA DE CAMBRILS ','CL VIA AUGUSTA 1','CAMBRILS','43850','ES','140','SALOME','2011-04-27 14:24:35','2012-07-27 22:13:05','SALOME')</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/vectorwise-q/"><![CDATA[Vectorwise Q&A]]></category>
			<dc:creator>kevin_thorpe_2</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/vectorwise-q/15271-problems-foreign-characters.html</guid>
		</item>
		<item>
			<title>Grant on table fails</title>
			<link>http://community.actian.com/forum/comp-databases-ingres/15270-grant-table-fails.html</link>
			<pubDate>Wed, 19 Jun 2013 09:45:46 GMT</pubDate>
			<description><![CDATA[On Wednesday, 19 June 2013 10:45:46 UTC+1, mike...@gmail.com  wrote: 
> Creating a table and granting all to public fails. 
> 
> When I create a...]]></description>
			<content:encoded><![CDATA[<div>On Wednesday, 19 June 2013 10:45:46 UTC+1, mike...@gmail.com  wrote:<font color="blue"><br />
&gt; Creating a table and granting all to public fails.<br />
&gt;<br />
&gt; When I create a table in isql and grant all on the table to public, no other user can see the table.<br />
&gt;<br />
&gt; Example<br />
&gt;<br />
&gt;   1&gt; create table mikes (col1 varchar(10))<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt;   2&gt; grant all on mikes to public<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt;   3&gt; commit<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt; End of Request<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt; However logging in as a different user I get<br />
&gt;<br />
&gt;   1&gt; select * from mikes<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt; E_US0845 Table 'mikes' does not exist or is not owned by you.<br />
&gt;<br />
&gt;     (Wed Jun 19 10:39:44 2013)<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt; End of Request - Terminated by Errors<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt; Running Ingres SPARC SOLARIS Version II 9.2.1 (su9.us5/103)<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt; We are doing the same thing in OpenRoad5.1 and getting the same issue.<br />
&gt;<br />
&gt;<br />
&gt;<br />
&gt; Is this a known issue and is there a patch?</font><br />
<br />
Thanks for that. A schoolboy error!<br />
</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/comp-databases-ingres/">Comp.Databases.Ingres</category>
			<dc:creator>miked6789@gmail.com</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/comp-databases-ingres/15270-grant-table-fails.html</guid>
		</item>
		<item>
			<title>Monitoring availability</title>
			<link>http://community.actian.com/forum/database-general/15269-monitoring-availability.html</link>
			<pubDate>Wed, 19 Jun 2013 06:48:11 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I need to report monthly over the availability of an application which uses Ingres. 
 
Therefore I need to know what's the best way to...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I need to report monthly over the availability of an application which uses Ingres.<br />
<br />
Therefore I need to know what's the best way to create a log regarding the availability of the Ingres 9.2 database (on HPUX 11.23) so I can extract data to calculate availability over a monthly period.<br />
<br />
Thank you!</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/database-general/">Database General</category>
			<dc:creator>imtech_ts</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/database-general/15269-monitoring-availability.html</guid>
		</item>
		<item>
			<title>Ingres_result_seek</title>
			<link>http://community.actian.com/forum/php/15268-ingres_result_seek.html</link>
			<pubDate>Tue, 18 Jun 2013 16:12:38 GMT</pubDate>
			<description><![CDATA[hello, 
 
I can not run *ingres_result_seek*. 
after a *ingres_query* and *ingres_fetch_array* then, I would 'rewind' my array. 
I have no php error...]]></description>
			<content:encoded><![CDATA[<div>hello,<br />
<br />
I can not run <b>ingres_result_seek</b>.<br />
after a <b>ingres_query</b> and <b>ingres_fetch_array</b> then, I would 'rewind' my array.<br />
I have no php error in the execution of <b>ingres_result_seek</b> (my syntaxe is correct) and of course when I did another <b>ingres_fetch_array</b> on my array then it is empty because the cursor is left at the end.<br />
<br />
Have you succeeded in using ingres_result_seek?<br />
<br />
config:<br />
Windows 2008 64bit<br />
Ingres 9.2.1<br />
Ingres_php.dll: 2.2.2 (revision: 300310 / Open API: 3)<br />
PHP 5.3.8 VC9<br />
APACHE 2.2.21<br />
<br />
thanks  for your help.</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/php/">PHP</category>
			<dc:creator>mrtoine</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/php/15268-ingres_result_seek.html</guid>
		</item>
		<item>
			<title>image storage encoding/decoding</title>
			<link>http://community.actian.com/forum/application-development-using-openroad/15267-image-storage-encoding-decoding.html</link>
			<pubDate>Tue, 18 Jun 2013 15:39:01 GMT</pubDate>
			<description>Hello.  I have an openroad application that stores images into an ingres db.  I want to be able to recall these image from a non-openroad...</description>
			<content:encoded><![CDATA[<div>Hello.  I have an openroad application that stores images into an ingres db.  I want to be able to recall these image from a non-openroad application. If possible, how so?  Thanks.</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/application-development-using-openroad/">Application Development using OpenROAD</category>
			<dc:creator>adamcox27</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/application-development-using-openroad/15267-image-storage-encoding-decoding.html</guid>
		</item>
		<item>
			<title>row background colour in a tablefield</title>
			<link>http://community.actian.com/forum/application-development-using-openroad/15266-row-background-colour-tablefield.html</link>
			<pubDate>Mon, 17 Jun 2013 14:31:48 GMT</pubDate>
			<description>Is it possible to set the background colour for a row in a tablefield without referencing each cell for that row? The ultimate goal being to have...</description>
			<content:encoded><![CDATA[<div>Is it possible to set the background colour for a row in a tablefield without referencing each cell for that row? The ultimate goal being to have rows alternate two different colours. For example:<br />
<br />
<font color="SlateGray">####</font><br />
<font color="Blue">####</font><br />
<font color="SlateGray">####</font><br />
<font color="Blue">####</font><br />
<br />
But I wont want to call all of the cells by their name (because I wont know them).<br />
<br />
Many thanks,<br />
<br />
Adrian</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/application-development-using-openroad/">Application Development using OpenROAD</category>
			<dc:creator>apsmith</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/application-development-using-openroad/15266-row-background-colour-tablefield.html</guid>
		</item>
		<item>
			<title>community</title>
			<link>http://community.actian.com/forum/ingres-community/15265-community.html</link>
			<pubDate>Mon, 17 Jun 2013 14:25:06 GMT</pubDate>
			<description>Hi 
 
I Want to ask about ingres community edition , is it stable for production system , are there issue might be raised in future use ,could i use...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I Want to ask about ingres community edition , is it stable for production system , are there issue might be raised in future use ,could i use all features of ingres inside ?<br />
<br />
could we run ingres for long time without fixes or patches or updates without risk ?<br />
<br />
what is the recommended platform for community editions ?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/ingres-community/">The Ingres Community</category>
			<dc:creator>zaidmokbel</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/ingres-community/15265-community.html</guid>
		</item>
		<item>
			<title>Ingres community edition</title>
			<link>http://community.actian.com/forum/database-general/15264-ingres-community-edition.html</link>
			<pubDate>Mon, 17 Jun 2013 12:40:39 GMT</pubDate>
			<description>Hi 
 
I Want to ask about ingres community edition ,  is it stable for production system , are there issue might be raised in future use  ,could i...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I Want to ask about ingres community edition ,  is it stable for production system , are there issue might be raised in future use  ,could i use all features of ingres inside ?<br />
<br />
could we run ingres for long time without fixes or patches or updates without risk  ?<br />
<br />
what is the recommended platform for community editions ?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/database-general/">Database General</category>
			<dc:creator>zaidmokbel</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/database-general/15264-ingres-community-edition.html</guid>
		</item>
		<item>
			<title>Uninstall Patch</title>
			<link>http://community.actian.com/forum/application-development-using-openroad/15263-uninstall-patch.html</link>
			<pubDate>Mon, 17 Jun 2013 09:40:43 GMT</pubDate>
			<description><![CDATA[I have installed the patch 14465 but it doesn't resolve the issue we have in our application. 
 
Is it possible to uninstall it? 
 
Regards]]></description>
			<content:encoded><![CDATA[<div>I have installed the patch 14465 but it doesn't resolve the issue we have in our application.<br />
<br />
Is it possible to uninstall it?<br />
<br />
Regards</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/application-development-using-openroad/">Application Development using OpenROAD</category>
			<dc:creator>aemme</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/application-development-using-openroad/15263-uninstall-patch.html</guid>
		</item>
		<item>
			<title>Bodo Bergmann wins the AUA Community Award (at last)</title>
			<link>http://community.actian.com/forum/ingres-community/15262-bodo-bergmann-wins-aua-community-award-last.html</link>
			<pubDate>Wed, 12 Jun 2013 16:20:05 GMT</pubDate>
			<description>The winner of the AUA 2013 Community Award is *Bodo Bergmann*.  It is hard to know who was more pleased with the choice, Bodo or the audience, so...</description>
			<content:encoded><![CDATA[<div>The winner of the AUA 2013 Community Award is <b>Bodo Bergmann</b>.  It is hard to know who was more pleased with the choice, Bodo or the audience, so well-done Bodo and congratulations. <br />
<br />
<img src="http://www.uk-iua.org.uk/sites/default/files/styles/medium/public/field/image/AUA-2013-Award-tiny.jpg" border="0" alt="" /><br />
<br />
<font size="1"><font color="Gray">(Normally the award is presented by the previous year's winner but unfortunately <a href="!14533!http://community.actian.com/forum/ingres-community/14533-2012-uk-aua-community-award-winner-announced.html#post42229" target="_blank">Tomasz Konojacki</a> was unable to attend the conference and so <a href="!13398!http://community.actian.com/forum/application-development-using-openroad/13398-winner.html#post37794" target="_blank">Kim Ginnerup</a> stood in.  Those of us who watched the presentation won't quickly forget Kim's performance. :)</font></font></div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/ingres-community/">The Ingres Community</category>
			<dc:creator>rhann</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/ingres-community/15262-bodo-bergmann-wins-aua-community-award-last.html</guid>
		</item>
		<item>
			<title>Aggregation functions Begine/End help please</title>
			<link>http://community.actian.com/forum/ingres-database-contributions/15261-aggregation-functions-begine-end-help-please.html</link>
			<pubDate>Wed, 12 Jun 2013 11:28:48 GMT</pubDate>
			<description><![CDATA[Hi All, 
 
I'm trying to code a new aggregation function. It needs a begin-agg, nextrow-agg and end-agg function coded into fi_defn.txt, as...]]></description>
			<content:encoded><![CDATA[<div>Hi All,<br />
<br />
I'm trying to code a new aggregation function. It needs a begin-agg, nextrow-agg and end-agg function coded into fi_defn.txt, as follows...<br />
<br />
            routine adu_N20_md5sum adu_B20_md5sum adu_E20_md5sum<br />
<br />
I've defined the code for these routines in aduagstr.c.<br />
<br />
Each starts with a TRdisplay(&quot;adu_N20_md5sum: entered\n&quot;), TRdisplay(&quot;adu_B20_md5sum: entered\n&quot;) or you get the idea.<br />
<br />
When I run the code the log in II_DBMS_LOG shows the adu_N20_md5sum alone is called. It is called the correct number of times given my test case. But neither the begin function or the end function (that I have asked for) is called!<br />
<br />
What have I done wrong?<br />
<br />
My fi_defn in full is:<br />
    operator ADI_MD5SUM_OP type ADI_PREFIX<br />
        name &quot;md5sum&quot; support ADI_INGRES_6<br />
<br />
        fi ADFI_1561_MD5SUM_STR<br />
            description char(32)  :  md5sum(varchar)<br />
            lenspec ADI_FIXED 32<br />
            flags ADI_F4_WORKSPACE<br />
            workspace sizeof(MD5STATE_T)<br />
            null_preinst ADE_2CXI_SKIP<br />
            result DB_CHR_TYPE<br />
            operands DB_VCH_TYPE<br />
            routine adu_N20_md5sum adu_B20_md5sum adu_E20_md5sum<br />
<br />
<br />
Marty</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/ingres-database-contributions/">Ingres Database Contributions</category>
			<dc:creator>martymonster</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/ingres-database-contributions/15261-aggregation-functions-begine-end-help-please.html</guid>
		</item>
		<item>
			<title>TreeViewField - Outline</title>
			<link>http://community.actian.com/forum/application-development-using-openroad/15260-treeviewfield-outline.html</link>
			<pubDate>Wed, 12 Jun 2013 08:30:25 GMT</pubDate>
			<description>Any reason why I cannot change the outline style/colour/width of a TreeViewField? 
 
They are not available in the Property Inspector, however it...</description>
			<content:encoded><![CDATA[<div>Any reason why I cannot change the outline style/colour/width of a TreeViewField?<br />
<br />
They are not available in the Property Inspector, however it accepts the changes via the code but does not reflect the visual change on screen.</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/application-development-using-openroad/">Application Development using OpenROAD</category>
			<dc:creator>petew1970</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/application-development-using-openroad/15260-treeviewfield-outline.html</guid>
		</item>
		<item>
			<title>OpenRoad client app and PostgreSQL</title>
			<link>http://community.actian.com/forum/application-development-using-openroad/15259-openroad-client-app-postgresql.html</link>
			<pubDate>Tue, 11 Jun 2013 11:31:37 GMT</pubDate>
			<description><![CDATA[I am wondering about any possibility to connect to PostgreSQL DB from OR 6.0 client applications? 
If it's possible, please, could you give me a...]]></description>
			<content:encoded><![CDATA[<div>I am wondering about any possibility to connect to PostgreSQL DB from OR 6.0 client applications?<br />
If it's possible, please, could you give me a connection example?</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/application-development-using-openroad/">Application Development using OpenROAD</category>
			<dc:creator>vesna</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/application-development-using-openroad/15259-openroad-client-app-postgresql.html</guid>
		</item>
		<item>
			<title>Possible trash files in the CBM/default directory</title>
			<link>http://community.actian.com/forum/vectorwise-q/15258-possible-trash-files-cbm-default-directory.html</link>
			<pubDate>Mon, 10 Jun 2013 15:32:25 GMT</pubDate>
			<description>Hi! 
 
Is it possible, that in the ingres/data/vectorwise/dbname/CBM/default directory exist some files, that are not corresponding to any metadata...</description>
			<content:encoded><![CDATA[<div>Hi!<br />
<br />
Is it possible, that in the ingres/data/vectorwise/dbname/CBM/default directory exist some files, that are not corresponding to any metadata managed by the current VectorWise instance? In other words: if a server crashes, receives a SIGKILL or gets an unsuccessfull upgrade, can some trash be left there? If so, is there a way to spot such files and delete them safely?<br />
<br />
Best regards! :)</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/vectorwise-q/"><![CDATA[Vectorwise Q&A]]></category>
			<dc:creator>nk_pl</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/vectorwise-q/15258-possible-trash-files-cbm-default-directory.html</guid>
		</item>
		<item>
			<title>Compiling ascp_load_metagen</title>
			<link>http://community.actian.com/forum/application-development-using-openroad/15257-compiling-ascp_load_metagen.html</link>
			<pubDate>Mon, 10 Jun 2013 10:32:17 GMT</pubDate>
			<description>Good Morning All, 
 
I am trying to import and compile an application, made of report, procedures and so on. 
 
But it returns the following error. 
...</description>
			<content:encoded><![CDATA[<div>Good Morning All,<br />
<br />
I am trying to import and compile an application, made of report, procedures and so on.<br />
<br />
But it returns the following error.<br />
<br />
Please have you any advice?<br />
<br />
The error is the following:<br />
<br />
Object start_frame fetched from ept_icd.exp.<br />
Loading start_frame into database . . . done.<br />
Compiling application components . . . <br />
<br />
Compiling ascp_load_metagen . . . E_DO0043 Error including application struct_uniq.<br />
    A non-recoverable error occurred while attempting to load the included<br />
    application struct_uniq.  Any references to its components by the host<br />
    application will not be able to be resolved.<br />
    Subsequent errors should give more details.<br />
<br />
E_DO0005 The source object does not exist.<br />
<br />
<br />
E_DO0043 Error including application struct_uniq.<br />
    A non-recoverable error occurred while attempting to load the included<br />
    application struct_uniq.  Any references to its components by the host<br />
    application will not be able to be resolved.<br />
    Subsequent errors should give more details.<br />
<br />
E_DO0005 The source object does not exist.<br />
<br />
<br />
E_DO0043 Error including application struct_uniq.<br />
    A non-recoverable error occurred while attempting to load the included<br />
    application struct_uniq.  Any references to its components by the host<br />
    application will not be able to be resolved.<br />
    Subsequent errors should give more details.<br />
<br />
E_DO0005 The source object does not exist.<br />
<br />
<br />
done.<br />
ERROR: Compile errors in component ascp_load_metagen.<br />
<br />
Have a nice Day<br />
<br />
Aemme</div>

]]></content:encoded>
			<category domain="http://community.actian.com/forum/application-development-using-openroad/">Application Development using OpenROAD</category>
			<dc:creator>aemme</dc:creator>
			<guid isPermaLink="true">http://community.actian.com/forum/application-development-using-openroad/15257-compiling-ascp_load_metagen.html</guid>
		</item>
	</channel>
</rss>
