Search Results asg_synch_server
Overview
The ASG_SYNCH_SERVER table is a core data object within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the ASG - CRM Gateway for Mobile Devices product. This module facilitates the synchronization of data between the central EBS database and mobile field service devices. The table serves as the master repository for all configured Mobile Device Gateway servers. It stores essential metadata and configuration information about each synchronization server instance, enabling the management and routing of data packets for mobile users. Its primary role is to act as a reference point for the entire mobile gateway infrastructure, ensuring that synchronization requests from devices are correctly processed by the appropriate server components.
Key Information Stored
While the provided metadata does not list all columns, the structure indicates the table's central purpose. The primary key, SERVER_ID, uniquely identifies each gateway server instance. Based on the table's description and foreign key relationships, other columns likely store critical configuration details such as the server's network address (hostname or IP), communication ports, status (active/inactive), protocol settings, and descriptive names. This information is fundamental for the CRM Gateway to establish connections, manage server loads, and log synchronization activities accurately for each server in the deployment.
Common Use Cases and Queries
This table is primarily accessed for administrative and diagnostic purposes within the mobile gateway context. Common use cases include generating an inventory of all active synchronization servers, troubleshooting connectivity issues for specific mobile users, and auditing server utilization. A typical administrative query would retrieve a list of all configured servers:
SELECT server_id, server_name, status, host_name FROM asg.asg_synch_server ORDER BY server_id;
Another common scenario involves joining with the ASG_DEVICE_USERS table to determine which gateway server is assigned to a particular mobile user, which is essential for diagnosing failed synchronization sessions:
SELECT du.user_id, ss.server_name, ss.host_name FROM asg.asg_device_users du, asg.asg_synch_server ss WHERE du.server_id = ss.server_id;
Related Objects
The ASG_SYNCH_SERVER table is a central hub with numerous foreign key relationships, as documented. Its primary key, SERVER_ID, is referenced by several other tables in the ASG schema to associate specific data and configurations with a gateway server. The related tables include:
- ASG_DEVICE_USERS - Links mobile users to a specific synchronization server via ASG_DEVICE_USERS.SERVER_ID.
- ASG_SERVER_RESOURCES - Stores resource allocations or settings per server via ASG_SERVER_RESOURCES.SERVER_ID.
- ASG_WIRELESS_PARAMETERS - Holds wireless configuration parameters tied to a server via ASG_WIRELESS_PARAMETERS.SERVER_ID.
- ASG_SERVER_PUBS - Manages publication definitions for a server via ASG_SERVER_PUBS.SERVER_ID.
- Access Tables (ASG_*_ACC) - Multiple tables (ASG_INCIDENT_ACC, ASG_LOCATION_ACC, ASG_PARTY_ACC, ASG_PARTY_SITE_ACC, ASG_TASK_ACC) use SERVER_ID to track access control or synchronization status for specific data entities (Incidents, Locations, Parties, etc.) on a per-server basis.
-
Table: ASG_SYNCH_SERVER
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_SYNCH_SERVER, object_name:ASG_SYNCH_SERVER, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Informating about all the Mobile Device Gateway , implementation_dba_data: ASG.ASG_SYNCH_SERVER ,
-
Table: ASG_SYNCH_SERVER
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_SYNCH_SERVER, object_name:ASG_SYNCH_SERVER, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Informating about all the Mobile Device Gateway , implementation_dba_data: ASG.ASG_SYNCH_SERVER ,
-
eTRM - ASG Tables and Views
12.2.2
description: profile values for wireless ,
-
eTRM - ASG Tables and Views
12.1.1
description: profile values for wireless ,
-
VIEW: ASG.ASG_SYNCH_SERVER#
12.2.2
owner:ASG, object_type:VIEW, object_name:ASG_SYNCH_SERVER#, status:VALID,
-
VIEW: ASG.ASG_SYNCH_SERVER#
12.2.2
-
SYNONYM: APPS.ASG_SYNCH_SERVER
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ASG_SYNCH_SERVER, status:VALID,
-
SYNONYM: APPS.ASG_SYNCH_SERVER
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ASG_SYNCH_SERVER, status:VALID,
-
VIEW: APPS.ASG_USER_VERSIONS
12.1.1
-
VIEW: APPS.ASG_USER_VERSIONS
12.2.2
-
Table: ASG_SERVER_PUBS
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_SERVER_PUBS, object_name:ASG_SERVER_PUBS, status:VALID, product: ASG - CRM Gateway for Mobile Devices , implementation_dba_data: ASG.ASG_SERVER_PUBS ,
-
Table: ASG_SERVER_PUBS
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_SERVER_PUBS, object_name:ASG_SERVER_PUBS, status:VALID, product: ASG - CRM Gateway for Mobile Devices , implementation_dba_data: ASG.ASG_SERVER_PUBS ,
-
Table: ASG_SERVER_RESOURCES
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_SERVER_RESOURCES, object_name:ASG_SERVER_RESOURCES, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores all users(resources) using a particular middle-tier , implementation_dba_data: ASG.ASG_SERVER_RESOURCES ,
-
Table: ASG_LOCATION_ACC
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_LOCATION_ACC, object_name:ASG_LOCATION_ACC, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information that indicates whether the gateway server can access a location. , implementation_dba_data: ASG.ASG_LOCATION_ACC ,
-
Table: ASG_TASK_ACC
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_TASK_ACC, object_name:ASG_TASK_ACC, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information that indicates whether the gateway server can access a task. , implementation_dba_data: ASG.ASG_TASK_ACC ,
-
Table: ASG_WIRELESS_PARAMETERS
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_WIRELESS_PARAMETERS, object_name:ASG_WIRELESS_PARAMETERS, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: profile values for wireless , implementation_dba_data: ASG.ASG_WIRELESS_PARAMETERS ,
-
Table: ASG_DEVICE_USERS
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_DEVICE_USERS, object_name:ASG_DEVICE_USERS, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information of a resource, such as a service engineer or a salesman, related to a mobile application , implementation_dba_data: ASG.ASG_DEVICE_USERS ,
-
12.1.1 FND Design Data
12.1.1
-
Table: ASG_PARTY_ACC
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_PARTY_ACC, object_name:ASG_PARTY_ACC, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information that indicates whether the gateway server can access a party. , implementation_dba_data: ASG.ASG_PARTY_ACC ,
-
Table: ASG_INCIDENT_ACC
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_INCIDENT_ACC, object_name:ASG_INCIDENT_ACC, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information that indicates whether the gateway server can access a service request. , implementation_dba_data: ASG.ASG_INCIDENT_ACC ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: ASG_USER_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASG.ASG_USER_VERSIONS, object_name:ASG_USER_VERSIONS, status:VALID, product: ASG - CRM Gateway for Mobile Devices , implementation_dba_data: APPS.ASG_USER_VERSIONS ,
-
TABLE: ASG.ASG_SYNCH_SERVER
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_SYNCH_SERVER, object_name:ASG_SYNCH_SERVER, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: ASG_WIRELESS_PARAMETERS
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_WIRELESS_PARAMETERS, object_name:ASG_WIRELESS_PARAMETERS, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: profile values for wireless , implementation_dba_data: ASG.ASG_WIRELESS_PARAMETERS ,
-
Table: ASG_SERVER_RESOURCES
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_SERVER_RESOURCES, object_name:ASG_SERVER_RESOURCES, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores all users(resources) using a particular middle-tier , implementation_dba_data: ASG.ASG_SERVER_RESOURCES ,
-
12.2.2 DBA Data
12.2.2
-
Table: ASG_PARTY_SITE_ACC
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_PARTY_SITE_ACC, object_name:ASG_PARTY_SITE_ACC, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information that indicates whether the gateway server can access a party site. , implementation_dba_data: ASG.ASG_PARTY_SITE_ACC ,
-
Table: ASG_INCIDENT_ACC
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_INCIDENT_ACC, object_name:ASG_INCIDENT_ACC, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information that indicates whether the gateway server can access a service request. , implementation_dba_data: ASG.ASG_INCIDENT_ACC ,
-
Table: ASG_PARTY_SITE_ACC
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_PARTY_SITE_ACC, object_name:ASG_PARTY_SITE_ACC, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information that indicates whether the gateway server can access a party site. , implementation_dba_data: ASG.ASG_PARTY_SITE_ACC ,
-
Table: ASG_LOCATION_ACC
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_LOCATION_ACC, object_name:ASG_LOCATION_ACC, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information that indicates whether the gateway server can access a location. , implementation_dba_data: ASG.ASG_LOCATION_ACC ,
-
Table: ASG_PARTY_ACC
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_PARTY_ACC, object_name:ASG_PARTY_ACC, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information that indicates whether the gateway server can access a party. , implementation_dba_data: ASG.ASG_PARTY_ACC ,
-
Table: ASG_TASK_ACC
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_TASK_ACC, object_name:ASG_TASK_ACC, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information that indicates whether the gateway server can access a task. , implementation_dba_data: ASG.ASG_TASK_ACC ,
-
12.2.2 FND Design Data
12.2.2
-
TABLE: ASG.ASG_SYNCH_SERVER
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_SYNCH_SERVER, object_name:ASG_SYNCH_SERVER, status:VALID,
-
Table: ASG_DEVICE_USERS
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_DEVICE_USERS, object_name:ASG_DEVICE_USERS, status:VALID, product: ASG - CRM Gateway for Mobile Devices , description: Stores information of a resource, such as a service engineer or a salesman, related to a mobile application , implementation_dba_data: ASG.ASG_DEVICE_USERS ,
-
View: ASG_USER_VERSIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASG.ASG_USER_VERSIONS, object_name:ASG_USER_VERSIONS, status:VALID, product: ASG - CRM Gateway for Mobile Devices , implementation_dba_data: APPS.ASG_USER_VERSIONS ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - ASG Tables and Views
12.1.1
description: profile values for wireless ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - ASG Tables and Views
12.2.2
description: profile values for wireless ,
-
VIEW: APPS.ASG_USER_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASG.ASG_USER_VERSIONS, object_name:ASG_USER_VERSIONS, status:VALID,
-
VIEW: APPS.ASG_USER_VERSIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASG.ASG_USER_VERSIONS, object_name:ASG_USER_VERSIONS, status:VALID,
-
TABLE: ASG.ASG_WIRELESS_PARAMETERS
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_WIRELESS_PARAMETERS, object_name:ASG_WIRELESS_PARAMETERS, status:VALID,
-
TABLE: ASG.ASG_WIRELESS_PARAMETERS
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_WIRELESS_PARAMETERS, object_name:ASG_WIRELESS_PARAMETERS, status:VALID,
-
TABLE: ASG.ASG_DEVICE_USERS
12.1.1
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_DEVICE_USERS, object_name:ASG_DEVICE_USERS, status:VALID,
-
TABLE: ASG.ASG_DEVICE_USERS
12.2.2
owner:ASG, object_type:TABLE, fnd_design_data:ASG.ASG_DEVICE_USERS, object_name:ASG_DEVICE_USERS, status:VALID,