In SAP Collector Settings when I "Check Status" for "Alert Router" I get this message:
When I attempt to add CCMS_DB2_<sid> entry I get this message:
My understanding is that for CCMS entries all we need to define are SSID,Collection Id, Schema, Database Name, Port Number & IP Address|Host
Why am I being prompted for a Password when I haven't specified a User Name?
Regards
Bruce
Request clarification before answering.
There appears to be a FUDGE in order to add CCMS entries
Voila … you've successfully added a Database Connections without any validation by SAP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I believe you have somewhat missed the question which I was asking so I will highlight:
So when I use the DBCON t-code and try to enter a connection for CCMS I'm prompted for a password. This is a change from the original functionality which did not require a User Name/Password for CCMS connections
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm glad to see you received an answer via SAP incident 601057 / 2019.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Reply 26.11.2019 10:08:05
Hello,
Since you're using IP addresses in db2dsdriver.cfg you need to add DB2MISC parameter
CCMS_DB2_DBCON_HOSTNAME_FORMAT='IP_ADDRESS'
as per note 2068561.
In addition, in IB1 server and affinity lists are not unique in db2dsdriver.cfg:
..
alternateserverlist>
<server name="IB1" hostname="10.31.35.175" port="06501"/>
<server name="IB1" hostname="10.31.35.176" port="06505"/>
</alternateserverlist>
<affinitylist>
<list name="list1" serverorder="IB1"/>
<list name="list2" serverorder="IB1,IB1"/>
</affinitylist>
..
Correct it according to your requirements.
Kind regards
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.