Iam trying to federate a remote server on my system..but when i try to create a WRAPPER iam getting the following error
/******************************************
The instance for the database is not enabled for the specified
action or operation. Reason code = "1".
Explanation:
An error has been detected at the instance level. The requested
operation cannot be completed because a specified functional area
was not installed or because a specified functional area was not
enabled to the instance.
The following is the list of reason codes and associated
functional areas you can enable at the instance level:
1. The ability to execute distributed request operations against
multiple data sources in a single statement.
User Response:
Enable the instance for the requested action or operation.
First, install the specified functional area if it is missing.
Then, enable the specified functional area. Enablement steps vary
by "<reason-code>":
1. Set the DBM variable <DREQ> to ON and then restart the
database manager. For a federated server, set the DBM variable
<FEDERATED> to YES and then restart the database manager.
sqlcode : -20076
sqlstate : 0A502
*************************************************/
I am not able to understand where the varibales DREQ or FEDERATED exist or what was functional area that was not enabled
Please help