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

    URGENT Permissions issue

    We have a java script that generates files in a folder on our Linux server that need to be picked up by a process on another server but the files are being written with RW only permissions and we need them written with RW-R--R-- The folder is setup to default to the RW-R--R-- permissions when...
  2. theniteowl

    Password expiration

    We have an application running on our server that connects to our Oracle 12c database. I found today that the account the application uses to connect to the database was locked. When I looked up the account I believe it had the word TIMED on it relating to the expiration settings? I am new to...
  3. theniteowl

    Parsing data out of files

    I have some custom scripts for a print system we use that have been modified over and over for years leading to a point where there is a lot of obsolete code fragments within each script that I want to clean up. I am hoping to find an easy way to search through a file and find the variable...
  4. theniteowl

    Determine owner of active directory group

    We manage access to folders on a network share and need to be able to determine who the contact is to approve additions to any security group when access to the folder is requested. We do not have access to create or modify the groups, only to be able to assign those groups rights on given...
  5. theniteowl

    Access Denied message for commands executed from batch file that work in Windows

    Hi Everyone, Our image storage system is moving its staging folders to a new file share. We have been given full control access to the folders our system writes the images to. Our system creates post processing bat files to perform actions after the images are generated and in some cases this...
  6. theniteowl

    Extracting specific files from a folder full of tar.gz files and writing them to a sub-folder

    Hi Everyone! I have hundreds of xxx.tar.gz files that I need to extract two files each from and write those files to a folder of the same name as the original tar file or zip them into a zip file of the same name. Each file has a file named subcntlfile in the root and a file called...
  7. theniteowl

    Lost admin rights to folders

    Hi All, We have a corporate file share and under one folder my group has been given full control and those rights flow down through all sub-folders. We create sub-folders for various business areas output to go to for review and there are AD groups assigned to those folders giving them...
  8. theniteowl

    Calling code in another class

    I have a windows forms application and am trying to add a FileSystemWatcher routine into it so that it will update a list of files in a ListView box. I have the watcher working in the application but now when an event is triggered by a change in the folder I want to call the fillListView routine...
  9. theniteowl

    Windows Forms - populating a ListView with multiple columns

    Hi All, I am using Visual Studio 12 and have created a Windows Forms application with a ListView control on the page. I am trying to populate the ListView with two columns of data, File Name and Creation Date from a specified folder. I keep getting errors when I try to use SubItems.Add to add...
  10. theniteowl

    Tracking down WiFi interference

    Hi Folks, We have been having major WiFi issues for quite some time now. The signal strength is good but devices keep dropping the connection and have to reconnect. The speed drops to a crawl or completely stops. Plugging in directly gets a good solid speed but WiFi drops out even in the same...
  11. theniteowl

    Newbie move file code questions

    Hi Everyone, I am a newbie with Visual Studio 12 and C# but not to programming. I am writing a simple script to display files in a specific location and allowing the user to select which files to move. I have it setup with a checkedListBox control populated automatically with all files in the...
  12. theniteowl

    Flatten layers in Cognos 10 PDF?

    Hi Everyone, Is it possible to automatically flatten the layers in a Cognos generated PDF file? At my age I still learn something new every day, but I forget two others.
  13. theniteowl

    Read checkbox values from web page

    Hi Everyone! I have been away from this for a long time now and am drawing blanks for something that should be fairly easy. I need to read all of the check boxes in a web form and update a text file responding to the name of each checkbox. This is being done locally with a .hta file so file...
  14. theniteowl

    File permission issue

    I expect this should be easy but... We have a NAS folder mounted on our Unix server under the name of dms. We have a process that watches that folder for files to appear and then to process them. The process runs under an account named ops. When the files appear in the folder they show up with...
  15. theniteowl

    Query that will exclude duplicate records

    I have an unusual problem. One of our applications produces csv files with daily job information. Every month a script concatenates all of those daily csv files into one large one and ftps it to a network share. I have an Access database that runs queries against the csv file as a linked table...
  16. theniteowl

    Searching in Windows 7 - remote folders

    I need to search for .bat and .cfg files that have a dollar sign in them on a remote server share. While I can accomplish this on my local device (after setting up cfg files to be text indexed) I cannot accomplish it on the share. It pulls up every file that matches the file extension specified...
  17. theniteowl

    Cant run app from bat after upgrade to Win 7

    I was just upgraded to Win 7 at work. I have an application that resides on a server that is run from a bat file that sets up the JAVA environment variables and then executes the app. Since upgrading to Win 7 when I run the bat file it launches a quick dos window to execute the bat when then...
  18. theniteowl

    Pass credentials in script to access network resource.

    My apologies if this shows up twice but after hitting submit on the last one it never showed in the forum and I assume it was lost. I have a VB Script application that monitors files on a network share. The server is logged into with a local account that does not have access to the share but...
  19. theniteowl

    Move list of files to new location

    I am trying to figure out how to move files based on a plain text file listing one filename per line. I have found some examples online but none seem to work for me. I am using Solaris Unix so not all command options are the same. The most recent attempt that came closest is: cat files.txt |...
  20. theniteowl

    Problem with root account and putty

    Hi All. Recently something has changed on one of our Solaris servers and we can no longer log into the root account from a Putty session. It comes up saying "Using keyboard-interactive authentication" and fails when the correct password is entered. Other methods of access such as FTP work with...

Part and Inventory Search

Back
Top