Search found 22 matches

by cedua
Tue Nov 17, 2009 12:19 pm
Forum: General
Topic: YADSSM (Yet another DS SendMail) question
Replies: 7
Views: 9205

The last script: (I'm working with this) #!/usr/bin/sh ################################################# # Este script manda correo a traves de sendmail # # con attachment # ################################################# # Recibe los siguientes parametros # # 1: Remitente # # 2: Destinatario # # ...
by cedua
Fri Nov 06, 2009 5:44 pm
Forum: General
Topic: YADSSM (Yet another DS SendMail) question
Replies: 7
Views: 9205

Well, I have created a script to do this (google, another scripts, several RFC papers help me) This is the script, use it if you want to.... (spanish used, it's my language) #!/usr/bin/sh ################################################# # Este script manda correo a traves de sendmail # # con attach...
by cedua
Fri Nov 06, 2009 11:05 am
Forum: General
Topic: YADSSM (Yet another DS SendMail) question
Replies: 7
Views: 9205

Thx for replying, 7.0 (I know it, I know it....!!!) So, It won't be possible this way.... I'm trying to do this from the "Job Control" (the job has no stages, I'm using only the job control to manage it....), so I wonder if I can do something like: result = ExecSH("my_sendmail_sh"...
by cedua
Fri Nov 06, 2009 9:28 am
Forum: General
Topic: YADSSM (Yet another DS SendMail) question
Replies: 7
Views: 9205

YADSSM (Yet another DS SendMail) question

Hi all there! I have a job, and it checks if a file has something in it... When the file is not empty, I use DSSendMail to (duh!) send an e-mail to someone.... But I like to know how I attach the file in the mail...... I have read a lot about it, and have read about the dssendmail_template.txt (I kn...
by cedua
Thu Jul 02, 2009 11:55 am
Forum: General
Topic: Lookup issue
Replies: 6
Views: 2886

Lookup issue

Hi all I'm creating a hashed file from a query to an Oracle DB. In another job I have the following: OCI Stage ----> Transformer----->OCI Stage | | hashed_file I'm trying to validate the records...so the records that are NOT in the hashed_file get inserted into the second OCI Stage but when I run th...
by cedua
Tue May 19, 2009 12:50 pm
Forum: General
Topic: SQL ODBC Issue
Replies: 6
Views: 2568

ps. Next question: are you 100% certain the table the job is populating is the exact same one you checked in the analyser tool? Easy to check the wrong database or schema or whatnot. ... It's working now, the SQL Admin had moved the tables and ODBC definition to another server, but he didn't tell a...
by cedua
Tue May 19, 2009 12:22 pm
Forum: General
Topic: SQL ODBC Issue
Replies: 6
Views: 2568

Are you certain you commited the deletes? ... Yes sir.... the last test I did, I put a ODBC Stage with the option "clear the table, then insert rows" It worked...... Now... IT'S SUPPOSED I have data in my table..... but I checked out with a simple query in sql query analizer.... and it di...
by cedua
Tue May 19, 2009 11:51 am
Forum: General
Topic: SQL ODBC Issue
Replies: 6
Views: 2568

SQL ODBC Issue

Hi all there! I have a problem with my SQL ODBC.... I deleted a table info (because I need to insert new data) in my development SQL.... (delete from table).... Now, I have a job that validates the MAX(id) from this table and determines if there are new elements or not..... Since there is no data in...
by cedua
Mon Mar 30, 2009 9:38 am
Forum: General
Topic: Mask Passwords with ** a field?
Replies: 6
Views: 2620

Solved, the user and pass are in a shell file (which it's opening the FTP)

Thx!
by cedua
Mon Feb 02, 2009 11:58 am
Forum: General
Topic: Mask Passwords with ** a field?
Replies: 6
Views: 2620

ray.wurlod wrote:No.

One site at which I worked edited the log entry in an after job subroutine to mask the clear password. ...
OK, That sounds nice... how can I do it?
by cedua
Thu Jan 29, 2009 2:01 pm
Forum: General
Topic: Mask Passwords with ** a field?
Replies: 6
Views: 2620

Mask Passwords with ** a field?

Hi all, I'm actually running a job that requires a txt file (this file is in a diferent server), so I'm using a FTP in the UNIX shell I call the shell with something like this: Argget.sh #Archivo# #Usu# #Pass# The shell works fine, it transfers my file and all is working ok. THE ISSUE IS: If I doubl...
by cedua
Thu Jan 29, 2009 1:48 pm
Forum: General
Topic: DS issue
Replies: 3
Views: 2328

It was a patch issue...
(my DS administrator had no clue about it)

Thanks all!
by cedua
Tue Jan 20, 2009 10:16 am
Forum: General
Topic: DS issue
Replies: 3
Views: 2328

DS issue

I have a DS client issue... I have a sequence, it calls several jobs; if I use right-click and choose "Open job" it gets opened without trouble. But if I use double click (on the sequence) or right-clik and "Properties" nothing happens.... Why? What could be happening? Greetings,
by cedua
Fri Nov 28, 2008 2:43 pm
Forum: General
Topic: Error opening file
Replies: 2
Views: 1591

Thanks for you reply,

I'm actually accessing it by FTP. I just wanted to know if there's something wrong.

Thanks!
by cedua
Fri Nov 28, 2008 2:08 pm
Forum: General
Topic: Error opening file
Replies: 2
Views: 1591

Error opening file

Hi all there, This time my problem is that I want to open a txt file located in a Windows server (shared folder, and open permissions). I've tried typing in the path "\\My_server_name\file.txt" and "\\10.10.10.10\file.txt" (with real IP Address). But I continue getting the DSD.SE...