<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<rss version="2.0">
<channel>
<title>SEAL Online Service - Die fünf neuesten Artikel:</title>
<description>Der SEAL Online Service (SOS) soll allen Kunden häufig gestellte Fragen beantworten</description>
<link>http://sos.sealsystems.de</link>	<item>
		<title><![CDATA[Searching For An Output Job (SAP)]]></title>
		<description><![CDATA[<h3>Description:</h3>
<p>
 
</p>
<p>
<font size="2">If  a document is to be output with a SAP transaction, e.g. </font><font size="2">&#39;cv03n&#39;, the print button or the DVS Plot GUI, an output job is generated in the background. This output job exists until it is deleted explicitly.</font>
</p>
<h3>Solution:</h3>
<ol>
	<li><font size="2">Start the transaction /DVSREPRO/ZRPR.</font></li>
	<li><font size="2">Start the search mask with the icon &#39;field glass&#39;.</font></li>
	<li><font size="2">Restrain the seach accordingly, e.g. output mode, user data or document data.</font></li>
	<li><font size="2">Execute the search with the help of F8.</font></li>
	<li><font size="2">Mark in the hit list one or more jobs and transfer them to the working list.</font></li>
	<li><font size="2">Douple click the output job in the working list.<br />
	</font></li>
</ol>
<h3>Tip:</h3>
<p>
<font size="2">With the icon <img src="images/Image/0-500/0031_am_sap_dl.jpg" border="0" alt="0031_am_sap_dl.jpg" hspace="0" vspace="0" width="30" height="30" align="bottom" /> you can go to the document list of the output job.</font>
</p>
<p>
 
</p>
<p>
 
</p>
<p>
 
</p>
]]></description>
		<link>http://sos.sealsystems.de/index.php?action=artikel&amp;cat=39&amp;id=31&amp;artlang=en</link>
		<pubDate>Mon, 19 Jul 2010 12:23:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[BC-XDC - Fehlende Seiten beim Ausdruck einer Spooldatei]]></title>
		<description><![CDATA[<p>
<font size="2"><strong>Beschreibung:</strong><br />
Werden über die Conversion Suite BC-XDC Spooldateien erzeugt, kann es vorkommen, dass vereinzelte Seiten nicht geduckt werden. Beim Betrachten der Spooldateien mit der Transaktion SP01 wird ersichtlich, dass bei manchen Dateien die letzte Zeile fehlt.<br />
<br />
<strong>Ursache:</strong><br />
Fehler im SAP-Funktionsbaustein DOCCNV_RETURN_RESULT.<br />
Wenn die Länge der vom externen Dokumentkonverter an SAP zum Drucken gelieferten Druckdaten ein exaktes Vielfaches von 128 ist, werden die letzten bis zu 128 Bytes der Druckdaten von DOCCNV_RETURN_RESULT ignoriert, d.h. beim Drucken nicht ausgegeben.<br />
<br />
<strong>Betroffene Versionen:</strong><br />
- Conversion Suite BC-XDC alle Versionen<br />
<br />
<strong>Lösung:</strong><br />
- Für die SAP-Standardrückmeldung: SAP-Hinweis 1465061 einspielen<br />
- Für die SEAL Systems-Rückmeldung: Folgende Korrekturanleitung<br />
<br />
<strong>Korrekturanleitung:</strong><br />
<u>Funktion:</u> /SEAL/EDC_CR_DOCCNV_RET_RESULT<br />
<u>Form:</u> get_cnvdata<br />
<br />
<font face="courier new,courier">if bytes_remaining = 0.<br />
if dstofs &gt; 0.<br />
append bindocdata.<br />
endif.<br />
sy-subrc = 0.<br />
else.<br />
sy-subrc = 1.<br />
endif.<br />
endform. "get_cnvdata</font><br />
<br />
<u>ersetzen durch:</u><br />
<br />
<font face="courier new,courier">IF bytes_remaining = 0.<br />
IF dstofs &gt; 0.<br />
APPEND bindocdata.<br />
" SEAL correction SUE-6437 begin<br />
ELSE.<br />
dstofs = cnvbytecount MOD c_linewidth.<br />
IF dstofs = 0 AND NOT bindocdata IS INITIAL.<br />
APPEND bindocdata.<br />
ENDIF.<br />
" SEAL correction SUE-6437 end<br />
ENDIF.<br />
sy-subrc = 0.<br />
ELSE.<br />
sy-subrc = 1.<br />
ENDIF.<br />
ENDFORM. "get_cnvdata</font><em><br />
</em><br />
<strong>Vorgehensweise:</strong><br />
Änderung im ABAP.</font>
</p>
<p>
 
</p>
<p>
 
</p>
]]></description>
		<link>http://sos.sealsystems.de/index.php?action=artikel&amp;cat=12&amp;id=198&amp;artlang=de</link>
		<pubDate>Wed, 07 Jul 2010 08:58:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Creating a Retour Stand (Return Installation)]]></title>
		<description><![CDATA[<h3>Description:</h3>
<p>
<font size="2">
How can I create a <a href="index.php?action=artikel&amp;cat=22&amp;id=116&amp;artlang=en">retour stand (return installation)</a>?</font>
</p>
<h3>Solution:</h3>
<p>
<font size="2">If you want to generate a retour stand, create a <a href="index.php?action=artikel&amp;cat=22&amp;id=56&amp;artlang=en">tar.gz file</a> in the <a href="index.php?action=artikel&amp;cat=22&amp;id=51&amp;artlang=en">SEAL Shell</a> directly in the PLSROOT directory while PLOSSYS/DPF is stopped.<br />
If you don&#39;t want to stop PLOSSYS/DPF or exclude a data directory, execute the following commands:</font> 
</p>
<h5>1) Create a file &#39;tar-excludefiles.txt&#39; in the <a href="index.php?action=artikel&amp;cat=22&amp;id=123&amp;artlang=en">ROOT (=Home)</a> directory. <br />
    Example file already attached to this article </h5>
<h5>----</h5>
<p>
Example of the content (example also in attached file):
</p>
<p>
data/installlog<br />
data/io<br />
data/log<br />
data/p2p<br />
data/plotclnt<br />
data/plotserv<br />
data/sysstat<br />
data/tmp<br />
data/unicfg<br />
data/webportal
</p>
<p>
---
</p>
<p>
<font size="2"><span style="text-decoration: underline">Attention for PLOSSYS:</span> If you want to exclude the PLOSSYS data directory, you have to save the printer status file (PLSROOT\data\plotserv\sysstate.stat) separately.</font>
</p>
<h5>2.) Generate a compressed <a href="index.php?action=artikel&amp;cat=22&amp;id=55&amp;artlang=en">tar file</a> (<a href="index.php?action=artikel&amp;cat=22&amp;id=56&amp;artlang=en">tar.gz file</a>)</h5>
<p>
<font size="2">With the following tar command you can create a backup system in a <a href="index.php?action=artikel&amp;cat=22&amp;id=51&amp;artlang=en">SEAL Shell</a>. All directories specified in the tar-excludefiles.txt, are omitted. </font>
</p>
<p>
<font size="2">The file: c:\temp\plossys-retour_06-12-31.txt contains a journal of all packed files. This journal is  helpful to check the suceess while unpacking the tar file.</font>
</p>
<h4>Attention:</h4>
<p>
<font size="2">Never forget the &#39;.&#39; ahead of the &#39;&gt;&#39;!<br />
Problems while packing the tar file (&#39;unexpected end of file&#39;) may occur, if the tar file resides in the directory tree, which has to be packed. Therefor create the file in a different directory, e.g. c:\temp.</font>
</p>
<h5>Windows System:</h5>
<p>
 
</p>
<ol>
	<li>home</li>
	<li>tar --exclude-from tar-excludefiles.txt -cvf c:\temp\plossys-retour_06-12-31.tar . &gt; c:\temp\plossys-retour_06-12-31.txt</li>
	<li>gzip c:\temp\plossys-retour_06-12-31.tar</li>
</ol>
<h5>UNIX System:</h5>
<ol>
	<li>cd</li>
	<li>tar --exclude-from tar-excludefiles.txt -zcvf ../plossys-retour_06-12-31.tar.gz . &gt; ../plossys-retour_06-12-31.txt</li>
</ol>
<h4>Miscellaneous:</h4>
<p>
<font size="2">Please remember to "close" the CD/DVD after burning. Multisession CD/DVDs cannnot  be read by every drive, if the session has not been closed.</font>
</p>
]]></description>
		<link>http://sos.sealsystems.de/index.php?action=artikel&amp;cat=58&amp;id=117&amp;artlang=en</link>
		<pubDate>Wed, 16 Jun 2010 12:32:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[Administrative Access to PostgreSQL Database for UNIX/Linux]]></title>
		<description><![CDATA[<p>
<font size="2"><strong>Description:</strong><br />
The pgAdmin program is delivered under Windows together with PLOSSYS in order to provide the administrative access to the  PostgreSQL database. This tool is not available on non-Windows platforms.</font>
</p>
<p>
<font size="2"><br />
<strong>Solution:</strong><br />
The following alternatives are available in order to allow the administrative access to the PostgrSQl database on UNIX/Linux platforms:<br />
</font>
</p>
<p>
<u><font size="2">1. Installation of pgAdmin on a Windows Server in the Network </font></u>
</p>
<p>
<font size="2">Follow these instructions:</font>
</p>
<ul>
	<li><font size="2">Download the pgadmin3.tar.gz</font><font size="2"> file from the attached archive and unpack it, for example via winzip.</font></li>
	<li><font size="2">Start pgAdmin via &lt;installation path&gt;\bin_winnt5\pgadmin3\pgAdmin3.exe.</font></li>
	<li><font size="2">Create a new connection to the database on the UNIX/Linux server via the &#39;File -&gt; Add Server&#39; </font><font size="2">menu</font><font size="2">. <br />
	</font></li>
	<li><font size="2">Establish the new connection like shown in the screenshot. Use the &#39;pgstatus&#39; command in the  <a href="index.php?action=artikel&amp;cat=22&amp;id=51&amp;artlang=en" class="intfaqlink">SEAL Shell</a></font><font size="2"> </font><font size="2">on the UNIX/Linux server to identify the server name and port. The plsadmin user has no password.<br />
	</font></li>
</ul>
<p>
<img src="images/Image/0-500/0197_DB_pgadmin.en.jpg" alt=" " width="336" height="494" />
<font size="2">
</font>
</p>
<p>
<u><font size="2">2. Usage of the Command Line Interface:</font></u>
</p>
<p>
<font size="2">
The PostgreSQL command line program psql is delivered. Use the &#39;db&#39; alias in order to start the pgclient.pl perl script. There, the correct connection information is read from the PLOSSYS configuration.
</font>
</p>
<p>
 
</p>
]]></description>
		<link>http://sos.sealsystems.de/index.php?action=artikel&amp;cat=56&amp;id=197&amp;artlang=en</link>
		<pubDate>Wed, 09 Jun 2010 13:28:00 GMT</pubDate>
	</item>
	<item>
		<title><![CDATA[PDF compatibility problems with Acrobat Reader 9
]]></title>
		<description><![CDATA[<p>
<font size="2"><strong>Description:</strong></font> 
</p>
<p>
<font size="2">PDF files, which have been created by older tools from
SEAL Systems, may have compatibility problems concerning the displaying via Acrobat Reader 9.<br />
This becomes noticeable in the erronueous displaying of certain text
lines (esp. passages and headlines in bold). These look like
horizontally cropped.<br />
<br />
<strong>Affected Products and Versions:</strong><br />
1. SEAL Systems Application Converters, which have been suplied up to the middle of 2004.<br />
2. ConvertWIZ version 1, which has been supplied up to and including 2006.<br />
<br />
<strong>Solution:</strong><br />
1. Use Acrobat version 8 or previous versions.<br />
2. Correct the PDF files with a free tool from SEAL Systems. The download is in the attachment of this article (see &#39;SEAL
Font Patch.msi&#39; and &#39;dotnetfx.exe&#39; in the attachment). </font><font size="2">In order to install it copy <strong>both</strong> files into the same directory and execute </font><font size="2">&#39;SEAL Font Patch.msi&#39;.</font><font size="2"> After the installation the user manual is available in the start menu and the program group SEAL Systems =&gt; SEAL Font Patch.</font>
</p>
<p>
<font size="2">
3. If your documents are saved in a SAP archive, we can provide project-specific solutions. Please contact <a href="index.php?action=artikel&amp;cat=26&amp;id=42&amp;artlang=en" class="intfaqlink">SEAL Systems</a></font><font size="2">. Keyword: XSA and DPF Correction Workflow.</font><font size="2"><br />
<br />
<strong>Background:</strong><br />
For the creation of the PDF files a Windows PostScript driver template
by Microsoft has been used. This has now turned out to be erroneous.
The definition of the font box for certain fonts two parameters have
been interchanged. Previous versions of Acrobat ignored this error,
thus there have not been any noticeable problems up to now.<br />
</font>
</p>
]]></description>
		<link>http://sos.sealsystems.de/index.php?action=artikel&amp;cat=58&amp;id=171&amp;artlang=en</link>
		<pubDate>Mon, 12 Apr 2010 11:43:00 GMT</pubDate>
	</item>
</channel>
</rss>