Focal Point
DSTBULK problems

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

January 13, 2005, 01:28 PM
CHERI
DSTBULK problems
When running this to create an address book entry we also get a return code of 11 even though it creates correctly. Has anyone experienced this ?

-SET &SUBERR = DSTBULK(
- 'wabfocus',8,
- 'wabfxxxx',8,
- 'fldavwfp14',10,
- 'AgentEMail',10,
- 'R',1,
- 'PU',2,
- ' ',0,
- 'admin',5,
- 'AGENTLST',8,
- ' ',0,
- ' ',0,
- 'I4');
-IF &SUBERR EQ 0 GOTO EXIT;
-TYPE &SUBERR
-EXIT
January 18, 2005, 04:17 PM
TexasStingray
An 11 means Servlet Execution Error. I ran the following in 5.3.3 and goto an 0.
-SET &SUBERR = DSTBULK('myidxxx',7,'mypassx',7,'localhost',9,'AgentEMail',10,'C',1,'PU',2,'M',1,'myidxxx',7,'AGENTLST',8,'',0,'',0,'I4');

Hope this helps