bit to hex conversion function..(LDAP)

2006-06-26 Thread Srinivasa Teja Palla
I retrieve the objectguid attribute from active directory, which is 128 bit value. Is there any quick function which would let me convert this 128 bits into hex value?? Also as a side note, how do I browse through my previous old threads in this site?? Thanks for your time. ~~~

Re: how to do a cfldap query

2006-06-21 Thread Srinivasa Teja Palla
Mike, what are the other methods to change passwords? Can you please throw some light on it? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244471 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subsc

Re: how to do a cfldap query

2006-06-21 Thread Srinivasa Teja Palla
Thanks everyone for your helpful replies. I finally got the ldap administrator working. Once I can connect to the directory ldap administrator helps a lot, but I found that connecting to it is the tricky part in its own right. I had the ip, username, password, but the base dn also was ok since i

Re: how to do a cfldap query

2006-06-20 Thread Srinivasa Teja Palla
This is what I tried to use, and I get a invalid authentication message. What else do I have to do to read the users list? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244318 Archives: http://www.houseoffusion.co

Re: how to do a cfldap query

2006-06-20 Thread Srinivasa Teja Palla
Mike, That was helpful.. I am trying to read all the user info from the directory to start with. Later on I will have to modify the user information etc, but seems like I am stuck on the first step. Can you throw some light on using username and password attributes? If I have an account "ldap

Re: how to do a cfldap query

2006-06-20 Thread Srinivasa Teja Palla
Thanks for your prompt help. I am downloading the ldapadministrator, meanwhile, if my username is ldaptest and password is password.1 how should my username and password values look like? I couldn't get it to work from what you wrote.(got an error invalid authentication). Also what do those mult

how to do a cfldap query

2006-06-20 Thread Srinivasa Teja Palla
Hi, I have been putting this off for a while, I have a active directory server, I know the IP, I know the username and password with admin rights on this server. How do i query this using cfldap to get list of all users to start with. I know I have to give a "start" DN but how do I know the DN ?

Nested query loops bug???

2006-04-30 Thread Srinivasa Teja Palla
I was doing a #outerfieldvalue# #innerfieldvalue# outerfieldvalue is a fieldname unique to the outer query, however when I do the loop, for all outerloop iterations, I noticed it brought only the first row (outerquery) field value. I spent a couple of hours to realize this and I had to do a

Re: get directory size

2006-03-30 Thread Srinivasa Teja Palla
I am uncomfortable with cfexecute. What I am planning to do, in my scenario, users have their individual folders. which I need to check the sizes when a user uploads stuff to another user's directory. so along with user info in user table, I also store his maximum allowed limit and his current u

Re: html2pdf3 issues again

2006-03-30 Thread Srinivasa Teja Palla
Joel, it has the path too... it wouldn't work for some reason. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236597 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusi

get directory size

2006-03-30 Thread Srinivasa Teja Palla
is there no other easy way to get the directory size than listing and going thru all its contents, adding their sizes? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236596 Archives: http://www.houseoffusion.com/cf_l

Re: application installation thru war file in cf7

2006-03-30 Thread Srinivasa Teja Palla
Mark, So can I drop the war file somewhere on a remote cf7 server or not? That part is not clear to me still :(. We are creating a test site at the client location, we didn't want to give them the naked source code, I didn't want to use cfencrypt. The client server is not going to have any J

Re: application installation thru war file in cf7

2006-03-30 Thread Srinivasa Teja Palla
Dave, does that mean I can have cf7 installed with j2EE option, but not really have a j2EE server installed and still use the war file to run a cf application? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236533 Ar

html2pdf3 issues again

2006-03-29 Thread Srinivasa Teja Palla
Everything works fine with that tag, except for displaying images. I give somethinglike and if I hard code imageSrc to "img1.jpg" it works fine. The image tag is in a lengthy loop(over a record set) which has image file names. The tag fails(pdf is not generated) if I have which is driving m

Re: CF REGEX & deleting IMG tags from content

2006-03-29 Thread Srinivasa Teja Palla
Issac what is a good place to look at coldfusion regular expressions INDEPTH? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236490 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://ww

Re: application installation thru war file in cf7

2006-03-29 Thread Srinivasa Teja Palla
Thanks Dave, That was helpful. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236488 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubsc

application installation thru war file in cf7

2006-03-29 Thread Srinivasa Teja Palla
I have an application on cf7 server, I am trying ot create a .war file out of it and use it instead. I do not have J2EE server. I go to cf admin, under packaging and deployment, I create a package of this particular directory, and I get a .war file. Now then what do I do? Should I copy the old

Re: reg ex for url extraction..

2006-03-27 Thread Srinivasa Teja Palla
Thank you very much. cheers :) ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236232 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscr

Re: Joining two different databases?

2006-03-27 Thread Srinivasa Teja Palla
I have a question.. Even if you can join on those two databases using fully qualified paths, how do u create a dsn that you will have to use to execute teh query? what does it use for the db? will it work just if you point the dsn to either of the databases and use full paths?

reg ex for url extraction..

2006-03-25 Thread Srinivasa Teja Palla
I have a html page from which I have to extract all the links.. Just being lazy, can anyone plz give me a working regex that I can use with refind() or such? I basically need everything from to , all occurances. Also, off topic, is there a place where I can go look at all my posts till now o

Re: dynamic ms-word files

2006-03-09 Thread Srinivasa Teja Palla
THANKS A LOT guys, lots of pointers. I will definitely look at each one and get back to y'all. I was also looking at DynamicMS2.0/1.0 which is not free. Once again, thanks for all your tips. > Like we have htmldoc, is there a way to dynamically generate word > files with content supplied by col

Re: anyone used cfx_zip??

2006-03-08 Thread Srinivasa Teja Palla
I did a "zip ?" at the command line, it says it is not a recognized command. I have windows xp pro on my comp. >Incidentally every version of windows from 2000 on (not sure about >before) has a command-line zip utility built in... So as long as your >server is Win2K or later you don't have to do

Re: Tracking cgi.http_referer variables...

2006-03-08 Thread Srinivasa Teja Palla
Not sure if I read it properly, btu I think you can look at tag. In the src attribute you can actually put a url. like "http://blah/file.php"; in this php file you get the http referrer. in the add you somewhere put this img tag. in file.php, while doing whatever you want, you will put the src a

tek-tips issue

2006-03-08 Thread Srinivasa Teja Palla
I know it is improper to ask about some other forums, but I am helpless. I tried contacting the guys at tek-tips no use. Here is what happens, I have been a member on tek-tips for a while, the account works fine. After a while (I guess they have a limit on number of posts or something) my accou

dynamic ms-word files

2006-03-08 Thread Srinivasa Teja Palla
Like we have htmldoc, is there a way to dynamically generate word files with content supplied by coldfusion? ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234627 Archives: http://www.houseoffusion.com/cf_lists/thre

Re: anyone used cfx_zip??

2006-03-07 Thread Srinivasa Teja Palla
I got it working.. right now notusing coldfusion solution, I downloaded pkzipc (command line utility for pkzip on windows) installed it. now whenever user selects a folder he is interested in (the one from which he selectively chooses folders and files to zip ) I first create batch file (which

Re: Problem with CFEXECUTE

2006-03-06 Thread Srinivasa Teja Palla
hi, I have cfmx 6.1 and am trying to use pkzipc (command line utility) and cfexecute. I created the batchfile to change the directory but nothing happens. I appears like it changes the directory and runs the pkzipc command with no error msgs, but I dont see any zip file created in teh folder.

Re: anyone used cfx_zip??

2006-03-06 Thread Srinivasa Teja Palla
are some examples in the documentation >you could try to see if it's a tag or code problem. Failing that, maybe an >email to the developer. Wish I could offer more help but as I said, I've >never used it. Sorry. > >- Original Message ----- >From: "Srinivasa

Re: anyone used cfx_zip??

2006-03-06 Thread Srinivasa Teja Palla
Gareth, I tried escaping the double quotes inside(putting them twice) and it still would do the full c: I have no clue what's going on. :( ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234247 Archives: http://www.h

Re: anyone used cfx_zip??

2006-03-06 Thread Srinivasa Teja Palla
Artur, No offense meant, but the cfc is not well documented. It would've made me happier if I saw atleast more than one example in each case (add, delete etc.). I understand you cfc is free and it is up to you to make it as user friendly as possible, but the it is not at all well documented.

Re: anyone used cfx_zip??

2006-03-03 Thread Srinivasa Teja Palla
Also, when I do a cfx_zip with file attribute as "c:\dir1,c:\dir2", it ends up trying to zip the whole c drive. I am going crazy over using this tag. ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:234036 Archives: h

anyone used cfx_zip??

2006-03-02 Thread Srinivasa Teja Palla
Hi, I am trying to use cfx_zip, for selective folder/file zipping. Here is what I want to do: given a folder, I want to selectively zip its first level children with hierarchies retained. Meaning, I have c:\a c:\a\b\file.txt c:\a\file2.txt c:\a\file3.txt c:\a\c\d\file4.txt I want to create a

CF_HTML2PDF3

2005-02-21 Thread Srinivasa Teja Palla
Everything was happy until I had to allow users to print/download a pdf of online catalog, with images. And now, HTML2PDF3 wouldn't support images. Does anyone know a work around? Or can u please suggest any other tags for this purpose? I need to be able to create a pdf from the html page which