Search found 25 matches

by hrthomson
Thu Aug 25, 2005 9:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing quote (") to a file in a routine
Replies: 6
Views: 3388

Hi I tried all three of the above suggestions and am still not getting the quotes after the first parameter. Actually, the PERFORM command doesn't do anything. And we've just discovered that if the parameter value has a space in it, the quotes work, otherwise they're ignored. So I guess my question ...
by hrthomson
Wed Aug 24, 2005 11:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing quote (") to a file in a routine
Replies: 6
Views: 3388

Thanks for the quick response...however.... I have the following piece of code, using DOS to pipe a line to a file: CALL DSExecute('DOS','echo SignonMake ' : '"' : ModelSignon : '"' : ' PromptForPassword False UserId ' : '"' : DBSignonUId : '"' : ' Password ' : '"' : DBSigno...
by hrthomson
Wed Aug 24, 2005 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: writing quote (") to a file in a routine
Replies: 6
Views: 3388

writing quote (") to a file in a routine

Hello,

We are trying to create a file from a routine and need to write double quotes to it. Does anyone know how to specify quote characters within the DataStage Basic language?


Thanks in advance,

Heather
by hrthomson
Thu Jul 07, 2005 9:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fatal error from UtilityAbortToLog
Replies: 3
Views: 2941

Re: fatal error from UtilityAbortToLog

OK, a bit of an update. I changed my Failed trigger to a conditional trigger on Result <> 1 (JobStatus) and it works. Still, I'm curious why it's been failing in the first place and would welcome any ideas.
by hrthomson
Thu Jul 07, 2005 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fatal error from UtilityAbortToLog
Replies: 3
Views: 2941

fatal error from UtilityAbortToLog

Similar to a posting from Oct 2004, I am getting the following message when running a routine I've written through a job sequencer: Call_01_Routine_Test_2..JobControl (fatal error from UtilityAbortToLog): USER INFO: Call_01_Main failed JOB=> Call_01_Routine_Test_2 STAGE=> JobControl LINK=> -8 This e...
by hrthomson
Tue Feb 08, 2005 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Templates I found on my version 7 client
Replies: 9
Views: 3259

I tried your suggestion about moving the templates to a shared drive, but I get an error in DataStage when I try New Job from Template. The only solution that I have gotten to work is changing the registry entry, as mentioned by a previous user.

Am I missing something?????

Thanks,

Heather
by hrthomson
Sat Sep 11, 2004 11:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJHOSTNAME returning old machine name
Replies: 4
Views: 1383

Excellent. Many thanks Ray, for such a thorough and speedy response.

Heather
by hrthomson
Fri Sep 10, 2004 1:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJHOSTNAME returning old machine name
Replies: 4
Views: 1383

Thanks Kim. It's a place to start.
by hrthomson
Fri Sep 10, 2004 12:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJHOSTNAME returning old machine name
Replies: 4
Views: 1383

DSJHOSTNAME returning old machine name

We recently received a new Windows 2000 test server. So as not to conflict with the existing server, we built the server under a temporary name (e.g. TESTSERVERA). Once the server had been fully configured and tested, we unplugged the box and renamed the server to TESTSERVER. Everything appears to b...
by hrthomson
Fri Aug 20, 2004 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Changing the current directory
Replies: 1
Views: 830

Changing the current directory

We would like to implement XML source files to our project, but are running into one point of contention. DataStage will only find the schema if the full URL or directory path is given in the xsi:schemaLocation= statement or the xsd file resides in the current project directory. This causes environm...