Welcome, Guest
Username: Password: Remember me

TOPIC: running problem!!

Re:running problem!! 13 years 5 months ago #1733

  • rcsilva
  • rcsilva's Avatar
Windows XP
Professional 2002
Service Pack 3
The administrator has disabled public write access.

Re:running problem!! 13 years 5 months ago #1734

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Hi
For me the instalaltion of telemac was not complete.
At the end of the install, there is a command windows with some information which probably don't work on your computer

Nevertheless, you could manually finalize the installation script by running the install_systel.bat which is in the install\win directory.

I hope the script will allow you to run telemac normally

Regards
Christophe
The administrator has disabled public write access.

Re:running problem!! 13 years 5 months ago #1735

  • rcsilva
  • rcsilva's Avatar
Hi again,

I manually run install_systel.bat (it had run automatically during the installation) but the error persists. :(

I noticed somethings...
I´m sending you a .txt copy of my systel.ini

File Attachment:

File Name: systel.txt
File Size: 4570
.
It doesn't reflect the locations in my PC.

TELEMAC:
bin-C:\TELEMAC\V6P0\bin

PERL:
bin-C:\strawberry\perl\bin
lib-C:\strawberry\perl\lib

Also I don't find the folder C:\strawberry\c\bin automatically set in PATH during perl installation.

Regards
The administrator has disabled public write access.

Re:running problem!! 13 years 5 months ago #1736

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Hi

For perl, there is no problem in your systel.ini file but there is a problem for the PROJECT value.

When you run install_systel.bat, this value should be update regarding your own installation and it seems this is not the case.

Could you execute install_systel.bat one more time and post a copy of the windows command (before closing it).
Another idea. Did you have administrator rights on your computer?

Regards
Christophe
The administrator has disabled public write access.

Re:running problem!! 13 years 4 months ago #1755

  • rcsilva
  • rcsilva's Avatar
Hi,

Yes, I have administrator rights.

In fact, running install_systel returns some errors.
install_systel_error.jpg


Regards
The administrator has disabled public write access.

Re:running problem!! 13 years 4 months ago #1756

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Hi
It's look like the perl script doesn't recognize you're running on Windows PC
Please type SET in a windows command and copy the value in front of OS key (normally it should be "Windows_NT"

Regards
Christophe
The administrator has disabled public write access.

Re:running problem!! 13 years 4 months ago #1757

  • rcsilva
  • rcsilva's Avatar
Hi

It is Windows_NT.

But for HOMEDRIVE and HOMEPATH I have

HOMEDRIVE=z:
HOMEPATH=\

Do you think it could have something to do with this?

Regards
The administrator has disabled public write access.

Re:running problem!! 13 years 4 months ago #1758

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Hi
I don't think your problem comes from Homedrive ou Homepath.
For me there is a problem in your perl script. Could you edit install_systel.pl (it's a text file) and add the following line in line 110:
printf "\nOSchecking - $ENV{\"OS\"}\n";

I would like you add another line after the } line 122
please add :
printf "\nOSchecking 2 - $curDir\n";


In front of OS checking 2, you should normally find the result of the cd command

Then save install_systel.pl and try to execute install_systel.bat and copy the result in your message

Regards
Christophe
The administrator has disabled public write access.

Re:running problem!! 13 years 4 months ago #1767

  • rcsilva
  • rcsilva's Avatar
Hi,

Unfortunately, I get the following
install_systel_script_3.JPG


Regards
The administrator has disabled public write access.

Re:running problem!! 13 years 4 months ago #1768

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3722
  • Thank you received: 1031
Hi
very strange
Here is an extract of my install_systel.pl file
sub main
{
    my ($project,$plateForme,$perlPath,,$systelIni,$systelIniOut,$FILE1,$FILE2,$ps);
    my ($curDir);
    printf "\nOSchecking - $ENV{\"OS\"}\n";
    if($ENV{"OS"} && ( $ENV{"OS"} eq "Windows_NT" ) )
    {
	#Cas du systeme Windows NT
	$ps="\\";
	$curDir=`cd`;
    }
    else
    {
	#Cas du system Unix
	$ps="/";
	$curDir=`pwd`;
    }
    printf "\nOSchecking 2 - $curDir\n";
    #On rajoute si besoin est le chemin a $0
    $0=~s#\.[/\\]##g;
    if(!($0=~/[\\\/]/))
    {
	chomp($curDir);
	$0=$curDir.$ps.$0;
    }
And Here is the result of install_systel.bat execution on my computer
C:\DONNEES\TELEMAC\Code\CDv6p0\install\win>install_systel.bat

OSchecking - Windows_NT

OSchecking 2 - C:\DONNEES\TELEMAC\Code\CDv6p0\install\win

-- La plateforme est : win

-- Le repertoire du Systeme Telemac est : C:\DONNEES\TELEMAC\Code\CDv6p0

-- Ajout des parametres dans C:\DONNEES\TELEMAC\Code\CDv6p0\config\systel.ini

-- Copie des parametres dans C:\DONNEES\TELEMAC\Code\CDv6p0\config\cfgmak.mak

** AJOUTER les chemins suivants a votre Path **
     - C:\DONNEES\TELEMAC\Code\CDv6p0\bin

 Tapez ENTREE pour fermer cette fenetre

C:\DONNEES\TELEMAC\Code\CDv6p0\install\win>
Don't take care about my installation location...
But as you could see, the OS2 checking result is equal to the result of cd command
C:\DONNEES\TELEMAC\Code\CDv6p0\install\win>cd
C:\DONNEES\TELEMAC\Code\CDv6p0\install\win

C:\DONNEES\TELEMAC\Code\CDv6p0\install\win>

could you check the result of cd command and also check the install_systel.pl ...

regards
Christophe
The administrator has disabled public write access.
Moderators: borisb

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.