User login
Quick Help
SVN Commit Log
Locum
rev 164: 06.07.10 10:33
submitted by: jblyberg
Small adjustment to the .ini file.
Fixed a bug in the syndetics code that prevented syndetics cache from timing out correctly.
Fixed a bug in the syndetics code that prevented syndetics cache from timing out correctly.
Connectors
rev 126: 06.12.10 1:53
submitted by: smaskit
refactor: replace all instances of self:: with $this-> in iii 2007 connector
License Informaiton
SOPAC, Locum, and Insurge are made freely available under the GNU Public License v3
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 License
Search
New forum topics
Recent comments
- Call Centre India
1 week 5 days ago - VMware Workstation or Server?
2 weeks 1 day ago - Dedicated Server India
2 weeks 3 days ago - Did you create a file called
4 weeks 2 days ago - I've run it against a 2009B
6 weeks 1 day ago - Sort of. We're using the
9 weeks 6 days ago - I'd like to say before ALA
13 weeks 6 days ago - Do you have a ETA for your
14 weeks 17 hours ago - From what I've heard, the
14 weeks 1 day ago - You'll need to enable
14 weeks 1 day ago



Hello,
There is in a fact a 2007 version of Millennium, which we here at UNLV are running. For testing, I've modified the 2006 connector slightly to work with 2007.
The only thing I had to do was change locum_iii_2006.php. There is a line in there (Line 76), which says:
"case 'MAT TYPE':"
I changed this to:
"case 'BCODE2':"
without any of the quotes.
The XML files for Mil. 2006 and 2007 are slightly different, in that the material type is no longer taken from an XML node called "MAT TYPE" but now from a node called "BCODE2." Once this is changed, I was able to import all of my data without a problem (well, watch out how many child processes you start up, you might put some severe load on your III server!).
Hope this helps!
Brian Egan
Brian, Thank-you. We're about to upgrade to 2007 here in the next several weeks and I will be releasing the updated 2007 connector.
I have committed a slightly upgraded version of the 2007 connector. As part of his upgrade from 2006, John modified how we gather on the fly information about an item's status. It now goes to a summary URL where it can find out whether any holds have been placed on the item. It also checks whether the summary URL contains all of the records for the item. If it does not, it goes to a second URL which contains all of the records, but does not indicate whether any holds it in place). However, it was gathering information about the holdings from the first URL, even when the second URL was needed. Thus any additional records added by the second URL were being missed. I have now corrected this by gathering the information after the second URL has been loaded.