ankybanky
12th December 2001, 16:29
hello friends
i am using standard functionality of baan to display drawings.
the problem is we have aroung 660 user license and different user logs in to different application server.
my problem is how do i access drawings from a different server .
i can quite easily access it from the sam application server , what it does is actually downloads the file from application server to alocal folder (c:\temp) and then using the *.exe which i have maintaines in edi parameters displays it .
how do i access drawing from diferent server , i tried using remote shell commands but it didnt work .
am i missing something.
i also tried using remote shell daemon but that doesnt work too.
any one ready to throw some light on this area .
ankur
send the mail at ankybanky@yahoo.com
patvdv
12th December 2001, 16:42
Hey Anky,
How about making the files shared by NFS?
ankybanky
12th December 2001, 16:48
hello patvdv
i didnt get by sharing it as nfs
i am using unix servers as well as nt servers for my application.
can u be more elaborate on this issue
regards ankur
patvdv
12th December 2001, 17:23
Anky,
You can get NFS clients for Windows too (e.g. Reflection NFS). Or alternatively you could use SAMBA/CIFS.
JamesV
12th December 2001, 20:58
I vote for the samba/cifs solution. NFS between platforms runs into too many issues.
ankybanky
14th December 2001, 16:49
Hello
nfs makes the system damn slow , isnt there any other way i can do this .
please look in to this
ankur
patvdv
14th December 2001, 16:55
Anky,
Personally I would use the Samba/CIFS but you won't avoid the additional pressure on system resources. Somehow your data still has to cross between servers!
ankybanky
14th December 2001, 17:12
hello pat
what settings do i need to make just give me a brief , never had a chance to put on hands on samba/cifs
would require a detailed settings.
regards ankur bhandari
patvdv
14th December 2001, 17:20
Anky,
That would be very difficult as I do not know your systems. Assuming you are running HP-9000 servers you can read some good stuff on CIFS at: http://docs.hp.com
But with hindsight and rereading your post: where are those drawings actually stored? Are you accessing them through BW?
ankybanky
14th December 2001, 17:27
hello pat
the setup as below , we use hp k class servers , on informix.
i have to access drawings from another application server ( we share baan licenses across servers). and only one database server
say 100 users access server A
other 100 users access servers B
and my drawing are there in server C which only 25 users access
so i want my drawing in server C , so that all users can access these drawing from there baan session.
what settings do i need to make in " Maintain Edm paramters " session to access all these drawings .
regards ankur
We use Baan4c4 .
evesely
14th December 2001, 17:57
If your users are not using BW, then you could write a shell script to FTP a drawing over and then display it. But, I'm guessing they are using BW. In that case, I think you have a few options:
(1) Implement something like NFS to allow servers A and B to "see" the drawings as if they were local to them (as described in previous posts), OR
(2) Customize the itiedm0015 function (which does the drawing display) and compile all of the appropriate scripts that use it.
(3) Write a windows app that can do the FTP and then display the drawing. However, the windows app won't be passed the filename and path on unix, only the temp file path and file name (and this temp file won't exist because the server2client call will not work w/o NFS), so you would have to discern the unix location.
I'm sorry I don't have better advice.
-Ed
patvdv
14th December 2001, 18:15
Anky,
I am not familiar with EDM and its setup. I guess the session requires you specify a hardcoded path to your drawings. In that case you would the same directory to be available on your application servers. For that you could use NFS/Samba/CIFS as said before. I do not think you can tweak this purely from the EDM parameters.