Novell is now a part of Micro Focus

I'm trying to delete a User Object using...

Articles and Tips: qna

01 Jun 2002


Q.

I'm trying to delete a User Object using the DirXML driver for delimited text through the publisher channel. The input transform xsl leaves the following in DSTrace:

Publisher processing delete for GivenName Surname
[05/03/02 17:00:55.239]: %14C
DirXML Log Event -------------------
	Driver = \DIRXMLTREE\aztec\DriverSet1\Delete Delimited 
Text Driver
	Channel = publisher
	Object = GivenName Surname
	Status = warning
	Message = Operation vetoed on unassociated object

A.

You either need to have an object that has been previously associated with this driver that is using the same association value (in this case, the value of the "field" would likely have been associated through an add or modify), or you need to know the DN of the object and specify it in dest-dn.

If you are looking to delete the user with a given e-mail address, regardless of whether or not it has been associated, you'll have to search for it using destQueryProcessor to get the DN and then put that DN in as the dest-dn of the delete.

(Taken from the NT DirXML DeveloperNet Newsgroup.)

* Originally published in Novell AppNotes


Disclaimer

The origin of this information may be internal or external to Novell. While Novell makes all reasonable efforts to verify this information, Novell does not make explicit or implied claims to its validity.

© Copyright Micro Focus or one of its affiliates