Featured Post

#SQLSAT51 Nashville is Coming!

SQLSaturday #51 Nashville is coming up this weekend and it looks like it is going to be great. Where else are you going to get totally FREE training in the Nashville area? Slide decks are ready to go and I am just now trying to create some more awesome demos for my presentation on Change Data Capture. I will be sure to chock it full of tons of sneaky ninja DBA tricks that you can use in your environment to make yourself look like a pro! You could be cool like all the people who are already going! Registration is still open here so sign up and quit procrastinating . Cheers! AJ                          

Read More

Problems synchronizing Oracle IRM desktop in a VMWare image

Posted by RSSFeed | Posted in Uncategorized | Posted on 01-10-2008

0

IRM Server Cannot Connect On Sync in VMWare
This question came up recently where someone was trying to sync a users rights with the Oracle IRM desktop from the IRM server. The environment was all hosted inside a VMWare image and unfortunately due to the nature of the way the Windows environment, when hosted inside a VMWare image, reports it’s network connectivity status, the IRM Desktop can have problems synchronizing rights. I thought I would quickly write the answer to this up in case anyone is building an IRM environment in VMWare.
Forcing the Oracle IRM Desktop online using registry settings The detail in this problem is when the Oracle IRM Desktop tries to do a sync, it first makes an operating system check to see if the machine is online or offline. However the Windows call made can often return a state of offline, even when there is valid connectivity. It seems to be an issue with the underlying VMWare network layer and the Windows operating system. Therefore we added some code which bypass these checks and always assume the system is online. This code can be used by adding two registry settings
HKLM/Software/Sealedmedia/Common: value sealedmedia.http.online, set to string "1"
HKCU/Software/Sealedmedia/Sync/Auto: set value Online to "1"

Go to Source

Write a comment