Installation von MS Dynamics NAV 2009 - Fehler
-
- Moderator
- Posts: 8086
- Joined: 13. Dec 2004, 23:10
- Location: Adendorf/Lüneburg
Re: Installation von MS Dynamics NAV 2009 - Fehler
Dann posten SIe doch mal das gesamte Script zur Analyse.
Hendrik Ambrosius / Senior Presales Consultant
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com
Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com
Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.
Re: Installation von MS Dynamics NAV 2009 - Fehler
Hier bitte sehr 

- Attachments
-
- Setup.inf
- (5.96 KiB) Downloaded 252 times
-
- Moderator
- Posts: 8086
- Joined: 13. Dec 2004, 23:10
- Location: Adendorf/Lüneburg
Re: Installation von MS Dynamics NAV 2009 - Fehler
Bauen Sie mal etwas Debugcode zum Analysieren ein:
[SET:Installation]
AddMeter -1
if doesfileexist ("%Src%\Source\setup.exe") = "0" then "SET:Dateifehlt" endif <<<<<<<<<<<<<<<<<<<
Call "%Src%\Source\setup.exe" /quiet /config "%Src%\Source\Site_60.xml"
If %ErrorLevel% <> "0" Then "SET:InstallationError" EndIf
[SET:Dateifehlt] <<<<<<<<<<<<<<<<<<<<
ErrorLogMsg Datei fehlt! <<<<<<<<<<<<<<<<<<<<<
Dann das SetupErrorLog checken ob der Eintrag dort ist.
[SET:Installation]
AddMeter -1
if doesfileexist ("%Src%\Source\setup.exe") = "0" then "SET:Dateifehlt" endif <<<<<<<<<<<<<<<<<<<
Call "%Src%\Source\setup.exe" /quiet /config "%Src%\Source\Site_60.xml"
If %ErrorLevel% <> "0" Then "SET:InstallationError" EndIf
[SET:Dateifehlt] <<<<<<<<<<<<<<<<<<<<
ErrorLogMsg Datei fehlt! <<<<<<<<<<<<<<<<<<<<<
Dann das SetupErrorLog checken ob der Eintrag dort ist.
Hendrik Ambrosius / Senior Presales Consultant
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com
Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com
Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.
Re: Installation von MS Dynamics NAV 2009 - Fehler
Hallo Herr Ambrosius,
leider ist hier immer noch die selbe Fehlermeldung:
------------
Date/Time : 16.08.2011 14:51:15
ProductName: Navision 2009 R2
Version : 6.0
Revision : 0
SetupInf : C:\EmpirumAgent\Packages\Microsoft\Site_60\1.0\Install\Setup.inf
------------
ErrorLogMsg: Fehler 2 beim Aufruf von Source\setup.exe
------------
leider ist hier immer noch die selbe Fehlermeldung:
------------
Date/Time : 16.08.2011 14:51:15
ProductName: Navision 2009 R2
Version : 6.0
Revision : 0
SetupInf : C:\EmpirumAgent\Packages\Microsoft\Site_60\1.0\Install\Setup.inf
------------
ErrorLogMsg: Fehler 2 beim Aufruf von Source\setup.exe
------------
-
- Moderator
- Posts: 8086
- Joined: 13. Dec 2004, 23:10
- Location: Adendorf/Lüneburg
Re: Installation von MS Dynamics NAV 2009 - Fehler
Das ist klar. Ist ja auch nur DebugCode.
Sicherheitshalber noch mal so anpassen:
[SET:Installation]
AddMeter -1
if doesfileexist ("%Src%\Source\setup.exe") = "0" then "SET:Dateifehlt" else "SET:Dateida" endif <<<<<<<<<<<<<<<<<<<
Call "%Src%\Source\setup.exe" /quiet /config "%Src%\Source\Site_60.xml"
If %ErrorLevel% <> "0" Then "SET:InstallationError" EndIf
[SET:Dateifehlt] <<<<<<<<<<<<<<<<<<<<
ErrorLogMsg Datei fehlt! <<<<<<<<<<<<<<<<<<<<<
[SET:Dateida] <<<<<<<<<<<<<<<<<<<<
ErrorLogMsg Datei da! <<<<<<<<<<<<<<<<<<<<<
Kommt dann "Datei da" im SetupErrorLog?
Sicherheitshalber noch mal so anpassen:
[SET:Installation]
AddMeter -1
if doesfileexist ("%Src%\Source\setup.exe") = "0" then "SET:Dateifehlt" else "SET:Dateida" endif <<<<<<<<<<<<<<<<<<<
Call "%Src%\Source\setup.exe" /quiet /config "%Src%\Source\Site_60.xml"
If %ErrorLevel% <> "0" Then "SET:InstallationError" EndIf
[SET:Dateifehlt] <<<<<<<<<<<<<<<<<<<<
ErrorLogMsg Datei fehlt! <<<<<<<<<<<<<<<<<<<<<
[SET:Dateida] <<<<<<<<<<<<<<<<<<<<
ErrorLogMsg Datei da! <<<<<<<<<<<<<<<<<<<<<
Kommt dann "Datei da" im SetupErrorLog?
Hendrik Ambrosius / Senior Presales Consultant
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com
Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com
Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.
Re: Installation von MS Dynamics NAV 2009 - Fehler
Ja jetzt erscheint "ErrorLogMsg: Datei da!".
Also ist diese auch am richtigen Platz.
Also ist diese auch am richtigen Platz.
-
- Moderator
- Posts: 8086
- Joined: 13. Dec 2004, 23:10
- Location: Adendorf/Lüneburg
Re: Installation von MS Dynamics NAV 2009 - Fehler
Prima. Dann tragen Sie noch mal einen CALL-Befehl über dem eigentlich Call ein aber ohne Parmeter. Startet dann das Setup?
Call "%Src%\Source\setup.exe"
Call "%Src%\Source\setup.exe" /quiet /config "%Src%\Source\Site_60.xml"
Call "%Src%\Source\setup.exe"
Call "%Src%\Source\setup.exe" /quiet /config "%Src%\Source\Site_60.xml"
Hendrik Ambrosius / Senior Presales Consultant
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com
Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com
Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.
Re: Installation von MS Dynamics NAV 2009 - Fehler
Nein es startet nicht und er gibt die selbe Fehlermeldung aus wie am Anfang auch.
------------
ErrorLogMsg: Fehler 2 beim Aufruf von Source\setup.exe
------------
------------
ErrorLogMsg: Fehler 2 beim Aufruf von Source\setup.exe
------------
Last edited by alex-o on 16. Aug 2011, 15:52, edited 1 time in total.
Re: Installation von MS Dynamics NAV 2009 - Fehler
Hallo,
kann es sein, dass die setup.exe selber eine weitere Datei benötigt und diese nicht findet und daher mit Fehler 2 terminiert? Mal mit Filemon schauen, was auf dem Rechner zu diesem Zeitpunkt passiert.
Grüße,
Lennu
kann es sein, dass die setup.exe selber eine weitere Datei benötigt und diese nicht findet und daher mit Fehler 2 terminiert? Mal mit Filemon schauen, was auf dem Rechner zu diesem Zeitpunkt passiert.
Grüße,
Lennu
Lennart Freyberg
Sysadmin
Deutsche Steinzeug Cremer & Breuer AG
Sysadmin
Deutsche Steinzeug Cremer & Breuer AG
Re: Installation von MS Dynamics NAV 2009 - Fehler
Ja ich habe mit dem ProcessMonitor wie der jetzt heißt einen Ausschnitt gefunden der evtl. auf das Problem hindeutet.
Im Anhang ist ein Bildausschnitt des Beriechs.
Im Anhang ist ein Bildausschnitt des Beriechs.
- Attachments
-
- LogCapture.zip
- (408.35 KiB) Downloaded 279 times
Re: Installation von MS Dynamics NAV 2009 - Fehler
Hallo,
wenn ich das richtig sehe, setzt ihr den Advanced Agent ein. Klappt die Installation der Software denn unter "Lokales System"? Am einfachsten mal einen geplanten Task (bei Windows 7 heisst das irgendwas mit Aufgabenplanung) erstellen, der die setup.exe startet (mit Desktop-Interaktion).
Grüße,
Lennu
wenn ich das richtig sehe, setzt ihr den Advanced Agent ein. Klappt die Installation der Software denn unter "Lokales System"? Am einfachsten mal einen geplanten Task (bei Windows 7 heisst das irgendwas mit Aufgabenplanung) erstellen, der die setup.exe startet (mit Desktop-Interaktion).
Grüße,
Lennu
Lennart Freyberg
Sysadmin
Deutsche Steinzeug Cremer & Breuer AG
Sysadmin
Deutsche Steinzeug Cremer & Breuer AG
-
- Moderator
- Posts: 8086
- Joined: 13. Dec 2004, 23:10
- Location: Adendorf/Lüneburg
Re: Installation von MS Dynamics NAV 2009 - Fehler
Es KÖNNTE auch noch am aktuellen Verzeichnis liegen.
Mal mit "CD" in das SOURCE-Verzeichnis wechseln und dann setup.exe aufrufen.
Zum Testen auch gut: Statt setup.exe eine CMD.EXE starten und das Setup manuell anstarten.
Dann hat man auch einen "local system" Kontext.
Mal mit "CD" in das SOURCE-Verzeichnis wechseln und dann setup.exe aufrufen.
Zum Testen auch gut: Statt setup.exe eine CMD.EXE starten und das Setup manuell anstarten.
Dann hat man auch einen "local system" Kontext.
Hendrik Ambrosius / Senior Presales Consultant
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com
Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com
Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.
Re: Installation von MS Dynamics NAV 2009 - Fehler
@ lennu: Ja wir setzen hier den Advanced Agent in der Firma ein.
Das starten mit dem Taskplaner oder auch Aufgabenplanung mit dem User Lokales System ging leider nicht, weil man diesen nicht sauber hinzufügen konnte.
@Hendrik_Ambrosius: Ich habe es jetzt auch über CMD und den Pfad probiert, hab das ganze auch über die CMD.exe gestartet und die Setup.exe startet ohne Probleme.
Das starten mit dem Taskplaner oder auch Aufgabenplanung mit dem User Lokales System ging leider nicht, weil man diesen nicht sauber hinzufügen konnte.
@Hendrik_Ambrosius: Ich habe es jetzt auch über CMD und den Pfad probiert, hab das ganze auch über die CMD.exe gestartet und die Setup.exe startet ohne Probleme.
Last edited by alex-o on 17. Aug 2011, 09:23, edited 1 time in total.
-
- Moderator
- Posts: 8086
- Joined: 13. Dec 2004, 23:10
- Location: Adendorf/Lüneburg
Re: Installation von MS Dynamics NAV 2009 - Fehler
Dann sind wir der Lösung nun nahe: Starten Sie einfach Ihre funktionierende Batchdatei via CALL, z.B.:
call CMD.EXE /C"%SRC%\INST.CMD"
Dann sollte es gehen.
call CMD.EXE /C"%SRC%\INST.CMD"
Dann sollte es gehen.
Hendrik Ambrosius / Senior Presales Consultant
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com
Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.
Mobile: +49 172 408 4447 | hendrik.ambrosius@matrix42.com
Matrix42 GmbH | Elbinger Straße 7 | 60487 Frankfurt am Main | Germany | www.matrix42.com
Disclaimer: I participate in this forum on a voluntary basis. Views expressed are not necessarily those of Matrix42 or of the support team.
Re: Installation von MS Dynamics NAV 2009 - Fehler
Hab gerade einen Weg gefunden über den Befehl "at hh:mm /interactive cmd.exe" die Console in mit dem Konto "Lokales System" zu starten, dann öffnet sich die Setup.exe nicht mehr.
Who is online
Users browsing this forum: No registered users and 2 guests