<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Problemas | Aliquo Software</title>
	<atom:link href="https://www.aliquo.software/wiki/categor%C3%ADa/faqs/faqs-crystal/faqs-crystal-problemas/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aliquo.software</link>
	<description>Software de gestión de negocios</description>
	<lastBuildDate>Tue, 14 Jun 2022 11:52:12 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.aliquo.software/wp-content/uploads/2022/03/cropped-Q-500X500-32x32.png</url>
	<title>Problemas | Aliquo Software</title>
	<link>https://www.aliquo.software</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Se reduce el tamaño de la fuente cuando se exporta a PDF</title>
		<link>https://www.aliquo.software/wiki/reduce-fuente-exportar-pdf/</link>
		
		<dc:creator><![CDATA[Victor Gonzalez]]></dc:creator>
		<pubDate>Mon, 08 Apr 2019 06:43:00 +0000</pubDate>
				<guid isPermaLink="false">https://aliquo.software/?post_type=epkb_post_type_1&#038;p=22065</guid>

					<description><![CDATA[Cuando se exporta un informe a PDF, el tamaño de la fuentes se reducen en comparación con el diseño del informe y la impresión. Enlace original Font size reduced when exporting to PDF KBase Article ID:K00000394 Article refers to:Crystal Reports 2008 Symptoms When you use Report Commander to export a report to PDF format, the [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Cuando se exporta un informe a PDF, el tamaño de la fuentes se reducen en comparación con el diseño del informe y la impresión.</p>



<p><br></p>



<p><a href="http://www.arcanadev.com/support/kb/K00000394.aspx">Enlace original</a></p>



<hr class="wp-block-separator"/>



<p><br></p>



<p></p>



<p><strong>Font size reduced when exporting to PDF</strong><br><br><br> KBase Article ID:K00000394<br> Article refers to:Crystal Reports 2008</p>



<p><br></p>



<p><strong>Symptoms</strong><br><br><br>When you use Report Commander to export a report to PDF format, the font size is slightly reduced compared to the size that appears in the Crystal Reports designer and in printed output.</p>



<p><br></p>



<p><strong>Cause</strong><br><br><br>This is not a problem with Report Commander but is a documented issue with Crystal Reports. Because Report Commander uses the Crystal Reports runtime components to produce the export, the PDF produced by Report Commander will match the PDF created by exporting directly from Crystal Reports.</p>



<p><br></p>



<p><strong>Resolution</strong><br><br><br>It is possible to force Crystal Reports and therefore Report Commander to use a larger font by setting a Registry option.</p>



<p><br></p>



<p>Run the Registry Editor and navigate to the appropriate key based on your operating system:<br><br><br> • On 32-bit platforms: «HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Crystal Reports»<br><br><br> • On 64-bit platforms: «HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Business Objects\Suite 12.0\Crystal Reports» <br><br></p>



<p><br>Under this key, create the subkeys «\Export\Pdf». The full path of the new key will be<br><br><br> • On 32-bit platforms: «HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Crystal Reports\Export\Pdf»<br><br><br> • On 64-bit platforms: «HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Business Objects\Suite 12.0\Crystal Reports\Export\Pdf» </p>



<p><br><br>Under this key, create a new DWORD value named «ForceLargerFonts» and set it to «1».<br><br></p>



<p>Add the «ForceLargerFonts» value under the user key as well:<br><br><br> • On 32-bit platforms, put the value under key «HKEY_CURRENT_USER\Software\Business Objects\Suite 12.0\Crystal Reports\Export\Pdf»<br><br><br> • On 64-bit platforms, put the value under key «HKEY_CURRENT_USER\Software\Wow6432Node\Business Objects\Suite 12.0\Crystal Reports\Export\Pdf»</p>



<p><br>Note: If you will be running Report Commander from different user accounts (e.g., running it from a scheduler that uses a different account), you will need to set the Registry option under the user key for each user.</p>



<p><br>Crystal Reports and Report Commander should now use a larger font when exporting.</p>



<p><br></p>



<p><strong>Side Effects</strong><br><br><br> In some cases this change may result in truncation of text. In this case you can apply the changes discussed in the following technical note from SAP:<br><br></p>



<p>ADAPT00940675<br><br></p>



<p>Description:<br><br></p>



<p>When exporting a report to PDF format, the font size is reduced by a small factor in the export. To address this, users can set the «ForceLargerFonts» registry key to maintain the correct font size in the export. However, exports with this option turned on can occasionally have truncated data along the right page margin. This truncation occurs due to a mismatch of how character widths are calculated between PDF and Microsoft Windows.<br><br></p>



<p>New Behavior:<br><br></p>



<p>The PDF export engine has been modified to incorporate a new algorithm that positions characters precisely to prevent truncation from ocurring while maintaining the correct font size. This algorithm is activated and controlled by two new registry keys. These keys are:<br><br></p>



<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Crystal Reports\Export\Pdf]</p>



<p><br><br>«UsePrecisePositioningForText»=dword:00000001</p>



<p><br><br>[HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Crystal Reports\Export\Pdf]</p>



<p><br><br>«TruncationAdjustment»=dword:00000002</p>



<p><br><br>The «UsePrecisePositioningForText» key turns on the new functionality when it is set to 1. When this functionality is activated, the «ForceLargerFonts» key is ignored. The «TruncationAdjustment» key controls a width calculation rounding function in the new algorithm and accepts values between 0 and 10 inclusively. The default value of 2 has been tested to sufficiently eliminate most truncation issues. If truncation is still observed, this value can be increased for added granularity.</p>



<p><br><br>Known Limitations:</p>



<p><br><br>When the «UsePrecisePositioningForText» key is turned on, there are several side-effects. Exporting to PDF may take slightly longer, but no more than 10% longer. The exported PDF document will increase in size over the standard outputand Crystal Reports will consume more GDI resources during the export.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Configurar el límite máximo de trabajos procesados</title>
		<link>https://www.aliquo.software/wiki/limite-maximo-de-trabajos-procesados/</link>
		
		<dc:creator><![CDATA[Victor Gonzalez]]></dc:creator>
		<pubDate>Wed, 28 Feb 2018 09:26:00 +0000</pubDate>
				<guid isPermaLink="false">https://aliquo.software/?post_type=epkb_post_type_1&#038;p=22764</guid>

					<description><![CDATA[Se ha detectado un error cuando se realiza una gran carga de trabajos de impresión, la solución trata la modificación del registro para incrementar el límite de trabajos de impresión. Enlace originalKBase Article ID:c2019074Article refers to:BusinessObjects Enterprise XI Sintoma Cuando se produce una gran carga de trabajo de lanzamientos de informes en Crystal, aparece el [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Se ha detectado un error cuando se realiza una gran carga de trabajos de impresión, la solución trata la modificación del registro para incrementar el límite de trabajos de impresión.<br><br><a rel="noreferrer noopener" href="http://technicalsupport.businessobjects.com/KanisaSupportSite/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=c2019074&amp;sliceId=&amp;dialogID=4098499&amp;stateId=1 0 4096557" target="_blank">Enlace original</a><br>KBase Article ID:c2019074<br>Article refers to:BusinessObjects Enterprise XI</p>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading"><br>Sintoma<br></h5>



<p><br>Cuando se produce una gran carga de trabajo de lanzamientos de informes en Crystal, aparece el mensaje de error “System.Exception: El informe de la carga falló. System.Runtime.InteropServices.COMException (0x80041016):<br> El informe máximo que procesaba el límite de los trabajos configurado por tu administrador de sistema se ha alcanzado.”<br><br>¿Por qué este mensaje de error aparece y cómo se resuelve?<br></p>



<h5 class="wp-block-heading"><br>Solución<br></h5>



<p><br>Este mensaje de error aparece porque el uso de la aplicación web ha excedido el límite del trabajo de impresión del defecto de 75.<br>Para resolver este mensaje de error, aumentar el valor del subkey de “PrintJobLimit” para la versión apropiada:<br><br>NOTA: El valor prefijado de 75 es el valor predeterminado para el mejor funcionamiento en los entornos. Cambiar este valor podía afectar funcionamiento del sistema.<br><br><strong>BusinessObjects Enterprise XI Release 2</strong><br>HKEY_LOCAL_MACHINE\SOFTWARE\BUSINESS OBJECTS\SUITE 11.5\REPORT APPLICATION SERVER\SERVER\PrintJobLimit<br><br><strong>Crystal Enterprise 10</strong><br>HKEY_LOCAL_MACHINE\SOFTWARE\CRYSTAL DECISIONS\10.0\REPORT APPLICATION SERVER\SERVER\PrintJobLimit<br><br><strong>Crystal Report 2008</strong><br>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Business Objects\Suite 12.0\Report Application Server\Server\PrintJobLimit</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Problemas de exportación a PDF con la fuente Calibri</title>
		<link>https://www.aliquo.software/wiki/problemas-exportacion-pdf-calibri/</link>
		
		<dc:creator><![CDATA[Victor Gonzalez]]></dc:creator>
		<pubDate>Thu, 13 Jul 2017 10:54:33 +0000</pubDate>
				<guid isPermaLink="false">https://aliquo.software/?post_type=epkb_post_type_1&#038;p=22057</guid>

					<description><![CDATA[Sintoma Cuando se exporta a PDF con la fuente Calibri aparecen caracteres raros entre el texto. Solución Para resolverlo se deben realizar los siguientes pasos: Descargar el archivo usp10.zip, al final del artículo Descomprimir y copiar el archivo usp10.dll en la carpeta C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86 Reiniciar el Internet Information Services.]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading">Sintoma</h3>



<p><br></p>



<p>Cuando se exporta a PDF con la fuente Calibri aparecen caracteres raros entre el texto. </p>



<p><br></p>



<h3 class="wp-block-heading">Solución</h3>



<p><br></p>



<p>Para resolverlo se deben realizar los siguientes pasos:</p>



<p><br></p>



<ol class="wp-block-list"><li>Descargar el archivo usp10.zip, al final del artículo</li><li>Descomprimir y copiar el archivo usp10.dll en la carpeta C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86</li><li>Reiniciar el Internet Information Services.</li></ol>



<p><br></p>



<hr class="wp-block-separator"/>



<p><br></p>



<p></p>



<div class="wp-block-file"><a href="https://aliquo.software/wp-content/uploads/2020/04/usp10.zip">usp10.zip</a><a href="https://aliquo.software/wp-content/uploads/2020/04/usp10.zip" class="wp-block-file__button" download>Descarga</a></div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Se cambian los textos al exportar a pdf</title>
		<link>https://www.aliquo.software/wiki/se-cambian-los-textos-al-exportar-a-pdf/</link>
		
		<dc:creator><![CDATA[Victor Gonzalez]]></dc:creator>
		<pubDate>Wed, 20 Apr 2016 07:40:00 +0000</pubDate>
				<guid isPermaLink="false">https://aliquo.software/?post_type=epkb_post_type_1&#038;p=22061</guid>

					<description><![CDATA[Aliquo permite exportar los informes a PDF, pero cuando se exportan se cambian los texto apareciendo letras entre los texto. Solución Copiar el archivo usp10.dll actualizado en el servidor en la carpeta C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86. Reiniciar el Internet Information Services.]]></description>
										<content:encoded><![CDATA[
<p>Aliquo permite exportar los informes a PDF, pero cuando se exportan se cambian los texto apareciendo letras entre los texto.</p>



<p></p>



<p><br></p>



<h3 class="wp-block-heading">Solución</h3>



<p><br></p>



<ol class="wp-block-list"><li>Copiar el archivo usp10.dll actualizado en el servidor en la carpeta C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86.<br><br></li><li>Reiniciar el Internet Information Services.</li></ol>



<p><br></p>



<hr class="wp-block-separator"/>



<p><br></p>



<p></p>



<div class="wp-block-file"><a href="https://aliquo.software/wp-content/uploads/2020/04/usp10.zip">usp10.zip</a><a href="https://aliquo.software/wp-content/uploads/2020/04/usp10.zip" class="wp-block-file__button" download>Descarga</a></div>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>La clave de registro no cuenta con los permisos suficientes</title>
		<link>https://www.aliquo.software/wiki/la-clave-de-registro-no-cuenta-con-los-permisos-suficientes/</link>
		
		<dc:creator><![CDATA[Victor Gonzalez]]></dc:creator>
		<pubDate>Tue, 01 Mar 2011 17:01:00 +0000</pubDate>
				<guid isPermaLink="false">https://aliquo.software/?post_type=epkb_post_type_1&#038;p=22013</guid>

					<description><![CDATA[Excepción La clave del registro de Crystal Report no cuenta con los permisos suficientes o el archivos ejecutable de Crystal Report no se ha instalado correctamente. Solución Normalmente esta excepción ocurre cuando no se ha activado el soporte de 32 bits en sistemas operativos de 64 bits. Consulte Soporte 64 bits para Crystal Report para [&#8230;]]]></description>
										<content:encoded><![CDATA[
<h3 class="wp-block-heading">Excepción</h3>



<p><br></p>



<figure class="wp-block-image size-large is-resized"><img fetchpriority="high" decoding="async" src="https://aliquo.software/wp-content/uploads/2020/04/image-25.png" alt="" class="wp-image-22014" width="524" height="188"/></figure>



<p><br></p>



<p>La clave del registro de Crystal Report no cuenta con los permisos suficientes o el archivos ejecutable de Crystal Report no se ha instalado correctamente.</p>



<p><br></p>



<h3 class="wp-block-heading">Solución</h3>



<p><br></p>



<p>Normalmente esta excepción ocurre cuando no se ha activado el soporte de 32 bits en sistemas operativos de 64 bits. Consulte <a href="https://aliquo.software/wiki/soporte-64-bits-para-crystal-report/">Soporte 64 bits para Crystal Report</a> para más información.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
