Perceptive Accounts Payable Invoice eform

Similar documents
Installation and Setup Guide Version: 10.0.x Compatible with ImageNow Versions: to 6.6.x

ImageNow Accounts Payable Invoice eform

ImageNow Content Modeling

ImageNow Accounts Payable Invoice eform

Installation and Setup Guide Version: x Compatible with ImageNow Versions: to 6.7.x

Perceptive AP Invoice eform

ImageNow Retention Policy Manager

Perceptive AP Invoice eform

Perceptive AP Invoice Processing Solutions

Intelligent Capture for Transcripts Process Integration

ImageNow eforms. Getting Started Guide. ImageNow Version: 6.7. x

Perceptive Accounts Payable Invoice eform

Perceptive AP Invoice eform

Perceptive AP Invoice Processing Solutions

Installation, Upgrade, and Setup Guide Version: 10.2

Perceptive Enterprise Deployment Suite

AccessVia Publishing Platform

Perceptive Connector for Microsoft Dynamics AX

Business Insight Authoring

Perceptive Enterprise Deployment Suite

ImageNow ERM Suite. Installation and Setup Guide. ImageNow Version: 6.7. x

Content Modeling for Administrators

Perceptive Interact for Microsoft Dynamics AX

Perceptive Content Licensing

Perceptive Interact for Microsoft Dynamics CRM

File Processing Agent

Perceptive Connect. Installation and Setup Guide. Beta version: Compatible with ImageNow, versions 6.6.x and 6.7.x

Perceptive Content. New Feature Introduction. Version: 7.0

Perceptive Workgroup Search

Department Administration

Perceptive Connect Runtime

Cluster Resource Monitor

Perceptive Process Mining

Perceptive Accounts Payable Invoice eform

Perceptive Reflect. Installation and Setup Guide. Version: 2.3.x

ImageNow. Product Readme. ImageNow Version: 6.7. x

Perceptive Document Composition

Replicating Perceptive Content to a Test Environment

Perceptive Intelligent Capture

Perceptive Interact for EpicCare Link

Using Data Replication with Merge Apply and Audit Apply in a Single Configuration

Replicating Perceptive Content to a Test Environment

ImageNow Administrator

Healthcare Database Connector

ImageNow Language Pack

Perceptive Document Composition

Healthcare Database Connector

ImageNow Interact for Xerox

Perceptive Workgroup Search

iconvert for Perceptive Content

Perceptive Intelligent Capture Visibility

Perceptive Accounts Payable Invoice eform

Perceptive Intelligent Capture

Perceptive Content. Release Notes. Version: 7.0.x

Perceptive Accounts Payable Invoice eform

Perceptive Document Composition. Patch 5.3.4

Perceptive Enterprise Deployment Suite

ImageNow Interact for Lexmark

Perceptive Connector for Microsoft Dynamics AX

Perceptive Content. Release Notes. Version: 7.0.x

Perceptive Connector for Microsoft Dynamics AX

Perceptive Interact for Epic

Perceptive Interact for Epic Release of Information

Perceptive Accounts Payable Invoice eform

ImageNow Interact for Microsoft Office Installation and Setup Guide

Perceptive Intelligent Capture for Invoices

Interact for Epic. Installation Guide. Version: 6.7.x

Perceptive XML Integration for Epic

Perceptive Media Connector

Perceptive Accounts Payable Invoice eform

Publishing Platform for Retail

Perceptive DataTransfer

Related Documents and Projects Getting Started Guide

Perceptive Intelligent Capture Project Migration Tool. User Guide. Version: 2.0.x

Perceptive Interact for Microsoft Dynamics AX

Perceptive Content. Release Notes. Version: 7.2.x

Oracle Database Creation for Perceptive Process Design & Enterprise

File Processing Agent Installation and Setup Guide

Perceptive Intelligent Capture

Perceptive Accounts Payable Invoice eform

Perceptive Enterprise Search

Interact for Xerox. Installation and Setup Guide. Perceptive Content Version: 7.1.x

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

AccessVia Publishing Platform

Full Text Search Agent Throughput

Perceptive Process Enterprise - UNIX Installation Guide

Microsoft SQL Installation and Setup

DataCapture Transcript Processing

Perceptive Voucher Build Connector for PeopleSoft

Perceptive Enterprise Deployment Suite

ImageNow Patch Readme

Perceptive Accounts Payable Invoice eform

Perceptive Experience Healthcare Apps

Import Agent DOD_XML Mode

Perceptive Process Mining

WF-distiller Installation Guide

Perceptive Experience Content Apps

DataCapture Installation and Setup Guide

ImageNow Interact for ESRI ArcGIS Server Installation and Setup Guide

Perceptive TransForm and Perceptive Conent Integration

Transcription:

Perceptive Accounts Payable Invoice eform Virtual Tables Migration Guide Perceptive AP Invoice eform version: 10.x to 11.x Written by: Product Documentation, R&D Date: August 2013

2012 Perceptive Software. All rights reserved Perceptive Software is a trademark of Lexmark International Technology S.A., registered in the U.S. and other countries. All other brands and product names mentioned in this document are trademarks or registered trademarks of their respective owners. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or any other media embodiments now known or hereafter to become known, without the prior written permission of Lexmark.

Table of Contents Overview... 4 Migrate virtual table schema... 4 Page 3 of 6

Overview This document explains how to improve database performance by upgrading your AP Invoice eform to use de-normalized tables. This process involves running the following scripts: AP_VirtualTable_Purge.js This script purges your virtual table data. AP_VirtualTable_Migrate.js This script backs up your virtual tables, copies existing virtual table data to the new schema, and creates new custom properties and virtual tables to match the new schema. AP_VirtualTable_MigratePurge.js This script removes all records in the virtual table that were previously renamed during the backup process. Migrate virtual table schema Important We recommend performing a full system backup before upgrading your AP Invoice eform. Because the migration process may take several hours, we recommend that you perform these steps after normal business hours. To migrate virtual table schema, complete the following steps. 1. On the ImageNow Server computer, locate INTool by accessing command prompt and changing the directory to \inserver6\bin. Note To use the 64-bit version of INTool, change the directory to \inserver6\bin64. 2. Complete one of the following actions: If you want to retain current virtual table data, continue to the next step. If you do not want to maintain current virtual table data, complete the following substeps: 1. In a text editor, open the AP_VirtualTable_Purge.js script and locate the purgelist object. 2. For each table that you want to purge, configure each of the following objects: name The name of the virtual table you want to purge. active_column If you want to purge by active custom property, set this value to the name of that custom property. The naming format for new schema is Z_APW Active- <substring of table name>. The naming format for old schema is Z_APW Active. active If you are purging based on an active custom property, set this value to true. Otherwise, set this value to false. date_column The custom property name for the Z_APW Date Last Updated. The naming format for new schema is Z_APW Date Last Updated-<substring of table name>. The naming format for old schema is Z_APW Date Last Updated. Numberofdays The integer value that determines the age of the data you want to purge. 3. Save the AP_VirtualTable_Purge.js script. 4. Enter the following command to run the AP_VirtualTable_Purge.js script: intool --cmd run-iscript --file AP_VirtualTable_Purge.js Page 4 of 6

3. To migrate the virtual table schema and data, enter the following command to run the AP_VirtualTable_Migrate.js script: intool --cmd run-iscript --file AP_VirtualTable_Migrate.js This script retains current virtual table data by renaming each virtual table name. It also creates a new set of unique custom properties and new virtual tables, and then associates the two of them. 4. For each newly created virtual table, update the privileges to grant Use access to the appropriate users and groups. For more information, refer to the Update the virtual tables section in the AP Invoice eform Installation Guide 10.x. 5. Optional. If you exported your virtual table data before the migration process, complete the following substeps: 1. Verify your virtual table data is stored in the directory that you defined as the inputpath in the AP_VirtualTable_Updater.xml configuration file. For more information, refer to the Virtual Tables CSV Files section in the Accounts Payable Invoice eform Supplemental Guide. 2. Enter the following command to re-import the data: intool --cmd run-iscript --file AP_VirtualTable_Updater.js For more information, refer to the Update the virtual tables section in the AP Invoice eform Installation and Configuration Guide 10.x. 6. After verifying the eform is functioning properly, enter the following command to run the AP_VirtualTable_MigratePurge.js script and purge the backup data: intool --cmd run-iscript --file AP_VirtualTable_MigratePurge.js This script removes all records in the virtual table that were previous renamed during the backup process. 7. Restart the ImageNow File System. 8. To remove the legacy custom properties and project types from the system, complete the following steps. 1. To remove the legacy project type, complete the following substeps: 1. In the Management Console, in the left pane, click Project Types. 2. In the right pane, select the appropriate project type and click Remove. 3. Click OK. 4. Repeat these steps for each project type you want to delete. 2. To remove the legacy custom properties, complete the following substeps: 1. In the Management Console, in the left pane, click Custom Properties. 2. In the right pane, select the appropriate custom property and then click Delete. 3. On the Delete Property dialog box, click Yes. 4. In the Confirmation dialog box, click Yes to continue. 5. Repeat these steps for each custom property you want to delete. Page 5 of 6

9. After the AP_VirtualTable_MigratePurge.js script is complete, you must reappy user and group privileges to your project types. For more information on assigning privileges, refer to the Assign privileges to a user and Assign privileges to a group topics in the Administrator Help available on the Perceptive Software website. Page 6 of 6