Lotus Notes: Corrupted ID file [closed] - email

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I'm working as service desk guy. An user has reported today, that he's unable to start his Lotus Notes client because of getting this error: Problem with ID. I have asked our Lotus Notes/Domino administrators if they have any idea what might be wrong, but they just simply turned me down saying the user should ask his local IT team for help, which is hardly a solution, because the user is somewhere in Asia on weak (if any) internet connection most of the time.
I'm quite positive something must be wrong with his local ID file, because he is able to send e-mails from Lotus Traveler and probably webmail too (but hasn't confirmed that yet).
I would be grateful for any suggestions what might be causing the error and how to fix it.

If the Id file is corrupt then the only solution is to replace the id file with a working copy. There is no "id- fixup" or any other cure for a defective id.
In an environment, where all possibilities that IBM delivers are in use, getting a new id file is as easy as deleting the old one and restarting the client.
This function is called "Id Vault".
Without a vault, someone at the helpdesk has to either
- recover the ide using the id recovery (if in use, it is the function that was used before id vault)
- get the id file from a backup
- recreate the id file (loosing all encrypted data that has been encrypted with the broken id)
So: there is nothing for you to do, as all of these steps need a domino- administrator.
As written earlier: the only chance is to rename the id... If ID Vault is in place, it will be automatically recreated

Related

Export outlook data to local drive and then delete off exchange server [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 days ago.
Improve this question
A user of mine has 99% full disk space. They need their files for future reference but need to get rid of them somehow.
I want to export all Outlook data from 1/1/2022 and older, save it to their OneDrive, and then delete what I just exported from the exchange server.
Whats the most efficient way of doing that?
I tried archiving but I learned that makes a copy of the data and keeps it on the server.
I tried doing an export, but that appears to be almost the same as archiving but just not a "live" version.
I tried manually searching a date range, moving them to a folder, and then deleting them, but that was going to take FOREVER because of how long it took to load.
A user of mine has 99% full disk space.
In that case you can limit the size of cached data in Outlook or just consider using the non-cached mode where all the data will be retrieved from the Exchange server online. For example:
You can read more about that in the Managing Outlook Cached Mode and OST File Sizes article.

JWT links in emails coming back corrupt/invalid [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 11 months ago.
Improve this question
A change was made to have links in our emails changed from a token-based format to JWTs. After enabling this feature in production we started seeing a percentage of errors on our servers about not being able to decode the JWT as it was not valid. Looking at the invalid JWTs they appear to be totally different than what we were sending out (not even a subset of the JWT appears to be the same). Our best guess is something along the way was mangling the base64 encoding of the token parameter in our URL querystring. Every invalid request came from an IP associated with a "Microsoft Corporation" data center, widely spread across the US, not just a single data center or two. Also the user agent is predominately windows, although we have seen one or two linux. Interestingly no errors from OSX yet.
Is there some kind of link prefetch/virus scanner/etc somewhere in azure/microsoft/outlook/live.com land that I don't know about that may be causing this?

What is the most safe way to protect Word document from editing and copying [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 10 months ago.
Improve this question
I need to protect my Microsoft Word document against text copying.
I have found a solution in restricting the permissions described here.
Instead of "No Changes (Read only)", I use "Filling in forms" and then insert the password.
My question is: is this way really safe? Can't someone hack my password?
PS: I have read that it is possible to save the document as HTML and then to find the hex version of pass in the code of the document. But I myself couldn't decrypt it.
As long as anybody can read it, there's no way you can prevent people from copying and pasting it in another file with a 100% success.
Even if selection is disabled, you would still need to deal with the analog hole. In layman's terms, there's nothing you can do to prevent people from, for example, printing it then OCRing it to a new Word document, getting an editable version that way.
That said, you're probably better exporting to PDF if you want to prevent most people from editing them.
I agree completely with what Marcos says. However there is a more secure way than using forms protection (which is in no way secure!) to prevent copying from within the Word application interface. Look up the term "Information Rights Management" in connection with the version of Office you're using.

SSRS 2008 Permission Issue [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I've spent almost whole day fixing permission issue on Reporting Server without any success. So would really appreciate any help.
Reporting services were already installed on the pc, but weren't ever used before.
PC is running Win Server 2008 R2 Standard SP1
Pc is not in domain.
SQL is 2008.
In Reporting Service Config Manager I setup account to 'Local System' and tried to access http://server/ReportServer (I tried any different accounts)
And here comes my problem.
I keep getting error
The permissions granted to user 'username' are insufficient for performing this operation. (rsAccessDenied)
I'm logged in as admin account. I understand that this is permission issue, but really not sure where can I fix this.
Also user has db_owner + RSExecRole in ReportServer db
I can access http://server/Reports, but don't see site setting link.
Thanks for any suggestion.
OK, I found solution that worked for me. I had to edit RsReportServer.config file
<AuthenticationTypes>
<RSWindowsNegotiate/>
<RSWindowsNTLM/>
</AuthenticationTypes>
I replaced code above with this
<AuthenticationTypes>
<RSWindowsBasic/>
</AuthenticationTypes>
Hope it helps someone else.
Looks like your user have the lowest permissions basing on what you said that you can go to http://server/Reports
but do not see this
To further see if you really have permission issues you need to use SSMS to open your reporting server instance like such
If you successfully log in to that instance you should be able to see and manipulate the following roles and what the roles can do
I suggest giving full access to the Browser role and check now if you can get the site settings

How does critsend gather "Spam folder statistics with addresses"? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Apologies if this is the wrong site - not really sure which site is best for this, but since it's SMTP-related (or is it?), I figured maybe this site had the best audience.
My company just set all of our live servers to route email through Critsend (at a cost). Apparently we've had some people complain about emails going missing, and this service lets us track it better...
I was pretty shocked, and said "There's nothing they can possibly tell us, that we can't get from the SMTP server logs!". However, I was given a huge list of features they support, including this:
Spam folder statistics with addresses
Apparently, they can tell us how many (and which!) emails went into spam folders.
I've done a little SMTP in my time, and I'm certain there is no way to get this information. So, what are they doing to claim this feature? (Note: Sadly, I don't have any access to actually see one of these reports).