Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datasource created in WLS 12.2.1.3 appears to not display in Monitoring tab #571

Open
rrod157 opened this issue Oct 15, 2019 · 0 comments
Open

Comments

@rrod157
Copy link

rrod157 commented Oct 15, 2019

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:

Capture1

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:
Capture

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant