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

    Migrating Metaframe XP clients to New MPS 4.5 server?

    I have an old Metaframe XP server: oldserver.domain.com I have a new MPS 4.5 server: newserver.domain.com I want to migrate ALL users from oldserver to newserver. I can have both servers up for a couple of days, but I don't want anybody using the oldserver (I have unpublished all of its'...
  2. soy4soy

    How to Publish an Application?

    Ok, I am an "old hand" with Citrix. Been using Metaframe XP ever since it was rolled out. I really have not looked indepth at MPS 3.0 - 4.5. I now wish to implement 4.5 and I can't tell how to assign permissions to my published Application. Am I missing something? I *thought* i published...
  3. soy4soy

    HP 2430 - Cannot redirect DOT4_xxx port

    Can anyone help me redirect a DOT4_001 or DOT4_002 port to any LPTx: port? I am attempting to use Citrix client which is not using the default driver-port combo (PCL 6). I am used to simply redirecting the port to the LPT1: or LPT2: port and this trick is not working since I am unfamiliar...
  4. soy4soy

    Mozilla Firefox closes unexpectedly

    Browser: Firefox v1.0.4 OS: WinXP sp1 The browser will just close at certain points. Sometimes it will go unresponsive which is nearly as annoying. Anyone have any work-arounds, fixes, or clues as to what is going on? So far, I goole this and I get a bunch of rhetoric about FF being safer...
  5. soy4soy

    Upgrade Question

    I am upgrading from MF 1.8 to XP. I am trying to roll out a version of the 8.0 or 8.1 client that will know about our new XP server. I intend to use the 1.8 server to deliver my new client. However, the best I can get is a client that is updated to 8.0 or 8.1 (either work), but no new server...
  6. soy4soy

    7.0 database backup restored to SQL 2000?

    Is there a way to take a SQL 7.0 Database, and through a forced restore, bring it up into SQL 2000? Background: I am upgrading an application server and looking to streamline the upgrade of 200 databases from a 7.0 backend server to a 2000 server (running on 2003) and it would save me a...
  7. soy4soy

    Citrix Client Configuration Refresh Error

    What does this error mean? And how would I go about resolving it? Citrix Client Configuration Refresh Error Unable to update configuration information. The remote server may be down, the configuration file location may be invalid, or the configuration file may contain errors. ["Ok" button...
  8. soy4soy

    How do I disable new logons in Metaframe XP?

    How do I disable new logons in Metaframe XP? What about Metaframe Presentation Server 3.0? In Metaframe 1.8, I would just right click the server name in the snap in and select "Disable New Logins," but this option is no longer present. If ever I would need to upgrade a server in the farm...
  9. soy4soy

    Old Citrix box Blue Screening

    Windows NT 4.0 Term Server Edition, SP6 Citrix Metaframe 1.8 fully patched Server blue screens. I suspect that it is because of a printer driver. We have a rash of the blue screens yesterday and I had a user who appeared to be the one to be doing the blue screening whenever she ran a report...
  10. soy4soy

    Why will my System DSN not show up for my metaframe clients?

    Running Terminal Server 4.0 (sp6), w/ Metaframe 1.8 Created a System DSN "ETools" which connects to a SQL server on a different server. It works for me, an admin, but the DSN (a system DSN) does not show up for anyone else. Randy Mitchell, Jack of all ITrades http://www.bizjournals.com
  11. soy4soy

    Entry Point Not Found

    EverQuest.exe Entry Point Not Found The procedure entry point MapLS could not be located in the dynamic link library KERNEL32.dll. [OK] Ok, so my goal is to enjoy my time off by playing a game. But I keep getting this error. Any ideas? I've searched google and so far the only thing I've...
  12. soy4soy

    How Do I Find the position of a value in an array?

    Happy Monday! I can't believe I am having this problem, but then it IS Monday. There is a function, index(), that performs what I need without a for-if combo, but this works for strings. I need an index() function for an array: my @array = ( 'Blue', 'Red', 'Green', 'Yellow' ); #I want to...
  13. soy4soy

    Mail-Webmail-Yahoo

    Anybody use this module before? I am just trying to toy around with this thing and i'd like to see some examples of it. There are no examples (that I can find) on CPAN... I'd be happy with a concise list of methods/functions and how to use them. ;-) Randy Mitchell, Jack of all ITrades...
  14. soy4soy

    finding a string in an array of strings

    Ok, I know I should know this by now, but I always get in a "chicken or the egg" logic loop here. I am looking to write/steal a function that will take an array as input, then: 1) remove blank lines, and, 2) remove redundant (same) lines So, if I had an array: @arry1 = (...
  15. soy4soy

    #include

    Is there a way I can #include<header.h> as in C?
  16. soy4soy

    Are users connected to my server?

    I am trying to find out if users are connected to my servers. If so, are they connected via a SQL\PIPE? Is there a PERL module.function or even a command line tool that can tell me this? I need it to work for remote servers, ie, I'll not be executing this script on my SQL servers. Thanks!
  17. soy4soy

    Win32::AdminMisc

    What the F***?! This line is no longer able to export the SetPassword function: use Win32::AdminMisc qw/SetPassword/; So I call it directly, as follows, but it always fails. And the error code i get back from Win32::GetLastError() is 2221, which I can NOTHING on, so I don't know how...
  18. soy4soy

    Win32 Services Question

    Is there a way I am alter the &quot;Log On As&quot; feature of a Win32 service via Perl? Goal: I have a couple hundred servers that run SQL service as an account in my domain. That account has become corrupt and I must change all of my servers to reflect this new account and password...
  19. soy4soy

    Win32::Services::GetStatus??

    What happened to this method/function? Or is the status of the service returned by the GetServices hash? If so, what is the subkey or whatever to find out? Whenever I try to use this function, I get an error stating that it is an &quot;Undefined subroutine...&quot; I have specifically...
  20. soy4soy

    How do I clear an existing NAT pool?

    I've got an existing NAT config: ip nat pool TWTC_OUT 76.192.163.41 76.192.163.46 netmask 255.255.255.248 ip nat inside source list 10 pool TWTC_OUT overload ip classless ip route 0.0.0.0 0.0.0.0 106.230.198.145 no ip http server I want this statement to look like this: ip nat pool TWTC_OUT...

Part and Inventory Search

Back
Top