<?xml version="1.0"?>

<rss version="2.0">


<channel>
<title>Home - All Categories - isCOBOL Server and Thin Client  </title>
<link>https://support.veryant.com/phpkb/category.php?id=1</link>
<description>This RSS Feed contains Articles of Category in the knowledge base. You can click on the title to view its content. Powered by PHPKB (https://www.phpkb.com)</description>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=241</guid>
										<title>How do I resolve the error &#039;Application Blocked by Java Security&#039; working with jnlp?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=241</link>
										<description><![CDATA[If you are deploying your application through Java Web Start with a .jnlp file, you might see this error.Â  This is caused by the launch of an untrusted application.Â  Java doesn&rsquo;t allow users to run applications that are not signed, are self...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=228</guid>
										<title>The user name shown by the -panel is the PC Name. Is it possible have the user id of our application?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=228</link>
										<description><![CDATA[Yes, if you use the application server&rsquo;s login feature. You can give each user their own login username and password, and they will need to use this information to log into your application.  run iscclient -admin from a client PC and create new...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=354</guid>
										<title>How to use the Application Server`s login screen for your application</title>
										<link>https://support.veryant.com/phpkb/article.php?id=354</link>
										<description><![CDATA[The login screen you use to access the application server&rsquo;s administration panel can also be used as a login screen for your application by setting Â iscobol.as.authentication=2.Â  Usernames and encrypted passwords are saved in a properties...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=355</guid>
										<title>Creating a custom login screen for thin client users</title>
										<link>https://support.veryant.com/phpkb/article.php?id=355</link>
										<description><![CDATA[If you are using the login screen that comes with the application server for your application&rsquo;s login, you can customize the behavior and look of this screen.Â  There is a sample program that will get you started in %ISCOBOL%/sample/as/custom...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=253</guid>
										<title>How to distribute multiple client connections on different servers</title>
										<link>https://support.veryant.com/phpkb/article.php?id=253</link>
										<description><![CDATA[To spread the thin client load over more than one server, you can use isCOBOL LoadBalancer.Â Â  Once the isCOBOL LoadBalancer is started, it waits for connections from isCOBOL Clients.Â  When a connection request is received, the LoadBalancer...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=306</guid>
										<title>What does the error</title>
										<link>https://support.veryant.com/phpkb/article.php?id=306</link>
										<description><![CDATA[When isCOBOL Client connects to an isCOBOL Server, the following error may appear:    Software Incompatibility    Client release (###) is incompatible with Application Server (###)  This error means that the isCOBOL Client version is different from...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=200</guid>
										<title>How can I get the system-information data from the client computer?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=200</link>
										<description><![CDATA[ The best way to do this is to use CALL CLIENT using the C$SYSINFO library routine. It returns information about the current operating system.   This library routine produces the same result as the ACCEPT SYSTEM-INFORMATION FROM SYSTEM-INFO statement...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=115</guid>
										<title>What are the Java version requirements on the client and server? Do they need to match?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=115</link>
										<description><![CDATA[ You can check the Java versions supported by your isCOBOL installation in our documentation under the "Getting Started" section.  The Java versions do not need to match when running in thin client. The client can have a later version or an early...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=210</guid>
										<title>How can I get the local username?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=210</link>
										<description><![CDATA[ The library routine C$GETENV can be called on a local or client machine to get the user name. Here&#39;s an example.  The "Client" keyword will be ignored if the program isn&#39;t running in thin client mode:      move "user.name" to varname    ...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=110</guid>
										<title>In thin client mode how do I run a local external application like the Windows Calculator or Microsoft Excel?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=110</link>
										<description><![CDATA[ There are several ways that an application running on a server can launch an application on the client. The three most common are :  CALL CLIENT "SYSTEM", "C$RUN" or "C$SYSTEM" (to open an application) Use "C$EASYOPEN" or "C$DESKTOP" (to open a file...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=48</guid>
										<title>With thin client is there a way to update and push changes to programs live (on the fly), without having to kill and restart the isCOBOL Server?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=48</link>
										<description><![CDATA[ The JVM keeps copies of the classes in a memory cache and generally does not reload them from disk even if the disk file is replaced. However, the Application Server has several options for reloading programs if those programs were loaded from...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=23</guid>
										<title>How do I use Java Web Start to automatically download and launch the thin client?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=23</link>
										<description><![CDATA[ Question:   How do I get Java Web Start? How do I set it up? Can you provide a step-by-step guide?   Answer:   Java Web Start is included in Java 1.8, but not in Java 11 or later. If you&#39;re using Java 1.8 you can find step-by-step instructions...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=24</guid>
										<title>How do I download files from server to client using isCOBOL Thin Client?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=24</link>
										<description><![CDATA[ Question:   My program has syntax such as the following:     CALL "C$COPY" USING "server_file" "@[DISPLAY]:client_file"   How do I accomplish this with isCOBOL Thin Client?   Answer:   isCOBOL supports this syntax without any changes necessary. You...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=1</guid>
										<title>How do I set up isCOBOL Server (Application Server) and Thin Client?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=1</link>
										<description><![CDATA[ Start the server using one of the following command lines:  iscserver -port port -hostname server  java com.iscobol.as.AppServerImpl -port port -hostname server   -port and -hostname are optional.   Start the client using one of the following...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=188</guid>
										<title>Is there a way to simulate users and load-test the thin client?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=188</link>
										<description><![CDATA[ You can use a tool such as Marathon, an open source project on SourceForge at  http://sourceforge.net/projects/marathonman/  See the attached document for more information. ]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=126</guid>
										<title>How do I capture client side errors when using a different look and feel (e.g. Nimbus)?</title>
										<link>https://support.veryant.com/phpkb/article.php?id=126</link>
										<description><![CDATA[Question: I use the Nimbus look and feel introduced in the Java SE 6 update 10 release. For example:   javaw -Dswing.defaultlaf=com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel com.iscobol.gui.client.Client -Discobol.conf=client.properties MYAPP   I...]]></description>

									</item>
<item>
										<guid>https://support.veryant.com/phpkb/article.php?id=118</guid>
										<title>The COBOL program suddenly terminates on the server and leaves thin client running with a blank screen</title>
										<link>https://support.veryant.com/phpkb/article.php?id=118</link>
										<description><![CDATA[If your program suddenly terminates on the server and leaves the thin client showing an empty window it can appear as if the application is hung.  The cause can be determined by setting the following properties when starting the isCOBOL Server: ...]]></description>

									</item>

</channel>

</rss>