<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://cs.pervasive.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Pervasive Community Site</title><link>http://cs.pervasive.com/forums/</link><description>All Posts</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>CheckDB for v11</title><link>http://cs.pervasive.com/forums/thread/48234.aspx</link><pubDate>Mon, 18 Jul 2011 16:23:06 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:48234</guid><dc:creator>Paul</dc:creator><slash:comments>7</slash:comments><comments>http://cs.pervasive.com/forums/thread/48234.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=124&amp;PostID=48234</wfw:commentRss><description>&lt;p&gt;Does anyone know if there is or if there is going to be a CheckDB for v11?&lt;/p&gt;&lt;p&gt;My reason for asking is we regularly use the CheckDB in v9 to rebuild the RI when renaming databases.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>ADO.NET Provider Fails When Using Parameters with Owner Name Table</title><link>http://cs.pervasive.com/forums/thread/53215.aspx</link><pubDate>Tue, 21 May 2013 15:50:05 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53215</guid><dc:creator>mattwilkinson</dc:creator><slash:comments>9</slash:comments><comments>http://cs.pervasive.com/forums/thread/53215.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=124&amp;PostID=53215</wfw:commentRss><description>I am trying to perform a query using the Pervasive.Data.SqlClient.dll (4.0) with parameters

It works fine using parameterised queries until I try and perform a query on a table that has the ownername set. I tried switching to ODBC and this works with basically the same code, so I think this is an issue with the provider.

This code works:
&lt;BLOCKQUOTE&gt;&lt;div&gt;
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
        Dim ds As New DataSet
        Dim query As String = String.Format(&amp;quot;SET OWNER = &amp;#39;{0}&amp;#39;;SELECT * FROM Users WHERE UserName = ?&amp;quot;, _ownerName)
        Dim conn As OdbcConnection
        conn = New OdbcConnection(&amp;quot;Driver={Pervasive ODBC Client Interface};ServerName=SMITHERS;dbq=@CAPTUREIT;UID=Master;PWD=;&amp;quot;)
        conn.Open()
        Dim dataadapter As New OdbcDataAdapter
        Dim cmd As OdbcCommand = conn.CreateCommand
        cmd.CommandText = query

        Dim prm As New OdbcParameter
        prm.ParameterName = &amp;quot;@UserName&amp;quot;
        prm.DbType = DbType.String
        prm.Direction = ParameterDirection.Input
        prm.Value = &amp;quot;Dave&amp;quot;

        cmd.Parameters.Add(prm)
        dataadapter.SelectCommand = cmd
        dataadapter.Fill(ds)
        conn.Close()

        dgvData.DataSource = ds.Tables(0)

    End Sub
&lt;/div&gt;&lt;/BLOCKQUOTE&gt;

This Code Fails:
&lt;BLOCKQUOTE&gt;&lt;div&gt;
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Dim ds As New DataSet
        Dim query As String = String.Format(&amp;quot;SET OWNER = &amp;#39;{0}&amp;#39;;SELECT * FROM Users WHERE UserName = ?&amp;quot;, _ownerName)

        Dim conn As PsqlConnection
        conn = New PsqlConnection(&amp;quot;Server Name=SMITHERS;Database Name=CAPTUREIT;User ID=Master;Password=;TimeType=TimeSpan;&amp;quot;)
        conn.Open()
        Dim dataadapter As New PsqlDataAdapter
        Dim cmd As PsqlCommand = conn.CreateCommand
        cmd.CommandText = query

        Dim prm As New PsqlParameter
        prm.ParameterName = &amp;quot;@UserName&amp;quot;
        prm.DbType = DbType.String
        prm.Direction = ParameterDirection.Input
        prm.Value = &amp;quot;Dave&amp;quot;

        cmd.Parameters.Add(prm)
        dataadapter.SelectCommand = cmd
        dataadapter.Fill(ds) &amp;#39;&amp;lt;&amp;lt;</description></item><item><title>Database Vendor Code -5009 while running Crystal Reports XI and Pvsw v11 64bit</title><link>http://cs.pervasive.com/forums/thread/53217.aspx</link><pubDate>Tue, 21 May 2013 21:52:09 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53217</guid><dc:creator>ira</dc:creator><slash:comments>2</slash:comments><comments>http://cs.pervasive.com/forums/thread/53217.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=124&amp;PostID=53217</wfw:commentRss><description>&lt;p&gt;We are receiving a database connector error and a database vendor code: -5099 when running some crystal reports after upgrading the pervasive to v11 64bit. &lt;/p&gt;&lt;p&gt;We currently do not receive the errors when running in v10 32bit.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Has anyone ever seen this before or have any ideas how to resolve the connection issues?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Pervasive client v10 performance issue on Server 2008 R2 Ent. - with RDS (terminal services)</title><link>http://cs.pervasive.com/forums/thread/53219.aspx</link><pubDate>Tue, 21 May 2013 22:20:30 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53219</guid><dc:creator>bozagroza</dc:creator><slash:comments>1</slash:comments><comments>http://cs.pervasive.com/forums/thread/53219.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=36&amp;PostID=53219</wfw:commentRss><description>&lt;p&gt;We have a problem with Sage Timberline performance after porting it to Win 2008R2 Enterprise - we narrowed the issue is in Pervasive v10&lt;/p&gt;&lt;p&gt;We have Win server 2008 R2 Enterprise&amp;nbsp;with terminal services - pervasive workgroup &lt;strong&gt;client&lt;/strong&gt; 10.30 installed. server has 16GB of RAM and we are testing the app with 3 -4 users load at any given time.&lt;/p&gt;&lt;p&gt;We have Win server 2003 x64 Enterprise - pervasive workgroup &lt;strong&gt;server&lt;/strong&gt; 10.30 installed.&lt;/p&gt;&lt;p&gt;Users were, so far, using XP workstations with 10.30 client installed and are getting responses from Sage Timberline application in the range of 10 -15 seconds to open a screen or a wizard.&lt;/p&gt;&lt;p&gt;What we have been seeing is that, on2008 R2 terminal server response is around 4 seconds for a few days - then it drops to about 30 secs at some point and stays there.&lt;/p&gt;&lt;p&gt;We&amp;#39;ve been mucking around with Local engine memory settings, trying system cache, max microkernel to 0, OR, no system cache, max microkernel to 60, increasing Cache Allocation size to match the server (409MB), or even bigger. we have limit set to 2GB on both server and client.&lt;/p&gt;&lt;p&gt;the logs show the following:&lt;/p&gt;&lt;p&gt;5/14/2013 9:11:43 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3131: Reconnect not attempted, AutoReconnect not enabled on either client or server.&lt;br /&gt;5/14/2013 9:11:43 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MKDE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cache engine failed to communicate with server arpistl, error=3111&lt;br /&gt;5/14/2013 9:11:48 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MKDE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cache engine failed to communicate with server arpistl, error=3110&lt;br /&gt;5/14/2013 9:57:21 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3112: Status 0 returned while receiving a maximum of 65153 bytes.&lt;br /&gt;5/14/2013 9:57:21 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3112: Status 0 returned while receiving a maximum of 65153 bytes.&lt;br /&gt;5/14/2013 9:57:21 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3112: Status 0 returned while receiving a maximum of 65153 bytes.&lt;br /&gt;5/14/2013 9:57:23 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3112: Status 0 returned while receiving a maximum of 65535 bytes.&lt;br /&gt;5/14/2013 9:57:23 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MKDE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cache engine failed to communicate with server arpistl, error=3112&lt;br /&gt;5/14/2013 9:57:25 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3111: Status 10053 returned while sending 184 bytes.&lt;br /&gt;5/14/2013 9:57:25 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3131: Reconnect not attempted, AutoReconnect not enabled on either client or server.&lt;br /&gt;5/14/2013 9:57:25 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3111: Status 10053 returned while sending 202 bytes.&lt;br /&gt;5/14/2013 9:57:25 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3131: Reconnect not attempted, AutoReconnect not enabled on either client or server.&lt;br /&gt;5/14/2013 9:57:27 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3111: Status 10053 returned while sending 214 bytes.&lt;br /&gt;5/14/2013 9:57:27 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3131: Reconnect not attempted, AutoReconnect not enabled on either client or server.&lt;br /&gt;5/14/2013 9:57:28 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3112: Status 0 returned while receiving a maximum of 65535 bytes.&lt;br /&gt;5/14/2013 9:57:31 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3112: Status 0 returned while receiving a maximum of 65153 bytes.&lt;br /&gt;5/14/2013 9:57:31 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3111: Status 10053 returned while sending 132 bytes.&lt;br /&gt;5/14/2013 9:57:31 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3131: Reconnect not attempted, AutoReconnect not enabled on either client or server.&lt;br /&gt;5/14/2013 9:57:33 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3111: Status 10053 returned while sending 76 bytes.&lt;br /&gt;5/14/2013 9:57:33 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3131: Reconnect not attempted, AutoReconnect not enabled on either client or server.&lt;br /&gt;5/14/2013 9:57:33 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MKDE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cache engine failed to communicate with server arpistl, error=3111&lt;br /&gt;5/14/2013 9:57:38 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MKDE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cache engine failed to communicate with server arpistl, error=3110&lt;br /&gt;5/14/2013 9:57:43 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3111: Status 10053 returned while sending 76 bytes.&lt;br /&gt;5/14/2013 9:57:43 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3131: Reconnect not attempted, AutoReconnect not enabled on either client or server.&lt;br /&gt;5/14/2013 9:57:43 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MKDE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cache engine failed to communicate with server arpistl, error=3111&lt;br /&gt;5/14/2013 9:57:53 AM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MKDE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3616&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w3dbsmgr.exe&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPRDS3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cache engine failed to communicate with server arpistl, error=3110&lt;/p&gt;&lt;p&gt;ARPRDS3 is the client, terminal server, ARPISTL is the server.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can tell that the error points to WINSOCK timeout - but no idea why it is happening.&lt;/p&gt;&lt;p&gt;The ARPISTL, server, logs show nothing during this time frame.&lt;/p&gt;&lt;p&gt;The only thing we can say for sure is that when the w3dbsmgr.exe on client reaches a certain amount of memory (and that seems to be in the higher range of its Cache Allocation size - the slowdown and the above erros occur.&lt;/p&gt;&lt;p&gt;Any idea where to go from there?&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Darko&lt;/p&gt;</description></item><item><title>need help to generate extract</title><link>http://cs.pervasive.com/forums/thread/53214.aspx</link><pubDate>Tue, 21 May 2013 13:57:37 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53214</guid><dc:creator>guru.4me</dc:creator><slash:comments>0</slash:comments><comments>http://cs.pervasive.com/forums/thread/53214.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=93&amp;PostID=53214</wfw:commentRss><description>Hi,

I am new to pervasive, please help to find some good document for data integration v10 and 
I need help in the following issue:
I need to generate extract by runing query.
the source will me sqlserver 2008
and output will be file.

I done creating the source with sqlserver2008 and able to see the result from the table.but when i try to create target with the ascii for flat flie , i not able to generate the extract.

Please help me..

Thanks,
Gurpreet Singh
</description></item><item><title>Managing DDF for btrieve files with owner ?</title><link>http://cs.pervasive.com/forums/thread/53213.aspx</link><pubDate>Tue, 21 May 2013 12:58:48 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53213</guid><dc:creator>OReubens</dc:creator><slash:comments>0</slash:comments><comments>http://cs.pervasive.com/forums/thread/53213.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=124&amp;PostID=53213</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m having the following issue.&lt;/p&gt;&lt;p&gt;For a project where all files are managed through the btrieve interface / MKDE. We want to create/manage a named database so customers have access to their data via ODBC.&lt;/p&gt;&lt;p&gt;I can create/update/date a named database and add/drop tables for Btrieve manages files.&amp;nbsp; But not if the files have an owner set to them (BUTIL -setowner).&lt;br /&gt;PvAddTable3 fails with returning 1 (PCM_errFailed), and similarly querying the named database via PvGetTableStat2 fails with returning 1 (PCM_errFailed).&lt;/p&gt;&lt;p&gt;Neither PvAddTable3 nor PvGetTableStat2 seem to have any means to provide an owner.&lt;/p&gt;&lt;p&gt;If I remove the owner everything works as expected, but the owner is there for a reason of course. :)&lt;/p&gt;&lt;p&gt;How are we supposed to to use DTI to add tables&amp;nbsp;to a named database for already existing files with owner ?&lt;/p&gt;</description></item><item><title>Auto reconnect on Linux</title><link>http://cs.pervasive.com/forums/thread/53197.aspx</link><pubDate>Thu, 16 May 2013 13:05:07 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53197</guid><dc:creator>Ruudunit4</dc:creator><slash:comments>4</slash:comments><comments>http://cs.pervasive.com/forums/thread/53197.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=124&amp;PostID=53197</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;With autoreconnect enabled on the psql 11 linux server&amp;nbsp;and client our customer still&amp;nbsp;notices this error log message:&lt;/p&gt;&lt;p&gt;16-5-2013 14:21:15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; W3NSL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4144&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Diamant.exe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LT-15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3131: Reconnect not attempted, AutoReconnect not enabled on either client or server.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Please tell me that this article about psql 2000i&amp;nbsp;is outdated for psql 11 10 years later...... &lt;a href="http://www.pervasivedb.com/kb/Pages/00014742.aspx"&gt;http://www.pervasivedb.com/kb/Pages/00014742.aspx&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If not... houston we have a problem......&lt;/p&gt;&lt;p&gt;Kind&amp;nbsp;regard,&lt;/p&gt;&lt;p&gt;Ruud Herrewijnen&lt;/p&gt;&lt;p&gt;UNIT4.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Error Getting Started with Entity Framework</title><link>http://cs.pervasive.com/forums/thread/53204.aspx</link><pubDate>Mon, 20 May 2013 10:10:51 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53204</guid><dc:creator>mattwilkinson</dc:creator><slash:comments>3</slash:comments><comments>http://cs.pervasive.com/forums/thread/53204.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=124&amp;PostID=53204</wfw:commentRss><description>I am trying to connect to an existing pervasive database using MVC and the Entity Framework.


My Model class is defined as follows:


Public Class Employee
    
    Public Property ClockNo As Int32
    Public Property Surname As String
    Public Property FirstNames As String
End Class


I get the following error:


Schema specified is not valid. Errors: 


(7,6) : error 0040: The Type int32 is not qualified with a namespace or alias. Only primitive types can be used without qualification


My connection string is as follows:
</description></item><item><title>Delta files remains after end continuous mode</title><link>http://cs.pervasive.com/forums/thread/53201.aspx</link><pubDate>Sun, 19 May 2013 14:26:26 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53201</guid><dc:creator>santhoshatvembu</dc:creator><slash:comments>1</slash:comments><comments>http://cs.pervasive.com/forums/thread/53201.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=34&amp;PostID=53201</wfw:commentRss><description>Hi all,

I was implemented BTRCALLID functions to put the active files into continuous mode and after backed up the pervasive databae files I have ended the continuous mode.  It works normally when our application runs. But when suppose our application crashed / killed after begin continuous mode without ending,  the delta files remain in same location which results continuous mode fails in next schedule... I have tried to handle this by calling BTRCALLID function for ending continuos mode when our application get killed. But the function returns the value 0 states success but still delta files remain in same location.  Is anything else I have missed..?  Is that client ID passed differs with thread.? Please help me to understand the continuous mode operations better.</description></item><item><title>How to dinamically change Target and Source</title><link>http://cs.pervasive.com/forums/thread/35784.aspx</link><pubDate>Tue, 24 Jan 2006 18:01:48 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:35784</guid><dc:creator>ribeiro_pires@yahoo.com</dc:creator><slash:comments>14</slash:comments><comments>http://cs.pervasive.com/forums/thread/35784.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=91&amp;PostID=35784</wfw:commentRss><description>I have a Map, called inside a Process. That Map uses variables passed by the Process. I need a way to dinamically change the Target Connect String and the Source Connect String dinamically. I want to pass from the Process to the Map variables for dinamically create a Connection String.&lt;br /&gt;I try to put in Transformation Events (Before Transformation) a ChangeTarget and a ChangeSource (in this order).&lt;br /&gt;But it didn't work. It changes the Source but not the Target.&lt;br /&gt;&lt;br /&gt;Does Anybody know how to do this?</description></item><item><title>How to convert FLOAT into fixed decimal string?</title><link>http://cs.pervasive.com/forums/thread/53151.aspx</link><pubDate>Wed, 08 May 2013 06:20:00 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53151</guid><dc:creator>PSi</dc:creator><slash:comments>6</slash:comments><comments>http://cs.pervasive.com/forums/thread/53151.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=34&amp;PostID=53151</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m trying to join currency amounts with three letter currency labes so that FLOAT currency ammounts would have 
rounded fixed two decimal places to give neat appearance when aligned right, like:&lt;/p&gt;
&lt;blockquote&gt;&lt;code&gt;F&lt;br /&gt;
 ---------&lt;br /&gt;
 14.00 EUR&lt;br /&gt;            
 &amp;nbsp;4.00 USD&lt;br /&gt;              
 &amp;nbsp;0.80 USD&lt;br /&gt;                
 &amp;nbsp;4.00 GBP&lt;br /&gt;                  
 90.80 YEN&lt;br /&gt;                
 ---------&lt;br /&gt;&lt;/code&gt;&lt;/blockquote&gt;
&lt;p&gt;For demo I&amp;#39;m using the Demodata that comes with PSQL 11. I use &amp;quot;Student&amp;quot; table&amp;#39;s two columns:&lt;/p&gt;
&lt;blockquote&gt;&lt;code&gt;
    CUMULATIVE_GPA Decimal(4)&lt;br /&gt;
    MAJOR  CHAR(20)&lt;br /&gt;
&lt;/code&gt;&lt;/blockquote&gt;
&lt;p&gt;so you can verify what I&amp;#39;m trying to do.&lt;/p&gt;
&lt;p&gt;I tried to use cast  and convert functions but am unable to get the results I expect:&lt;/p&gt;
&lt;blockquote&gt;&lt;code&gt;
select&lt;br /&gt;
&amp;nbsp;top 5&lt;br /&gt;
&amp;nbsp;Cumulative_GPA A,&lt;br /&gt;
&amp;nbsp;cast(Cumulative_GPA AS DECIMAL(6,2)) B,&lt;br /&gt;
&amp;nbsp;cast(cast(Cumulative_GPA AS DECIMAL(6,2)) AS CHAR(9)) C,&lt;br /&gt;
&amp;nbsp;convert(cast(Cumulative_GPA AS DECIMAL(6,2)), SQL_VARCHAR) D,&lt;br /&gt;
&amp;nbsp;Major E,&lt;br /&gt;
&amp;nbsp;convert(cast(Cumulative_GPA AS DECIMAL(6,2)), SQL_VARCHAR) + &amp;#39; &amp;#39; + Major F&lt;br /&gt;
from&lt;br /&gt;
&amp;nbsp;&amp;quot;Student&amp;quot;&lt;br /&gt;
&lt;/code&gt;&lt;/blockquote&gt;
&lt;p&gt;It yelds:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;blockquote&gt;&lt;code&gt;
&amp;nbsp;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;D&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;E&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;F&lt;br /&gt;
&amp;nbsp;-----&amp;nbsp;&amp;nbsp;&amp;nbsp;----&amp;nbsp;&amp;nbsp;&amp;nbsp;---&amp;nbsp;&amp;nbsp;&amp;nbsp;---&amp;nbsp;&amp;nbsp;&amp;nbsp;----------&amp;nbsp;&amp;nbsp;&amp;nbsp;-------------&lt;br /&gt;
&amp;nbsp;4.000&amp;nbsp;&amp;nbsp;&amp;nbsp;4.00&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Economics&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;Economics&lt;br /&gt;
&amp;nbsp;4.000&amp;nbsp;&amp;nbsp;&amp;nbsp;4.00&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Spanish&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;Spanish&lt;br /&gt;
&amp;nbsp;0.800&amp;nbsp;&amp;nbsp;&amp;nbsp;0.80&amp;nbsp;&amp;nbsp;&amp;nbsp;.8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Chemistry&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.8&amp;nbsp;Chemistry&lt;br /&gt;
&amp;nbsp;4.000&amp;nbsp;&amp;nbsp;&amp;nbsp;4.00&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Economics&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&amp;nbsp;Economics&lt;br /&gt;
&amp;nbsp;0.801&amp;nbsp;&amp;nbsp;&amp;nbsp;0.80&amp;nbsp;&amp;nbsp;&amp;nbsp;.80&amp;nbsp;&amp;nbsp;&amp;nbsp;.80&amp;nbsp;&amp;nbsp;&amp;nbsp;Sociology&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.80&amp;nbsp;Sociology&lt;br /&gt;
&amp;nbsp;-----&amp;nbsp;&amp;nbsp;&amp;nbsp;----&amp;nbsp;&amp;nbsp;&amp;nbsp;---&amp;nbsp;&amp;nbsp;&amp;nbsp;---&amp;nbsp;&amp;nbsp;&amp;nbsp;----------&amp;nbsp;&amp;nbsp;&amp;nbsp;-------------&lt;br /&gt;
 &lt;/code&gt;&lt;/blockquote&gt;
&lt;p&gt;I expected column F to yeld:&lt;/p&gt;
 &lt;blockquote&gt;&lt;code&gt;
 F&lt;br /&gt;
 ---------------&lt;br /&gt;
 4.00 Economics&lt;br /&gt;            
 4.00 Spanish&lt;br /&gt;              
 0.80 Chemistry&lt;br /&gt;                
 4.00 Economics&lt;br /&gt;                  
 0.80 Sociology&lt;br /&gt;                
 ---------------&lt;br /&gt;
&lt;/code&gt;&lt;/blockquote&gt;
&lt;p&gt;Am I missing something obvious? How I can get the results I expect? Is there perhaps a bug in PSQL&amp;#39;s convert(cast(...)) combination?
Using clumn B and column E and joining the data afterward is &lt;b&gt;not&lt;/b&gt; an acceptable solution. &lt;/p&gt;
&lt;p&gt;pekka&lt;/p&gt;

</description></item><item><title>Di and Agent don't sync Up</title><link>http://cs.pervasive.com/forums/thread/53202.aspx</link><pubDate>Mon, 20 May 2013 08:43:55 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53202</guid><dc:creator>Dize</dc:creator><slash:comments>0</slash:comments><comments>http://cs.pervasive.com/forums/thread/53202.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=64&amp;PostID=53202</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;What are the possible reason and resolution:&lt;/p&gt;&lt;p&gt;i&amp;#39;m running the same package with the same data and Macro in Di and agent, yet i&amp;#39;m still getting different result when running them&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Apps are much slower on 2008 64 bit terminal server vs 2003 terminal server</title><link>http://cs.pervasive.com/forums/thread/52526.aspx</link><pubDate>Tue, 05 Feb 2013 14:27:14 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:52526</guid><dc:creator>Wayne Wagstaff</dc:creator><slash:comments>12</slash:comments><comments>http://cs.pervasive.com/forums/thread/52526.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=36&amp;PostID=52526</wfw:commentRss><description>&lt;p&gt;[Michael Beris] Thread split from &lt;a href="http://cs.pervasive.com/forums/t/12342.aspx"&gt;http://cs.pervasive.com/forums/t/12342.aspx&lt;/a&gt;&amp;nbsp;by request.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;For context, see &lt;a href="http://cs.pervasive.com/forums/t/12342.aspx"&gt;http://cs.pervasive.com/forums/t/12342.aspx&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I can confirm the same - it is happening the same in our company.&lt;/p&gt;
&lt;p&gt;W2k3 32bit is 3-4 times faster than W2k8 64bit.&lt;/p&gt;
&lt;p&gt;Has anybody resolved this issue?&lt;/p&gt;
&lt;p&gt;I would very much appriciate any info on this.&lt;/p&gt;
&lt;p&gt;BR, Smiljan &lt;br /&gt;&lt;/p&gt;</description></item><item><title>32 bit ODBC on 64 bit Debian</title><link>http://cs.pervasive.com/forums/thread/53188.aspx</link><pubDate>Tue, 14 May 2013 17:29:29 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53188</guid><dc:creator>RogerIrwin</dc:creator><slash:comments>3</slash:comments><comments>http://cs.pervasive.com/forums/thread/53188.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=124&amp;PostID=53188</wfw:commentRss><description>Hi,

I&amp;#39;m trying to run a Mono application which must connect to a Pervasive database. There is a 32 bit ODBC driver which I tried successfully on a 32 bit Ubuntu 12.04.

But I really need to be running this on 64 bit Debian 7.0 systems. I installed the client package, and the pcc tool works fine. ODBC from mono does not, and the debug info tells me that libodbc cannot be found.

I do have ia32-libs installed. I do have a 32 bit libodbc.so.1.0.0 in /usr/lib/i386-linux-gnu, and another in the psql client package (/usr/local/psql/lib/libodbc.so.1.0.000), which &amp;#39;file&amp;#39; also reports as being 32 bit. Now I have configured /etc/mono/config and used ldconfig and everthing else I can think of, and ldd tells me that the libraries dependicies are met...and yet mono runtime contunues to not find the package.

I also checked file permissions.

So I tried isql, and that reported (immediately) that there was no SQL connect.

Any ideas gratefully received!</description></item><item><title>DJImport Script Object Causing Max Cursor Error</title><link>http://cs.pervasive.com/forums/thread/53156.aspx</link><pubDate>Thu, 09 May 2013 19:12:40 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53156</guid><dc:creator>rnault</dc:creator><slash:comments>3</slash:comments><comments>http://cs.pervasive.com/forums/thread/53156.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=91&amp;PostID=53156</wfw:commentRss><description>My client has created RIFL script code to perform a validation lookup for each record using a DJImport object to perform a SQL query lookup to see if the item already exists in the destination database.  Just recently the Pervasive Process is generating an Oracle database error 604 and 1000 max cursors reached.

Pervasive v9.2.5.86
Oracle 11g database

Any suggestions on how to solve this issue?  The data is around 25,000 records.

---------------------------
Code Example:

set ValidateItem_Obj = New DJImport  = &amp;quot;Oracle 11g&amp;quot;

ValidateItem_Obj.ConnectString = (&amp;quot;Database=GOLD; UserID=user; Password=password; Table=ARTRAC; Encoding=OEM; WhereStmt =; SystemTables=False;Views=True; Synonyms=False;QueryRewrite=Enforced;ParallelHint=0&amp;quot;)

ValidationItem_Obj.SQLStatement = (&amp;quot;select * from ARTRAC&amp;quot; where item = &amp;#39;&amp;quot;) &amp;amp; ITEM_NO &amp;amp; &amp;quot;&amp;#39;)&amp;quot;

ValidateItem_Lookup = ValidateItem_Obj.Fields(1)

Thanks,
Ray

</description></item><item><title>Len function</title><link>http://cs.pervasive.com/forums/thread/53175.aspx</link><pubDate>Sat, 11 May 2013 08:16:48 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53175</guid><dc:creator>kelapa</dc:creator><slash:comments>4</slash:comments><comments>http://cs.pervasive.com/forums/thread/53175.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=124&amp;PostID=53175</wfw:commentRss><description>&lt;p&gt;How to get a max length of a field&amp;#39;s cell in a table? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>UpprCase.Alt file request</title><link>http://cs.pervasive.com/forums/thread/53185.aspx</link><pubDate>Mon, 13 May 2013 19:51:35 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53185</guid><dc:creator>wcjenkinsjr</dc:creator><slash:comments>1</slash:comments><comments>http://cs.pervasive.com/forums/thread/53185.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=124&amp;PostID=53185</wfw:commentRss><description>Help Please. What I think I need is the UpprCase.Alt file, but cannot locate it.  Can anyone help with this file and/or solutions to work around?  Thanks to any one who can help.  WCJJr I am attempting to create DDF tables from a Btrieve file ins_co.dat, that when opened by DDF Builder, yield’s an error when saving the file.

 I have talked to support, and they suggest that the vendor of the program should provide the UpprCase.Alt file.  I have checked the servicer, work station, and support without any luck.  Additionally, when I contacted PracticeWork, they responded that this request is outside of the support purview provided.  Here is a recording of the SQL statement that of the attempted save:
Hello, Wilbert Jenkins&amp;#39; create table, and I am running PSQL WorkGroup engine and the DDF Builder directly on the machine where the PSQL engine is running.


CREATE TABLE &amp;quot;ins-co&amp;quot; IN DICTIONARY USING &amp;#39;ins-co.DAT&amp;#39; ( 
	&amp;quot;InsCoID&amp;quot; INTEGER NOT NULL, 
	&amp;quot;InsCoName&amp;quot; VARCHAR(35) NOT NULL COLLATE &amp;#39;UPPRCASE.alt&amp;#39;, 
	&amp;quot;InsCoAddress1&amp;quot; VARCHAR(35) NOT NULL COLLATE &amp;#39;UPPRCASE.alt&amp;#39;, 
	&amp;quot;InsCoAddress2&amp;quot; CHAR(36) NOT NULL, 
	&amp;quot;InsCoCity&amp;quot; CHAR(16) NOT NULL, 
	&amp;quot;InsCoState&amp;quot; CHAR(4) NOT NULL, 
	&amp;quot;InsCoZip&amp;quot; CHAR(11) NOT NULL, 
	&amp;quot;InsCoPhone&amp;quot; CHAR(20) NOT NULL, 
	&amp;quot;InsCoFax&amp;quot; CHAR(20) NOT NULL, 
	&amp;quot;InsCoContactName&amp;quot; CHAR(36) NOT NULL, 
	&amp;quot;ElecClaimsID&amp;quot; CHAR(17) NOT NULL, 
	&amp;quot;ECFilingName&amp;quot; CHAR(36) NOT NULL, 
	&amp;quot;GroupNumRequired&amp;quot; LOGICAL NOT NULL, 
	&amp;quot;TrackECasPaper&amp;quot; LOGICAL NOT NULL, 
	&amp;quot;FormFileName&amp;quot; CHAR(13) NOT NULL, 
	&amp;quot;TrogenCarrierCode&amp;quot; CHAR(7) NOT NULL, 
	&amp;quot;MedicaFormName&amp;quot; CHAR(13) NOT NULL, 
	&amp;quot;UserTypeID&amp;quot; INTEGER NOT NULL, 
	&amp;quot;Inactive&amp;quot; LOGICAL NOT NULL, 
	&amp;quot;TrogenMCAdminCode&amp;quot; CHAR(8) NOT NULL, 
	&amp;quot;PrecedeADACode&amp;quot; LOGICAL NOT NULL, 
	&amp;quot;ADACodeChart&amp;quot; CHAR(1) NOT NULL, 
	&amp;quot;PrintDocSigOnFile&amp;quot; LOGICAL NOT NULL, 
	&amp;quot;LastUpDatedDate&amp;quot; DATE NOT NULL, 
	&amp;quot;FeeSchedule&amp;quot; INTEGER NOT NULL, 
	&amp;quot;UsesCurADASet&amp;quot; LOGICAL NOT NULL, 
	&amp;quot;ShrinkToFit&amp;quot; LOGICAL NOT NULL, 
	&amp;quot;CodeSetAccepted&amp;quot; SMALLINT NOT NULL, 
	&amp;quot;NEAMasterID&amp;quot; CHAR(7) NOT NULL, 
	&amp;quot;ERACapable&amp;quot; LOGICAL NOT NULL, 
	&amp;quot;Filler&amp;quot; CHAR(8) NOT NULL, 
	&amp;quot;Spare&amp;quot; CHAR(4) NOT NULL);
SET TRUENULLCREATE = ON;
CREATE UNIQUE INDEX &amp;quot;index_0&amp;quot; IN DICTIONARY ON &amp;quot;ins-co&amp;quot; ( 
	&amp;quot;InsCoID&amp;quot; );
CREATE INDEX &amp;quot;index_1&amp;quot; IN DICTIONARY ON &amp;quot;ins-co&amp;quot; ( 
	&amp;quot;InsCoName&amp;quot; , 
	&amp;quot;InsCoAddress1&amp;quot; ); 

Additionally, I have included create table information at the time of the error.
File Statistics for c:\wcjjrdatafoldereds\datapracticeworks\ins-co.dat

File Version = 9.50
Page Size = 4096
Page Preallocation = No
Key Only = No
Extended = No

Total Number of Records = 710
Record Length = 355 
Record Compression = No
Page Compression = No
Variable Records = No

Available Linked Duplicate Keys = 0
Balanced Key = No
Log Key = 0
System Data = No
Total Number of Keys = 2
Total Number of Segments = 3

Key         Position        Type            Null Values*               ACS
    Segment          Length           Flags              Unique Values
  0    1         1       4  Integer      M      --               710    --
  1    1         5      36  Zstring      MD     --               681     0
  1    2        41      36  Zstring      MD     --               681     0

Alternate Collating Sequence(ACS) List:
  0 UPPRCASE

Legend:
 </description></item><item><title>ntdbsmgr64 crash on Alter Table</title><link>http://cs.pervasive.com/forums/thread/53181.aspx</link><pubDate>Mon, 13 May 2013 13:01:51 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53181</guid><dc:creator>Opal</dc:creator><slash:comments>2</slash:comments><comments>http://cs.pervasive.com/forums/thread/53181.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=124&amp;PostID=53181</wfw:commentRss><description>&lt;p&gt;I get ntdbsmgr64 crash when executing following SQL: &lt;/p&gt;&lt;p&gt;ALTER TABLE &amp;quot;Table&amp;quot; ADD &amp;quot;AutoInc&amp;quot; IDENTITY NOT NULL. &lt;/p&gt;&lt;p&gt;Size of the table is approx. 1.2 GB. I&amp;#39;ve tried this on v11 SP2 and v11 SP3 update 1 on Win7 and on Win 2008. It was also tested on v10 and it worked fine. SQL statement &lt;/p&gt;&lt;p&gt;ALTER TABLE &amp;quot;Table&amp;quot; ADD &amp;quot;AutoIncGl&amp;quot; INTEGER DEFAULT 0 NOT NULL &lt;/p&gt;&lt;p&gt;works fine. I tried increasing Cache allocation size to 10000 MB but it didn&amp;#39;t help (per Task Manager ntdbsrmgr64 was using approx. 5.5 GB of memory before crashing). &lt;/p&gt;&lt;p&gt;Any ideas what can be wrong? &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Setup ODBC to PSQL on Ubuntu Linux</title><link>http://cs.pervasive.com/forums/thread/48829.aspx</link><pubDate>Mon, 26 Sep 2011 11:33:38 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:48829</guid><dc:creator>Brasse</dc:creator><slash:comments>13</slash:comments><comments>http://cs.pervasive.com/forums/thread/48829.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=35&amp;PostID=48829</wfw:commentRss><description>Im having some problems connecting with PHP5(apache) and i wonder if someone can help me?
&lt;br /&gt;&lt;br /&gt;
My server is running Ubuntu Linux 10.04.2 LTS(64 bit) Apache2 and PHP5.
&lt;br /&gt;&lt;br /&gt;
This is how i installed:&lt;br /&gt;
sudo apt-get install ia32-libs &lt;br /&gt;
cd /usr/local/&lt;br /&gt;
cp /home/brasse/Pervasive.SQL-Client-10.30-024.000.i486.tar.gz .&lt;br /&gt;
tar -zxf Pervasive.SQL-Client-10.30-024.000.i486.tar.gz &lt;br /&gt;
cd psql/etc/&lt;br /&gt;
sh clientpreinstall.sh &lt;br /&gt;
sh clientpostinstall.sh &lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
## ive put following in /etc/apache2/envvars&lt;br /&gt;
umask 022&lt;br /&gt;
export PVSW_ROOT=/usr/local/psql&lt;br /&gt;
export PATH=$PVSW_ROOT/bin:/bin:/usr/bin&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
if [ $(uname -s) = &amp;quot;Darwin&amp;quot; ]&lt;br /&gt;
then&lt;br /&gt;
    export DYLD_LIBRARY_PATH=$PVSW_ROOT/lib:$PVSW_ROOT/lib64:$PVSW_ROOT/bin:/usr/lib&lt;br /&gt;
else&lt;br /&gt;
    export LD_LIBRARY_PATH=$PVSW_ROOT/lib:$PVSW_ROOT/lib64:$PVSW_ROOT/bin:/usr/lib&lt;br /&gt;
fi&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
export MANPATH=$PVSW_ROOT/man:$MANPATH&lt;br /&gt;
export BREQ=$PVSW_ROOT/lib&lt;br /&gt;
export LD_BIND_NOW=1&lt;br /&gt;
##################################################&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;


usermod -a -G pvsw www-data&lt;br /&gt;
/usr/local/psql/bin/dsnadd -dsn=ODBC -host=ernst -sdsn=ODBC&lt;br /&gt;
echo &amp;quot;/usr/local/psql/lib&amp;quot; &amp;gt; /etc/ld.so.conf.d/psql.conf&lt;br /&gt;
ldconfig&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
service apache2 restart&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;

When i try this. it works good:&lt;br /&gt;&lt;br /&gt;
?php&lt;br /&gt;
echo shell_exec(&amp;#39;isql -v ODBC&amp;#39;);&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
but when i do it like this:&lt;br /&gt;&lt;br /&gt;
?php&lt;br /&gt;
$conn = odbc_connect(&amp;quot;ODBC&amp;quot;,&amp;quot;&amp;quot;,&amp;quot;&amp;quot;); &lt;br /&gt;
echo $conn;&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
i get this error message:&lt;br /&gt;
Warning: odbc_connect(): SQL error: [unixODBC][Driver Manager]Can&amp;#39;t open lib &amp;#39;/usr/local/psql/lib/odbcci.so&amp;#39; : file not found, SQL state 01000 in SQLConnect in /var/www/test/index.php on line 35
&lt;br /&gt;&lt;br /&gt;

How can i solve this? (i will put my complete installation procedure here when im done, so it can help others when im done)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;


ps.&lt;br /&gt;
ive tried running from CLI as well:&lt;br /&gt;&lt;br /&gt;

psql@albin:/var/www/test$ php5 index.php  (same file..)&lt;br /&gt;
PHP Warning:  odbc_connect(): SQL error: [unixODBC][Driver Manager]Can&amp;#39;t open lib &amp;#39;/usr/local/psql/lib/odbcci.so&amp;#39; : file not found, SQL state 01000 in SQLConnect in /var/www/test/index.php on line 36&lt;br /&gt;
psql@albin:/var/www/test$ isql -v ODBC   --  this works though...&lt;br /&gt;</description></item><item><title>Create User Defined Function in sql</title><link>http://cs.pervasive.com/forums/thread/53167.aspx</link><pubDate>Fri, 10 May 2013 15:02:21 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53167</guid><dc:creator>dblwizard</dc:creator><slash:comments>7</slash:comments><comments>http://cs.pervasive.com/forums/thread/53167.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=124&amp;PostID=53167</wfw:commentRss><description>&lt;p&gt;Howdy,&lt;/p&gt;&lt;p&gt;&amp;nbsp;Is there any way to create a User Defined Function from an sql script or is the only way to use the Control Center and click &amp;quot;New ...&amp;quot;&amp;nbsp; for each function that needs to be added?&amp;nbsp; &lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;dbl&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Very slow opening av transactional (btrieve) file with unc-path and DB-auth.</title><link>http://cs.pervasive.com/forums/thread/38140.aspx</link><pubDate>Sun, 26 Oct 2008 21:01:58 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:38140</guid><dc:creator>GoranL</dc:creator><slash:comments>5</slash:comments><comments>http://cs.pervasive.com/forums/thread/38140.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=36&amp;PostID=38140</wfw:commentRss><description>&lt;p&gt;Hi&lt;br /&gt;We have two customers which have very badly slow performance to open a btrieve (transactional file) with unc-path.&lt;/p&gt;&lt;p&gt;They have Pervasive 10.12 clients on Windows XP and the server is Pervasive 10.12 server on Windows 2003 Std. Edition.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;It is only slow then they is NOT logged in (authorized) to the server-OS. (the server is not in any row with the command &amp;quot;net use&amp;quot;).&lt;/p&gt;&lt;p&gt;We have successfully reproduced the problem (we think). It is done if the install an Novell Netware client 4.91 sp3 or 4.91 sp4. (not checked with 4.92).&lt;/p&gt;&lt;p&gt;We found these links and the possible solutions, but nothing of that has helped us. &lt;br /&gt;Now we must have some help from you out there in cyberspace. Du You think the problem is the Novell client? Has anybody had the same problem and how do You solved it? Why did the Pervasive client care of/speak with the Novell client? Is it an old thing from the time then Novell anv Btrieve/Pervasive went hand-in-hand?&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;
&lt;a href="http://www.pervasive.com/kb/kb.asp?fx=getdetails&amp;amp;solid=00015826&amp;amp;title=Poor%20Performance%20on%20the%20Network%20with%20NetWare%20and%20Windows%20NT%20Servers%20using%20%20Pervasive.SQL"&gt;http://www.pervasive.com/kb/kb.asp?fx=getdetails&amp;amp;solid=00015826&amp;amp;title=Poor%20Performance%20on%20the%20Network%20with%20NetWare%20and%20Windows%20NT%20Servers%20using%20%20Pervasive.SQL&lt;/a&gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;font size="2" face="Courier New,Courier,monospace"&gt;
&lt;a href="http://support.novell.com/cgi-bin/search/searchtid.cgi?/10090785.htm"&gt;http://support.novell.com/cgi-bin/search/searchtid.cgi?/10090785.htm&lt;/a&gt;&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;&lt;font size="2" face="Courier New,Courier,monospace"&gt;
&lt;a href="http://support.novell.com/cgi-bin/search/searchtid.cgi?/10052031.htm"&gt;http://support.novell.com/cgi-bin/search/searchtid.cgi?/10052031.htm&lt;/a&gt;&lt;/font&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>1000+  Input/Output Threads, safe option or not?</title><link>http://cs.pervasive.com/forums/thread/53160.aspx</link><pubDate>Fri, 10 May 2013 09:13:03 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53160</guid><dc:creator>Ruudunit4</dc:creator><slash:comments>1</slash:comments><comments>http://cs.pervasive.com/forums/thread/53160.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=124&amp;PostID=53160</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;One of our customers&amp;nbsp;has&amp;nbsp;experienced&amp;nbsp;a significant lower performance when they exceed 200 users. &amp;nbsp;This server has 300 gb L1 cache and very fast disk performance. Input/Output threads is at 128 at the moment. This value was once advice by Bruno Kerdoncuff in the good old PSQL 32 bit days. We never thought of changing this value because the cpu and network was always the bottleneck here. &lt;br /&gt;Now we see that the users experience slower performance while the system load is still low. Input/Output threads could be the bottleneck now. At peak moments 9600 files are open. &lt;/p&gt;&lt;p&gt;Two questions.&lt;/p&gt;&lt;p&gt;1.&amp;nbsp;Are the IO&amp;#39;s&amp;nbsp;also used to access files that are&amp;nbsp;already in L1 cache?&lt;/p&gt;&lt;p&gt;2. Does anyone have experience with IO thread values&amp;nbsp;above 1000?&lt;/p&gt;&lt;p&gt;Ruud Herrewijnen&lt;/p&gt;&lt;p&gt;Senior technician UNIT4 FI&amp;nbsp;Servicedesk.&lt;/p&gt;</description></item><item><title>Re: Creating database by DTO2.DLL works in Pervasive 9 but NOT in 10</title><link>http://cs.pervasive.com/forums/thread/53159.aspx</link><pubDate>Fri, 10 May 2013 06:41:43 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53159</guid><dc:creator>bhushan.nankar</dc:creator><slash:comments>1</slash:comments><comments>http://cs.pervasive.com/forums/thread/53159.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=34&amp;PostID=53159</wfw:commentRss><description>&lt;p&gt;Hi,

Please let me know the link to download DTO2.dll

Thanks,
Bhushan&lt;/p&gt;&lt;p&gt;&lt;em&gt;[Michael Beris] Post split due to age of original post.&lt;/em&gt;&lt;/p&gt;</description></item><item><title>NullPointerException After Upgrade to SP3 on v11</title><link>http://cs.pervasive.com/forums/thread/52821.aspx</link><pubDate>Mon, 18 Mar 2013 14:31:37 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:52821</guid><dc:creator>mattwilkinson</dc:creator><slash:comments>10</slash:comments><comments>http://cs.pervasive.com/forums/thread/52821.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=124&amp;PostID=52821</wfw:commentRss><description>&lt;p&gt;
 
  Normal
  0
  
  
  
  
  false
  false
  false
  
  EN-GB
  X-NONE
  X-NONE
  
   
   
   
   
   
   
   
   
   
  
  
   
   
   
   
   
   
   
   
   
   
   
  

 
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 


 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:&amp;quot;Table Normal&amp;quot;;
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-priority:99;
	mso-style-parent:&amp;quot;&amp;quot;;
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:&amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;;}



&lt;/p&gt;&lt;p class="MsoNormal"&gt;PSQL v11 after upgrade to SP3 Windows 7 (but also seen on
Windows XP). &lt;span style="mso-ansi-language:EN-US;"&gt;&lt;/span&gt;Both Workgroup and Client Server&lt;br /&gt;&lt;/p&gt;



&lt;p class="MsoNormal"&gt;Open Pervasive Control Center - right click on certain
tables (job batches, job sequences) and select Edit them I get an Error
&amp;quot;Unexpected Error Occurred: NullPointerException&amp;quot;. Other tables (e.g.
Jobs are fine)&lt;/p&gt;&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Can pervasive wait .exe execution ?</title><link>http://cs.pervasive.com/forums/thread/53144.aspx</link><pubDate>Tue, 07 May 2013 00:42:51 GMT</pubDate><guid isPermaLink="false">3741b99c-ad24-4023-9eca-ddf558b8b674:53144</guid><dc:creator>superrian</dc:creator><slash:comments>1</slash:comments><comments>http://cs.pervasive.com/forums/thread/53144.aspx</comments><wfw:commentRss>http://cs.pervasive.com/forums/commentrss.aspx?SectionID=91&amp;PostID=53144</wfw:commentRss><description>
Hi everyone,

I have a problem. I use process designer to execute .exe file through &amp;quot;application&amp;quot; fiture (use icon &amp;quot;EXE&amp;quot; on process step bar). I need to wait the execution file before continue the next process. Could pervasive do that ? the actual condition is that pervasive continue the next process without waiting the process of  .exe file execution is finished. 
thank you,

Regards,
</description></item></channel></rss>