www.openlinksw.com
docs.openlinksw.com

Book Home

Contents
Preface

Virtuoso Functions Guide

Administration
Aggregate Functions
Array Manipulation
BPEL APIs
Backup
Compression
Cursor
Date & Time Manipulation
Debug
Dictionary Manipulation
Encoding & Decoding
File Manipulation
Free Text
Hashing / Cryptographic
LDAP
Locale
Mail
mime_body
mime_part
mime_tree
nntp_auth_get
nntp_auth_post
nntp_get
nntp_post
pem_certificates_to_...
pop3_get
smime_sign
smime_verify
smtp_send
uuvalidate
Miscellaneous
Number
Remote SQL Data Source
Replication
SOAP
SQL
String
Transaction
Type Mapping
UDDI
User Defined Types & The CLR
Virtuoso Java PL API
Virtuoso Server Extension Interface (VSEI)
Web Server & Internet
XML
XPATH & XQUERY

Functions Index

nntp_auth_post

Post message to NNTP server with authorization
arraynntp_auth_post (in server varchar, in user varchar, in password varchar, in body varchar);
Description

Nntp_auth_post is used to post a message to the server require authorization.

Parameters
server – The host to connect with. IP address or hostname:port. There is no default for port, so to connect to the standard port for NNTP, use <hostname/IP address>:119
user – The username.
password – The user password.
body – The body stringThe structure of the message must comply with RFC 850 (Standard for Interchange of USENET Messages).
Return Types

1 on success or error

Errors
SQLState Error Code Error Text Description
2E000 NN015 Invalid address for News Server at [host]
08001 NN016 Unable to Contact News Server at [host]
08006 NN017 Misc. error in connection in nntp_auth_post