Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating a directory statically in the Application Server

0 Likes
703

Hi,

I need to create a directory in the application server statically (not through code), in which I later have to store and read files. Most forums talk about doing this through AL11 --> Configure.

While this does create an entry in the directory list in AL11, I doubt if the directory was actually created in the AS. Double clicking this directory name shows an error message in the status bar (Wrong order of calls <- CALL opendir: No such file or directory). So I believe the directory is not created at all.

How do I set up a directory which I can browse and see, and use for creating / reading files?

My AS is on AIX OS.

Thanks,

Z

Hi,

I need to create a directory in the application server statically (not through code), in which I later have to store and read files. Most forums talk about doing this through AL11 --> Configure.

While this does create an entry in the directory list in AL11, I doubt if the directory was actually created in the AS. Double clicking this directory name shows an error message in the status bar (Wrong order of calls <- CALL opendir: No such file or directory). So I believe the directory is not created at all.

How do I set up a directory which I can browse and see, and use for creating / reading files?

My AS is on AIX OS.

Thanks,

Z

3 REPLIES 3
Read only

Former Member
0 Likes
622

Hi,

You can create a directory on application server using OS level command. Ask your Basis team to do so.

Else, you can use the directory /tmp.

Sachin

Read only

0 Likes
622

Thanks Sachin.

But tell me, does that mean it always has to be created manually in the OS?

Could we not do it from SAP screens?

Read only

0 Likes
622

Hi,

Yes, Could we not do it from SAP screens?

Go to Al11 and in that you can see a tab Configure.

There you can create the Directory and say Add button

and then Save .

and after that Using

Open Data set ds1 for Output.

will create the File if it is not there .

you can specify the path in which you can create the files.

check this thread as well:

Sachin

Edited by: Sachin Dhingra on Jan 22, 2009 11:02 AM