You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that datasource created in WLS 12.2.1.3 is not appearing in Monitoring tab inside WLS console. This is not the case for WLS 12.1.3 version. I did some digging and it apprears that the datasource type is set to 'AGL' when the variable was not declared (datasourcetype.rb):
defaultto 'AGL'
It doesn't matter because the 'DatasourceType' attribute does not exist for any datasource in WLS 12.1.3:
The point is, all datasources created whether it is a DB2, MSSQL, Teradata, Informix are assumed as Active Gridlink (AGL) which should not be the case. Defaulting it to AGL is not a good idea given that we are not sure which datasource should be created. I suggest that unless datasource type is specified, it should be defaulted to 'GENERIC'. That would now go to the user if they want to change it or not by explicitly declaring it.
Here is the screen capture of the issue that doesn't seem to display a DB2 datasource because it is defaulted to AGL as a datasource type:
The text was updated successfully, but these errors were encountered:
Hello,
It appears that datasource created in WLS 12.2.1.3 is not appearing in Monitoring tab inside WLS console. This is not the case for WLS 12.1.3 version. I did some digging and it apprears that the datasource type is set to 'AGL' when the variable was not declared (datasourcetype.rb):
defaultto 'AGL'
It doesn't matter because the 'DatasourceType' attribute does not exist for any datasource in WLS 12.1.3:
The point is, all datasources created whether it is a DB2, MSSQL, Teradata, Informix are assumed as Active Gridlink (AGL) which should not be the case. Defaulting it to AGL is not a good idea given that we are not sure which datasource should be created. I suggest that unless datasource type is specified, it should be defaulted to 'GENERIC'. That would now go to the user if they want to change it or not by explicitly declaring it.
Here is the screen capture of the issue that doesn't seem to display a DB2 datasource because it is defaulted to AGL as a datasource type:
The text was updated successfully, but these errors were encountered: