Error in Version 11 seaching for previous versions

Got a question or comment about PowerChurch that doesn't belong anywhere else? Why not post it here!?

Moderators: Moderators, Tech Support

Error in Version 11 seaching for previous versions

Postby lhaslem » Wed Jun 02, 2010 7:41 pm

I get an error during the running of Version 11 while it is searching for previous versions. The message is Error 202, Line 7, invalid path or filename. The program is listed as FRm_PC1SETUP.PGFWELCOME.PAGE2.LBLSEARCH.SEARCHPATH. An picture of the error is attached.

Thanks
lhaslem
 
Posts: 7
Joined: Wed Jun 02, 2010 7:08 pm

Re: Error in Version 11 seaching for previous versions

Postby NeilZ » Wed Jun 02, 2010 11:20 pm

lhaslem wrote:I get an error during the running of Version 11 while it is searching for previous versions. The message is Error 202, Line 7, invalid path or filename. The program is listed as FRm_PC1SETUP.PGFWELCOME.PAGE2.LBLSEARCH.SEARCHPATH. An picture of the error is attached.

Thanks


The techs probably need more info:

What version of Windows are you running ?
Are you upgrading from another version, or is this a new install ??
Neil Zampella

Pastor's Spouse,
Connellsville Presbyterian Church
Using PC+ since 1999.
NeilZ
 
Posts: 4645
Joined: Wed Oct 08, 2003 12:20 am
Location: Connellsville, PA

Re: Error in Version 11 seaching for previous versions

Postby lhaslem » Thu Jun 03, 2010 8:34 am

I'm running Windows Server 2003 and upgrading from PowerChurch version 10.
lhaslem
 
Posts: 7
Joined: Wed Jun 02, 2010 7:08 pm

Re: Error in Version 11 seaching for previous versions

Postby Tracy » Thu Jun 03, 2010 8:51 am

Is PowerChurch 10 installed to the default
C:\PowerChurch\PCPLUS10 folder on the server? Or at least in a PowerChurch folder?

The process searches PowerChurch folders first, then goes through the rest of the paths.

If you can cancel the search before the error presents, you can browse for the correct location to work around this.

This particular error is happening when attempting to present a directory name on to the screen. It is pulled from a list of directories, placed in alphabetical order and processed. What directory is displayed on the screen below the error?
Tracy
Tracy
Program Development
Program Development
 
Posts: 476
Joined: Fri Sep 05, 2003 2:08 pm
Location: PowerChurch Software

Re: Error in Version 11 seaching for previous versions

Postby Zorak » Thu Jun 03, 2010 9:29 am

Tracy wrote:What directory is displayed on the screen below the error?


To see this, click and drag the title bar of the error message, to move it out of the way, so you can see what directory is shown on the screen behind the error message.
Zorak
Tech Support
Tech Support
 
Posts: 1674
Joined: Thu May 13, 2004 8:59 am
Location: PowerChurch Software

Re: Error in Version 11 seaching for previous versions

Postby lhaslem » Thu Jun 03, 2010 9:54 am

PowerChurch is installed to D:\PCPLUS10.
lhaslem
 
Posts: 7
Joined: Wed Jun 02, 2010 7:08 pm

Re: Error in Version 11 seaching for previous versions

Postby lhaslem » Thu Jun 03, 2010 12:58 pm

Should I try to install the lastest Maintenance release before letting it search for previous versions?
lhaslem
 
Posts: 7
Joined: Wed Jun 02, 2010 7:08 pm

Re: Error in Version 11 seaching for previous versions

Postby Tracy » Thu Jun 03, 2010 1:35 pm

Installing the MR is a good idea, in this case it will not change the outcome. This part of the code has not been updated since 11 shipped.

Where did you install PowerChurch 11?
Tracy
Tracy
Program Development
Program Development
 
Posts: 476
Joined: Fri Sep 05, 2003 2:08 pm
Location: PowerChurch Software

Re: Error in Version 11 seaching for previous versions

Postby lhaslem » Thu Jun 03, 2010 2:07 pm

D:\PCPLUS11
lhaslem
 
Posts: 7
Joined: Wed Jun 02, 2010 7:08 pm

Re: Error in Version 11 seaching for previous versions

Postby NeilZ » Thu Jun 03, 2010 3:16 pm

lhaslem wrote:D:\PCPLUS11


Just to eliminate the obvious:

You are doing all this directly on the Server, and not from a 'client', right ??
Neil Zampella

Pastor's Spouse,
Connellsville Presbyterian Church
Using PC+ since 1999.
NeilZ
 
Posts: 4645
Joined: Wed Oct 08, 2003 12:20 am
Location: Connellsville, PA

Re: Error in Version 11 seaching for previous versions

Postby lhaslem » Thu Jun 03, 2010 3:17 pm

Correct...
lhaslem
 
Posts: 7
Joined: Wed Jun 02, 2010 7:08 pm

Re: Error in Version 11 seaching for previous versions

Postby Tracy » Thu Jun 03, 2010 5:16 pm

Behind the error message, you should be able to see a path. This path may be too deep, or have an invalid character in it.
This process will search the C: before it search D:.

Perhaps what will work to get you around this problem is symbolic links. Symbolic links are available in some version of Windows. I do not have access to a Windows 2003 server to know if it is available on it.

In an Administrative Command Window:
  • Create a folder named POWERCHURCH on C:
    Code: Select all
    mkdir c:\powerchurch
  • Create a symbolic link to D:\PCPLUS10
    Code: Select all
    mklink /D c:\powerchurch\pcplus10 d:\pcplus10
  • Run PowerChurch 11
  • Remove the symbolic link
    Code: Select all
    rmdir C:\PowerChurch\PcPlus10
Tracy
Tracy
Program Development
Program Development
 
Posts: 476
Joined: Fri Sep 05, 2003 2:08 pm
Location: PowerChurch Software

Re: Error in Version 11 seaching for previous versions

Postby lhaslem » Fri Jun 04, 2010 9:02 am

It's working now. Thanks.
lhaslem
 
Posts: 7
Joined: Wed Jun 02, 2010 7:08 pm


Return to General Questions and Discussion