Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

oengine debug mode / oengine service - issue

I have an error with tables in the .dbt not being attached (by default it appears) - it does for one account, but not the other.

If I run in debug mode all is well
If i run in 'service' mose - tables is not attached.

This issue does not occur on my PC (running from IIS)

After setting up a repote development server I get the issue.
What could I have missed in my setup.?
What does the debug mode bypass?

Comments

  • Most likely your tables are being attached using a mapped drive rather than through UNC or using relative paths. The service operates under a different user context than the debug mode, so it cannot access mapped drives.
  • Awesome, thanks. That sounds like it is the problem.
Sign In or Register to comment.