neokortexx
8th December 2006, 00:23
Hi all,

I have a BaaN Client installed on a win2003 server ( server X).
TNG scheduler launches baan job, via this client , on an Unix server ( baan prod ( server Y)).

I have to do this way, because I can't make calls to excel from Unix (calc.exe).

So, each times I launch my job under tng, a security alert window appears on server X, told that it can be a malicious program and I have to open it or cancel it manually.

The policies don't allow to deactivate this security embedded in win2003 server.

This window appears that calc.exe is trying to call calc.exe via network (\\server Y\calc.exe) and I cannot configure it to call the calc.exe locally (c:\windows\calc.exe....)

Have you any idea to call these exe without manually intervention ? It's a big problem I can't resolve.

Darren Phillips
8th December 2006, 12:38
how are you starting the calc.exe is it through appstart in a custom session or just using the add shell command to job. If your doing it via the shell command I use "cmd /c c:\batch\job??.bat" as the shell command then call my program in the bat file

george7a
8th December 2006, 12:48
Hi,

Also check this link:
http://windowsxp.mvps.org/networkfile.htm
I guess method 2 is secure and you won't deactivate this security feature...

I hope it help,

- George

neokortexx
9th December 2006, 00:07
Hi Darren, is it through a session in the job. I launch my TNG job with on a company as parameter through the win2003 server on a unix baan prod server.This job calls an calc.exe to compile some results extracted from a database.


george7a: I tried and let you know....

many thanks

neokortexx
9th December 2006, 00:32
it seems that it doesn't work at all: the windows continue to appear...

Darren Phillips
9th December 2006, 01:42
can you post the piece of code calling the exe, are you using app_start to run it.

neokortexx
9th December 2006, 18:06
sorry I can't: it's an another company who developped and integrated the baan solutions.
My company has the project to implement this new production into the TNG scheduler and make the interfaces.