<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by hata94</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Tue, 23 Jun 2026 04:34:53 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>can&amp;#39;t allocate spaces for object &amp;#39;Syslogs&amp;#39;</title>
            <link>http://forum.lowyat.net/topic/1231522</link>
            <description>Dear all,&lt;br /&gt;I was running a application which is connect to database MSSQL6.5. While i trying to update statement, the error message prompt &amp;quot;Can&amp;#39;t allocate space for object &amp;#39;Syslog&amp;#39; in database &amp;#39;dbname&amp;#39; because the logsegment is full. If you ran out of space in syslogs, dump the transaction log.....&amp;quot;. &lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried the following steps:-&lt;br /&gt;under Enterprise Manager:&lt;br /&gt;checked tempdb&amp;#39;s data space available 150mb, &lt;br /&gt;dbname&amp;#39;s data space available 650 MB, log space available 250;&lt;br /&gt;under dbname&amp;#39;s option, Select Into / Bulk Copy and Truncate Log on Checkpoint were set to true&lt;br /&gt;&lt;br /&gt;In query:&lt;br /&gt;Dump TRANSACTION dbname WITH NO_LOG&lt;br /&gt;go&lt;br /&gt;DBCC CHECKDB (dbname)&lt;br /&gt;go&lt;br /&gt;&lt;br /&gt;Both results return no error. In Enterprise Manager, i&amp;#39;ve remove the backup devices as well as the dumpdevices in the directory then re create the backup device and backup the db again. After that i go back to the application to do the update, but the particular message prompt again...&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried googling around but can&amp;#39;t get to solve this problem. I wonder is it setting problem? below are my server configuration:-&lt;br /&gt;name	                                minimum	maximum	                config_value	run_value&lt;br /&gt;allow updates	                0	1	                0	                0&lt;br /&gt;backup buffer size	                1	32	                1	                1&lt;br /&gt;backup threads	                0	32	                5	                5&lt;br /&gt;database size	                2	10000	                2	                2&lt;br /&gt;default language	                0	9999	                8	                8&lt;br /&gt;fill factor	                                0	100	                0	                0&lt;br /&gt;language in cache	                3	100	                3	                3&lt;br /&gt;LE threshold maximum	2	500000	                200	                200&lt;br /&gt;LE threshold percent	                1	100	                0	                0&lt;br /&gt;locks	                                5000	2147483647	20000	                20000&lt;br /&gt;logwrite sleep (ms)	                -1	500	                0	                0&lt;br /&gt;max async IO	                1	1024	                8	                8&lt;br /&gt;max text repl size	                0	2147483647	65536	                65536&lt;br /&gt;max worker threads	                10	1024	                255	                255&lt;br /&gt;media retention	                0	365	                0	                0&lt;br /&gt;memory	                                2800	1048576	                128844	                128844&lt;br /&gt;nested triggers	                0	1	                1                	1&lt;br /&gt;network packet size	                512	32767	                4096	                4096&lt;br /&gt;open databases	                5	32767	                5000	                5000&lt;br /&gt;open objects	                100	2147483647	500	                500&lt;br /&gt;procedure cache	                1	99	                30                	30&lt;br /&gt;RA worker threads	                0	255	                3                	3&lt;br /&gt;recovery flags	                0	1	                0                	0&lt;br /&gt;recovery interval	                1	32767	                5                	5&lt;br /&gt;remote access	                0	1	                1                	1&lt;br /&gt;remote conn timeout	                -1	32767	                10	                10&lt;br /&gt;remote proc trans	                0	1	                0                	0&lt;br /&gt;show advanced options	0	1	                0                	0&lt;br /&gt;tempdb in ram (MB)	                0	2044	                150                	150&lt;br /&gt;user connections	                5	32767	                50                	50&lt;br /&gt;user options	                0	4095	                0                	0&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The MSSQL6.5 is updated until SP 5A, while googling found out SP5A would solve this problem but it still appear. Appreciate alots if anyone could help, if you have any sites or reference for this particular problem, please do let me know. &lt;br /&gt;&lt;br /&gt;Thanks alot&lt;br /&gt;Regards&lt;br /&gt;</description>
            <author>hata94</author>
            <category>Codemasters</category>
            <pubDate>Wed, 18 Nov 2009 14:38:44 +0800</pubDate>
        </item>
        <item>
            <title>PowerBuilder 6.5</title>
            <link>http://forum.lowyat.net/topic/618917</link>
            <description>Hi there, just wonder is there anyone familiar with Power Builder?Got some question to ask about...&lt;br /&gt;&lt;br /&gt;I have encounter a error while retrieving records from a report. All of the processing for the report is done on the database server in stored procedures.  The store procedures populate a work table which is used by the front end for data retrieval. &lt;br /&gt;&lt;br /&gt;The datawindows which retrieve the data have multiple bands and aggregate functions to achieve the display that is desired. However, when more than approx. 500,000 rows are retrieved, Power Builder runs into memory allocation problems due to the aggregate functions, sorting and grouping in the data window.  The error message is &amp;#39;pb60.exe, insufficient memory&amp;#39;.....&lt;br /&gt;&lt;br /&gt;I guess its probably not the RAM problem, in fact my company pc&amp;#39;s ram up to 1GB and i believe that a accounting software wont take too much resources on that one. Even i use my company pc to play dota still running ok... =.=&lt;br /&gt;&lt;br /&gt;Is there any setting in Power Builder setup environment which addresses memory usage? Anyway i&amp;#39;ve tried GarbageCollect() and set undocumented &amp;quot;storagepagesize&amp;quot; to &amp;quot;large&amp;quot; and still cannot work up.....someone please help..i&amp;#39;ve been cracking my head for this few days for asking uncle google about Power Builder tips and still cant make it =.=&lt;br /&gt;&lt;br /&gt;[addedon]January 25, 2008, 4:15 pm[/addedon]anyone got any idea on this? or anyone got any power builder references besides the sybase official site? really appreciate for any comment/advise..</description>
            <author>hata94</author>
            <category>Codemasters</category>
            <pubDate>Thu, 24 Jan 2008 21:15:31 +0800</pubDate>
        </item>
        <item>
            <title>IFCA International</title>
            <link>http://forum.lowyat.net/topic/541496</link>
            <description>anyone heard of IFCA International?has anyone working there?pls share ur experience...</description>
            <author>hata94</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Wed, 24 Oct 2007 13:05:40 +0800</pubDate>
        </item>
        <item>
            <title>Driver installation..</title>
            <link>http://forum.lowyat.net/topic/541473</link>
            <description>My company currently using a HP Designjet 100 plus, when i&amp;#39;ve installed the driver, the printing properties all suddenly change to chinese character....while installing the driver i&amp;#39;d choose english to proceed the installation but then why it suddenly comes out with chinese character? i heard my colleague said the driver disc their install last time working properly, and nv see this chinese character comes out..anyone got any idea?pls help...kinda blur...</description>
            <author>hata94</author>
            <category>Technical Support</category>
            <pubDate>Wed, 24 Oct 2007 12:28:57 +0800</pubDate>
        </item>
        <item>
            <title>Auto Shut down / Switch on program</title>
            <link>http://forum.lowyat.net/topic/529957</link>
            <description>Hi there,&lt;br /&gt;just wanna know is there any program for pc auto shut down or switch on in particular time setted? or the windows itself has the function to do so?btw im using win xp..thx</description>
            <author>hata94</author>
            <category>Software</category>
            <pubDate>Tue, 02 Oct 2007 13:02:45 +0800</pubDate>
        </item>
        <item>
            <title>Sony DCR - HC20E Pal Digital Camcorder</title>
            <link>http://forum.lowyat.net/topic/526175</link>
            <description>Hi there,&lt;br /&gt;I got a sony camcorder from frens...Asking me help to become the camera man lolz....The problem is im kinda noob in this, thus asking you guys abit favor on how to use this camcorder..&lt;br /&gt;The model is Sony DCR-HC20E, i think i could manage to use it for record/taking snap, but im not really know on how to get those picture/ video that i&amp;#39;ve took in the cam and put them into the pc..&lt;br /&gt;There&amp;#39;s a software called Picture Package which comes together with the cam, and i did give it a try on the particular software.This software actually has some function to choose, like automatic slideshow producer, saving images to cd-r, viewing images/video on pc,automatic video producer and copy the recorderd video on videocd..&lt;br /&gt;i choose the viewing images/video on pc,it comes out a empty dialog box, with button which i can choose the media from either memory device and browse(which choose files from the pc). i click on the memory device button but there&amp;#39;s nothing happen....anyway the cam itself got some pictures and videos within so it should be able to view from there on..trying out a whole morning lolz still nothing happens.....Anyone knows how to use it please let me know please..anyway thanks =)&lt;br /&gt;&lt;br /&gt;regards,&lt;br /&gt;hata</description>
            <author>hata94</author>
            <category>Photography, Digital Imaging &amp;amp; Video</category>
            <pubDate>Tue, 25 Sep 2007 13:31:25 +0800</pubDate>
        </item>
    </channel>
</rss>
