srinivas
27th December 2001, 09:24
Hi,

Can some one help me by explaining how to use DDC module with a small example?

Thanks and Regards,
Srinivas

evesely
27th December 2001, 17:09
I'm not sure exactly what you are looking for, but here are some basic steps (in 4c4) so that you can run a function in Test Function Server:
[list=1]
Pick a function server session. These usually end in bxxx. For example, tdilc4202b000 (Release Outbound)
Enter this into the function server list using Maintain DDC Function Servers (tuddc0120m000)
Run Query/Update Function Server (tuddc1212m000). This creates the functions and fields in DDC.
Run Test Function Server (tuddc2530m000). Pick a function.
Enter values for fields and choose continue to run the function server
[/list=1]
Obviously, there is much more to it. You can attach middleware and then add handhelds, custom function servers, etc. It really can be very powerful. We have a number of customers running a variety of custom function servers, including: Hours Accounting, Maintain Receipts, Cycle Counting, Inbounding, Picking for Outbound, and several more.

I hope that helps. Let me know if you need more information.

srinivas
28th December 2001, 07:14
Hi,

Thanks for that info. It cleared many doubts.

I was trying to test the Release outbound Function server. In the session tuddc2530s000 "Test Function Server" I gave the values for Item, Warehouse, Run No and Order No and then press continue. It gave me the following error.

Can't read session or object (otuddcmonitor)

What is this? It comes separately from BaaN?

What does the session tuddc9201m000 "Function Server Generator" do?

Regards,
Srinivas

srinivas
28th December 2001, 07:56
Hi,

I got the object from baan support site. soln 1436stnd

I tested the function server by giving item,order no etc for which outbound exists. I got the message DDC request processed succesfully but I am surprised to find the outbound for this item, order no is not released from the system. What i should do next to release the outbound from the system?

Thanks and Regards,
Srinivas

evesely
28th December 2001, 16:04
The "DDC Processed Successfully" message should indicate that things performed as expected. That could mean that it correctly did not release the outbound. This would be similar to the situation you get when running the standard session and receiving the "No data found..." message. Try releasing the outbound in the standard session. If it works, then there is probably some problem with the standard function server.

I'm not sure if things have been cleared up lately, but Baan's standard function servers were notoriously buggy in the past. That's why my company has written our own versions of these (as well as some sessions without standard function servers) and even combined some to streamline the process even more. These seem to work well for our clients.

The Generate Function Server session is used to convert an existing session into a function server. For example (not that you would ever want to do this:) ), you could run it on the Maintain Warehouses session to create a function server to, well, maintain warehouses. My experience is that this is usually a good starting point, but that you generally need to tinker with the code to get things the way you want.

srinivas
3rd January 2002, 13:55
Hi,

Thank you very much. There was some problem with the order. Now I created another order and the "Outbound" is released perfectly.

Now can you tell me how the data comes from the Shop floor to the system? What are the drivers needed and what products are avbl in the market?

Regards,
Srinivas

evesely
3rd January 2002, 18:53
I'm not sure exactly what you are asking, but I'll give it a shot.

Many companies have handheld devices or other data entry terminals (e.g., Intermec, Dolphin, Symbol). These are linked via an RF system that is tied in to your network. There is middleware that sits between the remote devices and Baan's DDC.

There are many, many different function server applications that can be run on the handheld on the floor as I mentioned in a previous post.

If you would like more information or specifics, please let me know. My company, RMCis, offers a wide range of products and services in this area. [My apologies for donning the sales hat :D ]

joepte
27th January 2014, 21:31
Sorry for responding to such an old thread but when I read this I am not clear on whether source code for the Baan session is required to run the function server generator tdddc9201m000?
(BaanIV c4)

pconde
11th February 2014, 15:42
Hello

you need the source script of the session, the form and the session must also be in your development VRC so that the generate function servers works correctly.

Therafter you can clean up the generated code., removing unused fields or function, setting fixed value etc.

Regards
Philippe