Job Stats

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
SWW
Participant
Posts: 29
Joined: Thu Nov 11, 2004 12:51 pm
Location: Louisville

Job Stats

Post by SWW »

Hi,

I have looked through a lot of posts but still need help. I'm using a After-job Subroutine of DSJobReport. My input values are:

1 ; D:\FileFolder\Report\

It gives me the error of: Failed to open directory D:\FileFolder\Report\

Do I need to put the path in quotes or something? What is the proper way to call this.

Thanks in advance
Steve
SWKYDERBY
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I haven't used the routine but my first thought would be to try it without the trailing /
SWW
Participant
Posts: 29
Joined: Thu Nov 11, 2004 12:51 pm
Location: Louisville

Post by SWW »

Tried that. I tried \\server\filefolder\report\, \\server\filefolder\report, D:\filefolder\report\, D:\filefolder\report

Steve
SWKYDERBY
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

How about just a simple "C:\"?
elavenil
Premium Member
Premium Member
Posts: 467
Joined: Thu Jan 31, 2002 10:20 pm
Location: Singapore

Post by elavenil »

Hi Steve,

Is DS installed in UNIX or Windows?

Tried with 1; C:\Ascential and it is working fine in Windows server. This file is being created in the server. So ensure that the path, which was given, refers to Server not the client.

Regards
Saravanan
Post Reply