Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bnymk
  • Content: Threads
  • Order by date
  1. bnymk

    What am I doing wrong?

    Hi all: I have created a .js file that have some functions that will get executed when the application loads on a user's browser. Inside the functions, I was trying to prevent some of the codes from being executed depending on the page's url and it works if I only supply one page url in the...
  2. bnymk

    Unable to update user password in Active directory

    Hi all; I have created a webform that has three text fields, txtOldPassword, txtNewPassword, txtVerifyPassword. What I was trying to do is based on user's logon information, I will display his/her username on the top of the page and allow them to change their password. But unfortunately I'm not...
  3. bnymk

    Pros and Cons of using .NET vs ColdFusion

    Hi all: I want to know the pros and cons of using .NET vs Coldfusion and I was wondering if you guys have any ideas as to why one should use .NET instead of Coldfusion. One of the advantages of .NET is OO programming and using base class of libraries across several applications so it will...
  4. bnymk

    Please help with this script

    Hello all: I have written a vbs script that was supposed to loop through an excel spreadsheet and delete users' account from active directory. I'm not getting any errors when I run the script but it also doesn't delete the accounts that are listed in the active directory. I'm using Windows 2003...
  5. bnymk

    Session Timeout

    I have seen a few posts asking a similar question but couldn't find any answer so far. I use Active Directory authentication for users to logon to a site that is created using SharePoint Portal. The site and the authentication works fine but would like to take it to the next level. Now I want to...
  6. bnymk

    mmc.exe - Application Error

    Hell all: We have a windows 2k server that is hosting all our web development work. Since it's a development server, there are more than one person who is touching it and all of a sudden as of two days ago, we began having a problem with it. Namely, every time when we try to access the...
  7. bnymk

    Update a value in AD

    Hello all: Does anyone know how to update the password of all users in an active directory. The password of the majority of the accounts that were created in the Active Directory have now expired and instead of going thru each one of them and manually resetting their passwords, would like to...
  8. bnymk

    A little problem after installing SSL on SharePoint Portal

    Hi all: We have a website that we created using SharePoint portal and SQL 2000 as a back end database. We recently installed SSL on the site and the website is running on port 443. The site works except for one annoying matter. Everytime when users switch from one page to another, it brings up...
  9. bnymk

    How to change the IP address?

    Hello all: We have a website that is developed using SharePoint Portal 2003 and SQL 2000 as a back end database. Everything is working so far but now we are faced with changing the IP address of the website but the FQDN will remain the same. I can go ahead and make the change of the IP address...
  10. bnymk

    Alert problems

    Hello all: We have a site developed using SharePoint Portal with SQL 2000 as a back end database. The site is currently up and running and we have users' account that is stored in an AD that is running on a different box but all two boxes are in the same domain. Everything works except for the...
  11. bnymk

    How to set certain web areas to be accessed only after login??

    Hello all: This is my first time posting a question here but have heard a lot of good things about this forum and hopefully I will get an answer to my question. Namely, I was trying to only show the first page (home/default) page without requiring users to log in. And once they click on any of...
  12. bnymk

    How to make only the home page to be accessed anonymously

    Hello all: We have a website that is created using SharePoint Portal with SQL server 2000 as a back end database. The site is in a local domain and users can only access the site if they have an account in the Active Directory (that is located in a separate box but the same domain). Now my boss...
  13. bnymk

    To avoid typing the domain name at login

    Hello all: We have a website on the SharePoint Portal server that we are hosting. The website can be accessed by users who have account in the Active Directory. Everything works but I have one minor thing that I have to fix. Namely, is there a way to avoid the users from typing in the domain...
  14. bnymk

    Is there a way to not make users type the domain name at logon?

    Hello all: We have a website on the SharePoint Portal server that we are hosting. The website can be accessed by users who have account in the Active Directory. Everything works but I have one minor thing that I have to fix. Namely, is there a way to avoid the users from typing in the domain...
  15. bnymk

    Help in debugging a script that adds uses to AD

    Hello All: Our client just sent us a huge list of users in an Excel spreadsheet that they want us to add to an Active Directory so they can view a website that we have created for them using SharePoint portal. I was looking for a script and thanks to some of you guys here on this forum, I found...
  16. bnymk

    Portal cannot be accessed by users who have "reader" roles

    Hi All: I have two portal sites, both with different IP addresses running on a server. Both websites share the same Active Directory and are in the same domain. In the AD, I have created groups of users. I then added the users using "Manage Users" link from both portal websites and assigned...
  17. bnymk

    Can't bring up the Administration web page

    Hello All: When I tried to bring up the MS SharePoint Server Administration page, I get an error saying that server application is unavailable. When I checked the even log it is displaying the following message "Synchronization exception occurred" Since I can't even bring up the admistration...
  18. bnymk

    What I'm I doing wrong

    Hello All; I'm trying to edit using Microsoft FrontPage a web page that is part of SharePoint Portal. But the moment I added a web part onto the page and try to edit it using FrontPage, it gives me the following error. " soap:Server Exception of type...
  19. bnymk

    How can I use <cfflush> to display a large database on a page

    Hi All: I have a query that returns a large number of data at a time, sometimes up to 4000 records. I know I could make the query to return 50 records at a time but that's not what the customer wants at this time and wants to see all the records at one time on a single page. I've heard of...
  20. bnymk

    How to extend a session

    Hello all: In Application.cfm I have implemented a routine that will pop up a window that will alert a user 3 minutes before their session is about to expire (after 17 minutes of their total 20 minutes session). The website has three frames. The top frame has navigation links that upon clicking...

Part and Inventory Search

Back
Top