Related Replicas

Did you know that some replica ID’s are
related to the replica ID of the NAB on your Domino server? This is so
that when a Domino server starts up and it is missing some of these databases
it can recreate them with a replica id that it knows will be the same as
the replica id on other servers. Here’s a full list of the ones that I
know about, updated for the Notes Domino 7 release.

I’m not sure why catalog.nsf moved from
01 to 07 in the later release, maybe it was a typo by some engineer?  This
could result in a problem in systems that have been upgraded from R4/5/6
to R7 as a newly created catalog.nsf would have mismatched replica id’s
and would not replicate throughout the domain.

8024712F:005B8FD7   –  
NAMES.NSF


8024712F:015B8FD7   –  
CATALOG.NSF


8024712F:025B8FD7   –  
EVENTS4.NSF


8024712F:035B8FD7   –  
ADMIN4.NSF


8024712F:045B8FD7   –  
STATREP.NSF ( R4 / R5 )


8024712F:075B8FD7   –  
CATALOG.NSF ( R7 ??? )


8024712F:0A5B8FD7   –  
DDM.NSF ( R7 )


8024712F:0B5B8FD7   –  
ACTIVITY.NSF ( R7 )

Tagged with:
Posted in Uncategorized

Currency Exchange Web Service Sample Database

After posting yesterday
about the pilot web service that returns currency exchange rates I sat
down to write a small sample database to show how to call the service from
Domino.  
Bill
Buchan
pointed me in the direction
of
Julian
Robichaux
‘s new JURST
library that makes calling web services as easy as two lines of code. I
just pointed to the WSDL and then called the service.  The demo database
just places the returned XML into a field on the form without any processing
so the next stage of the application would be to extract out all the exchange
rates.

You can download the demo here.
Oh and it only runs on Notes Domino 7.

Tagged with:
Posted in Uncategorized

Currency Exchange Rates Web Service

Here’s a great little web service I came
across while looking for a way to improve an expenses tracking package
that I wrote a long time ago.  I was thinking of ways to make the
package ‘multi-currency’ so that when a user enters in their expenses the
system would convert the amounts into the users payment currency.

The
Federal Reserve Bank of New York

has launched a
pilot
web service
that will allow
you to query the exchange rates on any particular day using a simple SOAP
call.  You could use this service to enhance your expenses tracking
system by making on-demand calls to the webservice while the user enters
the data or, and probably the way I’d do it, create an agent to make a
daily call to the service to get the full list and then store it for a
set period of time.  Both methods have their pros and cons, the on-demand
method may cause lots of requests to the service or may be thwarted by
corporate firewalls while the agents may have access through the firewall
but may end up pulling down data that will never be used.

You can get full details of the web
service at the site above, this includes the service’s WSDL which will
explains all the different methods of calling the service and also the
service endpoints that you need to connect to.

So what other uses could this have?
Well if you work in a financial institute you could pull down the exchange
rates for display on your corporate intranet or even write your own little
currency convertor but then again a call to Google with ‘
100
EUR in USD
‘ might be quicker.

Tagged with:
Posted in Uncategorized

Lotusphere Bootcamp

Some more information on the Lotusphere
Bootcamp
is now available.  It looks interesting and the ‘Meet The Geeks’ sessions
could be very popular.

Posted in None
Archives