vsauer
29th July 2004, 09:41
I am searching for a good DDC installation and configuration documentation !!!

goooch
5th October 2004, 10:33
Successful?

vsauer
5th October 2004, 10:41
Nothing at the moment ...

goooch
5th October 2004, 12:34
Is the U7124 bad?

jglunde
14th May 2007, 11:43
What is U7124?

goooch
14th May 2007, 11:49
DDC User Guide

gerardd
27th March 2009, 16:35
still no luck?

pconde
30th March 2009, 18:17
Hi,

I did a lot of baan session for DDC. I cannot help your for the other side but on the baan side here is the way to go

First generate a normal session with the same input fields as what you should receive from the DDC interface and test that all works as requested (hint: minimize the number of input fields and avoid display fields)

Set all session, forms, report and script in the same development VRC.(important)

Use session "Function server generator" (tuddc9201m000) with your session as input. This generates a new 3gl script with different functions server. Remove all functions that are not needed. You must create a new session with a 3 Gl script (see session tdilc4102b000 for more info)
Copy the generated code to the new function server session script.
Compile the script and correct if needed

Use then maintain DDC function server (tuddc0120m00) to register you new functions server. Some functions are already registered and you can have a look at the different input values.

Now use session query/update function server (tuddc1212m000) to register the different functions from your function server session.

Register you session in the BMS mask and create the runtime for the BMS masks.

Test you function server with session "test function server"(tuddc2530m000)
you should select your new session and you receive then a form with the different input fields that you need to fill.
Test with debug can be done if you set one of the field with a long time out (see session tuddc0130m00 form 2 field "front end timeout") set it to 3600 (1 hour)

For the other side you must generate a driver that call the function server but this was done by an external company on out site and I don't have a very good knowledge of this stuff. :mad:

Hope this help:D

gerardd
31st March 2009, 12:39
Thanks, It works now

Now I'll start searching for connection to the DDC Server