Contact Us
Index
Version 23.4
Version 6.0 Version 5.14 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 24.1 Version 24.2 Version 24.3 Version 24.4 Version 25.2
Contact Us
Wands for Oracle 23.4 – Home
Wands
Logging On
Antivirus Software
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
Tools (Wands)
Snapshot
Upgrade Workbook
Shared Templates Drive
Drive Types
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
Journal Attachment 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
Table Security
About
Exit
Errors and Troubleshooting
Help and Shortcuts
Excel Error
GL Wand
Ledger and Segment Selector
Quick Start
Report Wizard
Design Layout
Add Columns
Add Rows
Report Wizard Output
Discover
Discover Segment Values
Discover Level
Discover Period Names
Discover Segment Properties
Discover Child Ranges
Expand and Explode
Expand Segment Values
Expand Segment Value Hierarchy
Expand Account Combination
Explode Segment Values
Explode Account Combination
Explode Segment Value Hierarchy
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 End Rate
Period Name
Period Name By Date
Period Offset
Period Start Date
Period Status
Previous Segment Value
Segment Description
Segment DFF
Segment End Date
Segment Group
Segment Level
Segment Start Date
Calculating
Execute Drilldown
Drill Criteria Sheets
Drill Criteria – Balance
Drill Criteria – Journal Extract
Drill Criteria – Average Balance
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
Manage Criteria Templates
Hide Zeros
Import FSG
Configuration Sheet
Audit Get Balance
GL Wand User Options
GL Wand Drill Only
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
Responsibility Selector
Report
Open Existing Report
Create Report
Execute Report
Function
Run Report Order
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
Audit Run Report
Report Usage Statistics
Reports Wand User Options
Administration
Report Definition
Create
Bind Variables
Bind Variable Errors
Custom SQL List of Values
Filters
SQL Errors
Edit
Security
Multi Data Source (MDS)
Mass Administration
Import
Import All to Excel
Import Selected 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
insights
Generate Report Definitions
Create insights Tables
Search Report Definitions
Add Columns
Key Flexfield Label Integration
Advanced insights
Angles for Oracle
Import Angles for Oracle Report Definitions to Excel
Refresh Angles for Oracle Security Manager
Essays
Search Answers
Create Join Definition
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
Loading Journals
AutoPost Journal Wand Journals
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
Journal Wand Tools
Journal Wand Requests
Journal Wand Messages
Journal Wand User Options
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
chat icon - ignore
Live Chat
Chat Offline

Multi Data Source (MDS)

Multi Data Source (MDS) allows data retrieval via Reports Wand from data sources other than the Oracle e-Business Suite system that Wands for Oracle is installed on.

MDS consists of two major components:

  1. Connections – create, edit and delete database connections for the new data source.
  2. Report Definitions – create, edit and delete report definitions, defined with SQL for the new data source.

MDS Checklist

# Step Comment
1 Database table install.
The XXE4A_RW_MDS_CONNECTIONS database table should be available from the APPS schema. It can be installed by running the server installation.
2 Obtain relevant JDBC driver. Often available from database vendor or your database administrator.
3 Obtain connection string, and authentication credentials. Your database administrator should be able to assist.
4 Create the JDK_JAVA_OPTIONS system environment variable. Only required if you have installed the Wands launcher with the Automatic Client Update option. Confirm JarLoader.jar is in the correct directory.
5 Create connection. Must be a Reports Wand Administrator.
6 Create report definition. Must be a Reports Wand Administrator.

System Environment Variable

If the Wands Launcher has been installed with the Automatic Client Update, then the following system environment variable will be required for MDS to work correctly. The JarLoader.jar file is put down in the Wands for Oracle installation directory when the client is updated by the automatic process or by the Wands Launcher. The environment variable should match the location of the JarLoader.jar file. Please confirm the file does exist before creating this system environment variable.

Variable Name JDK_JAVA_OPTIONS
Variable Value
-javaagent: “C:\Users\< username >\AppData\Roaming\insightsoftware\Wands\Oracle\JdbcDrivers\JarLoader.jar”

Requirements and Setup

This feature requires a custom database table and sequence to be installed. This can be done as part of the Wands for Oracle installation or upgrade on the application server, or by using the database table script below.

The following changes can be made to the script:

  • You can modify the script to change the ownership of the table. If you choose to do so, ensure the APPS database user has SELECT, UPDATE and DELETE privileges on the table and create the required synonym to allow the APPS user to access the table without having to fully qualify the table name using the table owner.
  • The tablespace (APPS_TS_MEDIA) used in the script can be modified to suit your system.

APPS.XXE4A_RW_TABLE_SECURITY

CREATE TABLE apps.xxe4a_rw_mds_connections(
data_source_id VARCHAR2(64 BYTE) NOT NULL ENABLE,
description VARCHAR2(256 BYTE) NOT NULL ENABLE,
connection_string VARCHAR2(512 BYTE) NOT NULL ENABLE,
user_name VARCHAR2(256 BYTE),
password VARCHAR2(128 BYTE),
database_type VARCHAR2(64 BYTE) NOT NULL ENABLE,
updated_by VARCHAR2(128 BYTE) NOT NULL ENABLE,
updated_date DATE NOT NULL ENABLE,
connection_owner VARCHAR2(128 BYTE) NOT NULL ENABLE,
public_flag CHAR NOT NULL ENABLE,
driver_folder VARCHAR2(512 BYTE),
driver_class VARCHAR2(512 BYTE),
CONSTRAINT xxe4a_rw_mds_connections_pk PRIMARY KEY(data_source_id, connection_owner) ENABLE
)
LOGGING
TABLESPACE APPS_TS_MEDIA