TMS XDATA - REST SERVER

Dear Mrs/Ms . We are developing an REST SERVER with XDATA service. In my develope computer work very all right . When try execute in other computer we receive this message error. "URL: http://+:2001/tms/firedacsql" and "Cannot create a file when a file already exist". We already reserve the port and url using the Sparkle HTTP Config Sys Tool. Thanks in advance.

Hi @RIBEIRO_PEREZ_HELDER,
Such error message usually happen when you try to create two or more servers in the same address. So my first guess is that you already have one server running in that URL and then you try to run another one. Please review your code and/or your applications to ensure you don't have duplicated servers running in the same address.

1 Like

Thanks