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!

Recent content by martincab

  1. martincab

    KX-TEM824 FXS port don't hangup

    Hi there, We have a panasonic KX-TEM824 connected connected to an ATA HT488: KX-TEM824:FXS<--->FXO:HT488 I have been unable to configure the ATA to do hangup detection properly. It seems this panasonic model doesn't handle polarity reverse or battery drop to end a call on the fxs port. It...
  2. martincab

    How to decrypt an unix encrypted file

    Thanks a lot. My files are decrypted now. Martin Cabrera Oracle dba
  3. martincab

    How to decrypt an unix encrypted file

    Eric, the problem is that crypt program doesn't exists in redhat 2.1. I found at source forge a program called mcrypt, it decrypt my unix crypted files very well. Thanks. Martin Cabrera Oracle dba
  4. martincab

    How to decrypt an unix encrypted file

    I'm looking for a program to decipher in RH 2.1 a file which was crypted using the crypt command in a unix box. Thanks for any tek-tip. Martin Cabrera Oracle dba
  5. martincab

    possible to view script?

    -- Sorry, i forgot splitline code: -- i forgot getline here is the code: Create or replace function rhu.getline ( TxtL long, NLin in out number, LSep varchar2 default chr(10)) return varchar2 is /* 20/01/2005: Returns line number NLin of TxtL, if the line...
  6. martincab

    possible to view script?

    -- pass as command line parammeters the owner and the view_name to the folowing script create table st(lin number(5), txt varchar2(4000)); declare ln number := 1; lt varchar2(2000); begin For R in (select text from all_views where owner = upper('&1') and...
  7. martincab

    replace regexp constant for command line variable

    Thanks a lot guys!!! Martin Cabrera Oracle dba
  8. martincab

    replace regexp constant for command line variable

    I want to replace the regexp constant "HIS" for a command line variable in the following script: $0 ~ /HIS[[:alpha:]]/ Thanks for any tek-tip. Martin Cabrera Oracle dba
  9. martincab

    search.vbs: how can i query attributes?

    Thanks for any help with this: I'm trying to query my openldap database to get some attributes. With ldapsearch.exe the query looks like this: ldapsearch -LLL -b "dc=mydomain,dc=com" -h 192.168.20.xxx "(cn=mcabrera)" uidNumber gidNumber And the output looks like this: dn...
  10. martincab

    Terminal user has a lot of printers displayed

    Hi, thanks for any help about this: When one of our w2k terminal server users try to choose a printer, all the printers (from all logged users) are displayed. Is there a way to display to the users only their printers?, i mean printers he has deployed at their PC. Our TS is not the domain...
  11. martincab

    W2k DNS Server unable to resolve internet ip addresses

    Hi, i will apreciate any help with this: I have 2 w2k servers with AD working fine. The DC is a DNS server also, the local domain suffix is "marte.activos.local" The DC is unable to resolve internet ip addresses (i.e. www.google.com), i belive is something related to the domain suffixes...
  12. martincab

    How to print many copies

    Thanks PHV. The MS lpr version doesn?t support -n option. Please, do you know where can i get a free (or cheap) lpr versi? which supports -n? Thanks again. Martin Cabrera Oracle dba
  13. martincab

    How to print many copies

    hi there! We are moving from netware 5.0 to samba. Our Windows application uses nprint netware utility to print many copies of the same file to a netware shared printers. These copies are printed without been mixed with other copies that have been sent simultaneously to same print queue...
  14. martincab

    grap multiple files in one package

    Dear Sirs, I'm using the comand @PJL SET STAPLE=LEFTTOPSLANTPORT to staple a single file, which works fine. I was wondering if there was a way to use PJL commands to staple multiple files in one package. I tried sending the th pjl commands just in the first file, omiting the PJL commands in...
  15. martincab

    Dear Sirs, I'm using the comand

    Dear Sirs, I'm using the comand @PJL SET STAPLE=LEFTTOPSLANTPORT to staple a single file, which works fine. I was wondering if there was a way to use PJL commands to staple multiple files in one package. I tried sending the th pjl commands just in the first file, omiting the PJL commands in...

Part and Inventory Search

Back
Top