cancel
Showing results for 
Search instead for 
Did you mean: 

Re. Open a port 8080

Former Member
0 Kudos

Dear Experts,

How to check port is open or not for SAP B1 Integration solution?

and how to open port if it is not open?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Santosh

Use this command:

netstat -ano -p tcp | findstr "8080"

If result is nothing you just need to start a service "SAP Business One Integration Service" from services.msc (tip: in 'Run' field of start menu type 'services' to quickly find services console).

Kind regards,

Radek

Former Member
0 Kudos

Hi Radslaw,

Thank you for reply,

Can you please tell me what exactly this command will do?

Is this command to open port?

Thanks,

Former Member
0 Kudos

Hi

It's going to ask operating system to provide a list of actual and possible connections (ports on which apps would accept a connection). Then the second part will try to find a string "8080" within the list.

Kind regards,

Radek

Former Member
0 Kudos

Hi Radoslaw,

Thanks a lot for very valuable information about this command.

I got below output after running this in cmd.

I am not getting,what to do next, please assist.

Thanks,

Former Member
0 Kudos

Ok

It seems like there is an app listening on port 8080 and this particular app is identified by PID = 4640. You can now open 'Task Manager' (or use command 'tasklist | findstr "4640"') and find what is the name of this application. If its name is tomcat6.exe you can be sure that your Integration Service is up and waiting for incoming calls.

Kind regards,

Radek

Former Member
0 Kudos

Hi Radoslaw,

Yes getting output as you are saying,

But still error coming in sap client link,

SAP Business One Integration Service authentication failed. Log off from the application; then log on and try again. If the problem persists, contact your system administrator.

Regards,

Former Member
0 Kudos

Check this link:

I think that you should check 1619422 - B1ic_Troubleshooting Guide for B1ic Dashboard/Cockpit- point 3.1.

Kind regards,

Radek

Former Member
0 Kudos

Hi Radoslaw,

Yes i am using same note to resolve but till now not able to solve my issue.

But really,i would like to thanks a lot to you for helping me in command.

Thanks,

Former Member
0 Kudos

If you haven't been lucky so far I'd suggest that you check:

  1. password of B1i user in database and in B1iF; login to database using B1i; check licenses in database for this particular user (should be B1i and B1iINDIRECT_MSS)
  2. if B1ipeer user is activated in B1iF
  3. if you can successfully connect using DI API from SLD of B1iF to the specific database
  4. if dashboard scenario is activated (scenarios/control) in B1iF
  5. if you consequently use either IP address or hostname in SLD and LicServer
  6. if you have already changed settings in Xcellerator.cfg file: localonly property from 'true' to 'false'; restart Integration Service afterwards
  7. try to deactivate dashboard scenario, disable cockpit in database and then activate scenario and enable cockpit again

Kind regards,

Radek

Answers (1)

Answers (1)

former_member188586
Active Contributor
0 Kudos

hi check once bellow note

it may help you

1582563 - TEC: How to Change the B1iSN Server Port Number

Thanks&Regards

Andakondaramudu