startup file
Richard Kreiss
rkreiss at gccconsulting.net
Thu May 26 10:14:08 PDT 2011
> -----Original Message-----
> From: Kenneth Brody [mailto:kenb at fptech.com]
> Sent: Thursday, May 26, 2011 12:57 PM
> To: rkreiss at gccconsulting.net
> Cc: filepro-list at lists.celestial.com
> Subject: Re: startup file
>
> On 5/26/2011 12:21 PM, Richard Kreiss wrote:
> > I created the following batch file pointing to my testing area.
> >
> > When I go in through terminal server I have no problem accessing files
> > from any menu.
>
> Note that I have never used Terminal Server AFAIK.
>
> > When I have my client, from her local computer, use this program, she
> > is unable to access some files.
>
> "DDW". :-)
>
> And what is different between the files that "work" and those that don't.
>
> > When I log in to the system, I am signing onto one computer running
> > terminal server with drive f a mapped drive. The local computers are
> > also mapped to filepro as drive F.
>
> Do you have the identical mapping as the user where it's failing? Do the
> mappings have the same permissions?
Yes, as far as I know.
She is able to access some of the files but not others under
f:\testing\filepro
She can access the marketing file and create a sales. This in turn creates
a sales journal record.
She cannot however access the sales_journal file from the accounting menu or
developers menu. In both cases she is dropped back to the calling menu.
I can access everything without a problem.
>
> > I can access all of the files either from the developers menu or their
> > custom menus. She even had a problem accessing one file from the
> > developers menu which I have no problems getting into.
>
> "DDW".
>
> > Can anyone see why my client is having a problem and I don't?
>
> Umm, "yes"? :-)
>
> As for me, not without some more details.
Database server ccpdbsrv
Terminal Server - ccpiissvr
Drive f is mapped to \\ccpdbsvr\filepro
I created the following using UNC path name
@echo off
rem This File created by install shield on 9-22-2006
rem Modified 09/27/06 for fp5.6 by Richard Kreiss
title=Testing
set fplmhost=192.168.100.42:6556
set PATH=c:\windows\system32
set pfcmark=20
set PFDSK=\\ccpdbsvr\filepro
set PFDATA=\\ccpdbsvr\filepro
set PFPROG=\\ccpdbsvr\filepro\fp56
set PFDIR=\testing
set pfmenu=\\ccpdbsvr\filepro\testing\fp\menus
set PFGLOB=
set PFCONFIG=
set PFTMP=c:\FPTEMP
set PATH=%pfprog%;%PFPROG%\fp;%path%
echo stuff > fp$$$$$$.bat
del fp$$*.bat>NUL
%pfprog%\fp\p.exe l_menu
As my client is away from her desk, I don't know if this will help.
However, again I can access everything from this menu.
Richard
More information about the Filepro-list
mailing list