Hi Vince, I'm also trying to setup POS completely and struggling around the PULL activity. I've configured POS for only POS terminals and one MCS. Here with my settings, PUSH is being called successfully but I'm not able to configure PULL in the system. I knew from the mailing list, you have experimented a lot in POS.
At present my serviceengine.xml of POS Terminal is configured with this setting: <service-location name="main-rmi" location="rmi://server:1098/RMIDispatcher"/> <service-location name="main-http" location="http://server:8089/webtools/control/httpService"/> <service-location name="entity-sync-rmi" location="rmi://server:1098/RMIDispatcher"/> <service-location name="entity-sync-http" location="http://server:8089/webtools/control/httpService"/> <service-location name="rita-rmi" location="rmi://server:1098/RMIDispatcher"/> <service-location name="eedcc-test" location="http://server:8089/webtools/control/httpService"/> The serviceengine.xml of Server (MCS) is configured with this setting: <service-location name="main-rmi" location="rmi://localhost:1088/RMIDispatcher"/> <service-location name="main-http" location="http://localhost:8080/webtools/control/httpService"/> <service-location name="entity-sync-rmi" location="rmi://localhost:1088/RMIDispatcher"/> <service-location name="entity-sync-http" location="http://localhost:8080/webtools/control/httpService"/> <service-location name="rita-rmi" location="rmi://localhost:1088/RMIDispatcher"/> <service-location name="eedcc-test" location="http://localhost:8080/webtools/control/httpService"/> I've configured the PosSyncSettings.xml of POS Terminal with PUSH but I'm getting difficulty to configure PULL, like what kind of setting I need to do on both POS Terminal and Server(MCS) regarding PULL. How every POS Terminal can call PULL so that all inventory, returns and Promo kind of information will be updated on all POS Terminals. Any help is highly appreciated. Thanx in advance, Ajey Vince Clark wrote: > > > Pradeep > > Your settings looked fine in PosSyncSettings.xml. I have the impression > from your thread so far that you understand the setup when eliminating the > PSS and using the POS terminal to go directly to MCS. This is the setup we > have used as well so we're on the same page with that configuration. > > It can get a little tricky knowing what config to load on what server (POS > or MCS.) I have some notes at the top of my custom PosSyncSettings.xml > that I will send in a follow up message. Unfortunately I have to boot > another computer to get to them. But they go step by step on what to load > where. > > ----- Original Message ----- > From: "Jacques Le Roux" <[EMAIL PROTECTED]> > To: [email protected] > Sent: Monday, April 21, 2008 3:45:47 AM (GMT-0700) America/Denver > Subject: Re: Problems while PUSH and PULL entity sync process in POS > > > >> Hi Vince, >> >> Sorry I forgot to ask one importnt thing. The RMIIF environment variable >> is >> defined in startup script startofbiz.sh. But I'm using the windows >> environment to test it. Now in this case how can I set this RMIIF in our >> environment variable. > > Simply tranpose to Windows this is a param tpo pass to JVM : > -Djava.rmi.server.hostname=<set your IP address here>" > >> Also, will there be any difference in the contents of PosSyncSeetings.xml >> on >> PSS+POS System and MCS System as I'm calling same two services on both >> system. This i the place where I'm a bit confused. > > Are you using 2 different DBs on the PSS+POS System (one for each OFBiz > instance) ? Are you relaying through PSS when you send from > POS to MCS (this is the intended basic scheme, of course you can build > your own...) ? > > Jacques > >> -- >> With regards, >> S K Pradeep kumar >> > > > -- View this message in context: http://www.nabble.com/Problems-while-PUSH-and-PULL-entity-sync-process-in-POS-tp16801589p18864051.html Sent from the OFBiz - User mailing list archive at Nabble.com.
