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 Chriss Miller 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: mvvilleza
  • Content: Threads
  • Order by date
  1. mvvilleza

    Convert to a string to Uppercase (Adobe Designer)

    Hi! Would like to ask help re: conversion of a string to uppercase in Adobe Designer. I have tried using the ff: using FormCalc TextFieldname.rawvalue = Upper(TextFieldname.rawvalue) using JavaScript TextFieldname = TextFieldname.ToUpperCase(); Both did not work properly. Am I...
  2. mvvilleza

    Batch File Scheduled Task

    Hi All, I have a batch file to run as a scheduled task. If i use my account w/c is a domain admin account in the runas of the task, the task works fine and te dos window appears. But if i use a different account that also has admin rights, the task is working but the dos window does not appear...
  3. mvvilleza

    Getting %Process Time for a Process

    Hi, I'm trying to generate CPU usage for a particular process. However, I found out that the CPU usage per process is the sum of all %Process time of each CPU. That means if your %Process Time is 890 and you have 15 CPUs as seen on task manager, divide the 890 with 15 and you get 59.3%...
  4. mvvilleza

    Unable to query DN on a different domain

    Hi all, I'm trying to get the DN of a list of users from a text file. The script runs if i query Domain A using my domain account that resides on Domain A. But if i try to query Domain B using my same account on Domain A it says that the user doesn't exist. Although i can query users using my...
  5. mvvilleza

    Unable to Browse Microsoft and Antivirus Websites

    Hi all, Here's my problem, on a windows 2003 server: 1. I do an nslookup on microsoft.com and any antivirus site, nslookup is able to resolve the IP address 2. If i ping the names, ping says could not find host. 3. Moreso, i cannot browse these sites. I believe this is caused by a virus, i...
  6. mvvilleza

    Square Brackets in Switch Command

    Hi all, Can i use square brackets with the switch command? Eg. $a=5 switch($a) { [1-9]{$a="0"+$a} } $a My desired output is 05.
  7. mvvilleza

    Displaying a variable alongside a character

    Hi all, How can i display a variable alongside another character, something like: $a = 1 If i type $a0 on the PS prompt it does not display any result. PS D:\Test> $a=1 PS D:\Test> $a0 PS D:\Test> My desired output is 10. I'm just new to powershell.
  8. mvvilleza

    Using Print setup on Lotus Notes via Terminal Server

    Hi all, I have configured Lotus Notes 5 on a terminal server. Already installed printer drivers that is the exact printer installed on the user's computer. But when trying to print from lotus notes and selecting print setup to change the paper size the print setup button does not respond to...
  9. mvvilleza

    Negative values on %Physical Memory Used

    Hi all, MOMServer: Windows 2003 Std SP1 MOM 2005 MOMClients: Windows 2003 SP1/Windows 2003 R2 SP1 3GB+ Memory We're having problems to some Windows 2003 clients over 3GB memory. When we collect the Memory used, it has negative values. Tried adding /3GB and /PAE switches but it doesn't solve...
  10. mvvilleza

    Scheduled Task Window Does Not Show

    Hi all, Created a batch file and made it a scheduled task. Problem is, the dos window does not appear when the task is running. And you will see on the Scheduled Tasks folder that the job is running. Pls help.
  11. mvvilleza

    Issue on database name is numeric

    Hi all, I recently run backup log dbname with no_log where dbname is a number, and i got a syntax error message. Is there a document from microsoft regarding this error?
  12. mvvilleza

    Search file pairs

    Hi all, Here's the scenario: I have several files: file1.ds file1 file2.ds file2 file3 file4 file5 etc.... What I want is to list all files with ds on them and same filename without the ds.
  13. mvvilleza

    Hiding Websites accessed

    Hi all, My question is, is there a software that spoofs websites accessed such that the proxy reports that the user accessed URL1 but the truth is the user accessed URL2? Thanks for any input.
  14. mvvilleza

    Viewing database design without designer access

    Hi, Is it possible to view database design w/out granting designer access? Is there a workaround? I don't programmers to make changes to the design but give them viewing privilege to isolate if there is a problem.
  15. mvvilleza

    Firewall Client on a Trusted Domain

    Hi all, I have an ISA server on an AD domain that is trusting our AD domain but does not trust ISA server's ISA domain (One way trust). Authentication is via our AD domain accounts. While web browsing is OK, Firewall client is the problem. Tests that i have done: 1) Non domain member...
  16. mvvilleza

    Compile secuiryt patches to a single EXE file

    Hi all, I know it's possible to create a single EXE file that will install all the security patches of Windows (like a service pack). Problem is, i forgot the document that shows how to do it. Can anyone help me pls?
  17. mvvilleza

    Legato Co-Standby Server 2000 and Windows Reboot

    Hi all, We're using Legato Co-StandBy Server. Ever since we're using Windows NT 4.0 up to Windows 2000 servers, when we restart our servers the some of the shared folders are unshared and you need to re-share them. Any ideas?
  18. mvvilleza

    Duplicate name exists, different server same ip

    Hi all, I have a workgroup only network. I have a server1 w/ ip 192.168.0.10 for example. From an XP workstation, i added "192.168.0.10 server1a" to its hosts file. Accessing \\server1 was successful, but accessing server1a results with a message below: "You were not connected because a...
  19. mvvilleza

    Welcome Page or Mail

    Hi all, We're using Lotus Notes 5. Is it possible to have a welcome page or mail when i create a new mailbox? So that when the user opens his/her mailbox for the first time he/she will see the email/page. Thanks
  20. mvvilleza

    Lotus Script error

    Hi all, I'm getting an error when typing the code below on the PostOpen event. Sub PostOpen(Source as Notesuidatabase) End Sub I was just testing the code specified here: http://www.keysolutions.com/NotesFAQ/all5x.html#NT00001106

Part and Inventory Search

Back
Top