SDK:Troubleshooting

SDK:Troubleshooting

From Fishbowl Inventory

Jump to: navigation, search



Contents


[edit] Troubleshooting

This section is dedicated to helping solve the difficult, common problems. Although we only officially support Java and C#, many languages are used in this section to show a diverse set of solutions.


[edit] Common Issues

Message length invalid. Discarding
The first four bytes sent are the integer length of the message being sent. The first four the server sends are also the integer length of bytes the server will be sending.
You have been logged off the server by an administrator
Only one instance of your program is allowed to sign into the Server per user. If another computer signs into the server using the same user, the first session will be closed.



SDK
org_cir_arrow_lt.gif org_cir_arrow_rt.gif

Index