Home > Contents > Index >
ics:catalogmanager.mirrorrows
Copies rows from a table in one database to a table in another database using
ics:catalogmanager
.Syntax
<ics:catalogmanager>
<ics:argument name="ftcmd" value="mirrorrows" /> <ics:argument name="tablekey" value="name" /> <ics:argument name="tablekeyvalue" value="value"/> [<ics:argument name="mirrorport" value="port_number"/>] <ics:argument name="mirrortarget" value="target"/> [<ics:argument name="mirrorauthusername" value="username"/>] [<ics:argument name="mirrorauthpassword" value="password"/>] [<ics:argument name="useProxyServer" value="true or false"/>] [<ics:argument name="cgiprefix" value="some prefix"/>] [<ics:argument name="inimerge" value="ini file"/>] [<ics:argument name="secureCommunication" value="HTTPS"/>]</ics:catalogmanager>Parameters
ftcmd (required)
- Value must be set to
mirrorrows
.
tablename (required)
- Name of the source table.
tablekey (required)
- Name of the table column to perform a selection on. If the system does not find the key, it uses the primary key of the specified table as the selection column.
Contentname
is the default value. See the Sites properties file,futuretense.ini
to change this default.
tablekeyvalue (required)
- Value of tablekey.
mirrorport (optional)
- HTTP target port. Port 80 is used if a value is not specified.
mirrortarget (required)
- Network name of the mirror target machine.
mirrorauthusername (optional)
- Sites user name to log in to the target machine. Value is required if security is enabled on the mirror target.
mirrorauthpassword (optional)
- Password associated with the value of
mirrorauthusername
to log into the mirror target machine. Value is required if security is enabled on the mirror target.
useProxyServer (optional)
- If the value is
true
, transmission should be routed through the proxy server. The proxy server and port to use are specified using thecs.mirrorproxyserver
andcs.mirrorproxyport
properties.
cgiprefix (optional)
- Specifies the application server type on the target system. For iPlanet Application Server, set it to:
/NASApp/CS/- For WebLogic and WebSphere, set it to:
/servlet
inimerge (optional)
- Name of a property file on the target system that should be loaded before the mirroring operation proceeds. This parameter is used to define primary key values for tables on the target server.
secureCommunication (optional)
- If
true
, uses secure protocol (HTTPS) to transmit the data to the target server.
Error Numbers
The possible values of
errno
include:
Value Description 0 Mirror operation succeeded. -105 Database error. -601 Returned frommirrorabort
when a mirror operation is not currently in progress. -602 Mirror operation in progress. -603 Required variables are missing from themirrorrows
CatalogManager
command. -604 The data (file) assocated with a url column could not be found on the source machine. -605 The schema for a column on the source machine cannot be determined. -606 No rows to mirror from the target system. -607 Current mirroring operation was aborted via themirrorabort
command. -608 A connection could not be established to the mirror target server. -609 The network disconnected communication between the source and target machines. -610 An attempt was made to mirror from a machine where the database columns are mixed case to a system where the database columns are case-sensitive. -611 Mirror commit operation failed. -612 Target server returned an invalid configuration connection message. -613 Obsolete; is not returned. -614 Could not create a temporary table on the target server. -615 Could not delete the temporary table. -616 Server does not support this mirror operation. -617 Table is not an Object table. -618 No tree nodes found matching thenid
parameter ofFTTreeNode.
See Also
The following
ics:catalogmanager
command:ics:catalogmanager.mirrorabort
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.