Default Configuration File in DS Manager

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
sharathkamathm
Participant
Posts: 7
Joined: Thu Apr 26, 2007 11:33 am
Location: Bangalore

Default Configuration File in DS Manager

Post by sharathkamathm »

In Ds-Manager, if i check configuration default file i am getting below error.
Before installing Datastage ver 7.5x2 on OS-2003 Server, i have installed MS-VC++ .Net 2003 too.
Below are the details of Default configuration file and Compilation Error.
Please let me how to configure the default file in manager without fatal error. 8)

Default configuration file:
{
node "node1"
{
fastname "HOME"
pools ""
resource disk "d:/Ascential/DataStage/Datasets" { pools "" }
resource scratchdisk "d:/Ascential/DataStage/Scratch" { pools "" }
}
}

Compilation Error:

Copyright (c) 2004, 1997-2004 Ascential Software Corporation.
All Rights Reserved


##I TOCK 000000 21:54:15(001) <main_program> OS Charset: ISO-8859-1
##I TOCK 000000 21:54:15(002) <main_program> Input Charset: UTF-8
##I TFSC 000001 21:54:15(003) <main_program> APT configuration file: D:/Ascential/DataStage/Configurations/default.apt
##W TFAR 000000 21:54:16(000) <main_program> File archive: Trouble creating file "/tmp/APTcs2592adb9d903"
##F TFPX 000002 21:54:16(001) <main_program> Fatal Error: Null archive.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do you have a D:\tmp folder? You need one. This is referred to as /tmp by MKS Toolkit.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sharathkamathm
Participant
Posts: 7
Joined: Thu Apr 26, 2007 11:33 am
Location: Bangalore

Post by sharathkamathm »

ray.wurlod wrote:Do you have a D:\tmp folder? You need one. This is referred to as /tmp by MKS Toolkit. ...
Hi Ray, i have made the changes and now it working. Thanks Dude!!!! 8)
Post Reply