<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0">
	<channel>
	
		<title>FAQ MyReport</title>	
        <link>http://www.myportal.fr/faq_list.php?myreport</link>
		<description>Liste des FAQ de MyReport</description>
		<language>fr</language>
		<copyright>QUICK REPORT 2010</copyright>
		<managingEditor>contact@quickreport.in</managingEditor>
		<pubDate>2012-02-23</pubDate>
		<lastBuildDate>2012-02-23</lastBuildDate>
		<generator>PHP</generator>
		<ttl>2</ttl>		
		<image>
			<url>http://www.myportal.fr/image/myportal.png</url>
			<title>QUICK REPORT</title>
            <link>http://www.myportal.fr/</link>
		</image>
			<item>
				<title>How an array of overlapping slippery?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;problematic&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
How to be able to create an array of overlapping slippery?.&lt;br /&gt;
Ex: In a table containing the AC indicator and month online:&lt;br /&gt;
line &lt;strong&gt;January 2007&lt;/strong&gt; must contain the CA from February 2006 to January 2007&lt;br /&gt;
line &lt;strong&gt;February 2007&lt;/strong&gt; must contain the CA from March 2006 to February 2007&lt;br /&gt;
line &lt;strong&gt;March 2007&lt;/strong&gt; must contain the CA from April 2006 to March 2007&lt;/ul&gt;</description>
				<pubDate>21/02/2012</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=85</link>
			</item>			<item>
				<title>How to work on a live database (real time)?</title>
				<author>vjain</author>
				<description>To make a real-time database: - create your connection - create a model with all the tables you want, do your various joints. - Take into destination fields, all fields required for your reporting. - Group , rename, describe. - To create fields transformed into a model without a load, you must check &quot;SQL Formula&quot; in the Fields window and then transformed into SQL type your formula in the language of your database engine. (Eg SQL for SQL server, Oracle SQL for Oracle database ...) - Put your template without loading (Properties of the model, then uncheck Load &quot;). - Post your model. - Manage your users. &lt;span style=&quot;color:red&quot;&gt;Attention:&lt;/span&gt; * especially make no etl on this model. * that directly solicits the source database and can &quot;disrupt&quot; the operation of the application if bp modeling&lt;br /&gt;
</description>
				<pubDate>21/02/2012</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=206</link>
			</item>			<item>
				<title>Get the duration between two dates in the format year month day</title>
				<author>vjain</author>
				<description>CurrToStr (Trunc (MonthSpan (date1, date2) / 12)) &amp; &quot;years&quot; &amp; &lt;br /&gt;
CurrToStr (Mod (Trunc (MonthSpan (date1, date2)); 12)) &amp; &quot;months&quot; &amp; &lt;br /&gt;
CurrToStr (DaySpan (date; &lt;br /&gt;
IncMonth (date2 ; Trunc (MonthSpan (date1, date2))))) &amp; &quot;days&quot;</description>
				<pubDate>21/02/2012</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=209</link>
			</item>			<item>
				<title>What browsers are officially supported and promoted?</title>
				<author>sgosavi</author>
				<description>The browsers officially supported by MyReport Center are:&lt;ul&gt;&lt;li&gt;IE 7 and above&lt;/li&gt;&lt;li&gt;Firefox 4 and higher&lt;/li&gt;&lt;li&gt;Chromium 14 and higher&lt;/li&gt;&lt;li&gt;Safari 5 and above&lt;/li&gt;&lt;li&gt;Opera 11 and higher&lt;br /&gt;
&lt;br /&gt;
We recommend using Firefox.&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>17/02/2012</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=204</link>
			</item>			<item>
				<title>How to integrate MyReport SDK in a project. net on a 64-bit extension? </title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
In Visual Studio:&lt;br /&gt;
1. Right click the solution, Configuration Manager.&lt;br /&gt;
2. Put x86 in the Platform SDK project that uses MyReport.&lt;br /&gt;
</description>
				<pubDate>17/02/2012</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=205</link>
			</item>			<item>
				<title>Object Reference is incorrect, why?</title>
				<author>sgosavi</author>
				<description>Please check connection of Datawarehouse on MyReport DataRun.</description>
				<pubDate>23/12/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=196</link>
			</item>			<item>
				<title>IIS maneger settings? or How to configure IIS so that MyReport Center is working properly?</title>
				<author>sgosavi</author>
				<description>&lt;strong&gt;IIS configuration for Center:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
     Set write permissions for the user and modification of IIS_IUSRS:&lt;br /&gt;
     - All MySystem that will be accessible from the Center&lt;br /&gt;
     - If the Center crashes when validating login, go to IIS, open the advanced properties of the application pool used by the Center, in the advanced properties, to &lt;strong&gt;Load User Profile&lt;/strong&gt; to True.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For 64-bit platforms:&lt;br /&gt;
&lt;br /&gt;
     In IIS, open the advanced properties of the application pool used by the Center&lt;br /&gt;
     Change the setting &lt;strong&gt;Enable 32-bit applications&lt;/strong&gt; to True&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have installed. NET Framework 4 before installing IIS, perform the following operation:&lt;br /&gt;
&lt;br /&gt;
     Open a command prompt in administrator mode.&lt;br /&gt;
     Go to C:&gt;&gt; Windows &gt;&gt; Microsoft.NET &gt;&gt;Framework &gt;&gt; v4.0.30319&lt;br /&gt;
     Run aspnet_regiis.exe-i&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have any concerns, you can go to application pools in advanced settings, you change identity to LocalSystem&lt;br /&gt;
</description>
				<pubDate>16/12/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=195</link>
			</item>			<item>
				<title>What if we have the message Incorrect file version when connecting to the server 100 of payroll in 2008?</title>
				<author>sgosavi</author>
				<description>With the ODBC v16.02 Server 2008 in, copy the file pms1lib.dll (dated 26/04/10) in c:&gt;&gt;windows&gt;&gt;SysWOW64 on the server.&lt;br /&gt;
The installation of pay not doing so, we must make the copy manually.&lt;br /&gt;
&lt;br /&gt;
[hr/]&lt;strong&gt;Note:&lt;/strong&gt; The error message is completed with &lt;strong&gt;The version of the ODBC driver does not support the requested behavior.&lt;/strong&gt;</description>
				<pubDate>13/12/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=76</link>
			</item>			<item>
				<title>What are the user group?</title>
				<author>jcsoliveres</author>
				<description>Contact Management : Will get strategic news.&lt;br /&gt;
Contact Administrator : Can modify his company and all the contact of his company.&lt;br /&gt;
Contact commercial : Will get the lead details&lt;br /&gt;
Contact Invoice : Will receive the invoices.&lt;br /&gt;
Contact license : Will get the license code.&lt;br /&gt;
Contact technical : Will get all technical news.&lt;br /&gt;
Contact business : Will get all commercial news.&lt;br /&gt;
Contact Extend : Will be able to extend trial.&lt;br /&gt;
&lt;br /&gt;
</description>
				<pubDate>04/12/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=194</link>
			</item>			<item>
				<title>What to do when the toolbar Builder does not work in Excel 2007 or 2010?</title>
				<author>sgosavi</author>
				<description>&lt;ol&gt;&lt;li&gt;Right click on the menu Builder 5, delete the custom command&lt;/li&gt;&lt;li&gt;Right click on the toolbar Builder 5, delete the custom toolbar&lt;/li&gt;&lt;li&gt;Click the Office&lt;br /&gt;
Click on Excel Options&lt;/li&gt;&lt;li&gt;Select Add-Ins&lt;/li&gt;&lt;li&gt;In the Manage drop-down menu, select Disabled Items, click Go&lt;/li&gt;&lt;li&gt;Enable MyReport Builder 5&lt;/li&gt;&lt;li&gt;Close Excel and reopen&lt;/li&gt;&lt;/ol&gt;</description>
				<pubDate>02/12/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=137</link>
			</item>			<item>
				<title>What is password for webadmin user on center page?</title>
				<author>sgosavi</author>
				<description>&lt;strong&gt;Solution&lt;/strong&gt; : password</description>
				<pubDate>30/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=166</link>
			</item>			<item>
				<title>What client should be used on posts to connect to databases natively?</title>
				<author>sgosavi</author>
				<description>&lt;ol&gt;To connect to databases, it may be necessary to install a client.&lt;br /&gt;
1. Oracle : You must install the Oracle client. MyReport oci.dll                 uses.&lt;br /&gt;
&lt;br /&gt;
2. Oracle (ODAC) : You must install the client on the computer where Oracle is installed MyReport Data and / or MyReport DataRun if Oracle is used as a data warehouse. Otherwise it is not necessary to have the client.&lt;br /&gt;
SQL Server : No installation is required. The SQL Client is installed with the MDAC.&lt;br /&gt;
&lt;br /&gt;
3. Interbase / Firebird : No installation is desired number. MyReport gds32.dll uses, which is installed with MyReport.&lt;br /&gt;
Informix : You must install the Informix client (Setnet). MyReport isqlt09a.dll uses.&lt;br /&gt;
&lt;br /&gt;
4. MySQL : No installation is required.&lt;br /&gt;
&lt;br /&gt;
5. AS400 : You must install the client iSeries (formerly Client Access). MyReport uses cwbdb.dll&lt;br /&gt;
&lt;br /&gt;
6. PostgreSQL : No installation is required.&lt;/ol&gt;</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=11</link>
			</item>			<item>
				<title> What if I have the error message Access violation\\ when I create a new Excel template?</title>
				<author>sgosavi</author>
				<description>1.Delete the images in the source workbook.&lt;br /&gt;
&lt;br /&gt;
2.Clear filter machines in the source workbook.&lt;br /&gt;
&lt;br /&gt;
3.Clear filter list (objects of type &lt;strong&gt;combo box&lt;/strong&gt;)</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=27</link>
			</item>			<item>
				<title>Why ETL blocks when deleting the table?</title>
				<author>sgosavi</author>
				<description>When using the 2.0.3 version of Firebird, if you launch an ETL on a model after asking to see the data query, ETL hangs when removing from the table.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Proposed Solution &lt;/strong&gt;: Update Firebird installing version 2.0.5 or higher.&lt;br /&gt;
</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=35</link>
			</item>			<item>
				<title>What to do when I get The connection was completed properly?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;&lt;br /&gt;
- Restart the service &lt;strong&gt;Server5.exe&lt;/strong&gt;&lt;/ul&gt;</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=108</link>
			</item>			<item>
				<title>How to integrate a toolbar in Excel?</title>
				<author>sgosavi</author>
				<description>It is four ways to integrate a toolbar in Excel:&lt;ol&gt;&lt;li&gt;Builder5.xla add the file in the folder C:&gt;Program Files&gt;Microsoft Office&gt;Office11&gt;XLStart&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Builder5.xla add the file in the folder C:&gt;Documents and Settings&gt;UserName&gt;Application Data&gt;Microsoft&gt;Excel&gt;XLSTART&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;In Excel&gt; Tools&gt; Add-Ins&gt; Browse ... &gt; Select the file and validate Builder5.xla&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Double click the file Builder5.xla&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;
When integrating a toolbar in Excel using several methods, it may be a conflict of macros. &lt;br /&gt;
In this case, cancel the integration by a method and an update to the toolbar in Excel.</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=115</link>
			</item>			<item>
				<title>What to do when was the message Can not open file C:  ....>  Utilisateur.inf. Access Denied?</title>
				<author>sgosavi</author>
				<description>At the launch of MyReport Builder or Viewer TCP/IP, it may be that the service does not have permission &lt;br /&gt;
to access the folder MySystem.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;On the server where MyReport Server installed in Windows Explorer, select the &lt;br /&gt;
folder MySystem, then right click &lt;strong&gt;Properties&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Select the &lt;strong&gt;Security&lt;/strong&gt; tab, then click&lt;strong&gt; Add ... &lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;In the &lt;strong&gt;Select Users or Group&lt;/strong&gt;, click Advanced and click &lt;strong&gt;Search&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Select Network Service, or if it does not, select Services, then click&lt;strong&gt; OK&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Confirm again by clicking &lt;strong&gt;OK&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Select NETWORK SERVICE and check &lt;strong&gt;Allow Full Control&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Confirm by clicking &lt;strong&gt;OK&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=133</link>
			</item>			<item>
				<title>How to display the ribbon Developer?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;&lt;li&gt;Click on &lt;strong&gt;File&lt;/strong&gt; then &lt;strong&gt;Options&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Go to &lt;strong&gt;Customize the Ribbon&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;On the right, in &lt;strong&gt;Main Tabs &lt;/strong&gt;check &lt;strong&gt;Developer.&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=143</link>
			</item>			<item>
				<title>What if the conditional formatting is displayed in black or shift?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;It is a known problem with Excel 2010 and identified by Microsoft. &lt;br /&gt;
&lt;br /&gt;
The solution is to update Excel by installing SP1. &lt;br /&gt;
&lt;br /&gt;
The Excel 2010 SP1 was released on 19/06/2011.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;Service Pack for Microsoft Office 2010 ( KB2460049), 32-Bit Edition Service Pack for Microsoft Office 2010 (KB2460049), 64-Bit Edition&lt;/a&gt;&lt;/ul&gt;</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=144</link>
			</item>			<item>
				<title>I hide columns in Excel but they are redisplayed when updating the report, what to do?</title>
				<author>sgosavi</author>
				<description>If you want to hide columns in a report, think to uncheck the option &lt;strong&gt;Resize the columns&lt;/strong&gt;. &lt;br /&gt;
&lt;br /&gt;
This option is in&lt;strong&gt; Tools&gt; Options report&gt; General tab&lt;/strong&gt;&lt;br /&gt;
</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=145</link>
			</item>			<item>
				<title>The update in Excel is slow, why?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
If the display is less than 100%, you need to climb to 100%.</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=146</link>
			</item>			<item>
				<title>Can you run a report in a protected sheet?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
When a sheet is protected, it is not possible to merge or demerge cells.&lt;br /&gt;
&lt;br /&gt;
It is not possible to remove the format of a cell (the protection of a cell being included in the format of the cell). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It is therefore not possible to run a report with fusion or with a format.&lt;br /&gt;
&lt;br /&gt;
In addition, to run (or update) in a protected sheet, you must allow: * modification of objects, so we can insert the comment. * the format of the columns, so we can resize columns.&lt;br /&gt;
</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=147</link>
			</item>			<item>
				<title>How to integrate a toolbar in OpenOffice.org?</title>
				<author>sgosavi</author>
				<description>How to Add a toolbar:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Open OpenOffice.org Calc&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Open Tools&gt; &lt;strong&gt;Extension Manager ...&lt;/strong&gt;&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Click &lt;strong&gt;Add ...&lt;/strong&gt;&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Select the file Builder5.zip located in the installation directory MyReport.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Starting with version 3.0 of OOo, answer the question &lt;strong&gt;Who do you want to install this extension?&lt;/strong&gt;&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Restart Calc.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;
How to remove a toolbar:&lt;br /&gt;
&lt;br /&gt;
&lt;li&gt;Open OpenOffice.org Calc&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Open Tools&gt;&lt;strong&gt; Extension Manager ...&lt;/strong&gt;&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Select the extension to delete, then click&lt;strong&gt; Delete&lt;/strong&gt;&lt;br /&gt;
&lt;/li&gt;[*]Restart Calc.</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=148</link>
			</item>			<item>
				<title>What to do when I receive an error message when closing the session?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
The problem is the Quick Start OpenOffice. Org, the solution is to remove it from the start of the operating system.</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=149</link>
			</item>			<item>
				<title>What to do when saving a workbook with drop-down list in xls file corrupted?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
It is a known bug in OpenOffice.org.&lt;br /&gt;
&lt;br /&gt;
It is fixed in version 3.3.0. &lt;br /&gt;
The solution is to update OpenOffice.org. Link to issue: &lt;br /&gt;
&lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;http://www.openoffice.org/issues/show_bug.cgi?id=105461&lt;br /&gt;
&lt;/a&gt;</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=150</link>
			</item>			<item>
				<title>What if MyReport Builder does not create more comments?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
This problem arises from the version 3.1 of OpenOffice. Org. &lt;br /&gt;
&lt;br /&gt;
The solution is to update the products MyReport version 5.6.0.4 or higher.</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=151</link>
			</item>			<item>
				<title>on a TSE server, what if the toolbar does not work?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
The TSE session should be in the group Power Users.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;Keywords&lt;/strong&gt;&lt;/span&gt;: builder5.exe viewer5.exe found Open Office OOo OpenOffice&lt;br /&gt;
</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=152</link>
			</item>			<item>
				<title>on a TSE server, what if the communication between OpenOffice.org and MyReport Builder does not work?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
If the user is logged on the TSE server with a session that does not have administrator rights:&lt;ul&gt;&lt;li&gt;Open the C:&gt;Windows&gt;system32&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Right click on the file ole32.dll, and then Properties.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;On the Security tab, select the TSE session user or user group that contains the TSE session.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Add Rights Amendment and Scripture, and confirm with OK.&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=153</link>
			</item>			<item>
				<title> I want to insert in Power Point report and update from PowerPoint</title>
				<author>sgosavi</author>
				<description>In Excel:&lt;ol&gt;&lt;li&gt;Building Arrays with MyReport Builder.&lt;br /&gt;
Save the Excel workbook.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;
In MyReport Messenger:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Create a diffusion source is the Excel workbook.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
In PowerPoint:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Building the presentation.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Insert Table Builder&lt;ul&gt;&lt;/li&gt;&lt;li&gt;Select Table in Excel, and make &lt;strong&gt;copy&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Go to the slide and Power Point to &lt;strong&gt;edit&lt;/strong&gt;, &lt;strong&gt;Paste Special&lt;/strong&gt; and select &lt;strong&gt;Paste Link&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;li&gt;Create a macro in PowerPoint (on the home page, insert a button called &lt;strong&gt;update data&lt;/strong&gt;) which will launch the update tables created with Builder. &lt;br /&gt;
To do this, insert the following line marcro in Power Point:&lt;ul&gt;&lt;/li&gt;&lt;li&gt;CheminMessenger.exe&gt; Project: ProjectName &gt;Distribution: NomDiffusion &lt;br /&gt;
(see Help MyReport Messenger, choose &lt;strong&gt;The implementation of the broadcasts,&lt;/strong&gt;&gt;choose&lt;strong&gt;Run Command Line&lt;/strong&gt;)&lt;/li&gt;&lt;/ol&gt;&lt;/ul&gt;&lt;br /&gt;
The user will only have to click the &lt;strong&gt;update data&lt;/strong&gt; found, for example on the first slide in PowerPoint, so that the full slides are updated.&lt;br /&gt;
</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=154</link>
			</item>			<item>
				<title>How to display in a cell, the list of values &#8203;&#8203;of an area?</title>
				<author>sgosavi</author>
				<description>Function valuel (aList As Range) As String &lt;br /&gt;
For Each c In aList &lt;br /&gt;
If InStr (valuel, Trim (c.Value)) = 0 Then &lt;br /&gt;
If valuel = \&quot;\&quot; Then &lt;br /&gt;
valuel = Trim (c.Value) &lt;br /&gt;
Else &lt;br /&gt;
valuel valuel + = &lt;strong&gt;;&lt;/strong&gt; + Trim (c.Value) &lt;br /&gt;
End If &lt;br /&gt;
End If &lt;br /&gt;
Next &lt;br /&gt;
End Function</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=155</link>
			</item>			<item>
				<title>Set and How to combine Totals computed from the formula?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;Attach to combine and Totals computed from the formula: &lt;br /&gt;
&lt;br /&gt;
- Make your fix with added at the end. &lt;br /&gt;
&lt;br /&gt;
- Make a filter value on the same values &amp;#8203;&amp;#8203;that you set. &lt;br /&gt;
&lt;br /&gt;
- Create your area and check totals calculated from the formula.&lt;/ul&gt;</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=157</link>
			</item>			<item>
				<title>How a weighted average?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
When an indicator is an average, totals and subtotals are an average of averages, not a weighted average. &lt;br /&gt;
&lt;br /&gt;
For the weighted average, create a calculated field whose formula contains the field to be average, then check &lt;strong&gt;Totals computed from the formula.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;&lt;span style=&quot;color:blue&quot;&gt;Example&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;: To view a report by product family and the average amounts per invoice, create a calculated field named &lt;strong&gt;average amount&lt;/strong&gt; of which the formula is the quantity of the model, with total calculated from the formula. Then select the main interface aggregation average.</description>
				<pubDate>15/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=158</link>
			</item>			<item>
				<title>What if floating licenses are activated but the product remains in evaluation period?</title>
				<author>sgosavi</author>
				<description>&lt;ol&gt;&lt;li&gt;In the options in the login window, check &lt;strong&gt;TCP / IP&lt;/strong&gt; is checked products MyReport Builder and Viewer or &lt;strong&gt;Floating License&lt;/strong&gt; is checked for the product MyReport Data.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Launch the Administration Console, then stop and restart the service Server5.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;In the list of Windows services, if the service account is noted as &lt;strong&gt;Local System&lt;/strong&gt; account and not as &lt;strong&gt;Network Service&lt;/strong&gt;, uninstall then reinstall the service.&lt;/li&gt;&lt;/ol&gt;</description>
				<pubDate>14/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=128</link>
			</item>			<item>
				<title>Where can I host the file MySystem?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;It is not possible to host the file MySystem on a Linux server using Samba to share files with Windows machines. &lt;br /&gt;
&lt;br /&gt;
It is not possible to host the file MySystem a NAS (Network Attached Storage). The record MySystem be hosted on a Windows machine, preferably one that hosts the service Server5.&lt;/ul&gt;</description>
				<pubDate>14/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=129</link>
			</item>			<item>
				<title>Can you host the file on a linux server MySystem?</title>
				<author>sgosavi</author>
				<description>MyReport 5 Server can not access to files hosted on a Linux server using Samba for sharing files with a Windows PC.</description>
				<pubDate>14/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=130</link>
			</item>			<item>
				<title>Can I install the game MyReport Server in a network directory?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
No, you must install and activate the server part in a local directory on the server. For example, we can not use the\\Server\\defer\\MyReport5</description>
				<pubDate>14/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=131</link>
			</item>			<item>
				<title>Why can not I start the service MyReport Server 5?</title>
				<author>sgosavi</author>
				<description>The error message is: &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Unable to start service MyReport 5 Server on Local Computer. &lt;br /&gt;
Error 5: Access is denied&lt;/strong&gt;. &lt;br /&gt;
&lt;br /&gt;
In the Data Explorer, right click on the application Server5.exe, then Properties. &lt;br /&gt;
&lt;br /&gt;
In tab &lt;strong&gt;Security&lt;/strong&gt;, click &lt;strong&gt;Add ....&lt;/strong&gt; Click on &lt;strong&gt;Object Types ...&lt;/strong&gt;, ticked do not let that &lt;strong&gt;Entities integrated security&lt;/strong&gt; , then press OK.&lt;br /&gt;
&lt;br /&gt;
Click &lt;strong&gt;Advanced ..&lt;/strong&gt;. and then&lt;strong&gt; Search &lt;/strong&gt;.&lt;br /&gt;
&lt;br /&gt;
Select &lt;strong&gt;NETWORK SERVICE&lt;/strong&gt;, then press OK.&lt;br /&gt;
&lt;br /&gt;
Close the &lt;strong&gt;Select Users or Groups&lt;/strong&gt; by clicking on OK. Add right &lt;strong&gt;Full Control&lt;/strong&gt; to &lt;strong&gt;NETWORK SERVICE &lt;/strong&gt;and validate.</description>
				<pubDate>14/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=132</link>
			</item>			<item>
				<title>What to do when I get Server 5 MyReport launched the session NetworkService has no rights Access Demonstration Project ?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
At the launch of MyReport Builder or Viewer TCP / IP, it may be that the service does not have permission &lt;br /&gt;
to access the folder MySystem.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;On the server where MyReport Server installed in Windows Explorer, select the &lt;br /&gt;
folder MySystem, then right click &lt;strong&gt;Properties&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Select the &lt;strong&gt;Security&lt;/strong&gt; tab, then click &lt;strong&gt;Add ... .&lt;/strong&gt;&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;In the &lt;strong&gt;Select Users or Group&lt;/strong&gt;, click&lt;strong&gt; Advanced&lt;/strong&gt; and click &lt;strong&gt;Search.&lt;/strong&gt;&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Select Network Service, or if it does not, select Services, then click &lt;strong&gt;OK.&lt;/strong&gt;&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Confirm again by clicking &lt;strong&gt;OK&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Select NETWORK SERVICE and check &lt;strong&gt;Allow Full Control&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Confirm by clicking&lt;strong&gt; OK.&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>14/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=134</link>
			</item>			<item>
				<title>How can we trust to the VBA project? </title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
On the Ribbon &lt;strong&gt;Developer&lt;/strong&gt;, Code, click on &lt;strong&gt;Macro Security&lt;/strong&gt;. &lt;strong&gt;Check Enable all macros.&lt;/strong&gt; &lt;strong&gt;Check Trust access to the object model of the VBA project.&lt;/strong&gt;</description>
				<pubDate>14/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=135</link>
			</item>			<item>
				<title>Where is the manager names?</title>
				<author>sgosavi</author>
				<description>The manager names (which allows you to view all zones created in Excel) is available in the Ribbon &lt;strong&gt;Formula.&lt;/strong&gt;</description>
				<pubDate>14/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=136</link>
			</item>			<item>
				<title>What to do when the message Microsoft Excel has stopped working appears systematically closing Excel?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
You will need:&lt;ol&gt;&lt;li&gt;Open Excel&lt;/li&gt;&lt;li&gt;Open the tab &lt;strong&gt;Developer&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Click on the menu &lt;strong&gt;Visual Basic &lt;/strong&gt;to open VisualBasic&lt;/li&gt;&lt;li&gt;Close VB&lt;/li&gt;&lt;li&gt;Close Excel&lt;/li&gt;&lt;/ol&gt;</description>
				<pubDate>14/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=138</link>
			</item>			<item>
				<title>What to do when the tape is no longer displayed MyReport Builder?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;&lt;strong&gt;- Click on the windows of Excel &lt;br /&gt;
- Go to Excel Options &lt;br /&gt;
- Go to the Add-Ins tab &lt;br /&gt;
- Select Disabled Items in the Manage drop-down menu at the bottom of the window &lt;br /&gt;
- Click Go &lt;br /&gt;
- If the file Builder5. xlam appears, select it and click Enable&lt;/strong&gt;&lt;/ul&gt;</description>
				<pubDate>14/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=139</link>
			</item>			<item>
				<title>What to do when you have the error message: Unable to set the Weight property of the class Border?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
Update products MyReport version 5.7.1.1 or higher. MyReport For versions below 5.7.1.1: In the Format Report: do not put borders to the labels of rows and columns.&lt;br /&gt;
&lt;br /&gt;
In the properties of a indicator and / or a dimension: remove custom borders. Note: these are set automatically when it makes &lt;strong&gt;Active &lt;/strong&gt;format.&lt;br /&gt;
</description>
				<pubDate>14/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=140</link>
			</item>			<item>
				<title>What if the update is launched several times in a row?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
The solution is to disable the toolbar Eurotool.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Click the Office button.&lt;/li&gt;&lt;li&gt;Click on &lt;strong&gt;Excel Options&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Go to &lt;strong&gt;Supplements&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;In &lt;strong&gt;Manage: Excel Add-ins&lt;/strong&gt;, click &lt;strong&gt;Go ...&lt;/strong&gt;&lt;/li&gt;&lt;li&gt;Uncheck &lt;strong&gt;Tools for the euro&lt;/strong&gt; and confirm.&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>14/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=141</link>
			</item>			<item>
				<title>What if we have the message A file named Builder5.xlsm already exists in this location. Do you want to replace it? opening Excel?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;&lt;li&gt;Close Excel.&lt;/li&gt;&lt;li&gt;Delete the file found in Documents Builder5.xlsm.&lt;/li&gt;&lt;li&gt;Move the file Builder5.xlam the file C:\\Program Files\\Microsoft Office\\Office12 \\XLStart\\folder or C:\\Program Files\\Microsoft Office\\Office14\\XLStart\\to the desktop.&lt;/li&gt;&lt;li&gt;Double-click the file Builder5.xlam.&lt;/li&gt;&lt;li&gt;Click \&quot;Enable Macros\&quot;.&lt;/li&gt;&lt;li&gt;Close Excel.&lt;/li&gt;&lt;li&gt;Move the file Builder5.xlam the desktop to the folder C:\\Program Files\\MicrosoftOffice\\Office12\\ XLStart\\or C:\\Program Files\\Microsoft Office\\Office14\\XLStart\\ &lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>14/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=142</link>
			</item>			<item>
				<title>Where can I download SQL Server Express?</title>
				<author>sgosavi</author>
				<description>&lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;&lt;a href=&quot;http://www.microsoft.com/express/Database/InstallOptions.aspx&quot; target=&quot;blank&quot;&gt;http://www.microsoft.com/express/Database/InstallOptions.aspx&lt;/a&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
We recommend that you download the &lt;strong&gt;Database with Management Tools&lt;/strong&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=79</link>
			</item>			<item>
				<title>What if I have a field of type DateTime2 that does not return data?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
When a field of a source database is typed DateTime2, sometimes the ETL back a blank value.&lt;br /&gt;
&lt;br /&gt;
To overcome this problem, use a transformation via a SQL formula: &lt;br /&gt;
CAST (AS ChampSource &lt;strong&gt;datetime&lt;/strong&gt;)</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=80</link>
			</item>			<item>
				<title>What is the port used by default?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
The default port used by SQL Server is TCP 1433.&lt;br /&gt;
</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=81</link>
			</item>			<item>
				<title>What are the limitations of SQL Server Express?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;http://msdn.microsoft.com/en-us/library/ms165672&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;&lt;a href=&quot;http://www.microsoft.com/express/Database/Default.aspx&quot; target=&quot;blank&quot;&gt;http://www.microsoft.com/express/Database/Default.aspx&lt;/a&gt;&lt;/a&gt;&lt;br /&gt;
</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=82</link>
			</item>			<item>
				<title>How to convert a field of type TIMESTAMP dated?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;Un champ (numérique) de type TIMESTAMP stocke le nombre de secondes écoulées depuis le 01/01/1970.&lt;br /&gt;
&lt;br /&gt;
Pour créer à partir du Timestamp un champ de type date dans MyReport Data, utilisez la &lt;br /&gt;
&lt;br /&gt;
formule : Trunc([Timestamp]/86400)+25569.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Explications&lt;/strong&gt; :&lt;br /&gt;
&lt;br /&gt;
-&gt; Timestamp/86400 : nombre de jours écoulés depuis le 01/01/1970.&lt;br /&gt;
&lt;br /&gt;
-&gt; 25569 : Valeur numérique de la date 01/01/1970.&lt;/ul&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=83</link>
			</item>			<item>
				<title>How to refer to another record?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;context&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
Management counters, calculating a difference, a variation or range of validity. (Video 1)&lt;br /&gt;
Management of a nomenclature, a hierarchy, ... (Video 2)&lt;br /&gt;
&lt;br /&gt;
[hr/]&lt;strong&gt;solution&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;Model 1&lt;/strong&gt;&lt;/span&gt;: rearrange the records, providing also a field to access the next record and / or previous.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;Pattern2&lt;/strong&gt;&lt;/span&gt;: Use several times model1 (alias) to point the concatenated field containing no recording / down with the concatenated field that contains the information on the current record aliassé model.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;Warning:&lt;/strong&gt;&lt;/span&gt; the use of outer joins and fields converted will handle cases in which the previous record / next does not exist.&lt;/ul&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=84</link>
			</item>			<item>
				<title>What if my job with planfiée datarunwin does not work or does not set the right project in the datarun?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;&lt;li&gt;MyReport Datarun restart with administrator rights, open the main interface and click OK.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;If the problem persists, check the scheduled task that the option \&quot;Run with highest privileges\&quot; is unchecked.&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=86</link>
			</item>			<item>
				<title>I use Windows Vista Home Edition and the opening of a query is extremely slow, what to do?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
You must install the service pack 1 (SP1), it fixes the problems of slow opening applications.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=87</link>
			</item>			<item>
				<title>What to do when opening MyReport Datarun is very long?</title>
				<author>sgosavi</author>
				<description>If the main interface of MyReport Datarun opens, click on &lt;strong&gt;Connections&lt;/strong&gt;, then &lt;strong&gt;View models&lt;/strong&gt;, select &lt;strong&gt;List&lt;/strong&gt;. &lt;br /&gt;
&lt;br /&gt;
If the main interface of MyReport Datarun takes too long to open, in Windows Explorer in the directory MySystem project that is the problem, open the file Datarun.ini, and edit the line ModeAffichageModele = ModeArborescence by ModeAffichageModele = Modeliste</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=88</link>
			</item>			<item>
				<title>What to do when MyReport Datarunwin starts from the explorer but not from the scheduled tasks?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;Explanation &lt;/strong&gt;&lt;/span&gt;: &lt;br /&gt;
The scheduled task is probably launched from a Windows account other than the user, and MyReport Datarunwin was activated with the Windows User &lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;Solution&lt;/strong&gt;&lt;/span&gt; : - Disable license from the user\\\&#039;s account - Activate the license on the Windows account that runs the scheduled tasks&lt;br /&gt;
</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=89</link>
			</item>			<item>
				<title>What planifée check if a task has no run-time error in closed session but MyReport DataRunWin did not run?</title>
				<author>sgosavi</author>
				<description>If a scheduled task, running MyReport DataRunWin, runs correctly when launched manually, but when it is launched closed session it has no runtime error but that did not work MyReport DataRunWin it can perform the following test:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;create a monTest.bat&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;place a file (text, doc, xls, ...) in the same directory as the monTest.bat&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;write the command to copy this file as follows monTest.bat (by editing the file with Notepad):&lt;br /&gt;
&lt;strong&gt;COPY fichier.extension copie.extension&lt;/strong&gt;&lt;br /&gt;
(eg COPY document.doc copie.doc)&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;create a scheduled task the same as running MyReport DataRunWin who will call monTest.bat&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;schedule the task to run in closed session&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=90</link>
			</item>			<item>
				<title>What to do when ETLS launched by MyReport Datarunwin run from the explorer but not from the scheduled tasks?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
Windows 7 and Windows Server 2008, options MyReport Datarun must be run with administrator rights in order to write to the registry (HKLM) projects to be loaded.&lt;br /&gt;
To do this in the &lt;strong&gt;Start&gt; All Programs&gt; Report One, clquez right MyReport Datarun Options , then the Compatibility tab check Run this program as administrator&lt;/strong&gt;.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=91</link>
			</item>			<item>
				<title> What to do to load the data warehouse only on order?	</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;- Set a frequency of update to &lt;strong&gt;Daily&lt;/strong&gt; for models to update manually &lt;br /&gt;
- Do not start MyReport Datarun &lt;br /&gt;
- Start MyReport DatarunWin every time you want to load the data warehouse, and do not plan in the Planner Windows Task&lt;/ul&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=92</link>
			</item>			<item>
				<title> What if MyReport Datarun is no longer active as I have already activated 5.5.0.0 or 5.5.0.1?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
Call the agency in Paris 01.53.24.20.29 so that reactive profile.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=93</link>
			</item>			<item>
				<title>What if the scheduled task DatarunWin5 not start.</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
If the scheduled task does not start when it is configured as that can run even if the user is not connected. &lt;br /&gt;
Follow these steps:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Change the configuration and mark: Only run if the user is connected.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Trying to run the task.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;If the job runs. Is that the user has no right to perform tasks in closed session.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Further amend the configuration of the task and select: Run even if the user is not connected&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
See the Microsoft site to allocate the necessary rights: &lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;http://technet.microsoft.com/fr-fr/library/cc755659 (WS.10). aspx&lt;/a&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=94</link>
			</item>			<item>
				<title>How to disable the zoom to a viewer?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
In the latest version to prevent a viewer zommer must:&lt;br /&gt;
&lt;br /&gt;
- apply the \&quot;master\&quot; on the report and not to details.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=95</link>
			</item>			<item>
				<title>How to start broadcasting in Windows scheduled task?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
To start the execution of scheduled task in Windows releases, call:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;(MyReport versions prior to 5.5): the executable Messenger5.exe with the&lt;strong&gt; run&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;(From MyReport 5.5): the executable &lt;strong&gt;MessengerRunWin5.exe&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=96</link>
			</item>			<item>
				<title>What if the workbook has come in cells # NAME?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
The problem is that the workbook uses Excel formulas appeared in 2007 and is in XLS format. &lt;br /&gt;
The solution is to move to the xlsx format for example, or another format introduced with Excel 2007</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=97</link>
			</item>			<item>
				<title>What are the SMTP settings to use an inbox hosted by Google?</title>
				<author>sgosavi</author>
				<description>The parameters are:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;smtp server: smtp.gmail.com&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;port:587&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;User: complete address (incorporating the &lt;strong&gt;@ domaine.com-name&lt;/strong&gt; example &lt;strong&gt;@ gmail.com&lt;/strong&gt;)&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;password: password&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;check the use authentication&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Sender address: address (by including the &lt;strong&gt;@domaine.com-name&lt;/strong&gt; example&lt;strong&gt; @gmail.com&lt;/strong&gt;)&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;color:red&quot;&gt;&lt;br /&gt;
&lt;strong&gt;RESTRICTION&lt;/strong&gt; : Avast anti-virus MUST be installed on the computer (with optional scan outgoing mail enabled). This setting MyReport Messenger5 is only compatible with this virus.&lt;/span&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=98</link>
			</item>			<item>
				<title>What does the message Unable to open xlsx file format or as its extension is not valid. [.. .] when opening a file generated by MyReport Messenger?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
The message &lt;strong&gt;Unable to open xlsx file format or as its extension is not valid. Verify that the file is not damaged and that the extension matches the format of the file&lt;/strong&gt; is displayed at the opening of a file generated by MyReport Messenger when the source file contains too many characters &lt;br /&gt;
&lt;br /&gt;
(eg. spaces after the extension of the source file).</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=99</link>
			</item>			<item>
				<title> Why send an FTP server crashes?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
The shipment can be blocked by the firewall. With older version of Messenger MyReport, you must configure it to allow incoming connections to MyReport Messenger.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=100</link>
			</item>			<item>
				<title>I can not use the PDF export, what can I do?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
Please check the version of PDF Creator:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;version 5.2.1 to version 5.5.0 of MyReport Messenger, PDF Creator must be version 0.9.3.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;version 5.6.0 to version 6.0.1 of MyReport Messenger, PDF Creator must be version 0.9.6.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;From version 6.0.2, you can use all versions of PDF Creator.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
If you are not using the correct version of PDF Creator, please uninstall it and install the correct version. &lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;PDF Creator 0.9.3 Setup Setup PDF Creator 0.9.6&lt;/a&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=101</link>
			</item>			<item>
				<title>MyReport Messenger generates Why does the file extension. pdf.pdf?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
No pdf viewer is installed on this post. &lt;br /&gt;
&lt;br /&gt;
Install a PDF viewer (Acrobat Reader, Foxit, ...) to fix the problem.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=102</link>
			</item>			<item>
				<title>What to do when the distribution blocks when exporting to PDF ?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
The solution is to uninstall PDF Creator, to the question &lt;strong&gt;Clear settings?&lt;/strong&gt;, Answer yes, then reinstall PDF Creator using the setup installation MyReport.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=103</link>
			</item>			<item>
				<title>What if the PDF export only prints the first page?</title>
				<author>sgosavi</author>
				<description>The solution is to put the same print quality on all the worksheets in the workbook. How do I change the print quality of a sheet:&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Open the spreadsheet.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Click the Office button, then Print, then Print Preview.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Version 2007 and higher in the print preview, click on &lt;strong&gt;Layout&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Version 2003 and less in print preview, click on &lt;strong&gt;Page ....&lt;/strong&gt;&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;The drop down list &lt;strong&gt;Print Quality&lt;/strong&gt;, select the correct value.&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;
&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;Warning &lt;/strong&gt;&lt;/span&gt;: &lt;br /&gt;
The print quality does not apply to the entire workbook but just for the selected sheet.&lt;br /&gt;
&lt;br /&gt;
Link to the Microsoft website giving more information: &lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;&lt;a href=&quot;http://support.microsoft.com/kb/168563/fr&quot; target=&quot;blank&quot;&gt;http://support.microsoft.com/kb/168563/fr&lt;/a&gt;&lt;/a&gt;&lt;br /&gt;
</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=104</link>
			</item>			<item>
				<title> ** USED ** The distribution does not work through a scheduled task, what to do?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
An application launched by a scheduled task on a Windows Server 2008 can not use Excel without open session. &lt;br /&gt;
An error message &lt;strong&gt;OLE 800A03EC&lt;/strong&gt; appear in the error log. The solution is to keep an open session on the server and locked with a password. articles giving details of the issue: &lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;&lt;a href=&quot;http://support.microsoft.com/kb/257757&quot; target=&quot;blank&quot;&gt;http://support.microsoft.com/kb/257757&lt;/a&gt;&lt;/a&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=105</link>
			</item>			<item>
				<title>I have Bit Defender 2009 macros and toolbars can not run</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
Macros toolbars can be blocked by Bit Defender. In 2009 Bit Defender, select the mode &lt;strong&gt;Advanced&lt;/strong&gt;.&lt;br /&gt;
&lt;br /&gt;
In the Antivirus&gt;Exclusion, added the. Xla corresponding to the toolbar, and then apply.&lt;br /&gt;
</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=106</link>
			</item>			<item>
				<title>Kaspersky and I MyReport Builder does not launch when I click the button on the toolbar</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
The launch of MyReport Builder from Microsoft Excel can be prevented by blocking macros by Kaspersky.&lt;br /&gt;
&lt;br /&gt;
To unlock, right click on the icon &lt;strong&gt;Sentinel Kasperski&gt; Tab Settings&gt; Display Settings&gt; Security Settings&lt;/strong&gt; and check &lt;strong&gt;low&lt;/strong&gt;.&lt;br /&gt;
</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=107</link>
			</item>			<item>
				<title>I can not put an aggregate sum over a field, why?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
The field is noted as a dimension of analysis, you must qualify as an indicator in MyReport Data.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=109</link>
			</item>			<item>
				<title>What to do when I receive an error message when I add a filter in my report?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;- Check the SQL delimiters in the connection properties of the model &lt;br /&gt;
- often you have to change the delimiters &lt;strong&gt;in&lt;/strong&gt; or vice versa&lt;/ul&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=110</link>
			</item>			<item>
				<title>What to do when the message size too big comment ?</title>
				<author>sgosavi</author>
				<description>&lt;ol&gt;&lt;li&gt;From version 6.0.1.0: report of the options -&gt; General tab -&gt; select &lt;strong&gt;Optimize the size of the comment&lt;/strong&gt;&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Make up Calculated Fields in &lt;strong&gt;calculated by the spreadsheet&lt;/strong&gt;&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;If it is not possible, can you try the following operation: &lt;ul&gt;- copy the formula generated by the wizard in the &lt;strong&gt;formula &lt;/strong&gt;&lt;br /&gt;
- delete all the conditions of the wizard &lt;br /&gt;
- paste the formula in the &lt;strong&gt;formula&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;li&gt;Create the fields in the model (MyReport Data) and make available to the Builder.&lt;/li&gt;&lt;/ol&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=111</link>
			</item>			<item>
				<title>What if I lost my models after changing my password from the toolbar MyReport Builder?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
When the password is changed from the menu MyReport Builder, the user no longer has access to the models. &lt;br /&gt;
&lt;br /&gt;
This problem is encountered with version 5.7.0 to version 5.7.1.1. To put the records available and models, we must go in the management of distributed models in MyReport Data, and then delete the repost.&lt;br /&gt;
</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=112</link>
			</item>			<item>
				<title>What if the application crashes during the creation of interfaces?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;&lt;br /&gt;
If Microsoft Excel Viewer 97 is installed on the machine, please uninstall it and restart the job.&lt;br /&gt;
&lt;br /&gt;
Excel Check if a process is not invisible.&lt;/ul&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=113</link>
			</item>			<item>
				<title>How to change the default chart type?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
To change the default chart type: &lt;ul&gt;1. Create a chart. &lt;br /&gt;
2. Select the graphic. &lt;br /&gt;
3. Right click&gt; Chart Type ... &lt;br /&gt;
4. In the &lt;strong&gt;Standard Types&lt;/strong&gt;, select the new default. &lt;br /&gt;
5. Click the &lt;strong&gt;Default&lt;/strong&gt;. &lt;br /&gt;
6. Click on OK.&lt;/ul&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=114</link>
			</item>			<item>
				<title>How do I remove the leaves backup in Excel?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
If you are in Excel 2007 &lt;br /&gt;
- Show the Developer tab (Windows Button -&gt; Excel Options -&gt; Standard Tab -&gt; Show Developer tab in the Ribbon) &lt;br /&gt;
- Click on Visual Basic If you are in an earlier Excel - Display the Visual Basic toolbar (View -&gt; Toolbars -&gt; Visual Basic) - Click on the Visual Basic Editor In the Visual Basic Editor - In the tree on the left, all the leaves that begin with mr_ are sheets of backup - Select the sheet you want to delete - In the property grid, change the Visible property of 2 - 0 in xlSheetVeryHidden - xlSheetVisible - Go back and delete the Excel sheet that was displayed</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=116</link>
			</item>			<item>
				<title>Why am I a cell of a field calculated filled with # REF</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
This error is because of using a spreadsheet cell that is out. To solve this problem simply insert a column before the table.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=117</link>
			</item>			<item>
				<title>Why fields calculated by Excel displays the formula and not the result of the formula?</title>
				<author>sgosavi</author>
				<description>When the field was calculated as a mask display text, Excel does not interpret the formula but the displays as text.&lt;br /&gt;
&lt;br /&gt;
It is in this case as a mask to Standard display so that Excel interprets the formula and displays the result.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=118</link>
			</item>			<item>
				<title>fields Why symbols are not displayed correctly?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
This is because you do not have the fonts used by the product MyReportBuilder. To fix this please download this zip .&lt;br /&gt;
&lt;br /&gt;
Then add these fonts in the Control Panel in the Fonts folder.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=119</link>
			</item>			<item>
				<title>What to do when the toolbar Builder does not work in Excel prior to 2007 ?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
To update the toolbar Builder5 (or Viewer5) in Excel: &lt;ul&gt;- Right click on \&quot;Builder5\&quot; in the main menu &lt;br /&gt;
- Click on &lt;strong&gt;Customize&lt;/strong&gt; ...&lt;br /&gt;
- In the &lt;strong&gt;Toolbars&lt;/strong&gt;, select &lt;strong&gt;Builder 5 &lt;/strong&gt;&lt;br /&gt;
- Click on &lt;strong&gt;Delete&lt;/strong&gt; &lt;br /&gt;
- Confirm Delete - Keep the customization window open&lt;br /&gt;
- again, right click on &lt;strong&gt;Build 5&lt;/strong&gt; from the main menu&lt;br /&gt;
- Click on &lt;strong&gt;Delete&lt;/strong&gt;&lt;br /&gt;
- Close the customization window&lt;br /&gt;
- Close Excel and restart Excel&lt;/ul&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=120</link>
			</item>			<item>
				<title>What to do when I get the message Unable to connect to Excel?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
1 - Start the Visual Basic Editor from the toolbar Visual Basic &lt;br /&gt;
&lt;br /&gt;
2 - When Excel 2007 has not yet been validated, it is not possible to work with MyReport Builder can not connect to it and displays the error message &lt;strong&gt;Interface not supported&lt;/strong&gt;. &lt;br /&gt;
&lt;br /&gt;
This problem also happens when Microsoft Office 2007 Primary Interop Assemblies is installed on the machine.&lt;br /&gt;
If you purchased Office 2007, just validate the license of Excel 2007.&lt;br /&gt;
If you have a demo version of Office 2007 and work with an earlier version (2003), you must uninstall the trial version of Office 2007.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=121</link>
			</item>			<item>
				<title>What to do when I get the message [The macro Builder5.xla found] or [The macro Viewer5.xla found]?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
- Update the toolbar in Excel &lt;br /&gt;
&lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;http://www.myportal.fr/faq_edit.php?modifier_faq=14&lt;br /&gt;
&lt;/a&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=122</link>
			</item>			<item>
				<title>What to do when I have the error message [Call was rejected by callee]?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
This message occurs when the automatic recording of data recovery starts Excel and creates a conflict with the products MyReport. The solution is to disable the automatic registration.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Open Excel.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Go to Tools&gt; Options&gt; Save tab.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Unchecking &lt;strong&gt;Save AutoRecover info every.&lt;/strong&gt;&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Click on OK.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
When this happens, it may be an error message is displayed by MyReport Builder indicating a problem when assigning borders, formatting cells or assignment of the policy.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=123</link>
			</item>			<item>
				<title>What if I have an error message when I select a value in a combo?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
Sometimes the macro associated with a drop-down list conflicts with the timing of the My Documents folder, which results in displaying an error message on the screen. To avoid this, simply disable the macro associated with the drop down list as follows:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Go to the options report, [g]General&lt;/strong&gt; tab.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Uncheck the option &lt;strong&gt;Create the macro associated with the filter list&lt;/strong&gt; and click OK&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Run the report in order to take into account the change.[/g]&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=124</link>
			</item>			<item>
				<title>What if a new blank workbook appears when I use MyReport Builder?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;&lt;li&gt;Close MyReport Builder.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Close all Excel workbooks.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Open the &lt;strong&gt;Windows Task Manager&lt;/strong&gt;, go to the &lt;strong&gt;Processes&lt;/strong&gt; tab.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Find EXCEL.EXE process and complete the process.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Restart Excel and MyReport Builder.&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=125</link>
			</item>			<item>
				<title>What does the message [This workbook has lost its VBA Project, ActiveX Controls and other programmability-related features.] ?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
This message appears when Excel was installed without VBA part. It should reinstall Excel in this case by checking the VBA.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=126</link>
			</item>			<item>
				<title>How to display the ribbon [Developer]?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
In Excel 2007 Options&gt; tab, check Show Developer tab in the Ribbon.</description>
				<pubDate>10/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=127</link>
			</item>			<item>
				<title>Progress </title>
				<author>sgosavi</author>
				<description>There are several ODBC drivers to connect to a data source Progress: OpenLink, clinker, and MERANT ( free ). specificities of the different drivers:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt; The MERANT ODBC does not read the fields array.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt; With CLINK, uncheck the &lt;strong&gt;alias the fields&lt;/strong&gt; in the properties of the connection. MyReport in Data, the list of drivers, you can use either ODBC or ODBC (ADO). &lt;/li&gt;&lt;/ol&gt;If you select ODBC, and you have Boolean fields in the destination field, the first Boolean field must imperatively be placed following a numeric field in the destination field. &lt;br /&gt;
&lt;br /&gt;
If you select ODBC (ADO), you can have an error in an ETL if fields dates values &amp;#8203;&amp;#8203;were not filled.&lt;br /&gt;
&lt;br /&gt;
ATTENTION PROGRESS DOES NOT SUPPORT ORDER BY so do not sort fields. When the tables must be prefixed in SQL queries (eg &lt;strong&gt;pub&lt;/strong&gt;), &amp;#8203;&amp;#8203;you must prefix the tables. &lt;br /&gt;
&lt;br /&gt;
To do this:&lt;br /&gt;
1.Configure your connection Progress, then retrieve the list of tables.&lt;br /&gt;
2.Right-click in the list of tables and click on &lt;strong&gt;all prefixed by&lt;/strong&gt; and then ask &lt;strong&gt;pub.&lt;/strong&gt; For the ODBC Driver &lt;strong&gt;Progress Open Edge 10.1A&lt;/strong&gt; version 5.10.00.39: &lt;br /&gt;
&lt;br /&gt;
In ODBC (ADO), the ETL stops with an error &lt;strong&gt;[DataDirect] [ODBC Progress OpenEdge Wire Protocol driver] Error in row&lt;/strong&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;Solution&lt;/strong&gt;&lt;/span&gt;: put &lt;strong&gt;READ UNCOMMITED&lt;/strong&gt; instead of  &lt;strong&gt;REPEATABLEREAD&lt;/strong&gt; in the properties of the ODBC driver.&lt;br /&gt;
</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=14</link>
			</item>			<item>
				<title>[Paradox] What to do when I get The External table is not in the expected format ?</title>
				<author>sgosavi</author>
				<description>&lt;strong&gt;[/g]With a connection to Paradox with the pilot \\\&quot;ODBC\\\&quot;, the addition of a mapping table can cause the message \\\&quot;The External table is not in the expected format.\\\&quot; &lt;br /&gt;
This message can occur when the BDE (Borland Database Engine) is not installed. &lt;br /&gt;
[g]Solution:&lt;/strong&gt;&lt;br /&gt;
1. Download and install the BDE (Borland Database Engine)&lt;br /&gt;
2. Restart Data Report</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=18</link>
			</item>			<item>
				<title>What is a USB MyReport? </title>
				<author>sgosavi</author>
				<description>A USB MyReport allows the use of software MyReport without being activated. &lt;br /&gt;
This allows a partner to make settings in the client with the products even if the customer did not buy the products. This key must be activated every 6 months by the partner via myPortal.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=19</link>
			</item>			<item>
				<title>How to set the connection when the database is located on a remote site?  </title>
				<author>sgosavi</author>
				<description>You must replace the machine name (Host) with the IP address of the remote site.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=23</link>
			</item>			<item>
				<title>How to configure a connection to a database server using a port other than the default?</title>
				<author>sgosavi</author>
				<description>The syntax depends on the database to which you want to connect. In the line \&quot;HostName\&quot; properties of the connection, enter:&lt;br /&gt;
&lt;br /&gt;
1.For &lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;Firebird&lt;/strong&gt;&lt;/span&gt; : [MyServer] / [port] (eg SERVEUR/13050 if the port used by Firebird is 13050).&lt;br /&gt;
2.For [hr/]&lt;strong&gt;MySQL &lt;/strong&gt;: [MyServer]: [port] (eg SERVER: 3307 if the port used by MySQL is 3307)</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=24</link>
			</item>			<item>
				<title>What to do when the error message \"Access Denied\" appears when I test the connection to a database on Vista?</title>
				<author>sgosavi</author>
				<description> Check &lt;strong&gt;Run as administrator&lt;/strong&gt; in the properties of the executable MyReport. Windows Vista, MyReport is run as a user (without admin rights) even if the user is an administrator.&lt;br /&gt;
</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=25</link>
			</item>			<item>
				<title> Modeling Divalto</title>
				<author>sgosavi</author>
				<description>1.In a modeling Divalto, no joint can be made in the source models. It should be a model corresponds to a table and create models for data warehouse to link them.&lt;br /&gt;
&lt;br /&gt;
2.In a model of a connection Divalto source, it is not possible to see the values &amp;#8203;&amp;#8203;of a field. Only the data visualization of the application works. The visualization of the values &amp;#8203;&amp;#8203;of a field can be made in the models of the connection data warehouse (see previous point)</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=26</link>
			</item>			<item>
				<title>How to create a database? </title>
				<author>sgosavi</author>
				<description>If you want to create a database called Database.mrd, simply copy / paste the database Database_Empty.mrd (located in the installation directory MyReport) and rename the copy Database.mrd.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=28</link>
			</item>			<item>
				<title>How to define the processors must use Firebird 2.x?</title>
				<author>sgosavi</author>
				<description>In the case of a machine &lt;strong&gt;multi-CPUs&lt;/strong&gt; , the default &lt;strong&gt;Firebird 2.x&lt;/strong&gt; uses only the first. &lt;br /&gt;
&lt;br /&gt;
This setting can be changed in the file &lt;strong&gt;firebird.conf&lt;/strong&gt; located in the installation of FireBird.&lt;br /&gt;
&lt;br /&gt;
Search this the text file &lt;strong&gt;CpuAffinityMask&lt;/strong&gt;, then delete the&lt;strong&gt; # &lt;/strong&gt;so that this line is no longer commented out. In the case of a dual-CPU machine, enter the following: &lt;strong&gt;CpuAffinityMask = 3&lt;/strong&gt;. In the case of a four-CPU machine, enter the following: &lt;strong&gt;CpuAffinityMask = 15&lt;/strong&gt;. Following this change, restart the Firebird server.&lt;br /&gt;
&lt;br /&gt;
More explanations are available at the following URL: &lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;http://www.janus-software. com / fbmanual / manual.php? book = 8 &amp; topic = admin&lt;/a&gt;&lt;br /&gt;
</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=30</link>
			</item>			<item>
				<title>How to install Firebird on Windows Vista? </title>
				<author>sgosavi</author>
				<description>Installing Firebird can bugue Control Panel in Windows VISTA. &lt;br /&gt;
When installing Firebird, you must unchecked &lt;strong&gt;Install the application of the control panel?&lt;/strong&gt;. &lt;br /&gt;
This problem is only with the installation as Firebird Super Server. Installing Firebird Classic Server as is not a problem. This option does not exist in version 1.5 of Firebird, it is necessary to install a version of Firebird 2.0 or higher</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=31</link>
			</item>			<item>
				<title>How to start with a blank base Firebird?</title>
				<author>sgosavi</author>
				<description>Following the corruption of a database Firebird, you must restart ETLS on a virgin. Procedure:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1.Copy the file &lt;strong&gt;Database_empty.mrd&lt;/strong&gt; present in the installation directory of products MyReport&lt;br /&gt;
&lt;br /&gt;
2.Paste this file into the same directory as the current data warehouse (called here &lt;strong&gt;Nombase.mrd&lt;/strong&gt;)&lt;br /&gt;
&lt;br /&gt;
3.Rename the old data warehouse as &lt;strong&gt;Nombase_old.mrd&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
4.Rename the file &lt;strong&gt;Database_empty.mrd&lt;/strong&gt; to &lt;strong&gt;Nombase.mrd&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
5.Restart all the ETLS&lt;br /&gt;
&lt;br /&gt;
6.You can delete the old data warehouse &lt;strong&gt;Nombase_old.mrd&lt;/strong&gt; if you wish&lt;br /&gt;
</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=32</link>
			</item>			<item>
				<title>When I test the connection, as does the message Error DBX: No correspondence error ?</title>
				<author>sgosavi</author>
				<description>The connection to the database is not good. &lt;br /&gt;
Check the path to the database. If the database is on a server called SRV and the database is located on this server at C: BDDDatabase.mrd. Until version 5.2.1.x in Database, you must specify the following path: SRV: C: BDDDatabase.mrd. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Warning!&lt;/strong&gt; This is not a network path. Starting with version 5.5.0.x in HostName, you need to SRV and Database, the path C: BDDDatabase.mrd. Check Firebird installed on the computer that hosts the database. &lt;br /&gt;
Verify that the Firebird is running. If the connection does not work, try connecting to another database, such as the base blank Database_Empty.mrd.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=33</link>
			</item>			<item>
				<title>Where to find documentation that helps to choose the type of server in Firebird?</title>
				<author>sgosavi</author>
				<description>&lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;&lt;a href=&quot;http://www.sinatica.com/blog/en/index.php/articles/firebird-superserver-classicserver-or-superclassic&quot; target=&quot;blank&quot;&gt;http://www.sinatica.com/blog/en/index.php/articles/firebird-superserver-classicserver-or-superclassic&lt;/a&gt;&lt;/a&gt;</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=34</link>
			</item>			<item>
				<title>What to do when I receive the error message Internal gds software consistency check (can not continue After bugcheck) ,Unsuccessful metadata update or not Successful metadata for an ETL?</title>
				<author>sgosavi</author>
				<description>1.Delete the file Datawarehouse.mrd &lt;br /&gt;
&lt;br /&gt;
2.Copy / paste the file and rename Database_Empty.mrd Datawarehouse.mrd &lt;br /&gt;
This removes the data warehouse and creates a new one. &lt;br /&gt;
&lt;br /&gt;
3.Restart all ETLS to insert the data into the data warehouse.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Cause&lt;/strong&gt;: The message is that the table in the data warehouse associated with the model is corrupt.&lt;br /&gt;
&lt;br /&gt;
The error Unsuccessful metadata update can also come from a SQL name of a field too long. We must therefore ensure that the size of the names of SQL fields does not exceed 31 characters.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=36</link>
			</item>			<item>
				<title>What to do when I receive the error message No current record for fetch operation?</title>
				<author>sgosavi</author>
				<description>This error message appears only with version 1.5 of Firebird.&lt;br /&gt;
 &lt;br /&gt;
The solution is to update the engine of the database, version 2.x. The old version must be uninstalled before installing the new version.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=37</link>
			</item>			<item>
				<title>What do when the number of rows is inconsistent in data mining?</title>
				<author>sgosavi</author>
				<description>Check in the properties of the connection that the &lt;strong&gt;debug mode (use only for explicit error messages)&lt;/strong&gt; is unchecked.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=38</link>
			</item>			<item>
				<title>What to do when my load times are long?</title>
				<author>sgosavi</author>
				<description>1.Check if the PC which is running Firebird manages the multi-threaded &lt;br /&gt;
&lt;br /&gt;
2.If so, installing Firebird Classic server (see the document &lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;Installing Firebird&lt;/a&gt;) </description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=39</link>
			</item>			<item>
				<title>What if a field of 31 characters is truncated back ?</title>
				<author>sgosavi</author>
				<description>There are two solutions. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;First solution:&lt;/strong&gt;&lt;ul&gt;&lt;li&gt;In preferences MyReport Data, check the option &lt;strong&gt;Allow change the name and type of a field source&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Select the source field in the main interface, then right click&gt; &lt;strong&gt;Change the field name.&lt;/strong&gt;&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Write the correct name of the field and confirm.&lt;br /&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;strong&gt;Second solution:&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;In the connection properties, check &lt;strong&gt;debug mode (use only for explicit error messages)&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Right click on the table that owns the field, then &lt;strong&gt;Update fields&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Back in the Connection Properties and uncheck the option &lt;strong&gt;debug mode (use only for explicit error messages)&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=41</link>
			</item>			<item>
				<title>What does the message The printer is out of paper?</title>
				<author>sgosavi</author>
				<description>The message &lt;strong&gt;The printer is out of paper&lt;/strong&gt; is returned by the database engine Firebird when disk space is insufficient.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=42</link>
			</item>			<item>
				<title>What does the message The printer is out of paper?</title>
				<author>sgosavi</author>
				<description>The message &lt;strong&gt;The printer is out of paper&lt;/strong&gt; is returned by the database engine Firebird when disk space is insufficient.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=43</link>
			</item>			<item>
				<title>What does the error message invalid buffer clumplet structure ... ?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;The number of characters from the path of the database (. Bn) is too long. It should not exceed 115 characters.&lt;/ul&gt;</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=44</link>
			</item>			<item>
				<title>What is the port used by Firebird?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;Firebird uses port 3050 TCP. Sometimes it is necessary to add an exception in Windows Firewall so that it does not block this port: Control Panel&gt; Firewall. &lt;strong&gt;Exceptions tab&lt;/strong&gt;, Add Port .. ..  In&lt;strong&gt; Name&lt;/strong&gt;, put Firebird. In Port number , put 3050. Select TCP, Accept.&lt;/ul&gt;</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=45</link>
			</item>			<item>
				<title>Is there a size limit for my field names in Firebird?</title>
				<author>sgosavi</author>
				<description>Firebird limits the size of its columns to 31 characters.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=46</link>
			</item>			<item>
				<title>How to manage the sizes of the fields Hyperfile with the ODBC connector (EasySoft)?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;The connector does not go the right size of the field sources. &lt;br /&gt;
Regenerate the size of the destination fields from the field properties.&lt;/ul&gt;</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=47</link>
			</item>			<item>
				<title>HyperFile</title>
				<author>sgosavi</author>
				<description>MyReport can connect to that from a version 7.0 of Hyperfile. &lt;br /&gt;
Hyperfile For ODBC connections, deselect the option &lt;strong&gt;Integrate reading errors in the log file&lt;/strong&gt; if the source data may contain empty dates. &lt;br /&gt;
&lt;br /&gt;
* A check : * With the ODBC driver Hyperfile v15, it seems that it does not release the process that generated a query on the database. If we start with an ETL DataRunWin Hyperfile on a model, the ETL process works but DatarunWin5.exe remains open. This problem has been reproduced with Data5.exe following a manual ETL and Excel with Microsoft Query.&lt;br /&gt;
</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=48</link>
			</item>			<item>
				<title>What files are officially supported as a source of Excel template?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
Only files with extensions. &lt;span style=&quot;color:red&quot;&gt;Xls,. Xlsx and. Xlsm&lt;/span&gt; are supported. &lt;br /&gt;
The&lt;span style=&quot;color:red&quot;&gt;. xlsb&lt;/span&gt; is not supported. Currently the Excel 2010 formats are not supported, the file does not contain specific features Excel 2010 such as segments or sparkline. I&lt;br /&gt;
f a file that was saved with Excel 2010 has no specific Excel 2010, it will be used as a source Excel template. We are soon to be compatible with Excel 2010.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=49</link>
			</item>			<item>
				<title>How to force the use of InnoDB engine for the data warehouse?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
In the connection properties of the data warehouse, SyntaxeSQL tab, in the &lt;strong&gt;Create Table Setting&lt;/strong&gt;, set: ENGINE = InnoDB</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=50</link>
			</item>			<item>
				<title>How to use MySQL 4 as Datawarehouse?</title>
				<author>sgosavi</author>
				<description>To use MySQL as Datwarehouse 4, you must use an older version of the dll dbexpmda.dll.&lt;br /&gt;
 &lt;br /&gt;
Just replace the dll found in the installation directory MyReport products (eg C:\\Program Files\\defer\\MyReport5) by that found in this paper: Document MySQL 4 - Dll DbExpress .</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=51</link>
			</item>			<item>
				<title>Tips from a MySQL database configuration</title>
				<author>sgosavi</author>
				<description>The default port used by MySQL is 3306 TCP. It is advisable not to uncheck the option &lt;strong&gt;Aliassa fields&lt;/strong&gt;, as this can cause application errors in computing fields calculated by the base data.&lt;br /&gt;
</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=52</link>
			</item>			<item>
				<title>Why do I get an error 42000 when I connecting to MySQL</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
This error comes from a security as you use the MySQL root login to connect to a remote MySQL database. To correct this, please create a user &lt;strong&gt;defer&lt;/strong&gt; with password &lt;strong&gt;defer&lt;/strong&gt;. You assign the rights to work on the MySQL database to that user. &lt;br /&gt;
&lt;br /&gt;
In the connection properties of the data, use this as a user login and password for connection. Also be sure to fill in the parameter &lt;strong&gt;HostName&lt;/strong&gt; with the IP of the server.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=53</link>
			</item>			<item>
				<title>What are the prerequisites for using MyVP?</title>
				<author>sgosavi</author>
				<description>&lt;ul&gt;&lt;li&gt;Ecrans.exe must be in the directory specified by the file generated by the installation ventpart.ini Sales Partner. This file contains the path to the EXE file (line &lt;strong&gt;exe =&lt;/strong&gt;)&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Sales Partner programs (office, tools, screens, traitemnt, consumption) lock access to files needed MyVp. They should not be in use during the outbreak of MyVp.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;MyVp generates the &lt;strong&gt;descriptionvp.xml&lt;/strong&gt;\&quot; in the installation directory MyReport, he must have read access and &lt;br /&gt;
write to the directory.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
To test the recovery of your labels, you can use this command. &lt;br /&gt;
MyVP.exe Create a shortcut and place in the / FEN_TEST = YES This will open a window where you will see all the fields that have a description. If this is not the case, check your installation of VP, including the file VentPart.ini. Ex command line: C :/..../ MyVP.exe / FEN_TEST = YES</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=54</link>
			</item>			<item>
				<title>How to back up the list of tables EasySoft an ODBC connection?</title>
				<author>sgosavi</author>
				<description>Procedure for a new connection:&lt;ol&gt;&lt;li&gt;Create an ODBC connection (ADO).&lt;/li&gt;&lt;li&gt;Create a simple model. This step up the list of tables.&lt;/li&gt;&lt;li&gt;Change the driver for the ODBC connection (Easysoft).&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;
Procedure for an existing connection:&lt;ol&gt;&lt;li&gt;Change the driver for the ODBC connection (ADO).&lt;/li&gt;&lt;li&gt;Put you on a model and update the list of tables.&lt;/li&gt;&lt;li&gt;Change the driver for the ODBC connection (Easysoft).&lt;/li&gt;&lt;/ol&gt;</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=55</link>
			</item>			<item>
				<title>How to connect to a database without using ODBC data source system?</title>
				<author>sgosavi</author>
				<description>To avoid having to use a system data source, you must learn the parameters in Database database. &lt;br /&gt;
It is possible to use a data source file to recover these parameters.&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Go to the ODBC Administrator, under &lt;strong&gt;Data Sources file&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Click &lt;strong&gt;Add&lt;/strong&gt;.&lt;br /&gt;
Select the correct driver and &lt;/li&gt;&lt;li&gt;click &lt;strong&gt;Next&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Click &lt;strong&gt;Browse&lt;/strong&gt; and select a directory and file, for example test the file on the desktop and click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Click &lt;strong&gt;Next&lt;/strong&gt; and then &lt;strong&gt;Finish&lt;/strong&gt;.&lt;/li&gt;&lt;li&gt;Set the data source and validate.&lt;/li&gt;&lt;li&gt;Edit the file Test.dsn located on the desktop, delete [ODBC] and replace all line breaks with, and copy the text.&lt;/li&gt;&lt;li&gt;In MyReport Data in the properties of a connection, select ODBC Database in, paste the copied text file Test.dsn.&lt;/li&gt;&lt;li&gt;Learn User_Name and Password.&lt;/li&gt;&lt;li&gt;Test the connection.&lt;/li&gt;&lt;/ol&gt;</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=56</link>
			</item>			<item>
				<title>What if the list of links ODBC is not displayed in the Connection Properties ?</title>
				<author>sgosavi</author>
				<description>You should run MyReport Data as an administrator, to do this:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;right-click on the application and &lt;strong&gt;Run as administrator&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;right-click on the application, properties, Compatibility tab: check &lt;strong&gt;Run this program as administrator&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=57</link>
			</item>			<item>
				<title>How to connect to an Oracle database natively without using an alias or the TNSNAMES.ORA file?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
To configure a native connection to Oracle without using an alias or the TNSNAMES.ORA file, find the key Database as follows: SERVERNAME: 1521/NOM_BASEDEDONNEES &lt;br /&gt;
Learn User_Name and Password in the conventional manner.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=58</link>
			</item>			<item>
				<title>In which case should you install the Oracle client connection when using the Oracle (ODAC)?</title>
				<author>sgosavi</author>
				<description>It is not necessary to have the Oracle client installed on the computer in the following cases:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Data / DataRun: Log Source&lt;/li&gt;&lt;li&gt;Builder / Viewer&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
However, if Oracle is used as a data warehouse, it is necessary that the position which is installed MyReport Data and / or MyReport DataRun have the Oracle client installed.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=59</link>
			</item>			<item>
				<title>Why I can not access Total joint option in the properties of my join?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
Oracle does not accept total joints. You must be a consolidation of two models that match your request: - one with left join - a join with the right</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=60</link>
			</item>			<item>
				<title>Why connect to an Oracle database does not work when the connection is configured properly?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
Connecting to an Oracle database does not work if the installation path of MyReport contains parentheses ().&lt;br /&gt;
&lt;br /&gt;
This problem often happens on 64 bit positions, the installation path C:\\Program Files (x86)\\defer\\MyReport5\\ is not good, it is necessary in this case install the applications in C:\\Program Files\\defer\\MyReport5\\.&lt;br /&gt;
</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=61</link>
			</item>			<item>
				<title>Why the size of the database data warehouse does not stop to grow?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
From the 2nd edition version 10g, a basket is added. &lt;br /&gt;
When you delete a table, it is sent to the trash so they can be recovered. &lt;br /&gt;
In an ETL, so that the table is finally abolished on , change parameter DropTable connecting to the data warehouse.&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Right click on the data warehouse, Properties.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;SQL Syntax tab, put &lt;strong&gt;PURGE&lt;/strong&gt; in &lt;strong&gt;Parameter Drop Table&lt;/strong&gt;.&lt;br /&gt;
&lt;/li&gt;&lt;li&gt;Confirm by clicking OK.&lt;/li&gt;&lt;/ol&gt;</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=62</link>
			</item>			<item>
				<title>What to do when ETL has an error ORA-00972?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
Oracle prohibited identifiers (names) of tables, fields, indexes more than 30 characters. This error indicates an identifier exceeds 30 characters. Especially if the name of the table is close to 30 characters (29 or 30), the names of the index based on it may exceed the threshold. If this error occurs during an ETL please rename the table name (or name fields are too large) to have at most 25 characters</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=63</link>
			</item>			<item>
				<title>What to do when a join is simple when it works, not when it is outside?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
- Retrieve each table in a separate model, transforming the join field so that it is the same type in both tables &lt;br /&gt;
- Join these two models in a data warehouse model. Explanation: Under Oracle 9, it is impossible to make the joints between external fields of different types.&lt;br /&gt;
</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=64</link>
			</item>			<item>
				<title>What if the connection does not work on Server 2008 64 bits?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
The solution is to install the Oracle Client 32 bit. Link to all versions of Oracle customers: &lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;&lt;a href=&quot;http://www.oracle.com/technology/software/tech/oci/instantclient/index.html&quot; target=&quot;blank&quot;&gt;http://www.oracle.com/technology/software/tech/oci/instantclient/index.html&lt;/a&gt;&lt;/a&gt; link releases Oracle Client for Windows 32-bit &lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;&lt;a href=&quot;http://www.oracle.com/technetwork/topics/winsoft-085727.html&quot; target=&quot;blank&quot;&gt;http://www.oracle.com/technetwork/topics/winsoft-085727.html&lt;/a&gt;&lt;/a&gt;</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=65</link>
			</item>			<item>
				<title>What is the port used by Oracle?</title>
				<author>sgosavi</author>
				<description>The default port is 1521 or 1551 in TCP.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=66</link>
			</item>			<item>
				<title>What are the compatibility issues?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
Oracle 8i is incompatible with Windows Server 2003</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=67</link>
			</item>			<item>
				<title> What is the default port for PostgreSQL?	</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
The default port for PostgreSQL is 5432.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=68</link>
			</item>			<item>
				<title>Log Sage Line 500 Ultimate, why the connection does not work?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
If you are in V10 to V12, you must migrate V4 or higher.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=70</link>
			</item>			<item>
				<title>How to level the problem of the number of field in the table with ODBC F_BUDGET v16 Sage?</title>
				<author>sgosavi</author>
				<description>- Click Start-&gt; Run&lt;br /&gt;
 &lt;br /&gt;
- Type regedit and click Run &lt;br /&gt;
&lt;br /&gt;
- Open the node HKEY_LOCAL_MACHINE -&gt; Software -&gt; ODBC -&gt; ODBC.INI If you are on a 64-bit server, open the node HKEY_LOCAL_MACHINE -&gt; SOFTWARE -&gt; Wow6432Node -&gt; ODBC -&gt; ODBC.INI&lt;br /&gt;
&lt;br /&gt;
- Right-click the name of your data source.&lt;br /&gt;
&lt;br /&gt;
- Add a new value chain: MaxColSupport &lt;br /&gt;
&lt;br /&gt;
- Modify the value data MaxColSupport: 800</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=71</link>
			</item>			<item>
				<title>Log Sage Payroll 100, why the connection does not work?</title>
				<author>sgosavi</author>
				<description>ODBC drivers Sage Payroll owner only work if the pay is installed on the user. &lt;br /&gt;
&lt;br /&gt;
[hr/]&lt;strong&gt;Solution:&lt;/strong&gt;&lt;ul&gt;&lt;li&gt;Copy manually dll \&quot;C: / Windows/System32/pms1lib.dll\&quot; from a position on which the pay is installed.&lt;/li&gt;&lt;li&gt;Install the software&lt;/li&gt;&lt;/ul&gt;</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=72</link>
			</item>			<item>
				<title>Why I get user or password incorrect when I test the connection when they are correct?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
&lt;br /&gt;
When creating a data source to a database owner Sage, Sage checks the login and password with all the files related to the database. &lt;br /&gt;
You must ensure that all applications related to the database have the same user with the same password.&lt;br /&gt;
&lt;br /&gt;
For example, for connection to an account, check the file of payment.&lt;br /&gt;
</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=73</link>
			</item>			<item>
				<title>ETLS Why do not work?</title>
				<author>sgosavi</author>
				<description>Sage ODBC drivers may refuse the joints and/or filters. We must create a model table, retrieve the data in the data warehouse and make the joins and filters in models of models. You do not check No Duplicates because the Sage ODBC drivers may refuse the SELECT DISTINCT.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=74</link>
			</item>			<item>
				<title>Why is my connection Gescom Sage does not work when I correct ODBC driver?</title>
				<author>sgosavi</author>
				<description>With the Sage ODBC V14.02 should not be put in the path to the file &lt;strong&gt;-&lt;/strong&gt; character.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=75</link>
			</item>			<item>
				<title>How to retrieve a numeric field that is longer than 15 characters?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
We must convert the text fields via a SQL formula. &lt;strong&gt;Example in SQL Server&lt;/strong&gt; : &lt;strong&gt;CONVERT (char (20), [MyField])&lt;/strong&gt; tranformer [MyField] text of 20 characters. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;color:red&quot;&gt;Caution&lt;/span&gt;&lt;/strong&gt; : Be sure to put the text fields type if Excel will convert it and you\&#039;ll end up with a figure of 15 characters and \&quot;0\&quot; as a result.</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=77</link>
			</item>			<item>
				<title>How can the journal of the database?</title>
				<author>sgosavi</author>
				<description>&lt;br /&gt;
Here is a query that reduces the log file to 100MB in seconds:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;strong&gt;USE Datawarehouse; &lt;br /&gt;
BACKUP LOG WITH TRUNCATE_ONLY Datawarehouse, &lt;br /&gt;
DBCC SHRINKFILE (Datawarehouse_log, 100);&lt;br /&gt;
&lt;/strong&gt;&lt;/ul&gt;&lt;br /&gt;
You can also permanently reduce the log size by following the steps (you must be a sysadmin):&lt;br /&gt;
&lt;ul&gt;&lt;strong&gt;- The management interface (SQL Server Management Studio) place the server &lt;br /&gt;
- down the menu Management &lt;br /&gt;
- create a new plan Mainteance &lt;br /&gt;
- plan the plan to reduce it to 200 MB the newspaper every day.&lt;/strong&gt;&lt;/ul&gt;&lt;br /&gt;
In all cases you should check the following:&lt;br /&gt;
&lt;ul&gt;&lt;strong&gt;- The management interface (SQL Server Management Studio) place the server &lt;br /&gt;
- down the menu Databases &lt;br /&gt;
- right-click on the basis Datawarehouse &lt;br /&gt;
- Options menu (top left corner) &lt;br /&gt;
- Recovery mode: s\&#039; it is not simple , give the value&lt;/strong&gt;&lt;/ul&gt;</description>
				<pubDate>09/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=78</link>
			</item>			<item>
				<title>How to set up the NOD32 antivirus so that it allows connections to Firebird?</title>
				<author>sgosavi</author>
				<description>By default, NOD32 is blocking access to databases Firebird when installed as a conventional server. fb_inet_server must be added to the list of exclusions in IMON. IMON -&gt; Setup -&gt; Misc -&gt; Exclusion. Then restart the machine or the Firebird service.&lt;br /&gt;
</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=1</link>
			</item>			<item>
				<title>J-utlise F-Secure, why ETLS is very slow? </title>
				<author>sgosavi</author>
				<description>The module &lt;strong&gt;Web Reporting&lt;/strong&gt; F-Secure uses FireBird, installed as a &lt;strong&gt;super server&lt;/strong&gt; &lt;br /&gt;
default mode &lt;strong&gt;Super Server&lt;/strong&gt; does not correctly handle positions with either multi-core processors or multiple processors. &lt;br /&gt;
This is reflected in MyReport by slow loading times during ETLS models Datawarehouse. &lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;Solution&lt;/strong&gt;&lt;/span&gt; : Disable the Windows service&lt;strong&gt;F-Secure Web Reporting&lt;/strong&gt;&lt;br /&gt;
</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=2</link>
			</item>			<item>
				<title>What if Avira Antivir is a malware in dbexpmda.dll?</title>
				<author>sgosavi</author>
				<description>The editor uses the dll dbexpmda.dll ASProtect as compressor library. If Avira Antivir is the malvar&lt;strong&gt; PCK / ASProtect&lt;/strong&gt; you must perform the following operation:&lt;br /&gt;
&lt;br /&gt;
1.Right click the Antivir icon.&lt;br /&gt;
2.Configure Antivir.&lt;br /&gt;
3.Go to General&gt; Threat categories.&lt;br /&gt;
4. Unchecked Unsual runtime compression.</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=3</link>
			</item>			<item>
				<title>How do I connect to an Access database?</title>
				<author>sgosavi</author>
				<description>It is recommended to use the native driver Access and ODBC Driver (ADO).</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=5</link>
			</item>			<item>
				<title>Informix</title>
				<author>sgosavi</author>
				<description>It is recommended to uncheck the &lt;strong&gt;Open queries in a separate thread.&lt;/strong&gt; In the connection properties in HostName, do not put the name of the machine that hosts the database, but the name of the Informix server configured in the setnet.</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=6</link>
			</item>			<item>
				<title>Modeling 4D</title>
				<author>sgosavi</author>
				<description>In a 4D model, it is best not to make any joint in the source models for a matter of time ETL. And a source model corresponds to a source table and data warehouse models are created in order to connect them with joints</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=7</link>
			</item>			<item>
				<title>KDP</title>
				<author>sgosavi</author>
				<description>Delimiters texts left and right. &lt;br /&gt;
delimiters dates left and right.&lt;br /&gt;
It is advisable to use the ODBC driver (Easysoft).&lt;br /&gt;
odbcstand If the driver takes too many resources, it is advisable to check the option &lt;strong&gt;Close the connection at the end of the insertion of data&lt;/strong&gt; on all models of the connection. &lt;br /&gt;
&lt;br /&gt;
For more information:&lt;a href=&quot; http://www.codebase.com/support/kb/?article=C01102&quot; target=&quot;blank&quot;&gt; http://www.codebase.com/support/kb/?article=C01102&lt;/a&gt;&lt;br /&gt;
</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=8</link>
			</item>			<item>
				<title>Where can I find documentation on SQL functions?</title>
				<author>sgosavi</author>
				<description>Here are two links that give a partial list of functions according to the different SQL databases Server 2008: &lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;http://technet.microsoft.com/fr-fr/library/ms174077 (SQL.100). aspx &lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
Firebird 2.5 10g &lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;&lt;a href=&quot;http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/functions001.htm&quot; target=&quot;blank&quot;&gt;http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/functions001.htm&lt;/a&gt;&lt;/a&gt;&lt;br /&gt;
</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=9</link>
			</item>			<item>
				<title>Where can I find a comparison of different databases?</title>
				<author>sgosavi</author>
				<description>&lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems#feat_2&quot; target=&quot;blank&quot;&gt;http://en.wikipedia.org/wiki/Comparison_of_relational_database_management_systems#feat_2&lt;/a&gt;&lt;/a&gt;</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=10</link>
			</item>			<item>
				<title>What are the limits of UniVerse ODBC to connect to an IBM Universe database?</title>
				<author>sgosavi</author>
				<description>It is recommended to follow these recommendations:&lt;br /&gt;
&lt;strong&gt;UniVerse ODBC does not accept more than one external left join in a query&lt;/strong&gt;&lt;br /&gt;
It is therefore advisable to perform a first level of modeling does not contain more than one outer join left. The number of simple join query for the same is not limited.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;The keyword DISTINCT and the Aliasing fields are not supported by UniVerse in all cases&lt;/strong&gt;&lt;br /&gt;
When the number of resulting values &amp;#8203;&amp;#8203;of a SELECT DISTINCT query is too large, an error is raised by the base. This error is coded 20548 in the coding errors UniVerse. This error may make it unavailable visualization of field values. This error may make it impossible for ETL application when the user has selected the &lt;strong&gt;no duplicates&lt;/strong&gt;. This error makes the response of the database field size wrong. It is possible to solve this problem by setting the parameter ALLOWMARKS to 1 in the server configuration Universe.&lt;br /&gt;
</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=12</link>
			</item>			<item>
				<title>Why did I when I want an error condition on a field Interbase?</title>
				<author>sgosavi</author>
				<description>Interbase can not interpret a CASEWHEN on a digital indicator.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;Example&lt;/strong&gt;&lt;/span&gt;: CASE WHEN sum ([Unit]) = 0 THEN 0 ELSE sum ([CA]) / sum ([Unit]) END&lt;br /&gt;
</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=13</link>
			</item>			<item>
				<title>What are the recommended delimiters for a database Universe?</title>
				<author>sgosavi</author>
				<description>It is recommended not to use any delimiter table and fields.</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=15</link>
			</item>			<item>
				<title>What are the requirements to connect to a database hosted on an AS400?</title>
				<author>sgosavi</author>
				<description>The client must be installed on iSeries positions where MyReport Data, Datarun Datarunwin or will be deployed.</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=16</link>
			</item>			<item>
				<title>Visual Fox Pro</title>
				<author>sgosavi</author>
				<description>&lt;span style=&quot;text-decoration:underline&quot;&gt;&lt;strong&gt;Up to version 7:&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Use the ODBC driver provided by Visual FoxPro.&lt;br /&gt;
&lt;strong&gt;For later versions&lt;/strong&gt;: Depending on the mode of indexing tables, in some cases, the ODBC driver provides is no longer able to access some tables. It can be used instead of the driver provides the driver supplied by Sybase, initially developed to a dblink between Sybase and FoxPro. Also, two connections are created:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1.Using the ODBC driver provides. &lt;br /&gt;
With this connection, we get all the tables supported by the FoxPro ODBC driver.&lt;br /&gt;
&lt;br /&gt;
2.Using the ODBC driver supplied by Sybase: &lt;br /&gt;
&lt;br /&gt;
See at: &lt;br /&gt;
&lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;&lt;a href=&quot;http://devzone.advantagedatabase.com/dz/content.aspx?Key=20&amp;Release=13&amp;Product=14&amp;Platform=6&quot; target=&quot;blank&quot;&gt;http://devzone.advantagedatabase.com/dz/content.aspx?Key=20&amp;Release=13&amp;Product=14&amp;Platform=6&lt;/a&gt;&lt;/a&gt;&lt;br /&gt;
With this connection you are able to retrieve all Recent tables (above version 7). The connection must be set according to your database. In setting the ODBC connection, you must change the character set and adapt it to the database. In general, it will be: GENERAL_VFP_CI_AS_1252. Otherwise, it is necessary to refer to possible error codes by testing the selection of a table. If you are not using Sybase database, create the file in the ads.ini DATA5.exe directory. It contains the entry: [SETTINGS] MTIER_LOCAL_CONNECTIONS = 1 This file disables the control for the existence of a SYBASE client base. Be careful, use the ODBC driver SYBASE is free through the use of a database Sybase. The use of the ODBC driver SYBASE Sybase database without is under license. See the help file installed with the driver. For more information: &lt;a href=&quot;adresse_url&quot; target=&quot;blank&quot;&gt;http://devzone.advantagedatabase.com/dz/webhelp/Advantage9.0/server1/collation_support.htm&lt;br /&gt;
&lt;/a&gt;</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=17</link>
			</item>			<item>
				<title>How to turn a USB MyReport?</title>
				<author>sgosavi</author>
				<description>1. If you format your key, download CleUSB.exe on myPortal and save the key in a directory defer \\ MyReport5&lt;br /&gt;
&lt;br /&gt;
2. Double-click on the key CleUSB.exe located in the directory defer \\ MyReport5&lt;br /&gt;
&lt;br /&gt;
3. Click on the link to activate the USB&lt;br /&gt;
&lt;br /&gt;
4. MyPortal starts, log on if you are not connected&lt;br /&gt;
Enter the key extension that appears in the prompt myPortal &lt;strong&gt;Activation Key&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
5. Click on &lt;strong&gt;Validate the activation key&lt;/strong&gt;</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=20</link>
			</item>			<item>
				<title>How does a USB MyReport, and how to use?</title>
				<author>sgosavi</author>
				<description>1. When a USB MyReport is connected to a computer, the products no longer need to be activated on this computer &lt;br /&gt;
2. The USB drive serves as a product activation key MyReport How to use - Connect the key USB on the computer on which products are installed MyReport 3. Launch the product MyReport  Disconnect the USB end of the use of MyReport</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=21</link>
			</item>			<item>
				<title>How to use a USB key Citrix / TSE</title>
				<author>sgosavi</author>
				<description>To use the USB drive in citrix or TSE, we must share the drive &lt;strong&gt;usb&lt;/strong&gt; to see it as a shared folder on the TSE or Citrix session. To do this, when connecting TSE, options and local resources and check the usb drive.</description>
				<pubDate>08/11/2011</pubDate>
                <link>http://www.myportal.fr/faq_edit.php?modifier_faq=22</link>
			</item>	</channel>
</rss>
