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

    Need help writing zone add/delete syntax with dnscmd

    My goal is to lift our block on Youtube during certain hours by using DNSCMD bat files to add and delete the zone via Windows Task Scheduler. My create command seems to work OK, as soon as it is run the clients are immidiately blocked from the site: dnscmd /zoneadd youtube.com /dsprimary I'm...
  2. ReK410

    problems with duplicate records in query results

    I know that the data would be unfamiliar to most but is there anything as far as my query syntax that would result in duplicate records? I'm getting the same row in my results 3 times! select p21_ar_view.invoice_no, P21_ar_view.line_no, p21_order_view.assembly, P21_ar_view.item_id...
  3. ReK410

    Some (but not all) network mappings show as unavailable until reboot

    I have W7 on my workstation and have 5 mapped network drives. After leaving my workstation on for more than 24-48 hours, some (but not all) of the drive mappings, or in some cases, the folders within the mappings fail to open. For example, like most of you, my H drive at work is the location of...
  4. ReK410

    Need help increasing blinking cursor size for visually impared

    Hi all, We have a Win Server 2003 box that runs Citrix to serve an application to our users. The problem is that some of our users have bad eye sight and are used to using an old character-based system where the blinking cursor is almost as wide as a character (you unix guys know what I'm...
  5. ReK410

    Is there a way to auto-add new printers to citrix user profiles?

    Hi all, I have about 75 people using Citrix Metaframe Presentation server to access an application. These people do not have access to Citrix desktop and they have only "user" level access to the citrix servers themselves. We've installed a new network printer. I have installed the printer on...
  6. ReK410

    Problem relaying from internal IIS7 SMTP server to Exchange 2007

    Let me preface this by saying I'm not an Exchange guru, I'm stumbling through this the best that I can and I'm stumped!!! I have an exchange server at 10.0.0.6 - let's call it md-exchange2.internal-email.com I have an IIS server with an SMTP Virtual Server at 10.0.0.16 - let's call it...
  7. ReK410

    How to change a published application's icon?

    Hi all, I'm running Citrix Metaframe Presentation Server 4 and I noticed that when I create a published application it allows me to pick an icon of my choice. I don't see any way to change the icon after it's already been created. Can this be done or should I just re-create the entire...
  8. ReK410

    Help finding "most recent date" in query

    This is probably a really easy answer but I'm no TSQL guy so any help would be greatly appreciated! TABLE1 holds: po_no item_id received_date (multiple entries for each item ID, each with a unique received_date) TABLE2 holds: po_no location_id MY GOAL IS: Show me each item at location 100 and...
  9. ReK410

    Creating services from applications in Server2008

    In the Windows Server 2003 Resource Kit there was a tool called srvany.exe that turns applications into services. Now, on my Windows 2008 server, I have applications and bat files that I would like to automate as services but this application is not available in the 2008 resource kit. Does...
  10. ReK410

    Users are being kicked out and then auto-reconnected to Citrix session

    Starting this morning a few of our users are getting kicked out of Citrix for a few seconds, then it’s automatically reconnecting them back to their sessions. It’s not consistent and it’s only happening repeatedly to a few users. The effected users are connected to either server, not just one...
  11. ReK410

    APC Smart-UPS 3000 on a 20A circuit

    Hi all, We just purchased a new APC Smart-UPS 3000 rackmount UPS (specs here: http://www.apc.com/resource/include/techspec_index.cfm?base_sku=SUA3000RMJ2UB&total_watts=50) The problem is that we didn't realize until after we purchased it that we are only running a 20A circuit to the wall...
  12. ReK410

    How to pre-set Citrix user's default printers

    I've been struggling with this for a couple of months and it's really a pain! All articles I find have to do with mapping local printers, or session-created printers... I've had plenty of Citrix KB articles sent to me but they don't fit my scenario.... Our network printers are installed on the...
  13. ReK410

    "There are no existing applications available for reconnection" error

    We've got a user who normally logs into Citrix web interface via his workstation. He's traveling with a laptop today and is able to open the citrix URL, he's able to log into the citrix web interface but when he tried to click on either the published app or the citrix desktop nothing happens...
  14. ReK410

    Is it possible to embed a "search" button into a spreadsheet?

    I'm going to do a nightly export from SQL to an Excel workbook. The structure of the file will remain the same, only the data in the columns will change. It's a massive list of contact information and I need a way to easily search through it. Some searches will have multiple matches. I'd like...
  15. ReK410

    Outlook 2003 Taskpad not saving custom layout changes

    If I make a change to the Taskpad (like adding it to the calendar screen, or adding columns to taskpad via Field Chooser) they appear correctly but when I switch to say, Inbox and then back to Calendar, everything about the taskpad is reset back to the default layout. This happens on multiple...
  16. ReK410

    Backup Exec 10d ""no idle devices are available"

    Hi all, I'm using Backup Exec 10d and have never had a problem backing up or restoring tapes until recently. This is on a Win2k3 server with an external Sony AIT scsi tape drive. We had to turn the server off for unrelated work maintenance work and ever since we plugged it back in the...
  17. ReK410

    ERROR "An expression of non-boolean type specified in a context"

    I'm trying to run a query against our database, it was an older query that I've had to hack up with new table/column names. Here's the query SELECT p21_view_inv_mast.item_id, p21_view_inv_mast.item_desc, p21_view_inv_loc.gl_account_no FROM dbo.p21_view_inv_loc p21_view_inv_loc...
  18. ReK410

    ERROR "The Citrix Server is unable to process your request"

    I've got a two-server Citrix Farm that both run a single application for all users via MetaFrame Presentation Client and they both run full citrix desktops for a couple of admins. I updated the application today on both servers. The Citrix2 server worked fine. The Citrix1 server kept telling me...
  19. ReK410

    Problems with Permissions error on dbase mail trigger

    Good morning, I'm stumped on this trigger error and I'm hoping someone can help. Here's the background: BACKGROUND Running SQLServer2005 on WinServer 2003 RC2. We use a SQL-based business application that has it's own alert system that uses database mail sucessfully, meaning the built-in...
  20. ReK410

    How to setup email alerts for disk space issues

    Hi All, we are running MSSQL Server 2005 on Windows 2003 RC2. Over the weekend our transaction log, which is set for auto-grow @ 10% needed to grow it's size. Long story short, other non-sql issues used up most of the free space on the server and the drive ran out of space. I didn't know...

Part and Inventory Search

Back
Top