Will Joe
My feedback
5 results found
-
1 vote
An error occurred while saving the comment -
1 vote
An error occurred while saving the comment Will Joe commentedChange The Mail Delivery Location
Another solution is to add a new data file and set Outlook to use it to store your emails. This will create a fresh data file for Outlook and will usually fix the “Outlook data file cannot be opened” error.Open the Start Menu and launch Outlook.
Click the File tab at the top of your screen.
Select Info from the options in the left sidebar. Then click Account Settings on the right-hand side pane and select Account Settings again.
By default, you’ll be in the Email tab. Switch to the Data Files tab and click the Add button to add a new data file.
Outlook will ask where you’d like to save the file. Choose a location, enter a name for the file, and click OK to save the file.
Outlook will still use your old data file to save your messages. Change that by setting your new data file as the default data file. Select your newly created file in the list and click Set as Default at the top.Hope this helps,
Will Joe -
1 vote
An error occurred while saving the comment Will Joe commentedFrom Document#1697401 In some cases, the issue is resolved by closing all open tabs in Notes, closing Notes, deleting the local cache. NDK file (located under your Notes\data\ directory) and restarting Notes. In other cases, deleting the ByURL view in bookmark.
This may help
-
1 vote
An error occurred while saving the comment Will Joe commentedOst file permission, follow these steps below: 1) In Outlook, click File > Account Settings > Account Settings, select your account, click Data Files tab, then click Open File Location. 2) In the pop-up window, right click the selected file, choose Properties. 3) Select the Security tab.
Regards,
Will Joe -
1 vote
An error occurred while saving the comment Will Joe commentedChoose Account Settings > Account Settings. On the Email tab, choose your account (profile), and then choose Repair. Note: The Repair option isn't available if you're using Outlook 2016 to connect to an Exchange account. Follow the prompts in the wizard, and when you're done, restart Outlook.
Regards,
Will Joe
RESTORE DATABASE MYDB_ABC FROM DISK = 'C:\path\file.bak'
WITH MOVE 'mydb' TO 'c:\valid_data_path\MYDB_ABC.mdf',
MOVE 'mydb_log' TO 'c:\valid_log_path\MYDB_ABC.ldf';
Check with this.