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

    Response to close thread

    thread1619-1715904 You can use $myEmailExt="@efaxsend.com" $myFiles=Split-Path "C:\staging\*.pdf" -Leaf -Resolve foreach ($myFile in $myFiles) { $myFile=$myFile.Remove(10) $myEmailAddr="$myFile$myEmailExt" $myEmailAddr }
  2. TheKidd

    Problem with running PowerShell script as a Schedule Task

    Hello all, I have a quick question. I have a PowerShell script that runs daily at 4AM. Although the job shows completed, it doesn't really run. The script runs with the following command: powershell.exe -file "path_to_script.ps1" Any help or suggestions would be greatly appreciated. Thanks.
  3. TheKidd

    GPO not running logon vbscript

    I am having issues with some XP machines not running a logon script via a GPO. When I run gpresult I get the following error: An error has occurred while collecting data for Scripts. The following errors were encountered: An unknown error occurred while data was gathered for this extension...
  4. TheKidd

    ftp permssion issues

    I have user who are only allowed to access a menu at login via .profile. The .profile permissions are set to 444. However, when connecting via ftp users are accidentally deleting the .profile. Is there a way to tighten down permissions so that users connecting via ftp are not allowed to delete...
  5. TheKidd

    ftp permssion issues

    I have user who are only allowed to access a menu at login via .profile. The .profile permissions are set to 444. However, when connecting via ftp users are accidentally deleting the .profile. Is there a way to tighten down permissions so that users connecting via ftp are not allowed to delete...
  6. TheKidd

    Binding questions

    Can someone tell me what is wrong with this code? I get no errors and no output. Thanks. <?php if (isset($_POST['submit'])) { $lastname=htmlentities($_POST['lastname']); } $c = oci_connect('user', 'password', '//server/DB'); $s = oci_parse($c, "select EMP_KEY, EMP_FIRST_NAME...
  7. TheKidd

    OWA/Citrix Issue

    I have a user that has a problem with his Outlook environment. Originally, he could only read his Outlook items when logged in to Outlook with Citrix, at his desktop, or with OWA. He was not able to create anything new or respond to any item. I have deleted his local profile on all Citrix...
  8. TheKidd

    dfs cluster share problem

    I have a three node cluster that are all active. I created a virtual node to use as a consolidated root. The shared folder is set for dfsroot. Everything works fine; however, for some reason the dfs service stops on two of the nodes intermittently. Not only does it stop, but it is set to...
  9. TheKidd

    RMAN question - deleting expired backups

    I have a question regarding RMAN on Oracle 9. I have a script in place that works fine on Oracle 10g, but not on 9i. The script is not deleting old backups, it's only deleting old control file backups. Here's a snippet of the script: echo "Starting backup at ${HOY}" >> ${LOGf} su - oracle -c...
  10. TheKidd

    RMAN Question

    I am using Oracle 10g R2; however, when trying to do a SQL> create restore point chkpnt; I receive an ORA-00901: invalid CREATE command. I do have the flash recovery area setup and I have flashback turned on. And I am in archive mode. Anyone have any suggestions? Thanks in advance.
  11. TheKidd

    Published app problem

    I am running CPS 4.0 on a W2K3 server. Have a published app that the users would like to be able to connect to multiple times. This works fine as long as they connect to the published app from the same PC. When connecting from a different PC, the user is kicked out of the published app on the...
  12. TheKidd

    RE: Datastore Problems

    Citrix Metafram XPe FR3 on a W2K server. Receive the following error: "96 hours have passed since last successful connection to the Data Store. This server will no longer accept connections until successful connection to the Data Store is established." Data Store on a SQL Server. I don't have...
  13. TheKidd

    Licensing Question

    My users are getting the following: "The system has reached its licensed logon limit. Please try again later" I am running Citrix Metaframe Xpe FR 3 on a W2K SP 4. Thanks in advance for the help.
  14. TheKidd

    RE: Hp LAN Cards

    Using the command line, how do I find out if my LAN card is running at 100MB Full Duplex? Thanks.
  15. TheKidd

    Netbackup Catalog

    My catalog backups seem to run; however, when I check the Activity log, it shows 0 bytes written to tape. Is this normal? Thanks. Netbackup 5.1 MP 1.
  16. TheKidd

    RE: Catalog Duplication

    I am running Netbackup 5.1 MP1. I would like to copy the catalog to another server. Which files should a copy to the other server in order to get the complete catalog? Thanks.
  17. TheKidd

    ISA Server Installation Question

    After installing ISA 2004 Enterprise Edition, I am unable to ping the server. However, from the server console and can ping other servers/workstations just fine. Any ideas? Thanks.
  18. TheKidd

    MSDAORA reported an error

    I'm getting the following errors on one of two identical SQL Servers. Can anyone help? Thanks. Server: Msg 7399, Level 16, State 1, Line 1 OLE DB provider 'MSDAORA' reported an error. [OLE/DB provider returned message: ORA-12154: TNS:could not resolve service name] OLE DB error trace [OLE/DB...
  19. TheKidd

    Explorer Window

    I have a login script that outputs general messages to the user community. Some users are clicking on the "X" to close the window before the script completes. My question is, is there a way to remove the "X" so that users are unable to close the window? Thanks.
  20. TheKidd

    Need workstation names

    I need a command to get the client name (workstation name). I know I can get it from the CMC, but is there a way to get this from the CLI? Thanks.

Part and Inventory Search

Back
Top