CFLDAP on MX against Domino

2004-03-17 Thread Vinny DiDonato
Hi all,

I receive the following error when trying to issue a MODIFYDN command to a
Domino-based LDAP server:

An error has occured while trying to execute modifyDN :cn=CFMXTestFirst
CFMXTestLast,O=myO,C=US: [LDAP: error code 34 - The NewSuperior
02.16.840.1.113730.3.4.2 appears to have an incorrect syntax]. One or
more of the required attributes may be missing/incorrect or you do not have
permissions to execute this operation on the server

I know I have permission to execute the command on the server because I can
add and delete users from the directory.The syntax of the DN looks fine to
me as well, and as a matter of fact -- it is the exact same DN returned to
me from a query of the directory. 

Here's the tag:

cfldap
	server=company_server
	action="">
	username=CN=Admin Admin,O=myO,C=US
	password=password
	dn=cn=CFMXTestFirst CFMXTestLast,O=myO,C=US
	attributes=cn=CFMXTestFirst FOOLast,O=myO,C=US
			

Am I missing something?Has anyone worked with CF and Domino LDAP at any
point?I'm finding virtually no resources on the topic.

Thanks!
-Vinny
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Date/Time to Numeric Date

2002-02-12 Thread Vinny DiDonato \(si.rr\)

Hi Folks:

Hopefully this isn't a stupid question, so here goes:

Our Spectra DB stores dates/times in a numeric format such as
37195.0.  Converting this value to a date/time string which makes
sense has been accomplished, but my question is this:

How does the date/time get converted into this five character format?  What
functions are used?

I'm sure the answer is right under my nose.

Thanks!
-Vinny
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



NumberFormat() Rounding Up

2001-12-05 Thread Vinny DiDonato

Hello:

I have the NumberFormat() func rounding up a number.  The result is one
integer higher than the original integer.

Example:
NUMBERFORMAT(5111, '')

This yields 5112 on CF 4.5.
It's supposed to print 5111.

However, if the first number in the string is = 5, the last number is
always +1 (so the code above would yield 2).  
If the first number in the string is =4, the last number is always
correct (or 1 in the string above.).  If the first number = 9, the last
number is always -1 (so the code above would yield 0).

This happens on CF 4.5.  CF 5.0 does not have this issue, but our
commerce system is on 4.5.

Any help or logical explanation would be great, because this doesn't
make sense to me.

-Vinny DiDonato
AOL Handle = Vinny49
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists