Focal Point
[SOLVED]executing a foc procedure using remote server node

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/7307096336

September 23, 2013, 01:49 PM
FOCUS393
[SOLVED]executing a foc procedure using remote server node
I had tested the remote server (DM to Reporting server)(hub-sub) servers are same versions

Created a synonym it worked

I wanted to execute a remote focus fex as i was reading the documention

Below is what i found

Syntax: How to Execute a Stored Procedure Using Distributed Execution
You can execute stored procedures by issuing the command:

SQL EDA EX rpcnameparm1, parm2, ...
END
where:

rpcname
Is a procedure on the server.

parm1, parm2,...



But it does not have connection information

when run this

SQL EDA EX rpcname
END

its referencing how to set the connection information

sample code or any thing will help

This message has been edited. Last edited by: FOCUS393,


WebFOCUS 7.6
Windows, All Outputs
September 23, 2013, 02:49 PM
FOCUS393
Yup got it it goes something like this

ENGINE EDA SET DEFAULT_CONNECTION NODENAME

SQL EDA EX PROCEDURENAME

END


WebFOCUS 7.6
Windows, All Outputs