DSR.ADMIN: Unable to find the new project template location

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
todheerendra
Participant
Posts: 2
Joined: Sun Mar 30, 2008 10:38 pm

DSR.ADMIN: Unable to find the new project template location

Post by todheerendra »

We are facing below error while adding new project with existing datastage installation.

DSR.ADMIN: Unable to find the new project template location.

But when i checked template directory is already present .
DHEERENDRA
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There should also be a file called Template.ini (at the same level as DSEngine and Template). This file specifies the location of the template.
Example:

Code: Select all

cat Template.ini
[Project]
Location=/app/Ascential/DataStage/Template/
FreeDiskSpace=0

Check that this file is present on your system and contains the correct pathname of your Template directory.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply