FILE ACCESS PROBLEMS

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
Mark_E
Premium Member
Premium Member
Posts: 72
Joined: Fri Jan 23, 2004 3:04 am

FILE ACCESS PROBLEMS

Post by Mark_E »

hi i am trying to view a text file in server version8. i am trying to view the file in a sequential stage.

the path is defined as follows: D:\MajTest\mtest.txt

however when i view the file the following messgae is displayed:

DSBrowser..Sequential_File_0.DSLink2: DSD.SEQOpen Failed to open mtest.txt in directory D:/MajTest
STATUS = -1

thanks in advance
mark_e
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

On the SERVER, does D:\MajTest\mtest.txt file exist? Do you have permissions to the directory? That's just about the only things to run down.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Mark_E
Premium Member
Premium Member
Posts: 72
Joined: Fri Jan 23, 2004 3:04 am

Post by Mark_E »

hi, thanks for your response. yes that's the only thing i can think of also and i dont think the permissions are there.

thanks
mark_e
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

You're going to need to have Explorer access to verify. Otherwise, use the "three dots" button on the file name field in the Sequential stage and browse to the file on the server. If you can't see the file or get into the directory, you know your problem. If you can see the file and select it, then the issue is something to do with permissions to read.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply