473,498 Members | 2,018 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web space issue or not

Claus Mygind
571 Contributor
I am trying to setup another web server. It is running apache 2.2.10 on
an XP Professional OS platform with dBase 2.6.1.3 build 2059 BDE 5.2.0.2

On some of my server side apps, I read the content of a directory and list
the content on a response page so the user can click on a link and view the
document on the screen.

The server side app executes the following commands to read the directory (this is actually dBase Code but please read on. The array.dir( ) is a built in method of the dBase array class):

Expand|Select|Wrap|Line Numbers
  1. cDir = "y:\"+subStr(wkKey,1,2)+"000\"+cSearch+"\"
  2. wkKey = cSearch + "*.pdf"
  3.  
  4. aTemporary = new array()
  5. nArraySize = aTemporary.dir(cDir + wkKey)
  6.  
The actual string would look something like this:

nArraySize=aTemporary.dir("y:\27000\27094\27094*.p df")

I currently have 2 working servers; a production and a test server and they both
run this app and see the files located there. The new server cannot see
these files. However dBase installed on the computer can run the lines
above in the command window and retrive the information.

Also When I copied the data from the y: to the local c: drive of the server,
it was able to read the information in the web app.

The y: drive is a standard xp mapping to another computer that has a shared
folder.

So my thinking is I am overlooking something in the apache server rights /
web space or something else. Any suggestions would be helpful.

Claus
Dec 12 '08 #1
1 2110
Claus Mygind
571 Contributor
I don't know why, but the problem disappeared when I start the Apache server from console instead of running it as a service.

With regards to me copying the data to the local c drive. I found that when running it as a service I still had a problem after recreating a similar directory structure as was on the other computer ie: c:\archive was mapped as x:
Dec 12 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

28
9021
by: Andreas Prilop | last post by:
Jukka reports on http://www.cs.tut.fi/~jkorpela/chars/spaces.html that Internet Explorer 6 fails on the "zero width space" U+200B ​ Is this observation still valid? For which versions of MS...
2
2119
by: stephenvoss | last post by:
I'm currently redesigning my site and have noticed a weird issue w/ IE6. Basically, it's adding too much vertical space between elements. Here's the front page:...
27
20017
by: Aurangzeb M. Agha | last post by:
I'm running Postgres 7.1.3, and just started having a problem where my dynamic site is going down (read-only DB, with no writes happening to the DB) regularly (every other day). I have no idea...
11
1916
by: kenneth | last post by:
I just ran across this. #1 <DBColumn> 1 </DBColumn> #2 <DBColumn> </DBColumn> The data for #1 will be parsed and returned as " 1 ". I get a sequence of...
6
5098
by: DH | last post by:
I have a VERY basic question about figuring database size. I've inherited a database which is generally similar to this basic one: Item, Red, Blue, Green, Yellow (text), (int),(int),(int),(int)...
5
2918
by: Stu Carter | last post by:
Hi, ENV: Windows 2003 Server SP1 (+all updates), VS 2003, .Net 1.1 SP1 We've got an ASP.Net web application using State Service. All is fine until we tried to use the app through a virtual...
13
2679
by: Harlan Messinger | last post by:
What rules deal with attribute values with trailing spaces, or tags or attribute values with embedded newlines? Examples below: the HREF with embedded newline, the SRC with trailing spaces, and IMG...
8
15000
by: maroger | last post by:
I'm sure this is a common issue, but I haven't come across anything that works for me thusfar. I am trying to fix my header, which works fine in firefox but has extra space in IE. Here are...
0
1128
by: pmohando | last post by:
DB2 version 7 running on Aix 5.3 platform, we face the problem on paging space keeping on increasing and reaches upto 99% and only solution is server made to restart for every 20 days. DB2 is not...
1
1382
by: Gaurav | last post by:
I am loading an XML file and applying the XSLT using .net 2003 (C#). XSLT will add Space character in the xml. I am using the entity value for space character . it works fine in .net 1.1...
0
7121
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7162
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7197
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6881
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7375
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5456
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3088
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3078
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1411
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.