|
Posted by Shari on March 2, 2009, 5:40 pm
Please log in for more thread options In the item table I see all the items with the HQID, StoreID, and the
itemlookupcode. But when I look in the Store operations database the
itemlookupcode for that specific item is not in that database. I sent the
250 worksheet but that did not work. The item exist in the HQ database when
you run a query for the StoreID and the itemlookupcode. But when I go to the
physical store the item is not in the database. Do I need to delete the
store and create it back?
"convoluted" wrote:
> Check that the item is not flagged as inactive at the store.
>
> Query the store database as another option:
> select hqid, itemlookupcode, description from item where itemlookupcode =
> 'type_the_itemlookupcode_here'
>
> the hqid in the store db must match the item id in the hq db
>
> hope this helps
>
> "Shari" wrote:
>
> > Thanks for the help convluted. the 250 worksheet did not work. In the
> > initial implementation all items did exist in both databases. Subsequently
> > some items were deleted in the store database but still exist in the HQ
> > database. For example the store id is 30 and the item number is 120. In
the
> > HQ database you see the item existing for the store, but in the store
> > database you do not see the item. Is there any way to correct this.
> >
> > "convoluted" wrote:
> >
> > > Create and approve worksheet 250 for the items that are not in the store
> > > databae. Processing that worksheet will add them to the store operations
db
> > > - hope this helps
> > >
> > > "Shari" wrote:
> > >
> > > > I need to re synchronize the HQ database with store operations database.
> > > > There are items in the HQ database that do not exist in the store
operations
> > > > database. How can I go about doing re synchronization?
|