<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[easyCMDB Forums - All Forums]]></title>
		<link>http://www.easycmdb.com/forums/</link>
		<description><![CDATA[easyCMDB Forums - http://www.easycmdb.com/forums]]></description>
		<pubDate>Fri, 18 May 2012 12:54:47 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[How do I purge all these mysql-bin.0000* files?]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=127</link>
			<pubDate>Fri, 18 May 2012 02:43:23 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=127</guid>
			<description><![CDATA[The MySQL database is configured to write transaction logs to enable point-in-time recovery. These log files can build up over time to consume quite a lot of disk space. <span style="font-family: Courier;">&lt;INSTALL_ROOT&gt;/easyCMDB/amp/mysql/data/mysql-bin.0000*</span><br />
<br />
easyCMDB does not purge these files from disk by default.<br />
<br />
It is recommended that you include the mysql-bin* files in your filesystem backups to external storage so that you can recover them if required. In the event that you need to restore the database to a point in time, you will need a full backup file plus a number of mysql-bin files. See our Recovery Guide for more information.<br />
<br />
Once the mysql-bin files have been copied/backed-up elsewhere, they can be safely deleted. The best way to do this is to switch on the <span style="font-weight: bold;">Delete Master Logs</span> option in the Database Backup Job in the Job Manager.<br />
<br />
We recommend cloning the Database Backup Job (Tools &amp; Utils &gt; Job Manager), and configuring the copy to run once per week with the Delete Master Logs option switched on. This will retain one week's worth of logs files on your system, with the assumption that filesystem backups are also in place to archive the history.]]></description>
			<content:encoded><![CDATA[The MySQL database is configured to write transaction logs to enable point-in-time recovery. These log files can build up over time to consume quite a lot of disk space. <span style="font-family: Courier;">&lt;INSTALL_ROOT&gt;/easyCMDB/amp/mysql/data/mysql-bin.0000*</span><br />
<br />
easyCMDB does not purge these files from disk by default.<br />
<br />
It is recommended that you include the mysql-bin* files in your filesystem backups to external storage so that you can recover them if required. In the event that you need to restore the database to a point in time, you will need a full backup file plus a number of mysql-bin files. See our Recovery Guide for more information.<br />
<br />
Once the mysql-bin files have been copied/backed-up elsewhere, they can be safely deleted. The best way to do this is to switch on the <span style="font-weight: bold;">Delete Master Logs</span> option in the Database Backup Job in the Job Manager.<br />
<br />
We recommend cloning the Database Backup Job (Tools &amp; Utils &gt; Job Manager), and configuring the copy to run once per week with the Delete Master Logs option switched on. This will retain one week's worth of logs files on your system, with the assumption that filesystem backups are also in place to archive the history.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New encoder required for PHP 5.3.10]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=126</link>
			<pubDate>Wed, 16 May 2012 04:25:50 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=126</guid>
			<description><![CDATA[On Windows 2008 platforms an updated encoder file is required to support PHP 5.3.10. If you intend to apply the PHP 5.3.10 upgrade you will first need to download and apply the encoder file.<br />
<br />
The updated encoder file will run fine on PHP versions &lt; 5.3.10, so it can be applied well before upgrading PHP.<br />
<br />
Here are the steps:<br />
<br />
1.	Download the <span style="font-weight: bold;">ixed-win.5.3.10.zip</span> file from our server under the “3rd party software” section (via your /admin URL &gt; Check for Updates) into a temporary folder<br />
2.	Stop your easyCMDB IIS web server<br />
3.	Replace the file <span style="font-family: Courier;">&lt;DRIVE:&gt;\easycmdb\amp\php\ext\ixed.5.3.win</span> with the one in the contained zip file. Make a copy of the file in the unlikely event it does not work.<br />
4.	Restart easyCMDB IIS web server<br />
<br />
NOTE: you may have to perform an iisreset before the O/S will release hold on the ixed.5.3.win file.]]></description>
			<content:encoded><![CDATA[On Windows 2008 platforms an updated encoder file is required to support PHP 5.3.10. If you intend to apply the PHP 5.3.10 upgrade you will first need to download and apply the encoder file.<br />
<br />
The updated encoder file will run fine on PHP versions &lt; 5.3.10, so it can be applied well before upgrading PHP.<br />
<br />
Here are the steps:<br />
<br />
1.	Download the <span style="font-weight: bold;">ixed-win.5.3.10.zip</span> file from our server under the “3rd party software” section (via your /admin URL &gt; Check for Updates) into a temporary folder<br />
2.	Stop your easyCMDB IIS web server<br />
3.	Replace the file <span style="font-family: Courier;">&lt;DRIVE:&gt;\easycmdb\amp\php\ext\ixed.5.3.win</span> with the one in the contained zip file. Make a copy of the file in the unlikely event it does not work.<br />
4.	Restart easyCMDB IIS web server<br />
<br />
NOTE: you may have to perform an iisreset before the O/S will release hold on the ixed.5.3.win file.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I add a drop-down list of Services to my change form?]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=125</link>
			<pubDate>Fri, 11 May 2012 03:40:28 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=125</guid>
			<description><![CDATA[Follow these steps:<br />
<br />
1. Open Tools &amp; Utils &gt; Form Editor<br />
2. Select CI Type = Changes and the desired Subtype / Attribute Scheme combination.<br />
3. Create the custom field "service_collection_id" with Data Type "Link to CI"<br />
4. Modify the field so the display option is LIST<br />
5. Open Tools &amp; Utils &gt; Database Schema Menu &gt; CI Field Definition<br />
6. Select CI Type = Changes<br />
7. Click on Modify next to the "service_collection_id" and set the Subtype to "Service" and Relationship to "Affects"<br />
<br />
You should now be able to select a Service when creating your Change Request and see it linked under the Collections tab.]]></description>
			<content:encoded><![CDATA[Follow these steps:<br />
<br />
1. Open Tools &amp; Utils &gt; Form Editor<br />
2. Select CI Type = Changes and the desired Subtype / Attribute Scheme combination.<br />
3. Create the custom field "service_collection_id" with Data Type "Link to CI"<br />
4. Modify the field so the display option is LIST<br />
5. Open Tools &amp; Utils &gt; Database Schema Menu &gt; CI Field Definition<br />
6. Select CI Type = Changes<br />
7. Click on Modify next to the "service_collection_id" and set the Subtype to "Service" and Relationship to "Affects"<br />
<br />
You should now be able to select a Service when creating your Change Request and see it linked under the Collections tab.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Facebook page]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=124</link>
			<pubDate>Mon, 07 May 2012 04:31:56 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=124</guid>
			<description><![CDATA[Just started our new Facebook page. Like us please!<br />
<br />
<a href="http://www.facebook.com/Easycmdb" target="_blank">http://www.facebook.com/Easycmdb</a>]]></description>
			<content:encoded><![CDATA[Just started our new Facebook page. Like us please!<br />
<br />
<a href="http://www.facebook.com/Easycmdb" target="_blank">http://www.facebook.com/Easycmdb</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How can I specify a view to list records whose date falls within the next 30 days?]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=123</link>
			<pubDate>Wed, 02 May 2012 03:28:06 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=123</guid>
			<description><![CDATA[Views can be created to include special keywords to query dates.<br />
<br />
For example, to query CI records whose "Expiry Date" falls within the next 30 days, define a view with criteria:<br />
<br />
"Expiry Date" &gt; "today" and "Expiry Date" &lt; "today + 30 days"<br />
<br />
As well as "today" you can use "yesterday" and "tomorrow" or "now"<br />
"now" includes the time whereas "today" does not.<br />
<br />
In addition to "days" you can use "hours", "months", "years"<br />
<br />
e.g. a condition of "yesterday - 3 months" is also valid.]]></description>
			<content:encoded><![CDATA[Views can be created to include special keywords to query dates.<br />
<br />
For example, to query CI records whose "Expiry Date" falls within the next 30 days, define a view with criteria:<br />
<br />
"Expiry Date" &gt; "today" and "Expiry Date" &lt; "today + 30 days"<br />
<br />
As well as "today" you can use "yesterday" and "tomorrow" or "now"<br />
"now" includes the time whereas "today" does not.<br />
<br />
In addition to "days" you can use "hours", "months", "years"<br />
<br />
e.g. a condition of "yesterday - 3 months" is also valid.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I dynamically link CIs to a Collection?]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=122</link>
			<pubDate>Thu, 26 Apr 2012 03:55:12 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=122</guid>
			<description><![CDATA[1. Create the Collection CI<br />
<br />
2. From the relationship screen for the Collection, click on the desired tab for the CI Type you wish to link to.<br />
<br />
3. The tab must be empty (no existing links) before you can dynamically link CIs to the Collection. So unlink any that currently exist.<br />
<br />
4. Click on the 'New Link' button and enter the desired search criteria for the CIs you wish to link to the Collection. Note that ALL matching CIs will be linked that match the criteria.<br />
<br />
5. At the bottom of the results window, click on "Save As Dynamic List"<br />
<br />
Every time the members of the Collection are determined the query you supplied will be run, so the addition or removal of members will be dynamic according to what is in the database.]]></description>
			<content:encoded><![CDATA[1. Create the Collection CI<br />
<br />
2. From the relationship screen for the Collection, click on the desired tab for the CI Type you wish to link to.<br />
<br />
3. The tab must be empty (no existing links) before you can dynamically link CIs to the Collection. So unlink any that currently exist.<br />
<br />
4. Click on the 'New Link' button and enter the desired search criteria for the CIs you wish to link to the Collection. Note that ALL matching CIs will be linked that match the criteria.<br />
<br />
5. At the bottom of the results window, click on "Save As Dynamic List"<br />
<br />
Every time the members of the Collection are determined the query you supplied will be run, so the addition or removal of members will be dynamic according to what is in the database.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I configure the Job Runner against multiple databases?]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=121</link>
			<pubDate>Fri, 06 Apr 2012 04:29:28 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=121</guid>
			<description><![CDATA[<span style="font-weight: bold;"><span style="font-size: large;">For Windows:</span></span><br />
<br />
1.	Edit your jobrunner.ini file<br />
<br />
Jobrunner.ini  can be found under &lt;INSTALL_ROOT&gt;\easyCMDB\scripts<br />
<br />
A new process block must be add for each database you wish to run job runner against.  Each process block must be named as [ProcessN] where N starts at zero and increments by 1 for each database.<br />
<br />
If your easyCMDB install root is not under C:\ drive change all directory references to your current install root for each Process. <br />
<br />
Change &lt;db_name&gt; to the database you wish to run the jobrunner against for each process.<br />
<br />
2.	Install job runner service<br />
<br />
From the command line:<br />
<br />
cd &lt;INSTALL_ROOT&gt;\easyCMDB\scripts<br />
jobrunner.exe –i<br />
sc config jobRunner depend= MySQL<br />
sc start jobRunner<br />
<br />
All syntax must be entered exactly as shown including the space in between the = and MySQL.<br />
<br />
The new service will start immediately and will automatically start following system reboot.<br />
  <br />
Example jobrunner.ini file:<br />
<br />
<span style="font-family: Courier;">[Settings]<br />
ServiceName=jobRunner<br />
CheckProcessSeconds = 600 <br />
[Process0]<br />
CommandLine = E:\easyCMDB\amp\php\php.exe -c E:\easyCMDB\amp\php E:\easyCMDB\wwwroot\job_runner.php  test1 E:\easyCMDB\amp\php<br />
WorkingDir= E:\ <br />
UserInterface = No <br />
Restart = No<br />
[Process1]<br />
CommandLine = E:\easyCMDB\amp\php\php.exe -c E:\easyCMDB\amp\php E:\easyCMDB\wwwroot\job_runner.php  test2 E:\easyCMDB\amp\php<br />
WorkingDir= E:\ <br />
UserInterface = No <br />
Restart = No</span><br />
<br />
<span style="font-weight: bold;"><span style="font-size: large;">For Linux &amp; Solaris:</span></span><br />
<br />
Here is a script which can be used to start &amp; stop the job runner for every easyCMDB database on the server:<br />
<br />
<span style="font-family: Courier;">EASYCMDB_ROOT=/opt<br />
PHP=&#36;EASYCMDB_ROOT/easyCMDB/amp/php<br />
<br />
start() {<br />
  for db in `ls -d &#36;EASYCMDB_ROOT/easyCMDB/amp/mysql/data/easycmdb_*`<br />
  do<br />
    db=`basename &#36;db | sed 's/easycmdb_//g'`<br />
    echo -n "&#36;db: "<br />
    &#36;PHP/bin/php -c &#36;PHP/etc/php.ini &#36;EASYCMDB_ROOT/easyCMDB/wwwroot/job_runner.php &#36;db &#36;PHP start &amp;<br />
    echo<br />
  done<br />
}<br />
<br />
<br />
stop() {<br />
  for db in `ls -d &#36;EASYCMDB_ROOT/easyCMDB/amp/mysql/data/easycmdb_*`<br />
  do<br />
    db=`basename &#36;db | sed 's/easycmdb_//g'`<br />
    echo -n "&#36;db: "<br />
    &#36;PHP/bin/php -c &#36;PHP/etc/php.ini &#36;EASYCMDB_ROOT/easyCMDB/wwwroot/job_runner.php &#36;db &#36;PHP stop<br />
    echo<br />
  done<br />
}<br />
<br />
status() {<br />
  for db in `ls -d &#36;EASYCMDB_ROOT/easyCMDB/amp/mysql/data/easycmdb_*`<br />
  do<br />
    db=`basename &#36;db | sed 's/easycmdb_//g'`<br />
    echo -n "&#36;db: "<br />
    &#36;PHP/bin/php -c &#36;PHP/etc/php.ini &#36;EASYCMDB_ROOT/easyCMDB/wwwroot/job_runner.php &#36;db &#36;PHP status<br />
    echo<br />
  done<br />
}<br />
<br />
case "&#36;1" in<br />
<br />
  start)<br />
        start<br />
        ;;<br />
  stop)<br />
        stop<br />
        ;;<br />
  status)<br />
        status<br />
        ;;<br />
  *)<br />
        echo "&#36;0: {start|stop|status}"<br />
<br />
esac</span>]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;"><span style="font-size: large;">For Windows:</span></span><br />
<br />
1.	Edit your jobrunner.ini file<br />
<br />
Jobrunner.ini  can be found under &lt;INSTALL_ROOT&gt;\easyCMDB\scripts<br />
<br />
A new process block must be add for each database you wish to run job runner against.  Each process block must be named as [ProcessN] where N starts at zero and increments by 1 for each database.<br />
<br />
If your easyCMDB install root is not under C:\ drive change all directory references to your current install root for each Process. <br />
<br />
Change &lt;db_name&gt; to the database you wish to run the jobrunner against for each process.<br />
<br />
2.	Install job runner service<br />
<br />
From the command line:<br />
<br />
cd &lt;INSTALL_ROOT&gt;\easyCMDB\scripts<br />
jobrunner.exe –i<br />
sc config jobRunner depend= MySQL<br />
sc start jobRunner<br />
<br />
All syntax must be entered exactly as shown including the space in between the = and MySQL.<br />
<br />
The new service will start immediately and will automatically start following system reboot.<br />
  <br />
Example jobrunner.ini file:<br />
<br />
<span style="font-family: Courier;">[Settings]<br />
ServiceName=jobRunner<br />
CheckProcessSeconds = 600 <br />
[Process0]<br />
CommandLine = E:\easyCMDB\amp\php\php.exe -c E:\easyCMDB\amp\php E:\easyCMDB\wwwroot\job_runner.php  test1 E:\easyCMDB\amp\php<br />
WorkingDir= E:\ <br />
UserInterface = No <br />
Restart = No<br />
[Process1]<br />
CommandLine = E:\easyCMDB\amp\php\php.exe -c E:\easyCMDB\amp\php E:\easyCMDB\wwwroot\job_runner.php  test2 E:\easyCMDB\amp\php<br />
WorkingDir= E:\ <br />
UserInterface = No <br />
Restart = No</span><br />
<br />
<span style="font-weight: bold;"><span style="font-size: large;">For Linux &amp; Solaris:</span></span><br />
<br />
Here is a script which can be used to start &amp; stop the job runner for every easyCMDB database on the server:<br />
<br />
<span style="font-family: Courier;">EASYCMDB_ROOT=/opt<br />
PHP=&#36;EASYCMDB_ROOT/easyCMDB/amp/php<br />
<br />
start() {<br />
  for db in `ls -d &#36;EASYCMDB_ROOT/easyCMDB/amp/mysql/data/easycmdb_*`<br />
  do<br />
    db=`basename &#36;db | sed 's/easycmdb_//g'`<br />
    echo -n "&#36;db: "<br />
    &#36;PHP/bin/php -c &#36;PHP/etc/php.ini &#36;EASYCMDB_ROOT/easyCMDB/wwwroot/job_runner.php &#36;db &#36;PHP start &amp;<br />
    echo<br />
  done<br />
}<br />
<br />
<br />
stop() {<br />
  for db in `ls -d &#36;EASYCMDB_ROOT/easyCMDB/amp/mysql/data/easycmdb_*`<br />
  do<br />
    db=`basename &#36;db | sed 's/easycmdb_//g'`<br />
    echo -n "&#36;db: "<br />
    &#36;PHP/bin/php -c &#36;PHP/etc/php.ini &#36;EASYCMDB_ROOT/easyCMDB/wwwroot/job_runner.php &#36;db &#36;PHP stop<br />
    echo<br />
  done<br />
}<br />
<br />
status() {<br />
  for db in `ls -d &#36;EASYCMDB_ROOT/easyCMDB/amp/mysql/data/easycmdb_*`<br />
  do<br />
    db=`basename &#36;db | sed 's/easycmdb_//g'`<br />
    echo -n "&#36;db: "<br />
    &#36;PHP/bin/php -c &#36;PHP/etc/php.ini &#36;EASYCMDB_ROOT/easyCMDB/wwwroot/job_runner.php &#36;db &#36;PHP status<br />
    echo<br />
  done<br />
}<br />
<br />
case "&#36;1" in<br />
<br />
  start)<br />
        start<br />
        ;;<br />
  stop)<br />
        stop<br />
        ;;<br />
  status)<br />
        status<br />
        ;;<br />
  *)<br />
        echo "&#36;0: {start|stop|status}"<br />
<br />
esac</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Update 20120330 available]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=120</link>
			<pubDate>Mon, 02 Apr 2012 19:32:16 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=120</guid>
			<description><![CDATA[* Time can now be recorded when entering notes against incidents and changes. The time entered will be included in the 'Total Hours' calculation when the incident/change is closed.<br />
<br />
* Incident and Change notes may now be marked 'For Attention' of a single recipient, which displays the note on their 'Notes' Dashboard section.<br />
<br />
* NEW Data Import Wizard Job enables automated import of CSV data. This uses the same options as the Tools &amp; Utils &gt; Data Import Wizard<br />
<br />
* Database backup function now automatically zips output file. Database restore function supports zip files.]]></description>
			<content:encoded><![CDATA[* Time can now be recorded when entering notes against incidents and changes. The time entered will be included in the 'Total Hours' calculation when the incident/change is closed.<br />
<br />
* Incident and Change notes may now be marked 'For Attention' of a single recipient, which displays the note on their 'Notes' Dashboard section.<br />
<br />
* NEW Data Import Wizard Job enables automated import of CSV data. This uses the same options as the Tools &amp; Utils &gt; Data Import Wizard<br />
<br />
* Database backup function now automatically zips output file. Database restore function supports zip files.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Who is permitted to rename CIs?]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=119</link>
			<pubDate>Thu, 29 Mar 2012 20:01:25 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=119</guid>
			<description><![CDATA[Configuration Items can be renamed if you are one of:<br />
<br />
1. Access Level = Administrator<br />
2. Access Level = Read+Write+Create Any<br />
3. The Owner of the CI<br />
<br />
Otherwise the 'name' field is set to read-only.]]></description>
			<content:encoded><![CDATA[Configuration Items can be renamed if you are one of:<br />
<br />
1. Access Level = Administrator<br />
2. Access Level = Read+Write+Create Any<br />
3. The Owner of the CI<br />
<br />
Otherwise the 'name' field is set to read-only.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I create a recurring change?]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=118</link>
			<pubDate>Fri, 23 Mar 2012 01:14:47 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=118</guid>
			<description><![CDATA[A Change Request can be triggered automatically by using the 'Template Runner' Job under the Job Manager.<br />
<br />
Here are the steps:<br />
<br />
1. Create a Change Template which details the work, assignment etc, along with any Tasks and linkages you may require.<br />
<br />
2. Clone the 'Template Runner' Job under Tools &amp; Utils &gt; Job Manager, and configure it to execute the Change Template you created above.<br />
<br />
3. Set the Job to run as often as required and enable it.<br />
<br />
Done!]]></description>
			<content:encoded><![CDATA[A Change Request can be triggered automatically by using the 'Template Runner' Job under the Job Manager.<br />
<br />
Here are the steps:<br />
<br />
1. Create a Change Template which details the work, assignment etc, along with any Tasks and linkages you may require.<br />
<br />
2. Clone the 'Template Runner' Job under Tools &amp; Utils &gt; Job Manager, and configure it to execute the Change Template you created above.<br />
<br />
3. Set the Job to run as often as required and enable it.<br />
<br />
Done!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to relate incidents with company rather than user?]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=117</link>
			<pubDate>Thu, 22 Mar 2012 21:57:19 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=117</guid>
			<description><![CDATA[The default configuration is that incident records will be associated with an end user (a.k.a 'affected user')<br />
<br />
If you wish to instead link an incident record with a particular company / client name then we recommend the following approach:<br />
<br />
1. Create a new Collection Type under Lookup Value Maintenance called 'Customer'<br />
<br />
2. Import your customer list via CSV using the Data Import Wizard into the Collections &gt; Customer type.<br />
<br />
3. (Optional) Customize the form used to manage Customer entries using the Tools &amp; Utils &gt; Form Editor<br />
<br />
4. Hide / remove the affected user and related contact fields from your incidents forms using the Form Editor<br />
<br />
5. Create a new custom incident field called 'customer_collection_id' whose data type is 'CI Link', field title "Affected Customer" and position it on the form<br />
<br />
6. Set the display option of this field to "LIST"<br />
<br />
7. Under Schema Field Definition, edit the properties of the customer_collection_id field and set it to Relationship = Affected, Subtype = Customer<br />
<br />
When creating incidents you should now be presented with a list of Customers to choose from.<br />
<br />
This approach is intended where a single easyCMDB company contains data for multiple clients as opposed to a multi-company approach.]]></description>
			<content:encoded><![CDATA[The default configuration is that incident records will be associated with an end user (a.k.a 'affected user')<br />
<br />
If you wish to instead link an incident record with a particular company / client name then we recommend the following approach:<br />
<br />
1. Create a new Collection Type under Lookup Value Maintenance called 'Customer'<br />
<br />
2. Import your customer list via CSV using the Data Import Wizard into the Collections &gt; Customer type.<br />
<br />
3. (Optional) Customize the form used to manage Customer entries using the Tools &amp; Utils &gt; Form Editor<br />
<br />
4. Hide / remove the affected user and related contact fields from your incidents forms using the Form Editor<br />
<br />
5. Create a new custom incident field called 'customer_collection_id' whose data type is 'CI Link', field title "Affected Customer" and position it on the form<br />
<br />
6. Set the display option of this field to "LIST"<br />
<br />
7. Under Schema Field Definition, edit the properties of the customer_collection_id field and set it to Relationship = Affected, Subtype = Customer<br />
<br />
When creating incidents you should now be presented with a list of Customers to choose from.<br />
<br />
This approach is intended where a single easyCMDB company contains data for multiple clients as opposed to a multi-company approach.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PHP 5.3.10 support on Linux now available]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=116</link>
			<pubDate>Sun, 18 Mar 2012 20:18:28 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=116</guid>
			<description><![CDATA[PHP 5.3.10 upgrade now available for customers running easyCMDB on Linux platforms.]]></description>
			<content:encoded><![CDATA[PHP 5.3.10 upgrade now available for customers running easyCMDB on Linux platforms.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What are the differences between Editions?]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=115</link>
			<pubDate>Fri, 16 Mar 2012 02:04:54 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=115</guid>
			<description><![CDATA[easyCMDB is available in 3 Editions:<br />
<br />
1. Small Business<br />
2. Enterprise Lite<br />
3. Enterprise<br />
<br />
The Small Business Edition (SBE) is only available to companies with &lt; 50 employees and supports up to 250 CIs. SBE excludes multi-company capability and integration options. A maximum of 2 databases may be created.<br />
<br />
The Enteprise Lite Edition (ELE) supports up to 1,000 CIs and excludes multi-company capability. A maximum of 2 databases may be created.<br />
<br />
The Enterprise Edition (EE) is available for all CI tiers including unlimited options for individual CI groups. Full functionality is included with the ability to create up to 10 companies and system integration extensions.<br />
<br />
Additional company &amp; CI licenses can be purchased at any time.<br />
<br />
All Editions come complete with Configuration, Change, Incident, Problem, Service, SLA and Document management modules.]]></description>
			<content:encoded><![CDATA[easyCMDB is available in 3 Editions:<br />
<br />
1. Small Business<br />
2. Enterprise Lite<br />
3. Enterprise<br />
<br />
The Small Business Edition (SBE) is only available to companies with &lt; 50 employees and supports up to 250 CIs. SBE excludes multi-company capability and integration options. A maximum of 2 databases may be created.<br />
<br />
The Enteprise Lite Edition (ELE) supports up to 1,000 CIs and excludes multi-company capability. A maximum of 2 databases may be created.<br />
<br />
The Enterprise Edition (EE) is available for all CI tiers including unlimited options for individual CI groups. Full functionality is included with the ability to create up to 10 companies and system integration extensions.<br />
<br />
Additional company &amp; CI licenses can be purchased at any time.<br />
<br />
All Editions come complete with Configuration, Change, Incident, Problem, Service, SLA and Document management modules.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Where can I see the reason entered when an incident is placed on hold?]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=114</link>
			<pubDate>Thu, 08 Mar 2012 01:30:19 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=114</guid>
			<description><![CDATA[The text entered when an incident is placed on hold is stored in the field 'status_reason'.<br />
<br />
This text can be viewed in the following ways:<br />
<br />
- Automatically written to a note entry by enabling the 'Note' option next to the 'status' field in the Form Editor.<br />
<br />
- Included in an email notification using the __STATUS_REASON__ tag<br />
<br />
- Included on a form by making the 'status_reason' field visible<br />
<br />
- Included in form/report output by including the 'status_reason' field in a View<br />
<br />
Other status values such as 'Cancelled' and custom on hold statuses also require input of a reason.]]></description>
			<content:encoded><![CDATA[The text entered when an incident is placed on hold is stored in the field 'status_reason'.<br />
<br />
This text can be viewed in the following ways:<br />
<br />
- Automatically written to a note entry by enabling the 'Note' option next to the 'status' field in the Form Editor.<br />
<br />
- Included in an email notification using the __STATUS_REASON__ tag<br />
<br />
- Included on a form by making the 'status_reason' field visible<br />
<br />
- Included in form/report output by including the 'status_reason' field in a View<br />
<br />
Other status values such as 'Cancelled' and custom on hold statuses also require input of a reason.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How does placing an incident On Hold affect the SLA?]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=113</link>
			<pubDate>Tue, 28 Feb 2012 00:56:09 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=113</guid>
			<description><![CDATA[An incident is placed on hold when you set the status to "On Hold" or any other status which you have set as an on hold status under System Settings &gt; Incidents tab.<br />
<br />
When the incident is taken off hold (i.e. changed to a non-on hold status) the Target Resolution Date is recalculated by adding the time the incident was on hold for.<br />
<br />
e.g. If an incident was placed On Hold on Monday 10am and the Target Resolution Date was Monday 1pm, then later the incident was taken off hold on Wednesday at 10am, the new Target Resolution Date would be Wednesday 1pm.<br />
<br />
If the incident was then resolved on Wednesday 2pm, this would be deemed by the system to be outside the agreed SLA. (i.e. SLA Met = N)]]></description>
			<content:encoded><![CDATA[An incident is placed on hold when you set the status to "On Hold" or any other status which you have set as an on hold status under System Settings &gt; Incidents tab.<br />
<br />
When the incident is taken off hold (i.e. changed to a non-on hold status) the Target Resolution Date is recalculated by adding the time the incident was on hold for.<br />
<br />
e.g. If an incident was placed On Hold on Monday 10am and the Target Resolution Date was Monday 1pm, then later the incident was taken off hold on Wednesday at 10am, the new Target Resolution Date would be Wednesday 1pm.<br />
<br />
If the incident was then resolved on Wednesday 2pm, this would be deemed by the system to be outside the agreed SLA. (i.e. SLA Met = N)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Single Sign-On Enhancements]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=112</link>
			<pubDate>Mon, 20 Feb 2012 03:43:43 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=112</guid>
			<description><![CDATA[easyCMDB now supports SAML-based SSO, and also integrates with Crowd from Atlassian. (<a href="http://www.atlassian.com" target="_blank">http://www.atlassian.com</a>)]]></description>
			<content:encoded><![CDATA[easyCMDB now supports SAML-based SSO, and also integrates with Crowd from Atlassian. (<a href="http://www.atlassian.com" target="_blank">http://www.atlassian.com</a>)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SQL Server support available]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=111</link>
			<pubDate>Mon, 20 Feb 2012 03:40:45 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=111</guid>
			<description><![CDATA[easyCMDB is now shipped with Microsoft SQL Server support, and existing customers can elect to transfer from MySQL to SQL Server if desired.<br />
<br />
There is no intent to discontinue MySQL and support will be available for the foreseeable future.]]></description>
			<content:encoded><![CDATA[easyCMDB is now shipped with Microsoft SQL Server support, and existing customers can elect to transfer from MySQL to SQL Server if desired.<br />
<br />
There is no intent to discontinue MySQL and support will be available for the foreseeable future.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Update 20120119 available]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=110</link>
			<pubDate>Mon, 20 Feb 2012 03:37:30 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=110</guid>
			<description><![CDATA[Update: 20120119<br />
==============<br />
<br />
-- Enhancements<br />
<br />
* Data Import Wizard Rehearse mode now includes relationship linking<br />
<br />
* Replace mode in the Data Import Wizard will now replace relationship links with those imported that match the same CI Type and relatonship<br />
<br />
* When searching People CIs the User ID field is now included as a default search field<br />
<br />
* Users now redirected to announcement window when logging in if there are unread announcements<br />
<br />
* New 'Template Runner' Job enables change or incident templates to be scheduled to run at regular intervals<br />
<br />
* New Access Control Group report when selecting the "Report" button in ACG relationship screen and under Access Roles &gt; ACG tab<br />
<br />
* New User Permissions report under Access Roles &gt; Users tab that outputs user CI permissions<br />
<br />
* Added default Access Role to Sync LDAP Job<br />
<br />
* Added new 'Incident Category Report' under Incident/Problem/Service Management Category<br />
<br />
* NEW 'Auto Folders' options for Changes and Incidents in System Settings. Switching on this option will automatically create document folders beneath the default folder for each incident/change if one or more documents are attached. <br />
<br />
* Task Notes can now be listed &amp; edited beneath the Tasks tab for incidents and changes by toggling the Summary/Notes option.<br />
<br />
* Now possible to edit the relationship description between Collections without having to relink<br />
<br />
* Extended 'get_ci' web service:<br />
	- Now returns multiple records<br />
	- Added 'match_attributes' input parameter to contain name, op and value of additional/alternative matching fields<br />
	- Added 'return_attributes' input parameter to specify list of attributes to return (default is all)<br />
	- Added 'custom_properties' flag, to determine whether to return custom properties<br />
	- Will impact current usage of this method<br />
	- See Integration Guide for further details<br />
<br />
* Multi entry Embedded Forms: Added "Max Entries" parameter to Form Field Definition. Setting &gt; 1 will present Embedded Form as a Table with rows and columns so multiple entries can be input.<br />
<br />
* Stat Reports can now be generated for other CI Types other than incidents and changes. Added example Type, Status and Monthly stat reports for each CI Type under Asset/Configuration Management reports.<br />
<br />
* Added new 'Custom Job' to Job Manager, which can be used to schedule the execution of a custom PHP class. Please refer to the Job Manager documentation for details.<br />
<br />
* Added Start Date, End Date, Due Date, Customer Name, Program Name, and Project Type as built-in fields for Collection CI. These fields have been moved from the Project Properties to make them more accessible.<br />
<br />
* New right-click menu available on Dashboard over Incident and Change numbers, which allows quick note display/entry, incident resolution and closure.<br />
<br />
* Database admin changes to support MS SQL<br />
<br />
* Added ability to include "Linked CIs" when defining CI views<br />
<br />
* Added support for SAML SSO authentication under System Settings &gt; Security<br />
<br />
* Added support for Atlassian Crowd&reg; SSO authentication under System Settings &gt; Security<br />
<br />
* Can now add individual users to Access Roles via Users tab<br />
<br />
* Added Racks and Documents to Event Calendar CI options<br />
<br />
* Update to PHP API functions<br />
<br />
* Dashboard Right-click menu can now be disabled via Access Roles &gt; Functions<br />
<br />
* Bulk Update now supports Change Request reference and multi-version creation<br />
<br />
* Data Import Wizard now supports Templates when importing incident or change records]]></description>
			<content:encoded><![CDATA[Update: 20120119<br />
==============<br />
<br />
-- Enhancements<br />
<br />
* Data Import Wizard Rehearse mode now includes relationship linking<br />
<br />
* Replace mode in the Data Import Wizard will now replace relationship links with those imported that match the same CI Type and relatonship<br />
<br />
* When searching People CIs the User ID field is now included as a default search field<br />
<br />
* Users now redirected to announcement window when logging in if there are unread announcements<br />
<br />
* New 'Template Runner' Job enables change or incident templates to be scheduled to run at regular intervals<br />
<br />
* New Access Control Group report when selecting the "Report" button in ACG relationship screen and under Access Roles &gt; ACG tab<br />
<br />
* New User Permissions report under Access Roles &gt; Users tab that outputs user CI permissions<br />
<br />
* Added default Access Role to Sync LDAP Job<br />
<br />
* Added new 'Incident Category Report' under Incident/Problem/Service Management Category<br />
<br />
* NEW 'Auto Folders' options for Changes and Incidents in System Settings. Switching on this option will automatically create document folders beneath the default folder for each incident/change if one or more documents are attached. <br />
<br />
* Task Notes can now be listed &amp; edited beneath the Tasks tab for incidents and changes by toggling the Summary/Notes option.<br />
<br />
* Now possible to edit the relationship description between Collections without having to relink<br />
<br />
* Extended 'get_ci' web service:<br />
	- Now returns multiple records<br />
	- Added 'match_attributes' input parameter to contain name, op and value of additional/alternative matching fields<br />
	- Added 'return_attributes' input parameter to specify list of attributes to return (default is all)<br />
	- Added 'custom_properties' flag, to determine whether to return custom properties<br />
	- Will impact current usage of this method<br />
	- See Integration Guide for further details<br />
<br />
* Multi entry Embedded Forms: Added "Max Entries" parameter to Form Field Definition. Setting &gt; 1 will present Embedded Form as a Table with rows and columns so multiple entries can be input.<br />
<br />
* Stat Reports can now be generated for other CI Types other than incidents and changes. Added example Type, Status and Monthly stat reports for each CI Type under Asset/Configuration Management reports.<br />
<br />
* Added new 'Custom Job' to Job Manager, which can be used to schedule the execution of a custom PHP class. Please refer to the Job Manager documentation for details.<br />
<br />
* Added Start Date, End Date, Due Date, Customer Name, Program Name, and Project Type as built-in fields for Collection CI. These fields have been moved from the Project Properties to make them more accessible.<br />
<br />
* New right-click menu available on Dashboard over Incident and Change numbers, which allows quick note display/entry, incident resolution and closure.<br />
<br />
* Database admin changes to support MS SQL<br />
<br />
* Added ability to include "Linked CIs" when defining CI views<br />
<br />
* Added support for SAML SSO authentication under System Settings &gt; Security<br />
<br />
* Added support for Atlassian Crowd&reg; SSO authentication under System Settings &gt; Security<br />
<br />
* Can now add individual users to Access Roles via Users tab<br />
<br />
* Added Racks and Documents to Event Calendar CI options<br />
<br />
* Update to PHP API functions<br />
<br />
* Dashboard Right-click menu can now be disabled via Access Roles &gt; Functions<br />
<br />
* Bulk Update now supports Change Request reference and multi-version creation<br />
<br />
* Data Import Wizard now supports Templates when importing incident or change records]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Closing Change Request in one go]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=109</link>
			<pubDate>Fri, 20 Jan 2012 05:52:19 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=109</guid>
			<description><![CDATA[Hello,<br />
<br />
Is there any way to close the change request in one go? In easyCMDB there are many old requests are there which is not yet closed.<br />
<br />
<br />
Appreciate a quick help.]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
Is there any way to close the change request in one go? In easyCMDB there are many old requests are there which is not yet closed.<br />
<br />
<br />
Appreciate a quick help.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Where can I find the MySQL log file?]]></title>
			<link>http://www.easycmdb.com/forums/showthread.php?tid=108</link>
			<pubDate>Sun, 08 Jan 2012 22:34:59 +0000</pubDate>
			<guid isPermaLink="false">http://www.easycmdb.com/forums/showthread.php?tid=108</guid>
			<description><![CDATA[On Linux &amp; Solaris:<br />
<br />
<span style="font-family: Courier;">&lt;INSTALL_ROOT&gt;/easyCMDB/amp/mysql/data/&lt;hostname&gt;.err<br />
</span><br />
On Windows:<br />
<br />
<span style="font-family: Courier;">&lt;INSTALL_ROOT&gt;\easycmdb\amp\mysql\data\&lt;hostname&gt;.err<br />
</span><br />
<br />
Where <span style="font-family: Courier;">&lt;INSTALL_ROOT&gt;</span> is the root directory / folder under which easyCMDB is installed and <span style="font-family: Courier;">&lt;hostname&gt;</span> is the name of the easyCMDB host machine.]]></description>
			<content:encoded><![CDATA[On Linux &amp; Solaris:<br />
<br />
<span style="font-family: Courier;">&lt;INSTALL_ROOT&gt;/easyCMDB/amp/mysql/data/&lt;hostname&gt;.err<br />
</span><br />
On Windows:<br />
<br />
<span style="font-family: Courier;">&lt;INSTALL_ROOT&gt;\easycmdb\amp\mysql\data\&lt;hostname&gt;.err<br />
</span><br />
<br />
Where <span style="font-family: Courier;">&lt;INSTALL_ROOT&gt;</span> is the root directory / folder under which easyCMDB is installed and <span style="font-family: Courier;">&lt;hostname&gt;</span> is the name of the easyCMDB host machine.]]></content:encoded>
		</item>
	</channel>
</rss>
