Contact Us
Index
Version 5.14
Version 6.0 Version 5.13 Version 5.12 Version 5.11 Version 6.1 Version 6.2 Version 6.3 Version 6.4 Version 20.1 Version 20.2 Version 20.3 Version 21.2 Version 22.1 Version 22.3 Version 22.4 Version 23.1 Version 23.2 Version 23.3 Version 23.4 Version 24.1 Version 24.2 Version 24.3 Version 24.4 Version 25.2
Contact Us
Wands for Oracle 5.14 – Home
Wands
Logging On
New Release Notification
User Profile
Responsibility Selection
Excel Not Ready Error
Add-In Load Error
Multiple Instances
License Key
License Key Errors
Insert Wands Function
Combine Text
Last Refreshed By
Last Refreshed Time
Split Text
Wands Tools
Snapshot
Upgrade Workbook
Shared Templates Drive
Drive Types
Dropbox
File Server
Oracle E-Business Suite Database
Navigator
Create a File
Delete a File
Edit a File
Open a File
Common Options
Administrator
Custom Drill Columns
Journal Custom Columns
Subledger Custom Columns
Subledger SLA Custom Columns
Add a Custom Drilldown Column
System Administrator Options
System Administrator License Key
System Administrator User Permissions
System Administrator User Options
System Administrator Product Options
System Administrator Delimiter Options
System Administrator Configuration Options
System Administrator Server Information
Wands Responsibility Profile Option
Payroll Drilldown Responsibility
Custom Options
Active Data Guard Support
About
Exit
Errors and Troubleshooting
Help and Shortcuts
Excel Error
GL Wand
Ledger and Segment Selector
Discover
Discover Period Names
Discover Segment Properties
Discover Child Ranges
Discover Segment Values
Expand and Explode
Expand Segment Values
Expand Segment Value Hierarchy
Expand Account Combination
Explode Segment Values
Explode Segment Value Hierarchy
Explode Account Combination
Discover Level
List of Values
List of Values – Create
Insert GL Wand Function
Account Combination Enabled
Account Combination End Date
Account Combination Start Date
Account Type
Daily Rate
Enabled Flag
Functional Currency
Get Average Balance
Get Average Balance Summary
Get Balance
Descriptive Flexfield Criteria
Segment Combination Criteria
Get Balance Options
Get Balance Summary
Multiple Ledgers
Historical Rate
Ledger Name
Ledger Set
Next Segment Value
Parent Flag
Period Average Rate
Period End Date
Period Status
Period End Rate
Previous Segment Value
Period Name
Segment Description
Period Name By Date
Period Offset
Segment DFF
Period Start Date
Segment End Date
Segment Group
Segment Level
Segment Start Date
Calculating
Execute Drilldown
Drill Criteria Sheets
Drill Criteria – Balance
Drill Criteria – Journal Extract
Drill Using a Saved Template
Drill to Journal or Subledger
Analyze Balances
View Transaction R12
Support All Ledgers
Customize Drilldown
Edit Template Layout
Save Template Layout
Manage Templates
GL Wand Tools
Other Tools
Report Wizard
Hide Zeros
Import FSG
Configuration Sheet
Audit Get Balance
GL Wand User Options
GL Wand Drill Only
Report Distribution Manager
Create RDM Template
Source Report
Named Ranges
Parameters
Drilldowns
Email
Advanced Options
Edit RDM Template
Execute Report Distribution Manager
Load and Validation
Execution
Scheduler
Create Schedule
Running the Scheduler
RDM User Options
SMTP Email Settings
Budget Wand
Ledger Selector
Insert Budget Wand Function
Convert Get Balance
Load Budget
Load Option Selector
Loading Budgets
AutoPost Budget Wand Journals
Creating New Account Combinations
Budget Wand Tools
Budget Wand Requests
Budget Wand Messages
Budget Report Wizard
Budget Wand User Options
Reports Wand
Report
Open Existing Report
Create Report
Execute Report
Function
Insert a Run Report Function
Run Report Filter
Modify a Run Report Function
Drill On Function
Drill to Saved Template
Refresh
Refresh Mode
Refresh Reports Wand Functions
Show
Parameter List
Report Editor
Template Manager
Reports Wand Tools
Clean Template
Show List of Values
Create List of Values
Reports Wand User Options
Administration
Report Definition
Create
Bind Variables
Bind Variable Errors
Custom SQL List of Values
Filters
SQL Errors
Edit
Security
Mass Administration
Import
Import Single to Excel
Import All to Excel
Process
Process All
Process Single
Upgrade
Upgrade Version 4 Report Definitions
Fixing Duplicate Bind Variables
Upgrade Version 4 Templates
Upgrade Reports Wand Administrator Templates
NoetixViews
Import NoetixViews Report Definitions to Excel
Refresh NoetixViews Security Manager
Essays
Discoverer Converter
Convert using Discoverer Plus (.xml) Export
Export Workbook .xml From Discover Plus
Using the Discoverer Converter
Assign Reports
Refresh List
PL/SQL Stored Procedures
Reports Wand Database Package
Create a Stored Procedure
Assign a Stored Procedure
Exception Handling
Journal Wand
Journal Wand Ledger Selector
Create Journal Wand Template
Edit Journal Wand Template
Create Journal Wand Template from Drilldown
Populate Journal Wand Template
Account Combinations
Descriptive Flexfields
Journal Attachments
Load Options
Loading Journals
AutoPost Journal Wand Journals
Journal Wand Tools
Journal Wand Requests
Journal Wand Messages
Journal Wand User Options
chat icon - ignore
Live Chat
Chat Offline

Upgrade Version 4 Report Definitions

Play Video

This tool upgrades any reports in the Reports Wand Administrator Template to meet the required syntax for Version 5.

This tool can be re-run after changes have been made to failed items only. Items that have been marked as successfully processed, or already upgraded, will be ignored on subsequent runs.

Renaming Reports

If the upgrade process completes successfully, or the report already meets the v5 syntax requirements, the report Short Name and Program Name are updated. By default the Short Name has “_V5″ appended, and the Program Name has ” v5″ appended. You can modify these names to meet your preferred naming standard before processing the reports to upload them to the Oracle server.

First, download all Report Definitions into a new Reports Wand Administrator Template. See how here.

Once all the reports have been downloaded, click the Upgrade button.

A dialog will appear explaining the process, and asking if you want to continue:

Click Yes to continue, or No to exit without upgrading any reports.

Each report will be processed, and the result of the upgrade process will be marked in Column B next to the report ID.

There are three possible outcomes:

  1. The report definition is processed and upgraded successfully. These are marked in Green. This report is ready to upload to Oracle.
  2. The report definition already meets the v5 syntax. These are marked in Orange. This report will have had it’s name and description changed.
  3. The report definition could not be upgraded. These are marked in Red.

There are two possible reasons that a report will be marked in Red, and not be updated.

  1. A bind variable named in the template could not be found in the SQL.
  2. A bind variable exists more than once in the SQL.

These reports that are marked in Red need to be manually fixed.

Fixing A bind variable named in the template could not be found in the SQL

To fix these errors, it is necessary to review the bind parameters in the SQL, and ensure they match the Param Name column (usually column J) exactly, including the case of the letters.

A v4 Bind Parameter in the SQL will be wrapped in square brackets, something like this:

[MY_PARAMETER]

If the name in column J is My_Parameter, then the search will fail.

Find any mismatched parameters, and update either the SQL or the parameter name in the template, and re-run the upgrade process to ensure the change has been made correctly.

Fixing A bind variable exists more than once in the SQL.

The SQL of these reports needs to be modified. Instructions on how to do this are here.