Discussions tagged RPC
Cannot get raiseerror from procedure called using RPC
- Resolved
- How-to
- Last updated 9 months ago
- Aleš Vojáček replied 9 months ago
Hi all,
I'm using RPC to call MSSQL stored procedures.
local externa function on transaction object
function long PORADI_DNE(datetime DATUM,ref int SEKVENCE) RPCFUNC ALIAS FOR "dbo.PORADI_DNE"
If there is
raiserror ('Error from procedure',3,1)...
Using ProcedureInTransaction DBParm in transaction.SQLPreview?
- Advice
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
We're attempting to migrate our large 20+ year old application to PowerServer 2022 R2. We have an ORACLE database, and have a number of RPCs as well as a few datawindows using stored procedure updates. Some of the remote procedures have PRAGMA autono...
RPC error "Can not get parameters of procedure"
- Resolved
- Issue
- Last updated 4 years ago
- yann dulondel replied 11 months ago
As a workaround for the problem with embedded SQL calling a stored procedure with an OUTPUT parameter (which I reported earlier this week), I used a remote procedure call. I am using PB19 on W10, SQLNCLI11 and SQL Server 2016.
The remote procedure c...
Migrating a .NET Soap client web service project to RPC
- Resolved
- How-to
- Last updated 5 years ago
- Chris Pollach @Appeon replied 5 years ago
We are using 2017 R3.
For some time now we have been consuming .NET Soap web services from one of our business partners. They now require us to migrate to a new web service technology, called RPC/JSON. This is outside negotiation.
I should like to ...
Hi ,
We are trying to convert our legacy application build on Powerbuilder 12.5 /DB2 database to Appeon web. We downloaded the Powerbuilder2017 trial version with powerserver. all works okay except the RPC call.
when we are trying to call the Store...
- Page :
- 1