Page 1 of 1

Job Stats

Posted: Tue Jun 07, 2005 12:24 pm
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

Posted: Tue Jun 07, 2005 12:38 pm
by ArndW
I haven't used the routine but my first thought would be to try it without the trailing /

Posted: Tue Jun 07, 2005 12:49 pm
by SWW
Tried that. I tried \\server\filefolder\report\, \\server\filefolder\report, D:\filefolder\report\, D:\filefolder\report

Steve

Posted: Wed Jun 08, 2005 2:24 am
by ArndW
How about just a simple "C:\"?

Posted: Wed Jun 08, 2005 3:15 am
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