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

    Set the value of a column in one table based on the sum of column values in another table

    Hello I would like to update the column in one table based on the results of a query from another table. I have two tables IM_ITEM and IM_INV tables. In the IM_INV table I would like to sum up the location quantities for each item. If the quantity is zero, I would like to set the...
  2. CarrahaG

    DBCC CHECKDB cannot fix database

    Hello I have a problem with a MS SQL Server 2005 SQL database. If I run the command DBCC CHECKDB(BHT, REPAIR_REBUILD) I get the following result: Msg 1505, Level 16, State 1, Line 1 The CREATE UNIQUE INDEX statement terminated because a duplicate key was found for the object name...
  3. CarrahaG

    Windows 2008 Server can not access NAS share using UNC path and NETBIO

    Hello We have a Windows Server 2008 R2 that is NOT able to open a share on a NAS using its NETBIOS name. However it CAN open it using the IP address. The NAS and the Windows Server 2008 are both joined to a Windows 2008 domain. There are other computers on the network that are part of the...
  4. CarrahaG

    Cannot establish a VPN connection to Windows Server 2003

    Hello I use to be able to connect via Windows VPN to my Windows 2003 Server but something has happened and I can no longer connect. I am trying to make a VPN connection from a Windows XP Pro client on the local LAN (to take our firewall out of the picture) but I keep getting the error...
  5. CarrahaG

    Can not establish a Windows VPN connection

    Hello I use to be able to connect via Windows VPN to my Windows 2003 Server but something has happened and I can no longer connect. I am trying to make a VPN connection from a Windows XP Pro client on the local LAN (to take our firewall out of the picture) but I keep getting the error...
  6. CarrahaG

    Changing the manufacturer friendly name for external USB drive

    Hi, Is there a way to modify the manufacturer friendly name for an external USB Seagate Freeagent Go drive? The reason we need to do this is that we are using VMware workstation which requires you to disconnect the external usb drives from the menu when removing them from the guest OS...
  7. CarrahaG

    SQL Expression Fields to retrieve data from Pervasive.SQL database

    Hi, I am trying to increase the performance of a Crystal Report that uses ODBC to connect to a Pervasive.SQL database. Is it possible to use SQL Expression Fields in this scenario? I am trying to find some documentation on if this is possible and how it is done but can not find anything...
  8. CarrahaG

    Backing up System State gives an incomplete result

    Hello I am using ARCserve Backup r12.5 SP1 (Build 5860). When I backup the system state on a domain controller, I will get an incomplete result. The errors I get are as follows: W3301 2010-10-02 17:42:16 Unable to find directory. (DIR=C:\Documents and Settings\<username>, EC=The system...
  9. CarrahaG

    Attempting to join the domain &quot;&lt;domain.local&gt;&quot;: Access is denied

    Hello I am having problems with a Windows 2000 server in a Windows 2003 Domain. Initially, it started where the Windows 2000 server could not access any network shares on the Windows 2003 Domain controller. It would keep prompting for a username an password when the share was accessed...
  10. CarrahaG

    Update column of one table with last calculated value from other table

    Hi I would like to update the column of one table with the last calculated value of two columns from another table. The tables are defined as follows: Table #1: IM_ITEM ----------------- ITEM_NO VARCHAR(20) LSTFACTOR DECIMAL(15,4) Table #2: PO_RECVR_HIST_LIN ---------------------------...
  11. CarrahaG

    Update column of one table with aggregate value from other table

    Hi I would like to update the column of one table with an aggregate value (avg) from another table but I keep getting an error. I run the following statements: CREATE TABLE [dbo].[IM_ITEM] ( [ITEM_NO] VARCHAR(20), [AVGFACTOR] DECIMAL(15,4) ) CREATE TABLE...
  12. CarrahaG

    Printing a disclaimer note on the last page of Crystal Report

    Hello Is it possible have a crystal report print a note on a new page after the last page of the regular report? For example, let us say we have a disclaimer with company logo in a pdf or word document, we would like to have that disclaimer attached to the end of the last page of the report...
  13. CarrahaG

    How to change the value of a field used as a prmary key to join to tab

    Hello We have a MS SQL Server database in which we need to change the value of a field. Unfortunately the columns in which that field exist are used to create a relationship between the two tables. Table -> IM_SER_ACTIV ITEM_NO SER_NO ACTIV_TYP DAT ------- ------------...
  14. CarrahaG

    What is causing the Disk to be full?

    Hello We have a problem where we can not account for what is using up all the disk space on a disk volume. The disk has a physical capacity of 136.48 GB and is split into the following 3 volumes: 31 MB (Hidden) 11.13 GB (C: drive, System) 125.32 GB (D: Drive) The D: volume is...
  15. CarrahaG

    Cannot Set Default Page Orientation in IE8

    Hello We are running IE version 8.0.6001.18702 on Windows XP Pro SP3. Whenever we print we always need to set the page orientation from landscape to portrait. We even try to set the default orientation to portrait under File / Page Setup. However, if we exit IE8 and then re-enter or select...
  16. CarrahaG

    Login Failed when connecting with Pervasive Monitor Utility

    Hello, We have Pervasive.SQL 8.6 installed on a Windows Server which is part of a Windows domain. The domain administrator is able to use the Pervasive.SQL Monitor Utility from any client pc on the network to view active Pervasive.SQl users. The domain administrator simply needs connect to...
  17. CarrahaG

    CICS: Configure an line to ring to a group of extensions

    Hello We have a Nortel CICS system. When a particular incoming line is dialed one particular extenion rings. All the other extensions are silent but get a a flashing light. Can anyone tell us where we can find that configuration setting? How can we configure a particular incoming line to...
  18. CarrahaG

    SCO 5.0.7 - Problems with external print servers and remote printing

    Hello Over the weekend we migrated from an old server running SCO OpenServer 5.0.7 to a new server running the same SCO OpenServer 5.0.7. Since then we have been having problems with remote printing. The print jobs do not print and they remain in the queue. We have several printers set up...
  19. CarrahaG

    SCO OpenServer 5.0.7 Remote Printing

    Hello We recently installed SCO OpenServer 5.0.7. However, we have no access to remote network printers (printers connected to print servers). When we run "mkev lp", go to the "System" tab and then select "Print Services", we see two choices: "Local Print Service Enabled" "(Remote UNIX Print...
  20. CarrahaG

    Problem updating MSSQL database with relationship between two tables

    Hello We are programing in Delphi 2006 using a MSSQL database. We are having a problem updating two tables which have a relationship between them. The database and tables are defined as follows: Database: FDD Table: OPN_ITM_CHANGES Field Type ---------- ------------- ------------...

Part and Inventory Search

Back
Top