5
Most read
14
Most read
15
Most read
Axiell North American User Conference 2017 #AXIELLNA201
7
MIMSY XG TIPS & TRICKS
Getting the most out of your system
#AXIELLNA201
7
• SQL Scripts are run in SQL
Plus
• Save the script to your
workstation or server
• Locations without spaces work
best
• Open SQL Plus
• Login by typing
<usersname>@<database>
• Hit ENTER
• Enter password
• Type the “@” sign and the
path to the script
• Some sites can drag and drop
Running a SQL Script
#AXIELLNA201
7
HELP DESK
#AXIELLNA201
7
• Needed workstations if SQL Plus or full versions of Crystal Reports are used
• TNSNAMES.ora controls connection info to the Oracle Server
• Typically in C:Program Files (x86)Axiell ALMMimsy XG 1.6oic11_2
• Must be logged into Notepad as an Administrator to edit
Verifying TNSNAMES.ora
XG =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = HOST IP HERE)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = ORACLE INSTANCE HERE)
)
)
• Set TNS_ADMIN in the Environment Variables
• Troubleshooting FAQs available via JIRA
#AXIELLNA201
7
• The xg.log holds information about errors
• Any time an error message includes a reference to “xg.log,” the Help Desk needs
the information to help resolve your issue
• The log is written to your workstation
FINDING THE XG.LOG
C:Users<USERNAME>xg.log
#AXIELLNA201
7
Crystal Reports
#AXIELLNA201
7
Crystal Reports – Passed Parameters
• Introduced with 1.5
• Automatically pass the single
record, current set, or current
group to the runtime report
viewer
• Described in Crystal Reports
Manual Version C
#AXIELLNA201
7
Crystal Reports – Change YYYY-MM-DD format
• Mimsy XG supports ISO Dates
• Values can be YYYY, YYYY-MM, and YYYY-MM-DD
• If you are certain that all dates are YYYY-MM-DD, use the CDate option
• For values that may be partial, use an if/then formula
#AXIELLNA201
7
If Len({VW_LOANS.LOAN_START})=4 then {VW_LOANS.LOAN_START}
else
If Len({VW_LOANS.LOAN_START})=7 then
Right({VW_LOANS.LOAN_START},2) & "/" &
Left({VW_LOANS.LOAN_START},4)
else
If Len({VW_LOANS.LOAN_START})=10 then
Right({VW_LOANS.LOAN_START},2) & "/" &
Mid({VW_LOANS.LOAN_START},6,2) & "/"
&Left({VW_LOANS.LOAN_START},4)
Crystal Reports – Advanced Date Formula
#AXIELLNA201
7
Crystal Reports – Reformat Maker Names
• Most names in Mimsy XG are in transposed order
• Users would like to see name in natural order on labels
• Use a formula to reverse the names
• 80 – 90% accurate. May still need some adjustments upon export
• Sample report may be requested via JIRA
#AXIELLNA201
7
Crystal Reports – Flat Values
• Values can be “flattened” into a single string
• Use a SQL Formula
flatvalues('VW_ITEMS_SUBJECTS', 'VW_ITEMS_SUBJECTS.SUBJECT',
'mkey = ' || "VW_ITEMS_SUBJECTS"."MKEY")
#AXIELLNA201
7
Mimsy XG Searching
#AXIELLNA201
7
Custom Search – One Keyword
• Oracle Text Index
• By default, searches Description, Collector, Culture, Item Name, Maker,
Materials, Note, Place Made, Place Collected, Title
• No wildcards needed
#AXIELLNA201
7
Custom Search – All Keywords Exist > AND
• Use X and Y
• May also enter words without separators (X Y)
• Every word must exist in the keyword index
• No guarantee that both words are in the same field
#AXIELLNA201
7
Custom Search – 1 of Multiple Keywords Exist > OR
• Use X, Y
• May also use X or Y
• Only one of the terms must exist in the keyword index
• May be used in combination with other operators
#AXIELLNA201
7
Custom Search – Keywords Near Each Other
• Near Search
• Use X, Y
• Number indicates max number of words that can separate terms
#AXIELLNA201
7
Custom Search – Linked Authorities
• Search the “Linked” Authority flexi fields in the Object Authority
• Does not search fields with designed flexis (Maker, Collector, Owner)
• Searches the Variations table where it exists
#AXIELLNA201
7
Mimsy XG Data Entry
#AXIELLNA201
7
• Need to include extra information to help disambiguate record?
• Modify the Special List value
Extending Dynamic Pop-Up Lists
select p.link_id kv,
p.preferred_name t2,
p.brief_bio t2, p.occupation
from people p,
people_variations v where
p.link_id = v.link_id and
nls_upper(v.variation) like
:filter and maker = :yflag
group by p.sort_name,
p.preferred_name,
p.brief_bio, p.occupation,
p.link_id order by
p.sort_name
#AXIELLNA201
7
• Lists that display certain values
based on entry in a related field
• Example:
CATALOGUE.CATEGORY1
controlling
CATALOGUE.ITEM_NAME
• First add the list values for the
primary field
(CATALOGUE.CATEGORY1)
• In the secondary field
(CATALOGUE.ITEM_NAME), set
the List Name to REFERENTIAL
<CATEGORY1>
• Next, configure the List Values for
the secondary field
• Use the drop-down list to assign
each term to a primary field value
Referential Pop-Up Lists
CATALOGUE.CATEGORY1 value
CATALOGUE.ITEM_NAME list
terms associated with
CATALOGUE.CATEGORY1
#AXIELLNA201
7
• All Transaction Activities have a Status and Status Date field
• Modifying the Status + Status Date copies the older status to the flexi fields
• This is one of the only times you backspace over data rather than create a new
record or flexi field
• Use these fields to track the history of the phases of an Activity
Tracking Processes
#AXIELLNA201
7
Configuring Measurements
Under Manage > Text, use the
measurement display format to change the
way the anchor string is created
This changes all new data entry, but does
not reset existing entries.
To reset existing entries, consider using the
Data Updater

More Related Content

PPT
Producing Readable Output with iSQL*Plus - Oracle Data Base
DOCX
Inventory aging report using oracle discoverer desktop
PDF
Introduction To Appium With Robotframework
PPTX
Odoo ORM Methods | Object Relational Mapping in Odoo15
DOCX
Oracle EBS R12 Sales order personalization
PPT
Oracle Forms: create debug triggers
PPT
Controlling User Access -Data base
PPTX
Oracle Endeca Developer's Guide
Producing Readable Output with iSQL*Plus - Oracle Data Base
Inventory aging report using oracle discoverer desktop
Introduction To Appium With Robotframework
Odoo ORM Methods | Object Relational Mapping in Odoo15
Oracle EBS R12 Sales order personalization
Oracle Forms: create debug triggers
Controlling User Access -Data base
Oracle Endeca Developer's Guide

What's hot (20)

PPT
Oracle Forms : Transnational Triggers
DOCX
PO Position Hierarchy in R12
PPT
Single-Row Functions in orcale Data base
PPT
Oracle Forms Triggers
PPTX
Design Pattern - Observer Pattern
PPT
Creating Views - oracle database
PPT
Oracle Forms: Data Blocks on Different Sources
PDF
Oracle EBS HRMS SETUP
PDF
Oracle R12 Legal Entity
PDF
İleri Seviye T-SQL Programlama - Chapter 12
DOCX
Oracle order management implementation manual
PPT
Oracle Forms: Non input Items
DOCX
Validate maximum expiration date for items lots
DOC
Plsql task answers
PPT
Oracle Forms : Coding ..
PDF
Oracle Forms Tutorial
PDF
Oaf personaliztion examples
PDF
Validation type 'special' in value sets
PDF
Oracle apps-interview-questions
DOC
142500146 using-oracle-fast formula-for-payroll-calculations
Oracle Forms : Transnational Triggers
PO Position Hierarchy in R12
Single-Row Functions in orcale Data base
Oracle Forms Triggers
Design Pattern - Observer Pattern
Creating Views - oracle database
Oracle Forms: Data Blocks on Different Sources
Oracle EBS HRMS SETUP
Oracle R12 Legal Entity
İleri Seviye T-SQL Programlama - Chapter 12
Oracle order management implementation manual
Oracle Forms: Non input Items
Validate maximum expiration date for items lots
Plsql task answers
Oracle Forms : Coding ..
Oracle Forms Tutorial
Oaf personaliztion examples
Validation type 'special' in value sets
Oracle apps-interview-questions
142500146 using-oracle-fast formula-for-payroll-calculations
Ad

Similar to Mimsy XG Resource Session (20)

PPTX
War of the Indices- SQL vs. Oracle
PDF
SQL Server 2012 - Semantic Search
PPTX
Data Access Options in SharePoint 2010
PDF
Developing Kafka Streams Applications with Upgradability in Mind with Neil Bu...
PDF
Webinar: What's New in Solr 6
PPT
Collaborate 2011– Leveraging and Enriching the Capabilities of Oracle Databas...
PPTX
Introducing DataWave
PPTX
Less08_Schema Advanced Databases and Management.pptx
PDF
Taming the shrew Power BI
PDF
Overview of Oracle database12c for developers
PPTX
OData: Universal Data Solvent or Clunky Enterprise Goo? (GlueCon 2015)
PDF
Learning to run
PDF
Graph db as metastore
PDF
SQL for Analytics.pdfSQL for Analytics.pdf
PPTX
Dan Hotka's Top 10 Oracle 12c New Features
PPT
Database Objects
PPTX
HPD SQL Training - Beginner - 20220916.pptx
PPTX
Hive 3 - a new horizon
PDF
OGSA-DAI DQP: A Developer's View
PDF
Hands On Spring Data
War of the Indices- SQL vs. Oracle
SQL Server 2012 - Semantic Search
Data Access Options in SharePoint 2010
Developing Kafka Streams Applications with Upgradability in Mind with Neil Bu...
Webinar: What's New in Solr 6
Collaborate 2011– Leveraging and Enriching the Capabilities of Oracle Databas...
Introducing DataWave
Less08_Schema Advanced Databases and Management.pptx
Taming the shrew Power BI
Overview of Oracle database12c for developers
OData: Universal Data Solvent or Clunky Enterprise Goo? (GlueCon 2015)
Learning to run
Graph db as metastore
SQL for Analytics.pdfSQL for Analytics.pdf
Dan Hotka's Top 10 Oracle 12c New Features
Database Objects
HPD SQL Training - Beginner - 20220916.pptx
Hive 3 - a new horizon
OGSA-DAI DQP: A Developer's View
Hands On Spring Data
Ad

More from Axiell ALM (20)

PPTX
Batch Upload of Multimedia Files Using Import Tool
PPTX
Status update: Axiell Roadmap/ New features
PPTX
Exploring Sapphire
PPTX
Welcome from Axiell
PPTX
Digital Preservation Discussion Group
PPTX
Where’s EMu (at the Canadian Museum of History)?
PPT
Centralized Rights Management - the Licensing Module
PPTX
Batch Management: A Conveyor Mindset for Mass Digitization
PPTX
Digital Preservation Discussion Group
PPTX
Status update: Axiell Roadmap/ New features
PPTX
Using Emu to Manage a Directory of the World’s Herbari
PPTX
Welcome from Axiell
PPTX
Welcome from the New York Botanical Garden
PDF
Axiell ALM Customer Calendar 2018
PPTX
2018 Roadshow & Beyond
PPTX
Global Collection Dashboard – Using data we have to uncover data we don’t
PPTX
Collaborative Project to Improve EMu for Managing Archives – Update
PPTX
Everything Must Go: Using Axiell Move and Barcodes to Relocate a Collection
PPTX
Welcome from Axiell
PDF
Axiell ALM Customer Calendar 2017
Batch Upload of Multimedia Files Using Import Tool
Status update: Axiell Roadmap/ New features
Exploring Sapphire
Welcome from Axiell
Digital Preservation Discussion Group
Where’s EMu (at the Canadian Museum of History)?
Centralized Rights Management - the Licensing Module
Batch Management: A Conveyor Mindset for Mass Digitization
Digital Preservation Discussion Group
Status update: Axiell Roadmap/ New features
Using Emu to Manage a Directory of the World’s Herbari
Welcome from Axiell
Welcome from the New York Botanical Garden
Axiell ALM Customer Calendar 2018
2018 Roadshow & Beyond
Global Collection Dashboard – Using data we have to uncover data we don’t
Collaborative Project to Improve EMu for Managing Archives – Update
Everything Must Go: Using Axiell Move and Barcodes to Relocate a Collection
Welcome from Axiell
Axiell ALM Customer Calendar 2017

Recently uploaded (20)

PPTX
assetexplorer- product-overview - presentation
PDF
Topaz Photo AI Crack New Download (Latest 2025)
PDF
Cost to Outsource Software Development in 2025
PDF
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
PPTX
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
PDF
Designing Intelligence for the Shop Floor.pdf
PPTX
Introduction to Windows Operating System
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PDF
DNT Brochure 2025 – ISV Solutions @ D365
PDF
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
PPTX
Oracle Fusion HCM Cloud Demo for Beginners
PDF
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
PDF
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
PDF
Visual explanation of Dijkstra's Algorithm using Python
PDF
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
PDF
How Tridens DevSecOps Ensures Compliance, Security, and Agility
PDF
Salesforce Agentforce AI Implementation.pdf
PDF
Website Design Services for Small Businesses.pdf
PPTX
"Secure File Sharing Solutions on AWS".pptx
PDF
Types of Token_ From Utility to Security.pdf
assetexplorer- product-overview - presentation
Topaz Photo AI Crack New Download (Latest 2025)
Cost to Outsource Software Development in 2025
AI/ML Infra Meetup | Beyond S3's Basics: Architecting for AI-Native Data Access
Log360_SIEM_Solutions Overview PPT_Feb 2020.pptx
Designing Intelligence for the Shop Floor.pdf
Introduction to Windows Operating System
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
DNT Brochure 2025 – ISV Solutions @ D365
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
Oracle Fusion HCM Cloud Demo for Beginners
EaseUS PDF Editor Pro 6.2.0.2 Crack with License Key 2025
Top 10 Software Development Trends to Watch in 2025 🚀.pdf
Visual explanation of Dijkstra's Algorithm using Python
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
How Tridens DevSecOps Ensures Compliance, Security, and Agility
Salesforce Agentforce AI Implementation.pdf
Website Design Services for Small Businesses.pdf
"Secure File Sharing Solutions on AWS".pptx
Types of Token_ From Utility to Security.pdf

Mimsy XG Resource Session

  • 1. Axiell North American User Conference 2017 #AXIELLNA201 7 MIMSY XG TIPS & TRICKS Getting the most out of your system
  • 2. #AXIELLNA201 7 • SQL Scripts are run in SQL Plus • Save the script to your workstation or server • Locations without spaces work best • Open SQL Plus • Login by typing <usersname>@<database> • Hit ENTER • Enter password • Type the “@” sign and the path to the script • Some sites can drag and drop Running a SQL Script
  • 4. #AXIELLNA201 7 • Needed workstations if SQL Plus or full versions of Crystal Reports are used • TNSNAMES.ora controls connection info to the Oracle Server • Typically in C:Program Files (x86)Axiell ALMMimsy XG 1.6oic11_2 • Must be logged into Notepad as an Administrator to edit Verifying TNSNAMES.ora XG = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = HOST IP HERE)(PORT = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = ORACLE INSTANCE HERE) ) ) • Set TNS_ADMIN in the Environment Variables • Troubleshooting FAQs available via JIRA
  • 5. #AXIELLNA201 7 • The xg.log holds information about errors • Any time an error message includes a reference to “xg.log,” the Help Desk needs the information to help resolve your issue • The log is written to your workstation FINDING THE XG.LOG C:Users<USERNAME>xg.log
  • 7. #AXIELLNA201 7 Crystal Reports – Passed Parameters • Introduced with 1.5 • Automatically pass the single record, current set, or current group to the runtime report viewer • Described in Crystal Reports Manual Version C
  • 8. #AXIELLNA201 7 Crystal Reports – Change YYYY-MM-DD format • Mimsy XG supports ISO Dates • Values can be YYYY, YYYY-MM, and YYYY-MM-DD • If you are certain that all dates are YYYY-MM-DD, use the CDate option • For values that may be partial, use an if/then formula
  • 9. #AXIELLNA201 7 If Len({VW_LOANS.LOAN_START})=4 then {VW_LOANS.LOAN_START} else If Len({VW_LOANS.LOAN_START})=7 then Right({VW_LOANS.LOAN_START},2) & "/" & Left({VW_LOANS.LOAN_START},4) else If Len({VW_LOANS.LOAN_START})=10 then Right({VW_LOANS.LOAN_START},2) & "/" & Mid({VW_LOANS.LOAN_START},6,2) & "/" &Left({VW_LOANS.LOAN_START},4) Crystal Reports – Advanced Date Formula
  • 10. #AXIELLNA201 7 Crystal Reports – Reformat Maker Names • Most names in Mimsy XG are in transposed order • Users would like to see name in natural order on labels • Use a formula to reverse the names • 80 – 90% accurate. May still need some adjustments upon export • Sample report may be requested via JIRA
  • 11. #AXIELLNA201 7 Crystal Reports – Flat Values • Values can be “flattened” into a single string • Use a SQL Formula flatvalues('VW_ITEMS_SUBJECTS', 'VW_ITEMS_SUBJECTS.SUBJECT', 'mkey = ' || "VW_ITEMS_SUBJECTS"."MKEY")
  • 13. #AXIELLNA201 7 Custom Search – One Keyword • Oracle Text Index • By default, searches Description, Collector, Culture, Item Name, Maker, Materials, Note, Place Made, Place Collected, Title • No wildcards needed
  • 14. #AXIELLNA201 7 Custom Search – All Keywords Exist > AND • Use X and Y • May also enter words without separators (X Y) • Every word must exist in the keyword index • No guarantee that both words are in the same field
  • 15. #AXIELLNA201 7 Custom Search – 1 of Multiple Keywords Exist > OR • Use X, Y • May also use X or Y • Only one of the terms must exist in the keyword index • May be used in combination with other operators
  • 16. #AXIELLNA201 7 Custom Search – Keywords Near Each Other • Near Search • Use X, Y • Number indicates max number of words that can separate terms
  • 17. #AXIELLNA201 7 Custom Search – Linked Authorities • Search the “Linked” Authority flexi fields in the Object Authority • Does not search fields with designed flexis (Maker, Collector, Owner) • Searches the Variations table where it exists
  • 19. #AXIELLNA201 7 • Need to include extra information to help disambiguate record? • Modify the Special List value Extending Dynamic Pop-Up Lists select p.link_id kv, p.preferred_name t2, p.brief_bio t2, p.occupation from people p, people_variations v where p.link_id = v.link_id and nls_upper(v.variation) like :filter and maker = :yflag group by p.sort_name, p.preferred_name, p.brief_bio, p.occupation, p.link_id order by p.sort_name
  • 20. #AXIELLNA201 7 • Lists that display certain values based on entry in a related field • Example: CATALOGUE.CATEGORY1 controlling CATALOGUE.ITEM_NAME • First add the list values for the primary field (CATALOGUE.CATEGORY1) • In the secondary field (CATALOGUE.ITEM_NAME), set the List Name to REFERENTIAL <CATEGORY1> • Next, configure the List Values for the secondary field • Use the drop-down list to assign each term to a primary field value Referential Pop-Up Lists CATALOGUE.CATEGORY1 value CATALOGUE.ITEM_NAME list terms associated with CATALOGUE.CATEGORY1
  • 21. #AXIELLNA201 7 • All Transaction Activities have a Status and Status Date field • Modifying the Status + Status Date copies the older status to the flexi fields • This is one of the only times you backspace over data rather than create a new record or flexi field • Use these fields to track the history of the phases of an Activity Tracking Processes
  • 22. #AXIELLNA201 7 Configuring Measurements Under Manage > Text, use the measurement display format to change the way the anchor string is created This changes all new data entry, but does not reset existing entries. To reset existing entries, consider using the Data Updater