This HTML5 document contains 36 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
n31http://data.openlinksw.com/oplweb/
n30https://www.openlinksw.com/about/id/entity/urn/howto:
n23http://data.openlinksw.com/oplweb/uda/howto/WindowsMulti-TierInformixDatabaseAgentConfigurationGuideStep10#
n14http://data.openlinksw.com/oplweb/uda/howto/WindowsMulti-TierInformixDatabaseAgentConfigurationGuideStep2#
n16http://data.openlinksw.com/oplweb/uda/howto/WindowsMulti-TierInformixDatabaseAgentConfigurationGuideStep1#
n9http://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n11http://data.openlinksw.com/oplweb/uda/howto/WindowsSampleAppUsageC++DemoUsageGuide#
n4https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:uda:howto:
oplsofthttp://www.openlinksw.com/ontology/software#
n26http://data.openlinksw.com/oplweb/uda/howto/WindowsMulti-TierInformixDatabaseAgentConfigurationGuideStep9#
wdrshttp://www.w3.org/2007/05/powder-s#
schemahttp://schema.org/
n24http://data.openlinksw.com/oplweb/uda/howto/WindowsMulti-TierInformixDatabaseAgentConfigurationGuideStep8#
n25https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/data/turtle/general/
n8https://www.openlinksw.com/about/id/entity/urn/data:openlink:
n18http://data.openlinksw.com/oplweb/uda/howto/WindowsMulti-TierInformixDatabaseAgentConfigurationGuideStep7#
n22https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n12http://wikis.openlinksw.com:8892/UdaWikiWeb/
n27https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:
n28http://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n7http://data.openlinksw.com/oplweb/opsys_family/Windows#
n17http://data.openlinksw.com/oplweb/uda/howto/WindowsMulti-TierInformixDatabaseAgentConfigurationGuideStep6#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n21http://data.openlinksw.com/oplweb/uda/howto/WindowsMulti-TierInformixDatabaseAgentConfigurationGuideStep5#
n29https://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n10http://data.openlinksw.com/oplweb/dbms_family/Informix#
n19http://data.openlinksw.com/oplweb/product_format/mt#
n20http://data.openlinksw.com/oplweb/uda/howto/WindowsMulti-TierInformixDatabaseAgentConfigurationGuideStep4#
xsdhhttp://www.w3.org/2001/XMLSchema#
n2http://data.openlinksw.com/oplweb/uda/howto/WindowsMulti-TierInformixDatabaseAgentConfigurationGuide#
n15http://data.openlinksw.com/oplweb/uda/howto/WindowsMulti-TierInformixDatabaseAgentConfigurationGuideStep3#
n13https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/uda2.openlinksw.com/data/turtle/general/

Statements

Subject Item
n2:this
schema:description
Configuration of the Multi-Tier Informix Database Agent, for Windows Installation and Configuration of the Multi-Tier Informix Database Agent, for Windows
wdrs:describedby
n4:seo n8:products n8:websites n9:offers n13:UDAHowAndStepByGuides.ttl n22:uda-howtos.ttl n25:uda-howtos.ttl n27:seo n28:uda-howtos-seo.ttl n29:webs n22:uda-howtos-qa.ttl n30:island
schema:name
Configuration of the Multi-Tier Informix Database Agent, for Windows Installation and Configuration of the Multi-Tier Informix Database Agent, for Windows
oplsoft:hasDatabaseFamily
n10:this n31:Informix
oplsoft:hasOperatingSystemFamily
n7:this
schema:category
Configuration Guide
schema:relatedLink
n11:this n12:MultiTierInstallServerQuickstartWindowsInformix
schema:genre
n19:this
schema:text
<ol> <li> <p>Informix requires a small amount of additional environmental configuration in the OpenLink Request Broker session rule book (<code>c:\Program Files\OpenLink Software\UDA\bin\oplrqb.ini</code>)</p> <ul> <li> <p>Open the file <code>c:\Program Files\OpenLink Software\UDA\bin\oplrqb.ini</code> with a suitable text editor, such as Wordpad.</p> </li> <li> <p>Locate and edit the <strong>[Environment xxxxx]</strong> section (where xxxxx matches your target database), and ensure that any relevant environment variables pertaining to your system and target database are correct.</p> <p>NOTE: You may need to consult with your database administrator to verify these. The following example depicts an environment section for Informix --</p> <pre>[Environment INFORMIX2000] INFORMIXSERVER = your_informix_server INFORMIXDIR = C:\Program Files\IBM\Informix\Client-SDK DELIMIDENT = Y ; Allow quoted identifiers OPL_INF_MULTISESS = Y ; Allow multiple sessions OPL_SPACEPADCHAR = Y ; Pad CHAR fields with spaces CURSOR_SENSITIVITY = LOW ; Set to HIGH after loading oplrvc.sql ;FET_BUF_SIZE = 65535 ; Size of the fetch buffer ;FORCE_ONLINE_DATABASE = 1 ; Force mode to (0) SE or (1) ONLINE ;CLIENT_LOCALE = EN_US.UTF8 ; Uncomment and adjust when Client and Server locale settings differ Path = C:\Program Files\IBM\Informix\Client-SDK\bin ; Find shared libraries</pre> </li> </ul> </li> </ol> <ol> <li> <p>Informix requires a small amount of additional environmental configuration in the OpenLink Request Broker session rule book (<code>c:\Program Files\OpenLink Software\UDA\bin\oplrqb.ini</code>)</p> <ul> <li> <p>Open the file <code>c:\Program Files\OpenLink Software\UDA\bin\oplrqb.ini</code> with a suitable text editor, such as Wordpad.</p> </li> <li> <p>Locate and edit the <strong>[Environment xxxxx]</strong> section (where xxxxx matches your target database), and ensure that any relevant environment variables pertaining to your system and target database are correct.</p> <p>NOTE: You may need to consult with your database administrator to verify these. The following example depicts an environment section for Informix --</p> <pre>[Environment INFORMIX2000] INFORMIXSERVER = your_informix_server INFORMIXDIR = C:\Program Files\IBM\Informix\Client-SDK DELIMIDENT = Y ; Allow quoted identifiers OPL_INF_MULTISESS = Y ; Allow multiple sessions OPL_SPACEPADCHAR = Y ; Pad CHAR fields with spaces CURSOR_SENSITIVITY = LOW ; Set to HIGH after loading oplrvc.sql ;FET_BUF_SIZE = 65535 ; Size of the fetch buffer ;FORCE_ONLINE_DATABASE = 1 ; Force mode to (0) SE or (1) ONLINE ;CLIENT_LOCALE = EN_US.UTF8 ; Uncomment and adjust when Client and Server locale settings differ Path = C:\Program Files\IBM\Informix\Client-SDK\bin ; Find shared libraries</pre> </li> </ul> </li> </ol>
rdf:type
schema:HowTo
schema:step
n14:this n15:this n16:this n17:this n18:this n20:this n21:this n23:this n24:this n26:this