Troubleshooting
Search for what you're seeing, or browse the reference below. Each symptom links straight to the page that explains the cause and the fix.
Find your symptom
First steps for any issue
If your symptom isn't listed above, run through these in order. They resolve a large share of incidents on their own.
- 1Check the transactions logMost integration problems show up here first. Open errors and read the latest failure message.
- 2Verify connectivityConfirm the back-office system is online and that firewalls allow traffic from Dime.Scheduler to it. 504 / timeout errors almost always come from here.
- 3Re-check authenticationCredentials, secrets and API keys expire. Make sure the configured account hasn't rotated, locked, or lost the required permissions.
- 4Hard-refresh & re-loginFor UI oddities and stale data: Ctrl+F5, try an incognito window, and log out and back in to pick up role and translation changes.
Browse other areas
Still stuck?
Gather the error message, a screenshot, the exact steps to reproduce, and the time it started. For urgent issues affecting production systems, contact support directly with that diagnostic information ready.
Reference​
The sections below are the same answers, listed in full. Use them when you'd rather skim than search.
Authentication​
How can I reset my password?​
Follow the password reset guide. It applies to Forms users only. For Windows and Microsoft Entra ID accounts, contact your network administrator instead.
Map​
My job or resource doesn't show on the map​
If a record is missing from the map component, it almost always means Dime.Scheduler could not turn its address into coordinates. The map silently skips anything without a latitude and longitude.
The usual suspects, in order:
- The address is too vague to resolve. "Main Street" with no city, "HQ" as the entire address, or a single building name in a country that has hundreds of them gives the geocoder nothing to lock onto. Add the street number, zip code, city, and a country code.
- The address sits in the wrong column. The structured columns (street, street number, zip, city, country) are much easier to resolve than the free-text full-address field. If the back-office system dumps everything into one line, fix it upstream where possible.
- The country is in a localized name, not an ISO code. "Belgique" or "Belgien" instead of "BE" trips up the geocoder. Ask your administrator to add the missing entry in the localization view.
- The address is on the blacklist. Dime.Scheduler remembers addresses it has already failed to resolve and skips them on subsequent runs. If you have since corrected the data, ask your administrator to look at the geocoding documentation and, if needed, contact support to clear the stale entry.
To force a fresh attempt for a single record, an administrator can use the per-row geocode button on the jobs or resources page. After it succeeds, refresh the planning view.
Browser​
Share your location with Dime.Scheduler​
By default, Dime.Scheduler centers the map on the company's address, which you set in the application setup. When no address is available, it falls back to the current user's location. Both behaviors are configurable.
Chrome​
- Open the browser
- At the top right, click More and then Settings.
- Under "Privacy and security," click Site settings.
- Click Location.
- Turn Ask before accessing on or off.
Edge​
- Open the browser
- At the top right, click More and then Settings.
- Under "Site Permissions," click Location.
- Turn Ask before accessing on or off.
Firefox​
- Click the menu button Menu and select Options.
- Use the Options search box to search for "location".
- In the search results under Permissions, click the Settings button to the right of Location
- The Settings - Location Permissions dialog box will open.
- Review or change the list of sites with allowed or denied location permission.
How do I get Chrome to prompt "Always open these types of links" when opening NAV/BC URIs?​
This is a known issue in Chromium, the open-source project behind Google Chrome and others. Until it is fixed, use this workaround:
- Close all Chrome browsers
- Edit the following file:
C:\Users\<username>\AppData\Local\Google\Chrome\User Data\Default\Preferences - Insert the following snippet at the bottom, just inside the last closing bracket:
,"protocol_handler":{"excluded_schemes":{"dynamicsnav":false}}
Opening file URLs in Chromium browsers​
When you open a URL like file://\server\directory\file.docx in Google Chrome, the console logs this error:
Not allowed to load local resource file://server/directory/file.docx
This is a security feature that prevents navigation across security boundaries. Chrome extensions such as Local Explorer can work around it. Download and use them at your own risk.