NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Software Development Kit (SDK) and API Discussions

Unable to connect to oncommand Api services: error :3505

neha_T
2,780 Views

I am facing this error: 3505

Maximum connections to the requested remote host is exceeded.
(NaServer from pool exhausted for datasourceKey:"-----key---". Try later)

 

setup for Api server:

we added the array in <Management Stations and Storage Systems> of <Oncommand API Services>. After that, we were able to fire the RestAPI for array.

 

operations i perform:

create snapshot, delete snapshot, listing all the volumes and luns

 

but after some time when i was inactive on <Oncommand API Services> (eg: for 6-7 hrs.) and my program of listing luns/volumes are running ,it throws this error:

 

ERROR - 3505

Reason: Maximum connections to the requested remote host is exceeded.(NaServer from pool exhausted for datasource

Key: ----cluster key---. Try later)

 

1 REPLY 1

pukale
2,360 Views

pl. restart API server using below commands:

# service apiserver status

# service apiserver stop

# service apiserver start

# service apiserver status

 

Public