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 derfloh 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: csjoseph
  • Content: Threads
  • Order by date
  1. csjoseph

    Exchange/Windows 2000 co-exist Exchange/Win2003

    I have a customer that wants to be difficult. Currently has: (A) Windows 2000 DC / Exchange 2000 (B) Brand new server What he wants: (A) Windows 2000 DC / Exchange 2000 (for family/reason: licenses) (B) Windows 2003 DC / Exchange 2003 (for Business) Plan ? 1. Install Windows 2003 on new...
  2. csjoseph

    Exchange/Windows 2000 ----> Exchange 2003

    I currently have one server, running Windows 2000 Server and Exchange 2000. I want to upgrade to Exchange 2003 as easily as possible. Can I just upgrade Exchange to 2003 and will it run on Windows 2000 SP4 DC?
  3. csjoseph

    RSS Feed Generator Template

    Has anyone used this template release with 7.0.2 I think. I have it working except I'd like to include description. That has to be added on the bottom section. I leave attrib and value blank and select the column that is the description. But when the feed is generated all I get for description...
  4. csjoseph

    Read field list with variable and For loop

    I have a list of fields: FeatureName_1 FeatureName_2 FeatureName_3 etc. I have a field NumFeatures that controls how many fields are displayed. In a view I'm trying to capture all the values that are displayed like this: @For( x:=1; x<=NumFeatures; x:=x+1; temp1:= FeatureName_ +...
  5. csjoseph

    Mailbox Quota Enforcement

    Does anyone know of a way to enforce mailbox quotas without affecting the users ability to RECEIVE mail? I'd like to do the whole MS Exchange thing of not allowing them to send, but still allow mail to come in. Thanks
  6. csjoseph

    Updating a multiple value field

    I have a computed field w/ multi value enabled. It holds names, I need to remove a name from the list. Here is what is happening. The field is set when saved, let's say the value is: Chris;John;Paul I'm using this command FIELD fldNames := @Trim(@ReplaceSubstring(@Implode(approvalNeeded;"...
  7. csjoseph

    Extract value from list by index #

    How can I pull values from a list in order using formulas? nameList(1) nameList(2) nameList(3) I need to populate a #'d list from a name field. Please help, db due Friday. Thanks.
  8. csjoseph

    Send email to a role

    How can I send an email to a role? Is there a command to list who is a member of a particular role? Thank you.
  9. csjoseph

    Need to change group names

    Due to a recent merger we have to change the names of some groups that are fully embedded in some major databases. These groups are in ACLs, name fields, hide-when formulas, all other types of formulas. Does anyone know if there is a good piece of software out there that can facilitate this...
  10. csjoseph

    Smart Upgrade ---&gt; Replace Template

    I'm new to this and I've just implemented Smart Upgrade to our test base. Most upgrades are from 6.5.? to 7.0.2. My problem is the new features are not available after upgrade because mail template is still iNotes6. I need them all on dwa7. Is there a way to do this during the upgrade...
  11. csjoseph

    Stop Adapter from Registering with DNS.

    We have two adapters in this remote server. One has a goofy IP to hook to our payroll providers router. I do not want that IP registering to DNS or WINS. When anyone here try to access via hostname or fqdn they are resolves to said funky address. Not our network address. How can I accomplish...
  12. csjoseph

    2003 Server connected to XRAID

    We have a server hooked up via fiber to an XRAID box. I know there are limitation to how big of a partition Windows can address. We currently have two 1.09TB drives mapped to the XRAID. I've looked all over and cannot find any info on size limitions for Server 2003 or Server 2003 R2. I'm trying...
  13. csjoseph

    Server hardware? AMD 2.4 Opteron Dual-core

    Has anyone run Domino 7.0 on a AMD 2.4 Opteron Dual-core processor. Or any other AMD dual-core processor for that matter.
  14. csjoseph

    SQL 2000 &amp; 7.0 Instance on same server

    Is it possible to run SQL 7.0 instance with another instance of SQL 2000 or 2005 on the same server? Trying to find KB articles on topic, no luck. Thanks
  15. csjoseph

    BeforeUpdate event stopping execution

    I have a form where I need to compare two values and modify another just prior to updating the record. I'm using this code to do this. Private Sub Form_BeforeUpdate(Cancel As Integer) Dim strCurLoc As String Dim strStoreLoc As String txtCurLoc.SetFocus strCurLoc = txtCurLoc...
  16. csjoseph

    PERC II - RAID 5 - Add Drives ?

    PowerEdge 4600 PERC II Raid Controller Raid 5 - 4x72GB Dell Open Manage Array Manager for configuration I want to add 4 drives to this array. I have seen several different ways to do this out there. But I always get good info here. Does anyone have a tried and true way to add these drives w/o...
  17. csjoseph

    Act 2006 Premium for Workgroups Server Install ?

    I will be installing said version on a server with SQL already installed. What do I need to do differently? Thanks
  18. csjoseph

    Replacing Domain controller

    Windows 2000 Server I need to replace an existing domain controller w/ a new server. I would perfer to keep the same server name. What is the best way to go about this?
  19. csjoseph

    Sent Items Missing Text Body

    Windows 2000 Server Exchange 2000 Client: XP Pro Outlook XP or 2003 I have two users who have sent messages and then looked at the message in sent items and the message body is blank. Attachements and subject are intact. Reciever sees same, no message body. The only constant seems to be that...
  20. csjoseph

    Adaptec AHA-2944UW SCSI card trouble

    MPC NetFrame 3610 Windows 2000 Server I am trying to setup a AHA-2944UW PCI SCSI card in a remote server. The user installed the card and it is showing up unknown in device manage. I keep trying to install the driver but when I click install it just hangs. I can end task on device manage to...

Part and Inventory Search

Back
Top