Class: MintPress::OracleWeblogic::JDBCSystemResourceOverride

Inherits:
GenericMbean
  • Object
show all
Includes:
MintLogger, Mixins::Properties, FancyNew, Utils
Defined in:
src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource_override.rb,
src/oracle-weblogic/lib/oracle-weblogic/model/generated_classes/split_313.rb

Overview

of a data source descriptor referenced by a partition resource group definition.

Properties (Read/Write)

  • #version ⇒ String (Default Value: Proc.new { self.domain.version })
    Version of weblogic this property is being applied to

    Property Attributes
    • defaultProc.new { self.domain.version }
    
    
    15
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource_override.rb', line 15
    
    property :version, type: String, default: Proc.new { self.domain.version }
  • #name ⇒ String
    "The name of this configuration."

    Property Attributes
    • short_name"Name"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    18
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource_override.rb', line 18
    
    property :Name, type: String, array: false, hash: false, short_name: "Name", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of this configuration."
  • #notes ⇒ String
    "Optional information that you can include to describe this\nconfiguration."

    Property Attributes
    • short_name"Notes"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    21
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource_override.rb', line 21
    
    property :Notes, type: String, array: false, hash: false, short_name: "Notes", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Optional information that you can include to describe this\nconfiguration."
  • #initial_capacity ⇒ Integer
    "Returns the initial pool capacity for the partition datasource."

    Property Attributes
    • short_name"InitialCapacity"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    23
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource_override.rb', line 23
    
    property :InitialCapacity, type: Integer, array: false, hash: false, short_name: "InitialCapacity", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the initial pool capacity for the partition datasource."
  • #jdbc_property_overrides ⇒ Hash of ⇒ MintPress::OracleWeblogic::JDBCPropertyOverride
    "Returns the JDBC property overrides for the partition datasource"

    Property Attributes
    • short_name"JDBCPropertyOverrides"
    • has_setterfalse
    • has_gettertrue
    • has_listerfalse
    • has_creatortrue
    • read_onlyfalse
    
    
    25
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource_override.rb', line 25
    
    property :JDBCPropertyOverrides, type: MintPress::OracleWeblogic::JDBCPropertyOverride, array: false, hash: true, short_name: "JDBCPropertyOverrides", has_setter: false, has_getter: true, has_lister: false, has_creator: true, read_only: false, description: "Returns the JDBC property overrides for the partition datasource"
  • #max_capacity ⇒ Integer
    "Returns the max pool capacity for the partition datasource."

    Property Attributes
    • short_name"MaxCapacity"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    27
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource_override.rb', line 27
    
    property :MaxCapacity, type: Integer, array: false, hash: false, short_name: "MaxCapacity", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the max pool capacity for the partition datasource."
  • #min_capacity ⇒ Integer
    "Returns the min pool capacity for the partition datasource."

    Property Attributes
    • short_name"MinCapacity"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    29
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource_override.rb', line 29
    
    property :MinCapacity, type: Integer, array: false, hash: false, short_name: "MinCapacity", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "Returns the min pool capacity for the partition datasource."
  • #password ⇒ [Mint::Secret]
    "The password in clear text."

    Property Attributes
    • short_name"Password"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    31
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource_override.rb', line 31
    
    property :Password, type: [Mint::Secret], array: false, hash: false, short_name: "Password", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The password in clear text."
  • #url ⇒ String
    "The connection URL for the data source."

    Property Attributes
    • short_name"URL"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    33
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource_override.rb', line 33
    
    property :URL, type: String, array: false, hash: false, short_name: "URL", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The connection URL for the data source."
  • #user ⇒ String
    "The name of the user for the data source."

    Property Attributes
    • short_name"User"
    • has_settertrue
    • has_gettertrue
    • has_listerfalse
    • has_creatorfalse
    • read_onlyfalse
    
    
    35
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/individual/jdbc_system_resource_override.rb', line 35
    
    property :User, type: String, array: false, hash: false, short_name: "User", has_setter: true, has_getter: true, has_lister: false, has_creator: false, read_only: false, description: "The name of the user for the data source."
  • #name ⇒ String (Default Value: "NO_NAME_0")

    Property Attributes
    • default"NO_NAME_0"
    
    
    31
    # File 'src/oracle-weblogic/lib/oracle-weblogic/model/generic_mbean.rb', line 31
    
    property :Name, type: String, default: "NO_NAME_0"

Properties (Read Only)

Constant Summary

Constants included from MintLogger

MintLogger::DEBUG, MintLogger::ERROR, MintLogger::FATAL, MintLogger::INFO, MintLogger::UNKNOWN, MintLogger::VERBOSE, MintLogger::WARN

Instance Attribute Summary

Attributes included from Mixins::Properties

#autopush_set_cache, #dynamic_create, #harvest_on_access, #harvest_undefined_only, #harvested, #tree_root

Instance Method Summary collapse

Methods included from Mixins::Properties

#[], #[]=, #add_validate_report_result, #armour_set_property, #array_contains?, #array_is_a?, #check_autopush, #check_stack_overflow, #clone_property_object, #cloner_handle_single_property, #coerce_single, #contains_as_string?, #display_validate_report_result, #double_initialize?, #dump_to_hash, #find_parent, #find_parent_by_identity, #generate_accessor_functions, #get_canonical_renamed, #get_from_opts, #get_my_name, #get_property, #get_property_item, #has?, included, #initialize_validate_report, #inspect, #is_cloned_object?, #is_mintpress_object?, #is_probably_canonical?, #is_set?, #local_debug, #local_info, #local_verbose, #mintpress_property_definitions, #place_object_by_identity, #process_properties, #prop_set?, #property, #property_definitions, #property_details, #property_is_simple_object?, #push_root!, #require_property, #require_update, #retrieve_docstring, #sanitize, #set_map_dirty, #set_property, #set_property_item, #show_short_array, #strip_defaults!, #synchronize, #uncloned_property_definitions, #update_map, #validate, #validate_generic, #validate_properties, #validate_property, #validate_required, #version_allowed?, #weakref

Methods included from MintLogger::Utils::Common

#boolean_val, #has_value?, #no_value?, #nvl, #path_as_symbol, #ruby_level_to_send

Methods included from Utils

#activate_list, #already_traversed, #announce_self, #bean_type, #build_activate_list, #clear_property_sheet_cache, #create_generic, #create_mbean_components, #delete, #destroy_generic, #empty_mbean?, #execute_script, #exists?, #fast_ls_all, #fast_ls_folder, #fast_ls_object, #fast_ls_object_map, #find_cluster, #find_runtime_path_in_rest, #find_server, #full_url, #get, #get_all_self_names, #get_identity, #get_local_wlst_session, #get_matching_self_names, #get_property_from_target, #get_property_from_target_rest, #get_property_from_target_wlst, #get_property_from_target_wlst_impl, #get_property_sheet, #get_rest_item, #get_rest_url_for_parent, #get_rest_url_for_self, #get_servers, #get_servers_rest, #get_servers_wlst, #get_wl_home, #globmatch?, #handle_create, #http_delete, #http_get, #http_post, #http_put, included, #invalidate_session, #is_meta_object?, #longclass, #massage_return, #mbean_components, #mbean_exists?, #mbean_lookup, #mbean_properties, #mbean_to_hash, #meta_list?, #my_short_name, #perform_method_generic, #perform_runtime_call_generic_rest, #perform_runtime_method_generic, #post, #raise_http_exception, #remove, #request_headers, #reset_activate_list, #rest_activate_change, #rest_create_generic, #rest_create_mbean_components, #rest_destroy_self, #rest_edit_url, #rest_has_changes, #rest_idempotent_create, #rest_locked, #rest_nonedit_url, #rest_start_change, #rest_undo_change, #runtime_introspection, #shortclass, #start_with_async, #state_with_net_ping, #stop_with_async, #to_nested, #wlst_cd_to, #wlst_create_generic, #wlst_destroy_self, #wlst_find_object, #wlst_find_parent_object, #wlst_generic_mbean_update_all, #wlst_idempotent_create, #wlst_update_mbean

Methods included from FancyNew

included

Methods inherited from GenericMbean

#create, #destroy, #is_generic, is_generic

Methods included from MBeanUtils

#assign_object_by_identity, #assign_object_by_identity_from, #bean_is_changed?, #dump_metadata, #dump_tree_metadata, #get_item_by_identity_name, #get_item_by_identity_name_from, #get_parent_by_identity_name, #harvest, #harvest_anew, #harvest_item_by_name, #harvest_item_by_type, #harvest_wlst, #harvesters, #harvesting, #longname, #lookup_mintpress_by_mbean, #mbean_by_url, #process_mbeans, #register_mbean_url

Constructor Details

#initialize(opts = {}) ⇒ JDBCSystemResourceOverride

Returns a new instance of JDBCSystemResourceOverride.

Instance Method Details

#active_connections_average_countObject Also known as: getActiveConnectionsAverageCount, get_active_connections_average_count, activeConnectionsAverageCount

Average number of active connections in this instance of the data source.

#active_connections_current_countObject Also known as: getActiveConnectionsCurrentCount, get_active_connections_current_count, activeConnectionsCurrentCount

The number of connections currently in use by applications.

#active_connections_high_countObject Also known as: getActiveConnectionsHighCount, get_active_connections_high_count, activeConnectionsHighCount

Highest number of active database connections in this instance of the data source# since the data source was instantiated.

#begin_timeObject Also known as: getBeginTime, get_begin_time, beginTime

The time at which this task was started.

#clear_statement_cacheObject Also known as: clearStatementCache

For each connection in the connection pool, clears the# statement cache of Prepared and Callable Statements.

#clear_statisticsObject Also known as: clearStatistics

Clear the statistics on all connections.

#commit_outcome_retry_total_countObject Also known as: getCommitOutcomeRetryTotalCount, get_commit_outcome_retry_total_count, commitOutcomeRetryTotalCount

The cumulative total number of commit outcome query retries# conducted before resolving the outcome or exceeding the retry seconds# in this data source since the data source was deployed.

#connection_delay_timeObject Also known as: getConnectionDelayTime, get_connection_delay_time, connectionDelayTime

The average amount of time, in milliseconds, that it takes to create a physical connection# to the database.

#connections_total_countObject Also known as: getConnectionsTotalCount, get_connections_total_count, connectionsTotalCount

The cumulative total number of database connections# created in this data source since the data source was deployed.

#curr_capacityObject Also known as: getCurrCapacity, get_curr_capacity, currCapacity

The current count of JDBC connections in the connection pool in the data source.

#curr_capacity_high_countObject Also known as: getCurrCapacityHighCount, get_curr_capacity_high_count, currCapacityHighCount

Highest number of database connections available or in use (current capacity)# in this instance of the data source since the data source was deployed.

#current_weightObject Also known as: getCurrentWeight, get_current_weight, currentWeight

The current weight of the instance.

#database_product_nameObject Also known as: getDatabaseProductName, get_database_product_name, databaseProductName

The product name of the database that this data source is connected# to.

#database_product_versionObject Also known as: getDatabaseProductVersion, get_database_product_version, databaseProductVersion

The product version of the database that this data source is# connected to.

#deployment_stateObject Also known as: getDeploymentState, get_deployment_state, deploymentState

The current deployment state of the# module.

#driver_nameObject Also known as: getDriverName, get_driver_name, driverName

The product name of the JDBC driver that this data source is# configured to use.

#driver_versionObject Also known as: getDriverVersion, get_driver_version, driverVersion

The version of the JDBC driver that this data source is configured# to use.

#dump_poolObject Also known as: dumpPool

Prints out information about all the connections in the# connection pool in the data source.

#dump_pool_profileObject Also known as: dumpPoolProfile

Prints out profile information about the data source.

#end_timeObject Also known as: getEndTime, get_end_time, endTime

The time at which this task was completed.

#failed_affinity_based_borrow_countObject Also known as: getFailedAffinityBasedBorrowCount, get_failed_affinity_based_borrow_count, failedAffinityBasedBorrowCount

The number of reserve requests for which an existing connection for the affinity policy was not# found.

#failed_rclb_based_borrow_countObject Also known as: getFailedRCLBBasedBorrowCount, get_failed_rclb_based_borrow_count, failedRclbBasedBorrowCount

The number of reserve requests for which a connection was not found based# on the runtime connection load balancing policy.

#failed_replay_countObject Also known as: getFailedReplayCount, get_failed_replay_count, failedReplayCount

Obtains the number of replays that failed.

#failed_repurpose_countObject Also known as: getFailedRepurposeCount, get_failed_repurpose_count, failedRepurposeCount

The number of repurpose errors that have occurred since the datasource was deployed.

#failed_reserve_request_countObject Also known as: getFailedReserveRequestCount, get_failed_reserve_request_count, failedReserveRequestCount

The cumulative, running count of requests for a connection from this data source# that could not be fulfilled.

#failures_to_reconnect_countObject Also known as: getFailuresToReconnectCount, get_failures_to_reconnect_count, failuresToReconnectCount

The number of times that the data source# attempted to refresh a database connection# and failed.

#force_shutdownObject Also known as: forceShutdown

Forcefully shuts down a data source that has a health state of Running,# including forcing the disconnection of all current connection users.

#force_suspendObject Also known as: forceSuspend

Forcefully suspends a data source that has the health state of# Running, including disconnecting all current connection# users.

#health_stateObject Also known as: getHealthState, get_health_state, healthState

The health state of the JDBC subsystem.

#highest_num_availableObject Also known as: getHighestNumAvailable, get_highest_num_available, highestNumAvailable

Highest number of database connections that were idle and available# to be used by an application at any time# in this instance of the data source since the data source was deployed.

#highest_num_unavailableObject Also known as: getHighestNumUnavailable, get_highest_num_unavailable, highestNumUnavailable

Highest number of database connections that were# in use by applications or being tested by the system# in this instance of the data source since the data source was deployed.

#import_props_from_modelObject

#instance_nameObject Also known as: getInstanceName, get_instance_name, instanceName

The name of this instance.

#is_aff_enabledObject Also known as: isAffEnabled

The value from the latest load-balancing advisory aff flag for a GridLink data source instance.

#is_enabledObject Also known as: isEnabled

Indicates whether the data source is enabled or disabled:

#is_registeredObject Also known as: isRegistered

Deprecated.

#is_runningObject Also known as: isRunning

Indicates whether the task is still running.

#is_system_taskObject Also known as: isSystemTask

Indicates whether this task was initiated by the server versus a user.

#last_taskObject Also known as: getLastTask, get_last_task, lastTask

Get the last datasource Task

#leaked_connection_countObject Also known as: getLeakedConnectionCount, get_leaked_connection_count, leakedConnectionCount

The number of leaked connections.

#m_bean_infoObject Also known as: getMBeanInfo, get_m_bean_info, mBeanInfo

Deprecated.

#max_capacityObject Also known as: getMaxCapacity, get_max_capacity, maxCapacity

The maximum capacity of this multi data source.

#module_idObject Also known as: getModuleId, get_module_id, moduleId

Returns the identifier for this Component.

#num_availableObject Also known as: getNumAvailable, get_num_available, numAvailable

The number of database connections that are currently idle and available to be# used by applications in this instance of the data source.

#num_unavailableObject Also known as: getNumUnavailable, get_num_unavailable, numUnavailable

The number of connections currently in use by applications# or being tested in this instance of the data source.

#object_nameObject Also known as: getObjectName, get_object_name, objectName

Deprecated.

#pool_exists(poolName) ⇒ Object Also known as: poolExists

poolExists(String poolName)# Specifies whether a data source with the given name exists.

#prep_stmt_cache_access_countObject Also known as: getPrepStmtCacheAccessCount, get_prep_stmt_cache_access_count, prepStmtCacheAccessCount

The cumulative, running count of the number of times that the statement cache was accessed.

#prep_stmt_cache_add_countObject Also known as: getPrepStmtCacheAddCount, get_prep_stmt_cache_add_count, prepStmtCacheAddCount

The cumulative, running count of the number of statements added to the statement cache.

#prep_stmt_cache_current_sizeObject Also known as: getPrepStmtCacheCurrentSize, get_prep_stmt_cache_current_size, prepStmtCacheCurrentSize

The number of prepared and callable statements currently cached in the statement cache.

#prep_stmt_cache_delete_countObject Also known as: getPrepStmtCacheDeleteCount, get_prep_stmt_cache_delete_count, prepStmtCacheDeleteCount

The cumulative, running count of statements discarded from the cache.

#prep_stmt_cache_hit_countObject Also known as: getPrepStmtCacheHitCount, get_prep_stmt_cache_hit_count, prepStmtCacheHitCount

The cumulative, running count of the number of times that# statements from the cache were used.

#prep_stmt_cache_miss_countObject Also known as: getPrepStmtCacheMissCount, get_prep_stmt_cache_miss_count, prepStmtCacheMissCount

The number of times that a statement request could not be satisfied with a# statement from the cache.

#refresh_statisticsObject Also known as: refreshStatistics

Update the snapshot

#replay_disabling_countObject Also known as: getReplayDisablingCount, get_replay_disabling_count, replayDisablingCount

Obtains the number of times that replay is disabled.

#repurpose_countObject Also known as: getRepurposeCount, get_repurpose_count, repurposeCount

The number of times connections have been repurposed since the datasource was deployed.

#reserve_request_countObject Also known as: getReserveRequestCount, get_reserve_request_count, reserveRequestCount

The cumulative, running count of requests for a connection from this data source.

#reset_statisticsObject Also known as: resetStatistics

Reset statistics counters to zero.

#resolved_as_committed_total_countObject Also known as: getResolvedAsCommittedTotalCount, get_resolved_as_committed_total_count, resolvedAsCommittedTotalCount

The cumulative total number of commit outcomes successfully# resolved as committed in this data source since the data source was deployed.

#resolved_as_not_committed_total_countObject Also known as: getResolvedAsNotCommittedTotalCount, get_resolved_as_not_committed_total_count, resolvedAsNotCommittedTotalCount

The cumulative total number of commit outcomes successfully# resolved as not committed in this data source since the data source was deployed.

#service_nameObject Also known as: getServiceName, get_service_name, serviceName

The database service name for this RAC data source.

#sub_tasksObject Also known as: getSubTasks, get_sub_tasks, subTasks

An array of TaskRuntimeMBeans that describes a set# of parallel tasks which are components of this task.

#successful_affinity_based_borrow_countObject Also known as: getSuccessfulAffinityBasedBorrowCount, get_successful_affinity_based_borrow_count, successfulAffinityBasedBorrowCount

The number of reserve requests for which an existing connection was# found that satisfied the affinity policy.

#successful_rclb_based_borrow_countObject Also known as: getSuccessfulRCLBBasedBorrowCount, get_successful_rclb_based_borrow_count, successfulRclbBasedBorrowCount

The number of reserve requests for which existing connections were# found that satisfied the runtime connection load balancing policy.

#successful_replay_countObject Also known as: getSuccessfulReplayCount, get_successful_replay_count, successfulReplayCount

Obtains the number of replays that succeeded.

#test_poolObject Also known as: testPool

Tests the connection pool in the data source by reserving and releasing# a connection from it.

#total_callsObject Also known as: getTotalCalls, get_total_calls, totalCalls

Obtains the total number of JDBC calls executed so far.

#total_calls_affected_by_outagesObject Also known as: getTotalCallsAffectedByOutages, get_total_calls_affected_by_outages, totalCallsAffectedByOutages

Obtains the number of JDBC calls affected by outages.

#total_calls_affected_by_outages_during_replayObject Also known as: getTotalCallsAffectedByOutagesDuringReplay, get_total_calls_affected_by_outages_during_replay, totalCallsAffectedByOutagesDuringReplay

Obtains the number of JDBC calls affected by outages in the# middle of replay.

#total_calls_triggering_replayObject Also known as: getTotalCallsTriggeringReplay, get_total_calls_triggering_replay, totalCallsTriggeringReplay

Obtains the number of JDBC calls that triggered replay.

#total_completed_requestsObject Also known as: getTotalCompletedRequests, get_total_completed_requests, totalCompletedRequests

Obtains the total number of completed requests so far.

#total_protected_callsObject Also known as: getTotalProtectedCalls, get_total_protected_calls, totalProtectedCalls

Obtains the total number of JDBC calls executed so far that# are protected by AC.

#total_replay_attemptsObject Also known as: getTotalReplayAttempts, get_total_replay_attempts, totalReplayAttempts

Obtains the number of replay attempts.

#total_requestsObject Also known as: getTotalRequests, get_total_requests, totalRequests

Obtains the total number of successfully submitted requests so far.

#unresolved_total_countObject Also known as: getUnresolvedTotalCount, get_unresolved_total_count, unresolvedTotalCount

The cumulative total number of commit outcomes unsuccessfully# resolved in this data source since the data source was deployed.

#version_jdbc_driverObject Also known as: getVersionJDBCDriver, get_version_jdbc_driver, versionJdbcDriver

The driver class name of the JDBC driver used# to create database connections.

#wait_seconds_high_countObject Also known as: getWaitSecondsHighCount, get_wait_seconds_high_count, waitSecondsHighCount

The highest number of seconds that an application waited for a connection# (the longest connection reserve wait time) from this instance of the connection# pool since the connection pool was instantiated.

#waiting_for_connection_current_countObject Also known as: getWaitingForConnectionCurrentCount, get_waiting_for_connection_current_count, waitingForConnectionCurrentCount

The number of connection requests waiting for a database connection.

#waiting_for_connection_failure_totalObject Also known as: getWaitingForConnectionFailureTotal, get_waiting_for_connection_failure_total, waitingForConnectionFailureTotal

The cumulative, running count of requests for a connection from this data source# that had to wait before getting a connection and eventually failed to get a connection.

#waiting_for_connection_high_countObject Also known as: getWaitingForConnectionHighCount, get_waiting_for_connection_high_count, waitingForConnectionHighCount

Highest number of application requests concurrently waiting for a connection# from this instance of the data source.

#waiting_for_connection_success_totalObject Also known as: getWaitingForConnectionSuccessTotal, get_waiting_for_connection_success_total, waitingForConnectionSuccessTotal

The cumulative, running count of requests for a connection from this data source# that had to wait before getting a connection and eventually succeeded in getting a connection.

#waiting_for_connection_totalObject Also known as: getWaitingForConnectionTotal, get_waiting_for_connection_total, waitingForConnectionTotal

The cumulative, running count of requests for a connection from this data source# that had to wait before getting a connection, including those that eventually# got a connection and those that did not get a connection.