web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics RMS (Archived)

Error trying to implement the Offline Database option on a store

(0) ShareShare
ReportReport
Posted on by

Im getting this error when trying to sync transaction on offline database to primary server.

some one cant help me to solve this issues, we need to do maintenance to the primary server and 1 day the online server need to be shutdown. But the offline server was getting that error. I check the database on Store Operations Administrator and not getting error about integrity of the tables.

*This post is locked for comments

I have the same question (0)
  • Community Member Profile Picture
    on at

    Solve

    Easy a Reindex work for me. jejeje

    Store Operations Manager > Database >Reindex

  • vijaya pandian Profile Picture
    160 on at

    Are you using SQL 2005 Express Edtion if yes please enable Adhoc Remote queries in surface are configartion.

  • Suggested answer
    Mian Sufian Profile Picture
    on at

    I have enabled this option and it works fine. My primary and offline databases are being synchronized when I execute z report on POS.

    Follow these steps to enable

    Start-> Microsoft SQL server 2005 -> Configurations Tools -> SQL Server Surface Area Configurations

    Then Click

    Surface area Configuration for features

    Then select check box with the option of “Enable OPENROWSET and OPENDATASOURCE support”

  • Community Member Profile Picture
    on at

    I have a same problem, but i am using sql server 2008 r2.

    where is the " Enable OPENROWSET AND OPENDATASOURCE SUPPORT" option for sql 2008 r2?

  • Jeff @ Check Point Software Profile Picture
    13,382 on at

    There isn't one in 2k8; run this instead;

    -- Turn on advanced options

    EXECUTE SP_CONFIGURE 'show advanced options', 1

    RECONFIGURE WITH OVERRIDE

    -- Set max server memory = 6400MB for an 8g Server machine  -- 1/2 for 4g

    EXEC  sp_configure'max server memory (MB)',6400;

    RECONFIGURE WITH OVERRIDE

    -- Turn on Ad Hoc Queries

    EXECUTE SP_CONFIGURE 'Ad Hoc Distributed Queries', '1'

    RECONFIGURE WITH OVERRIDE

    -- Turn off advanced options

    EXECUTE SP_CONFIGURE 'show advanced options', 0

    RECONFIGURE WITH OVERRIDE

    -- Change Recovery Mode to Simple to prevent log file growth

    ALTER DATABASE "databasename" SET RECOVERY SIMPLE

    -- Turn off AutoClose in Express versions

    EXEC sp_dboption 'databasename', 'autoclose', 'FALSE'

    You need modify the line ending in 6400 depending on the amount of RAM you have, its set for 8g, change to 3200 for 4g,1600 for 2g

    Then modify the last two sections containing the databasename and change to your our database name.

  • Suggested answer
    RMS Goddess Profile Picture
    172 on at

    Thank you Jeff!  This was perfect and solved my issue perfectly!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics RMS (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans