dkulikow
14th August 2007, 16:54
Hello,

I am working on a project where we want to use a mobile computer/scanner (i.e. Falcon 4400 series) to do inventory movements within Baan.

What I want to do is create a smaller version of the Enter Inventory Transactions session (I have this already) that will be accessed via the user using this mobile computer/scanner. There will be some fields they will scan directly into the Baan field. Or, this is what I want to do. I do not want to store the data up on the gun and then download it. I want the wireless mobile computer/scanner to do it all.

The issue we are having is getting Baan on the gun. I'm not on the admin side, but I've been told that terminal emulation should work. The gun has Windows CE on it, which is not supported from Infor (Baan). We just don't know how we need to set this up even just to try it. It seems like it should be a simple thing, but it's becoming quite a struggle to get information on terminal emulation from Infor. We currently are attempting to see if we can get a java version downloaded on the gun that may allow us to access Baan via the Webtop URL, but again new territory. If anyone has done this we'd love to hear how.

We have Baan IVc4 NAS0 sp19 on an Itanium Windows OS, database SQL system.

Does anyone use a scanner this way? If so, can you direct my group with how we might be able to get this to work.

Thank you,
dkulikow

DonHill
14th August 2007, 17:11
You could use WinVNC, a public domain remote desktop app. There are ports available to run on a CE platform. This could be used with a Windows Terminal Server to support multiple desktops from one server.

You can also do a search here, seem there was a Web based Baan client interface being developed awhile back.

Darren Phillips
14th August 2007, 19:03
This is generally done using the DDC module and a 3rd party middleware to talk to the DDC module.

norwim
14th August 2007, 19:07
Hi there,

the easy way (telnet client on the "gun" starting ascii interface on the server) doesn't work on your machine, as you lack the ascii interface on M$.
Besides generally advising you to think of dropping the NT machine (in favour of a linux system :-), I would think that the following should be possible:

Version A: You only want to write to Baan.
Write a standalone program on CE enabling you to scan barcodes and quantities.
Then transfer the data read to your server (via ftp) and process it by reading the data with the session you already created.

Version B: You have to read Baan data too.
Try to lay hands on an odbc driver for the handheld so that you can connect to the Baan database. (The processing of the data entered into the "gun" will still be handled like in Version A!!)

Version C: You really, really need to start the Baan session on the handheld.
Get webtop running. This should be possible, but I haven't done it so far.

hth

Norbert