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

    printing line numbers with leading zeros...

    i have a file that contains 288 lines and I need to parse the data and grab various fields, (which is no problem), however I also need to add to the beginning of each line the line number with preceding zeros, (up to 4 characters) at the front of the line number. EX...
  2. jping45

    Loading an array with the first field in a multi line file

    Hi all - - I want to load an array, to be used later for a system command, with the first field in a multi-line file. The input file will have anywhere from 2 to 150 lines, give or take a few lines... EX: aaa 111 222 333 bbb 123 123 123 ccc 345 345 345 . . and have the value of the array...
  3. jping45

    Link one dir to many...

    I have a question for the Gurus... I have a need to link one directory to several others. EX. DIR1 --> dira, dirb, dirc, etc... Is there a way to do this within AIX???
  4. jping45

    File Parsing question....

    I have a file: Class1: entry1 = <some text> entry2 = <some text> entry3 = <some text> Class2: entry1 = <some text> entry2 = <some text> entry3 = <some text> Class3: entry1 = <some text> entry2 = <some text> entry3 = <some text> . . . Here's my...
  5. jping45

    Errors downloading expense reports

    When users create an expense report (pdf format) in SAP and attempt to download them, vi http and eventually Adobe, they get a list of the expense reports that exist, (I've verified their existance on the applicaiton server) when the user selects a report to print they get an error stating...
  6. jping45

    X-Windows Permissions

    does anyone know what permissions need to be set for X-Windows to work. I have a lpar running AIX53TL04 with all the X11 filesets installed and I can only get the root user to work with Xwindows. Any non-root user can not access the lpar. I get a login screen and when I enter the correct...
  7. jping45

    creating variables with 'spaces'

    I have an input file: 1) host1 2) host2 3) host3 4) hosta 5) hostb 6) hostc so on and so forth. I want to treat "1) host1" as a variable, however I've tried several combinations and can only get variables assigned as "1)" and "host1". Any help would be appreciated.
  8. jping45

    User Administration Help...

    I have an environment that consists of over 75 lpars and standalone servers. I have over 2100 users to manage across the entire enterprise. I need to keep UIDs and GIDs syncd to prevent duplicate UID and GIDs. Does anyone have any suggestions as to how to accomplish this. Also, passwords are...
  9. jping45

    Assistance with merge script

    I have about 70 files to merge into one, each file has about 7 lines or so of data. The final format has to be: DATA FROM FILE1 DATA FROM FILE2 DATA FROM FILE3 DATA FROM FILE1 DATA FROM FILE2 DATA FROM FILE3 DATA FROM FILE1 DATA FROM FILE2 DATA FROM FILE3 DATA FROM FILE1 DATA FROM FILE2...
  10. jping45

    Creating a loop in VB

    I have a bunch of files in a folder and I need to run the same macro against each file. I have the macro created and it works great. However it only works with the first file it sees... how do I 'loop' through the folder and run the macro against each file?
  11. jping45

    scp issues

    I am attempting to perform a scp from server a to server b. I've installed the same packages on both servers, they're identical OS levels and HW. I can perform a scp locally on server a however when I attempt to perform a scp from server b to server a, or even locally on server b I get the...
  12. jping45

    How to delete external IBM ESS DASD.

    Does anyone have any experince with removing IBM's ESS DASD from a Sun Server?
  13. jping45

    changing passwds

    I'd like to change a users passwd and when the user logs into the system I don't want them to be prompted to change it. Is there a way to accomplish this? Rgds, jping45
  14. jping45

    Email issues with Informatica

    I am getting the following errors when attempting to send email from informatica: ERROR : TM_6292 : (524854|1) Session task instance [s_m_ld_wbi_sc_inact]: CMN_1126 [Error writing to temporary email file (out of disk space?)]. yet I can send email from the command line as informatica userid...
  15. jping45

    Removing Non-printable characters from a file

    Does anyone know of a utility that will remove non-printable characters from a file. Something like DOS's version of strip? pls advise. Regards
  16. jping45

    Running jobs outside of the Process Scheduler

    We are setting up our PeopleSoft Environment and are wanting to use our current job scheduler, BMC's Control-M Software package, to run and manage our scheduled peoplesoft jobs. Does anyone know of some documentation I can get my hands on to tie the two together? Regards Jake
  17. jping45

    Removing an SP Environment

    We are presently running in an SP environment, migrating to a IBM p670 (Regatta). Does anyone out there know of any PDFs concerning the removal of the SP environment, including the SP Switch? Thanks in Advance Jake
  18. jping45

    Adding commands to ftp

    Is there a way to configure ftp to allow an ftp user to run a script on the remote host?
  19. jping45

    Date Manipulation

    Hi all… Here is my problem, I have reports generated everyday and they are supposed to be sorted out by week ending date. For us the week ends on a Sunday. For example: Reports created Thursday Nov 21 should be found in dir /20021124 (Week ending Sunday, Nov. 24) reports created on Monday...
  20. jping45

    Removing non-printable characters via sed?

    How would I go about removing the &quot;^M&quot; character using sed. This file was pulled from a Windows env. and placed on an AIX env... I know there is a dos2unix command on Solaris but there isn't one like that on AIX. Any suggestions would be greatly appreciated. Regards Jake

Part and Inventory Search

Back
Top