Related Topics

INFO: ISO Auto Holding of Received APDU until Shipped APDU is received from Lender
INFO: Changing Note Types for ISO
INFO: Expire Dates and ISO ILL
INFO: Forwarding Requests via ISO ILL
See more

Other Support Options

Contact Atlas Systems
Phone Numbers, Support Options, Online Help, and more.
Listserv
Pose a question to other users.

Page Tools

Print this page Print this page
E-mail this page E-mail this page

Feedback

How helpful was this article?
Suggestions:

Revised:July 6, 2006 (gp)
Version:All Client Versions
Revision:3
HOWTO: Going Live with Lending or Borrowing Only
July 6, 2006

SUMMARY

If going live with the entire ILLiad System, there is a script in the Implementation Manual. However, once live with one module, a different script must be run to go live with Borrowing/Doc Del or Lending separately.

BORROWING EXAMPLES

Going Live with Borrowing Only (single server)

use ILLData
go
delete from Users where Username <> 'Lending' and Username <> 'Unmatched' and Username not in
(select Symbol from DeliveryLocations)
go
delete from ESPUpdate where ProcessType <> 'Lending'
go
update Transactions set SpecIns = Username, Username = 'BeforeLiveTest', ProcessType =
'TestBorrow' where ProcessType = 'Borrowing'
go
delete from UserAccounts
go
delete from UserAccountsLink
go
delete from UserNotes
go

Going Live with Borrowing Only (shared server) - replace XYZ with your site code

use ILLData
go
update Transactions
set ProcessType = 'TestXYZ', SpecIns = UserName, Username = 'BeforeLiveTest', TransactionStatus =
'Cancelled by ILL Staff'
where ProcessType = 'Borrowing'
and Username in (select username from UsersALL where NVTGC = 'XYZ')
go

LENDING EXAMPLES

Going Live with Lending Only (single server)

use ILLData
go
delete from ESPUpdate where TransactionNumber in
(select TransactionNumber from Transactions where ProcessType = 'Lending')
go
update Transactions set SpecIns = Username, Username = 'BeforeLiveTest', ProcessType = 'TestLend'
where ProcessType = 'Lending'
go

Going Live with Lending Only (shared server) - replace XYZ with your site code

use ILLData
go
delete from ESPUpdate where TransactionNumber in
(select TransactionNumber from Transactions where ProcessType = 'Lending' and Username = 'XYZ')
go
update Transactions set SpecIns = Username, Username = 'BeforeLiveTest', ProcessType =
'TestLendXYZ' where ProcessType = 'Lending' and Username = 'XYZ'
go

 

More Related Topics

INFO: RLG ILL Manager ISO Requests Require Title
INFO: ILLiad ISO ILL and Shared Server Configurations
INFO: Setting Lending Priorities for ISO ILL
HOWTO: Installing the ILLiad ISO ILL Service
INFO: ISO Illegal State Transitions
INFO: ISO ILL Networking
INFO: ISO Sending Failed - Resending ISO ILL Messages (APDUs)
INFO: ISO Numerical Reasons for No
INFO: Correcting a Missing ISOPaymentMethod Field After Updating to ILLiad Client Version 6.3.2.0
INFO: Running ILLiad ISO ILL under Windows NT 4.0 Server
INFO: Sending and Receiving ISO ILL Messages
INFO: Sending Lending Overdues via ISO ILL