PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → Replica Server
Replica Server
Started by Francesco FRANCOMAGR, Feb., 07 2015 11:31 AM - 6 replies
Registered member
4 messages
Posted on February, 07 2015 - 11:31 AM
Hi
I want to test the example in LST 95 iOS CRM Replica
I have installed the replication server on a PC in my network . I have used the setup of the folder \Install\WDRServer. For each folder created I have set the Read rights and execution rights to IUSR and for IIS_IUSR. If I open in a browser localhost/srvrpl or from my PC 192.168.100.120/SRVRPL I have access to replication server. But from the replica edit i have this error when publish the replica file :

A problem occurred while comunicating with the server:
- The web server is not configured properly
- or the WevDev server is not started

I have installed the replication server on antoher PC with Apache in my intranet without any firewall and I have the same problem. Running ReplicEdit.exe on the same pc of replica server I have the same problem when I want to publish the .wer file.
I have loaded the .wer file with web interface and thest the application ( iOS CRM Replica) and this is the error:


Error at line 10 of Click BTN_Répliquer process.
ReplicOpen function called.
An error occurred while communicating with the server.
An unexpected result was returned by the server: 302.

----- Technical Information -----

Project : iOS CRM Réplication

WL call:
Process of 'Click BTN_Répliquer' (FEN_Login.BTN_Répliquer), line 10, thread 0
'ReplicOpen' function, syntax 2

What happened?
An error occurred while communicating with the server.
An unexpected result was returned by the server: 302.

Error code: 180057
Level: fatal error (EL_FATAL)

Dump of the error of 'wd190rpl.dll' module (19.0.18.0).
Debugging information:
Fonction (18,13)
Additional Information:
EIT_PILEWL :
Click BTN_Répliquer (FEN_Login.BTN_Répliquer), line 10
EIT_DATEHEURE : 07/02/2015 11:14:00



Can send me some indication for this problem. Please give me some suggest.
Thank's
Posted on February, 07 2015 - 12:36 PM
Hi Francesco,

you are talking about installing the replication server, but the error
says that "...WevDev server is not started " which seams to indicate
that you did not install the webdev server itself

Now, this is just from reading the error message, as I am not using any
of the built in replication tools for many good reasons and using
wxreplication instead

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


On 2/7/2015 5:31 AM, Francesco FRANCOMAGR wrote:
> WevDev server is not started
Registered member
4 messages
Posted on February, 08 2015 - 12:24 PM
Hi Fabrice and thank's

I have first install the hfsql, next the WebDev application server 19 (10 connections) and in the end the \install\WDRServer.
The site is accessible via browser from localhost and from all the PC in the network. I do not understand what happens and What else can I try.

I downloaded your software and I'm trying to understand how it works. Without documentation is not easy to manage.

In any case I prefer to use the server replication. If I can run it.

Would you have idea what I can check?

Best regards
Posted on February, 08 2015 - 12:41 PM
Hi Francesco

I downloaded your software and I'm trying to understand how it works.
Without documentation is not easy to manage.


You mean that the 30+ pages of documentation available on my web site
are not enough?


In any case I prefer to use the server replication. If I can run it.

Would you have idea what I can check?


Well, the message says that the webdev server is not started... So I
would check if the corresponding service is started on the server

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

NEW: WXReplication, your open source replication system is available on
my web site!!!
WXShowroom.com: Show your projects!
More information on http://www.fabriceharari.com


Best regards
Registered member
4 messages
Posted on February, 09 2015 - 8:57 AM
Hi Fabrice
You mean that the 30+ pages of documentation available on my web site
are not enough?


Forgive me, I'm back on your site and I found the documentation. I have been superficial.

Well, the message says that the webdev server is not started... So I
would check if the corresponding service is started on the server


All the service PCSOFT are started. Probabily form thr message

A problem occurred while comunicating with the server:
- The web server is not configured properly
- or the WevDev server is not started


The error is The web server is not configured properly. in fact, on the same server, the site works "SILO", and the site "SaaS Management," and the site "Replication site". "Replication site" don't work via replicedit and form the app generated.

Best regards
Registered member
9 messages
Posted on February, 25 2016 - 12:18 PM
HI Francesco,
i did a series of tests and i understand what is the problem!
I used a HTTP sniffer program to intercept traffic from ReplicEdit and ReplicOpen() function to replica server and i checked out the following:

This is the HTTP call:
http://NOME_SERVER/SRVRPL_WEB/FR/srvrpl.rawp…

If i write this command directly in the browser, the site is redirect to
http://NOME_SERVER/SRVRPL_WEB/UK/srvrpl.rawp

The english version of then Replica site is not installed from WDRServer !!!

This should be the problem ...
Registered member
9 messages
Posted on February, 25 2016 - 3:48 PM
Hi Francesco, i solved the problem by installing the French version of the replica server !