cancel
Showing results for 
Search instead for 
Did you mean: 

logon error SCC port 9999

Former Member
0 Kudos

I am writing a program that registers user in Sybase Control Center (SUP 2.1.3). I use example from the Sybase documentation: Developer Guide: Unwired Server Management API 2.1 ESD #3 When I run the program on the SUP server it cannot connect to SCC and returns a 200 error (connection error). The java error message is: java.net.MalformedUrlException: unknown protocol: rsrc

I used the standard ports 2001 and 9999 and SCC is running.

Regards,

Raymond

Accepted Solutions (1)

Accepted Solutions (1)

midhun_vp
Active Contributor
0 Kudos

What type of application you are developing Hybrid or native ? If native which OS ?

The default ports for native app to talk to SUP is 2480 and 5001, for HWC it is 5001.

Midhun VP

Former Member
0 Kudos

Hi Midhun,

Just figured it out myself. When exporting the runnable jar use option:

Extract required libraries into generated JAR

Answers (0)