STAM#58319 Error loading system2system.xsl

svn path=/Customer/; revision=43149
This commit is contained in:
Suzan Wiegerinck
2019-07-01 09:46:52 +00:00
parent b155c4ec6d
commit 4276cea4c3

38
onces/STAM/STAM#58319.sql Normal file
View File

@@ -0,0 +1,38 @@
--
-- $Id$
--
-- Notificatie naar API gebruiker verwijderen ivm foutmelding in putorders log
DEFINE thisfile = 'STAM#58319.SQL'
DEFINE dbuser = '^STAM'
SET ECHO ON
SET DEFINE ON
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
COLUMN fcltcusterr NEW_VALUE fcltcusterr NOPRINT;
WHENEVER SQLERROR CONTINUE;
SELECT adm.getscriptspoolfile('&thisfile') AS fcltlogfile FROM DUAL;
SPOOL &fcltlogfile
WHENEVER SQLERROR EXIT;
SELECT adm.checkscriptcust('&dbuser') AS fcltcusterr FROM DUAL;
WHENEVER SQLERROR CONTINUE;
SET DEFINE OFF
------ payload begin ------
/* Formatted on 1/7/2019 11:45:46 (QP5 v5.336) */
DELETE fac_notificatie
WHERE fac_notificatie_key = 124748;
COMMIT;
------ payload end ------
SET DEFINE OFF
BEGIN adm.systrackscriptId ('$Id$', 1); END;
/
COMMIT;
SET ECHO OFF
SPOOL OFF
SET DEFINE ON
PROMPT Logfile of this upgrade is: &fcltlogfile