Axis RightFax 8.5 Guía de instalación Pagina 46

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 106
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 45
Copyright © 2001, 2015, Oracle and/or its affiliates. All rights reserved.
Multiple Oracle Transportation Management Application Server Instances
The new data source created using WebLogic console will not be available for all Oracle Transportation
Management application instances. Repeat the above steps for each application server with same data
source and JNDI name, target value will be different according to application server.
Note: Do not copy config.xml.fresh or the jdbc configuration file from one server to
another. The target name has to match the target name for the specific Oracle
Transportation Management instance.
Validate Oracle Transportation Management with Externally Defined Data Source
If Oracle Transportation Management does not start, then follow instructions to validate and reset the
Oracle Transportation Management Data Source configuration.
The new data source should not have any records in the CONNECTION_POOL table.
o This query should return 0 rows. Replace the custom data source name to match the
name defined in OTM earlier
select count(1) from connection_pool where data_source_gid =
'CUSTOM_DS' ;
WebLogic console has options to test the Data Source. This test should be successful.
In WebLogic console, you should not see the PRIMARY_JTS Data Source after a restart.
Reset Configuration
If there are errors and Oracle Transportation Management does not start, use these instructions to
reset the configuration.
Shutdown the Oracle Transportation Management instance.
Run the following SQL scripts:
update data_source_profile_d set data_source_gid = 'PRIMARY_JTS'
where data_source_gid = 'CUSTOM_DS';
delete from data_source where data_source_gid = ' CUSTOM_DS';
commit;
Restore the backup of config.xml.fresh. This file should not have any JDBC configuration
Start the Oracle Transportation Management instance.
Vista de pagina 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 105 106

Comentarios a estos manuales

Sin comentarios