Home Page link  

Synchronizing Item DB between POS and backoffice

 

Point-Of-Sale Software - - MS Point Of Sale software discussed here 

get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Synchronizing Item DB between POS and backoffice Gerd 12-21-2008
Posted by Gerd on December 21, 2008, 6:59 pm
Please log in for more thread options
In my backoffice i use a copy of my POS item database. I mainly use it to
print mass labels and to process my online orders. This database is not
connected in any way to the POS database.

What I would like to do is to synchronize the items table between POS and
backoffice. I just would like to get all new or updated items from the POS
maybe once a week, or whenever i know i made changes to the POS items table.

Is there an easy way to get this done? I don't want to just restore an
entire backup as I would loose my online order payment processing.

Both systems are on RMS 2.0 latest support pack.


Posted by Joie on December 22, 2008, 2:49 am
Please log in for more thread options
Mmm,

Is there a reason why you dont install the Store Operations administrator/
manager at back office so that you can connect to the online POS database ?

I am not sure whether there is an easy way to synchronize 2 tables in
database
The hardway would be:
1. export the item table content . i think use a bcp command line utility
that comes with SQL server installation
2. Import back usig the same bcp utility at the target machine

But this would be one way synchronization

rgds,
Joie

> In my backoffice i use a copy of my POS item database. I mainly use it to
> print mass labels and to process my online orders. This database is not
> connected in any way to the POS database.
>
> What I would like to do is to synchronize the items table between POS and
> backoffice. I just would like to get all new or updated items from the POS
> maybe once a week, or whenever i know i made changes to the POS items
> table.
>
> Is there an easy way to get this done? I don't want to just restore an
> entire backup as I would loose my online order payment processing.
>
> Both systems are on RMS 2.0 latest support pack.



Posted by Gerd on December 22, 2008, 8:28 am
Please log in for more thread options
Thanks for your reply, Joie.

I have the SO adminitrator installed on the backoffice system. The main
reason I don't want to connect to the POS database is that all my online
orders are processed in Quickbooks. Only the credit card processing is done
in the backoffice POS.

Every day I extract all the sales and tender details from the POS and load
those into Quickbooks as well. Connecting the backoffice to the POS would
give me wrong tender totals, as for the online orders i would not have the
sales to go with it.

Is the bcp utility also part of store operations or only part of a full SQL
server installation? I only have store operations but not a full SQL server
installed on the backoffice pc.

> Mmm,
>
> Is there a reason why you dont install the Store Operations administrator/
> manager at back office so that you can connect to the online POS database
> ?
>
> I am not sure whether there is an easy way to synchronize 2 tables in
> database
> The hardway would be:
> 1. export the item table content . i think use a bcp command line utility
> that comes with SQL server installation
> 2. Import back usig the same bcp utility at the target machine
>
> But this would be one way synchronization
>
> rgds,
> Joie
>
>> In my backoffice i use a copy of my POS item database. I mainly use it to
>> print mass labels and to process my online orders. This database is not
>> connected in any way to the POS database.
>>
>> What I would like to do is to synchronize the items table between POS and
>> backoffice. I just would like to get all new or updated items from the
>> POS maybe once a week, or whenever i know i made changes to the POS items
>> table.
>>
>> Is there an easy way to get this done? I don't want to just restore an
>> entire backup as I would loose my online order payment processing.
>>
>> Both systems are on RMS 2.0 latest support pack.
>
>


Posted by Joie on December 22, 2008, 9:14 am
Please log in for more thread options
I am using SQL server 2005 standard edition
On my machine the bcp tool is located at
C:Program FilesMicrosoft SQL Server90ToolsBinn


> Thanks for your reply, Joie.
>
> I have the SO adminitrator installed on the backoffice system. The main
> reason I don't want to connect to the POS database is that all my online
> orders are processed in Quickbooks. Only the credit card processing is
> done in the backoffice POS.
>
> Every day I extract all the sales and tender details from the POS and load
> those into Quickbooks as well. Connecting the backoffice to the POS would
> give me wrong tender totals, as for the online orders i would not have the
> sales to go with it.
>
> Is the bcp utility also part of store operations or only part of a full
> SQL server installation? I only have store operations but not a full SQL
> server installed on the backoffice pc.
>
>> Mmm,
>>
>> Is there a reason why you dont install the Store Operations
>> administrator/ manager at back office so that you can connect to the
>> online POS database ?
>>
>> I am not sure whether there is an easy way to synchronize 2 tables in
>> database
>> The hardway would be:
>> 1. export the item table content . i think use a bcp command line utility
>> that comes with SQL server installation
>> 2. Import back usig the same bcp utility at the target machine
>>
>> But this would be one way synchronization
>>
>> rgds,
>> Joie
>>
>>> In my backoffice i use a copy of my POS item database. I mainly use it
>>> to print mass labels and to process my online orders. This database is
>>> not connected in any way to the POS database.
>>>
>>> What I would like to do is to synchronize the items table between POS
>>> and backoffice. I just would like to get all new or updated items from
>>> the POS maybe once a week, or whenever i know i made changes to the POS
>>> items table.
>>>
>>> Is there an easy way to get this done? I don't want to just restore an
>>> entire backup as I would loose my online order payment processing.
>>>
>>> Both systems are on RMS 2.0 latest support pack.
>>
>>
>



Posted by Gerd on December 23, 2008, 7:31 am
Please log in for more thread options
Thanks Joie, I'll check it out.

>I am using SQL server 2005 standard edition
> On my machine the bcp tool is located at
> C:Program FilesMicrosoft SQL Server90ToolsBinn
>
>
>> Thanks for your reply, Joie.
>>
>> I have the SO adminitrator installed on the backoffice system. The main
>> reason I don't want to connect to the POS database is that all my online
>> orders are processed in Quickbooks. Only the credit card processing is
>> done in the backoffice POS.
>>
>> Every day I extract all the sales and tender details from the POS and
>> load those into Quickbooks as well. Connecting the backoffice to the POS
>> would give me wrong tender totals, as for the online orders i would not
>> have the sales to go with it.
>>
>> Is the bcp utility also part of store operations or only part of a full
>> SQL server installation? I only have store operations but not a full SQL
>> server installed on the backoffice pc.
>>
>>> Mmm,
>>>
>>> Is there a reason why you dont install the Store Operations
>>> administrator/ manager at back office so that you can connect to the
>>> online POS database ?
>>>
>>> I am not sure whether there is an easy way to synchronize 2 tables in
>>> database
>>> The hardway would be:
>>> 1. export the item table content . i think use a bcp command line
>>> utility that comes with SQL server installation
>>> 2. Import back usig the same bcp utility at the target machine
>>>
>>> But this would be one way synchronization
>>>
>>> rgds,
>>> Joie
>>>
>>>> In my backoffice i use a copy of my POS item database. I mainly use it
>>>> to print mass labels and to process my online orders. This database is
>>>> not connected in any way to the POS database.
>>>>
>>>> What I would like to do is to synchronize the items table between POS
>>>> and backoffice. I just would like to get all new or updated items from
>>>> the POS maybe once a week, or whenever i know i made changes to the POS
>>>> items table.
>>>>
>>>> Is there an easy way to get this done? I don't want to just restore an
>>>> entire backup as I would loose my online order payment processing.
>>>>
>>>> Both systems are on RMS 2.0 latest support pack.
>>>
>>>
>>
>
>


Similar ThreadsPosted
Synchronizing table: Item -> Run-time error '-2147217833 (80040e57 December 9, 2005, 4:41 pm
1 BackOffice 2 Stores July 2, 2009, 12:19 pm
Adding Broadband to POS and Backoffice Computer System February 28, 2006, 9:30 pm
Network question RMS 2.0 (POS talking to backoffice server) March 3, 2008, 8:00 pm
Problem with synchronizing May 1, 2008, 9:34 pm
store not synchronizing with HQ May 14, 2009, 1:01 pm
Synchronizing Custom Tables February 6, 2006, 10:10 pm
Custom Table synchronizing.. February 7, 2006, 9:14 pm
Offline Database Synchronizing February 25, 2007, 1:39 pm
How to tell what Items added in store ops after synchronizing with May 12, 2009, 10:24 am

Contact Us | Privacy Policy
This site is not affiliated with Intuit - makers of Quickbooks and Quicken software
This site is not affiliated with Sage Software - makers of Peachtree accounting software
XML SitemapXML Sitemap