Skip to main content
Solved

Postman Login error


How to fix this 


Note:
I’m using a local instance

5 replies

Userlevel 7
Badge +5

Hi @rashmikamudalinayake10,

For unlicensed instance, concurrent user limit is 2. So to avoid the issue, logout of the session once you complete the sequence of requests you wanted to execute. Following is the recommended sequence of API execution, 

  • Login
  • Perform required API requests
  • Logout 

For examples logout request refer, https://help.acumatica.com/Help?ScreenId=ShowWiki&pageid=f6701ec1-2296-4155-8242-03d29006bf6e

Tip: Try IIS reset to see if that closes the current active sessions. 

Good Luck.!

Userlevel 4
Badge

   

Userlevel 4
Badge

Hi @rashmikamudalinayake10,

For unlicensed instance, concurrent user limit is 2. So to avoid the issue, logout of the session once you complete the sequence of requests you wanted to execute. Following is the recommended sequence of API execution, 

  • Login
  • Perform required API requests
  • Logout 

For examples logout request refer, https://help.acumatica.com/Help?ScreenId=ShowWiki&pageid=f6701ec1-2296-4155-8242-03d29006bf6e

Tip: Try IIS reset to see if that closes the current active sessions. 

Good Luck.!

Thanks. Also, it worked after some time.

Userlevel 7
Badge +5

@rashmikamudalinayake10, Yes, it would work after sometime as the sessions would have been expired and the active session would’ve been less than login limit restriction. 

Userlevel 4
Badge

Yes.

 

Reply