Search found 29 matches

by SWW
Fri Mar 25, 2005 12:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: log files
Replies: 4
Views: 1600

Thanks for the info. I had print statements in then procedure as I was testing them in a sql window and put the whole thing in the executable procedure. I'll take that out.

Thanks, Again.

Steve
by SWW
Fri Mar 25, 2005 8:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: log files
Replies: 4
Views: 1600

log files

I am running a job that calls a procedure that updates, deletes, and inserts info into 45 tables. Each time the procedure executes it writes informational messages about the sql statement it performs. This is great when you are debugging the job, but in production this job will execute about 100,000...
by SWW
Thu Jan 06, 2005 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pulling the most recent file out of a directory
Replies: 10
Views: 7967

Kenneth, Here is the code I used. The parameter Filename is not being populated correctly. I listed the log messages after where they occurred. Seems it doesn't like something relating to the VOC. Also is there some way to see what value Filename takes on each time. If I knew it was actually going t...
by SWW
Thu Jan 06, 2005 2:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pulling the most recent file out of a directory
Replies: 10
Views: 7967

Guy, Thanks for all your help. Below is the code I'm using to try and pull the latest file. I'm not very good with loops so don't be to hard on me. Steve *Loop through Source Parm Dir to pull the most recent file Call DSLogInfo("Setting up Dynamic Array Loop to pull the most recent file from So...
by SWW
Wed Jan 05, 2005 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mapping new drieve
Replies: 8
Views: 5433

Thanks for all the input. ogmios code with the CHAR(34) worked. The job was successful.

Thanks Again!!
by SWW
Wed Jan 05, 2005 3:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mapping new drieve
Replies: 8
Views: 5433

Thanks for the input, I was starting to go crazy!
by SWW
Wed Jan 05, 2005 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mapping new drieve
Replies: 8
Views: 5433

When using that coding this is the error that I get. Any suggestions?


CTRL_JOB_RGS..JobControl (Job Control): msgs is System error 1202 has occurred.


An attempt was made to remember a device that had previously been remembered.

Thanks
by SWW
Wed Jan 05, 2005 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mapping new drieve
Replies: 8
Views: 5433

Is this how the coding should look?

Does it matter that part of the path has a space "FTP TOTE" instead of "FTPTOTE"?

Call DSExecute("NT", "net use K: \\Secureftp\FTP TOTE /PERSISTENT:NO", msgs, rtncd)

Thanks.
by SWW
Wed Jan 05, 2005 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pulling the most recent file out of a directory
Replies: 10
Views: 7967

Pulling the most recent file out of a directory

Hey all, I have created a process that uses a control job which directs a file to be copied to a landing area, unzipped, parts copied to main folder, process the data from the main folder, clear the landing area and main folder, and archive the zip file. I have code to map to drives that contain the...
by SWW
Thu Dec 30, 2004 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mapping new drieve
Replies: 8
Views: 5433

Mapping new drieve

Hey, Below is coding that I have in a control job. It is suppose to map a remote drive so I can get and copy files from the remote (I use a batch script and parmeters). As you can see from the error at the very bottom of this post that it does not recognize the drive. I have the drive mapped on the ...
by SWW
Fri Dec 03, 2004 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Call Stored procedures
Replies: 3
Views: 1189

Call Stored procedures

How do I call a Stored Procedure in DS. I am trying to update a datetable with the most recent date. My job uses that date in determining what data to pull from another table. I have included the matching criteria in the selection tab as follows: sql_simulcast.dbo.Settlement.Location = 'CAL' and sql...
by SWW
Mon Nov 15, 2004 2:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting data from an ftp address
Replies: 7
Views: 3813

Hi,
The platform for the server is windows 2000. The client is WindowsXP.
by SWW
Mon Nov 15, 2004 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting data from an ftp address
Replies: 7
Views: 3813

Thanks for the replies. Here is the piece of coding that I using to try and connect to an ftp site along with the .bat file. I made a couple of changes and the job get hung. Any suggestions!!! *Copy bay file to a local drive Call DSLogInfo("Copying files by calling batch script via DSExecute co...
by SWW
Sat Nov 13, 2004 8:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting data from an ftp address
Replies: 7
Views: 3813

Getting data from an ftp address

I am using a control job that reads parameters form a parameter.ini file. The server job is to get a zip file, unzip to a folder, copy certain files to another folder, and write those records to a table. My trouble is getting the zip file from an ftp site. I have created a .bat file which the contro...