Seite 1 von 1

not found File Err. No. 2

Verfasst: 03 Jan 2013, 15:04
von bobzbobz
Hello

Regarding Adobe Reader XI.

I tested the install/uninstall-scripts on a client PC (using winst32.exe), which worked fine.
Then i packaged the file (opsi-makeproductfile) and "send" it to the server (opsi-package-manager -i <package>).
Now, when i try to deploy the package on the excact same client-PC (via opsi-configed) it doesnt work.

I choose on_demand-event and then the client just shows the "Opsi - Winst"-screen and then nothing happens. After a while it says "sending log file to server" and ends the action.
Now when i look at the log-file on the server it says:
A lot of
Warning: file not found :p:\adobereader11\install32.ins -retrying
And then ends up with
Script p:\adobereader11\install32.ins not found File Err. No. 2 (The file was not found.<) - giving up

How do i fix this?

Best Regards,
Soren

Re: not found File Err. No. 2

Verfasst: 03 Jan 2013, 16:28
von tobias
do you named the script by creating the package via opsi-newprod correctly?

Re: not found File Err. No. 2

Verfasst: 03 Jan 2013, 16:37
von d.oertel
Hi,

in your OPSI/control file you have an entry like:
setup = install32.ins
That is the script which opsi-winst should execute if the action request is setup.
But there is no 'install32.ins' in the %ScriptPath%.

Does this help ?

regards

d.oertel

Re: not found File Err. No. 2

Verfasst: 04 Jan 2013, 08:27
von bobzbobz
Just checked the control-file, and it has "install32.ins" instead of "setup32.ins" >.<

Now it works - It must have slipped my mind when i created the newprod :S

Thanks Oertel.