Search found 75 matches

by ggarze
Fri Dec 04, 2009 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using a Formula instead of value to populate a field in DB2
Replies: 6
Views: 2093

Using a Formula instead of value to populate a field in DB2

When updating a DB2 table using the DB2/UDB stage I'm trying to get the database to calculate the field value based on the columns I pass it but it's treating what I pass it as a string not a calculation for DB2 to execute. For example: If I run this statement in Command Center it works and the nume...
by ggarze
Mon Jul 06, 2009 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing &amp from the output of an XML
Replies: 7
Views: 2833

Worked great Craig Thanks!!!
by ggarze
Mon Jul 06, 2009 11:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing &amp from the output of an XML
Replies: 7
Views: 2833

I thought that was the standard as well. The group that I'm investigating this for said that they have a 3rd party application that the feel will not be able to read this because it's validating the xml against a dtd. I suggested that if it is a problem that they would have to write something upfron...
by ggarze
Mon Jul 06, 2009 9:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing &amp from the output of an XML
Replies: 7
Views: 2833

Removing &amp from the output of an XML

I'm creating an XML from a SFF file and one of the values inside the XML document needs to read something like "&NAME;". When I put this value in the transformer and then view the ouput xml file it reads something like as "&NAME;" Is there any option in the XML output sta...
by ggarze
Fri Jun 27, 2008 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs are hanging can't kill PID
Replies: 4
Views: 2738

Okay here's an update as it happened again. It is actually hanging while calling an ETL Sequencer in my post process. This ETL job has multiple instances that it runs under and when I went into director all the hanging uvsh.exe seemed to be related to this job and it's instance. This sequencer calls...
by ggarze
Mon Jun 23, 2008 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs are hanging can't kill PID
Replies: 4
Views: 2738

First off thanks for the reply... the CPU's are dual core on one blade. Not sure what you mean by the "write-delayed hashed files". Could you explain or let me know if there is a post out there already with the info. I definitely agree the other jobs hang because that one that is clocking ...
by ggarze
Sun Jun 22, 2008 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs are hanging can't kill PID
Replies: 4
Views: 2738

Jobs are hanging can't kill PID

The last 2 out of 3 days for some reason a job does not complete and hangs out there occupying all the CPU and the I/O reads climb up over a million. Any job after that just begins to hang as well. I try killing the uvsh.exe through task manager but nothing happens. When I try again it says "AC...
by ggarze
Thu Sep 27, 2007 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Windows System Variables inside Before/After routine
Replies: 2
Views: 981

I actually figured it out. If anyone else needs it you use:

Call DSExecute('DOS', "Echo %WIN_VARIABLE%", return_value, return_code)

The return_value does have a none viewable character at the end so you'll need to leve that off, especially if you are using it as a file path.
by ggarze
Thu Sep 27, 2007 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Windows System Variables inside Before/After routine
Replies: 2
Views: 981

Using Windows System Variables inside Before/After routine

Is there a way inside a Before/After routine to retrieve a Windows system variable, not a DataStage variable, but a system variable defined on the Windows server?

Thanks
by ggarze
Fri Apr 27, 2007 3:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using the FTP plugin stage on a GPG encrypted file
Replies: 5
Views: 1718

It's GPG. It's definitely something with the encryption. We emailed the encrypted file and the user was able to unencrypt and view. We then tried to FTP and the user was not able to unencrypt. kduke - I'm not sure I follow. I am creating the file, encrypting it, and sending it off. I don't understan...
by ggarze
Fri Apr 27, 2007 1:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using the FTP plugin stage on a GPG encrypted file
Replies: 5
Views: 1718

No, we are trying to decrypt it. Does this mean you successfully used the FTP plugin to ftp an encrypted file?
by ggarze
Fri Apr 27, 2007 1:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using the FTP plugin stage on a GPG encrypted file
Replies: 5
Views: 1718

Using the FTP plugin stage on a GPG encrypted file

Anyone ever have any success using the ftp plugin stage to ftp a gpg encrypted file in a server job? It looks like it works but when we try to open it we receive errors like, "No gpg encryption characters to decrypt." So, something is getting corrupt in the FTP. I've tried sending it binar...
by ggarze
Mon Mar 26, 2007 12:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 2GB Limit on Hash File regarding blink error
Replies: 10
Views: 2409

Thanks for the responses. Unfortuantely we don't have Parallel extender.
by ggarze
Mon Mar 26, 2007 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 2GB Limit on Hash File regarding blink error
Replies: 10
Views: 2409

2GB Limit on Hash File regarding blink error

Even if you choose the option "Use directory path", in which the hash fille is now ceated outside the project, does the 2GB limit still apply?
by ggarze
Tue Oct 11, 2005 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Having problems proving latest claims in "Tips: Hash fi
Replies: 5
Views: 1553

Having problems proving latest claims in "Tips: Hash fi

In the article "Tech Tips: Hash Files in DataStage" the author claims that a way to tune your hash files to reduce data being written to the overflow file is to increase the 'Minimum modulus' of the hash file. I was at first real happy to see this but now I'm having a hard time getting it ...