torsdag 30 juni 2011

Extranet rebuild with Xpages and QNova doc manager

måndag 27 juni 2011

Change password of is file using cmdline or api

Does anybody know if it's possible to change password on a notes id file using some c api or using a prebuild commandline application?

torsdag 23 juni 2011

Microsoft got to be kidding 16GB

When doing a systemstate backup on a very small Activedirectory less than 25 users no special things at all.
This backup takes up 500mb in windows 2003 I think this is huge.
But When I did the same backup of the systemstate in Windows 2008 16GB

Microsoft must be kidding, who wrote this backup of the Active directory?
What where they thinking, I don't have a clue what needs to be backuped so lets backup all
the files on the server?

Please someone build a Active directory substitute so we can get rid of this crap...

Rules in my inbox is dead part 2

I have now got the inbox rules to work again. Thought I would share with everybody how I got this to work.

I haven't found any good way to debug the server rules on the server but I found this out.
By reading some code. ;-)

1. All rules are resaved everytime you move a rule up and down.
2. The rules are stored in the Calendar Profile document
3. You can max have 100 rules per inbox
4. The Calendar Profile document can start acting strange due to policy changes if you use them

What did I do to make my rules work

1. Checked that I didn't have 100 rules
2. Created a rule based on sometime in a title of an email
3. Placed the rule at the bottom of my Rules list, so it would evaluate last
4. Tested that the rule didn't work
5. Started to move the rule up and sending one email per move
6. Found the faulty / corruped rule and removed the rule

And now everything work great...

tisdag 21 juni 2011

NSD.exe is using 50% cpu on my machine

I was working today and suddenly I found that my pc was very hot and the fan was running all the time. What is making the machine work like this I thought.

Looked at the taskmanager nsd.exe (32 bit app) is uinf 50% cpu.

I killed the task but why is it using 50% cpu any ideas?

tisdag 14 juni 2011

Fill out the usability study email with social networks

Got this in my email today and I could share the url to the study
So feel free to send some comments back to IBM how you want the next generation
email to be.

söndag 12 juni 2011

No need for MS Office anymore with 8.5.3

If the gold version of Lotus Notes 8.5.3 has Symphony 3.0 as the beta releases has then
The need to Microsoft Office on company pc is almost 0%


The new support for VBA script is the key enhancement that will make the transition from Ms Office to Symphony easier. Why pay alot for MS Office when you can use Symphony for free??

disclaimer
'This is beta software from IBM and does not represent a commitment, promise or legal obligation by IBM to deliver, in a future release of Notes/Domino or Lotus Notes Traveler, any material, code or functionality described/shown in this presentation.'

Version 8.5.3 will make your inbox life easier

If the functionallity in the beta of 8.5.3 will be added to the gold version.

I don't know if you are finding old emails from people, often. But this is something I do in my inbox all the time. I even has created my own view "by email" but In 8.5.3 of Notes with upgraded design of you mailbox to 8.5.3. You can do a search by sender and search by subject.

This are great addons if you ask me, they will most definate help me and hopefully many other users.


disclaimer
'This is beta software from IBM and does not represent a commitment, promise or legal obligation by IBM to deliver, in a future release of Notes/Domino or Lotus Notes Traveler, any material, code or functionality described/shown in this presentation.'


fredag 10 juni 2011

Rules in my inbox is dead

I'm a fan of rules in my inbox but suddenly they are not working.

  • I have tried to deactivate them and reactivate them.
  • Delete the profile document and recreate it.

No Luck so far :-(

Any idea how to debug / fix the problem.
Send me a comment please!!

onsdag 1 juni 2011

Loading an image from the nsf

I'm trying to load an image stored in the .nsf file into an java image.
And then adding this into an IText pdf.

Does anybody know how to load an image in XPages?

I have seen examples using this.getClass().getResourceasStream(XXX)
I don't get an error using this but I don't get any picture probably the wrong path.

If so Does someone know what path to use if the image is uploaded as an ordinary image or in the web-inf folder.

Thanks
Fredrik