Skip to main content

Hi Guys,


nearly everytime I report a BUG or a wish to Uniface they tell me that I am "the one and only" Customer who has this Problem / Wish.


I patched my IDE to the latest Version Uniface 10.3.02.044.

Now I have the Problem that proc code like this :

$proc_tracing = 1  
putmess "%%$datim Start export"
$1 = $ude("export", "component", "MAIN", "xml:MAIN.XML")

Only shows this :

2020-11-13 14:23:51.36 - Uniface session started
S:0 P:0 F:MAIN E:DUMMY F:ENDE (); DETAIL; 2; [0]; putmess "%%$datim Start export"
13-nov-20 14:23:56 Start export
S:0 P:0 F:MAIN E:DUMMY F:ENDE (); DETAIL; 3; [0]; $1 = $ude("export","component","MAIN","xml:MAIN.XML")


after these lines Uniface crashes and no Export can be found.


This happens to me at Enterprise-Edition on network as well as on Community-Edition on lokal harddisc.


Uniface says it can not reproduce this behaviour.


Am I really "the one and only" or can anybody of you reproduce this BUG?


Regards

Norbert


Hi Guys,


nearly everytime I report a BUG or a wish to Uniface they tell me that I am "the one and only" Customer who has this Problem / Wish.


I patched my IDE to the latest Version Uniface 10.3.02.044.

Now I have the Problem that proc code like this :

$proc_tracing = 1  
putmess "%%$datim Start export"
$1 = $ude("export", "component", "MAIN", "xml:MAIN.XML")

Only shows this :

2020-11-13 14:23:51.36 - Uniface session started
S:0 P:0 F:MAIN E:DUMMY F:ENDE (); DETAIL; 2; [0]; putmess "%%$datim Start export"
13-nov-20 14:23:56 Start export
S:0 P:0 F:MAIN E:DUMMY F:ENDE (); DETAIL; 3; [0]; $1 = $ude("export","component","MAIN","xml:MAIN.XML")


after these lines Uniface crashes and no Export can be found.


This happens to me at Enterprise-Edition on network as well as on Community-Edition on lokal harddisc.


Uniface says it can not reproduce this behaviour.


Am I really "the one and only" or can anybody of you reproduce this BUG?


Regards

Norbert


By the way, can anybody of you see the "Add a Wish"-Button at the wishes-site?

I can take any browser (edge, IE, Chrome, Firefox) but I can't see this button.


Regards

Norbert


Hi Guys,


nearly everytime I report a BUG or a wish to Uniface they tell me that I am "the one and only" Customer who has this Problem / Wish.


I patched my IDE to the latest Version Uniface 10.3.02.044.

Now I have the Problem that proc code like this :

$proc_tracing = 1  
putmess "%%$datim Start export"
$1 = $ude("export", "component", "MAIN", "xml:MAIN.XML")

Only shows this :

2020-11-13 14:23:51.36 - Uniface session started
S:0 P:0 F:MAIN E:DUMMY F:ENDE (); DETAIL; 2; [0]; putmess "%%$datim Start export"
13-nov-20 14:23:56 Start export
S:0 P:0 F:MAIN E:DUMMY F:ENDE (); DETAIL; 3; [0]; $1 = $ude("export","component","MAIN","xml:MAIN.XML")


after these lines Uniface crashes and no Export can be found.


This happens to me at Enterprise-Edition on network as well as on Community-Edition on lokal harddisc.


Uniface says it can not reproduce this behaviour.


Am I really "the one and only" or can anybody of you reproduce this BUG?


Regards

Norbert


Hello Norbert

There is a note in the Uniface library to only use $ude against ide.exe.
I can reproduce a crash using it against uniface.exe.
When I add ide resources
[RESOURCES]
usys:ide.uar
usys:ide_messages.uar
usys:ide_classic.uar

in the asn file used by uniface.exe it works fine without crash.

From our library:
Uniface Reference > ProcScript Reference > ProcScript: Functions > $ude
Use
$ude requires a fully configured Repository to be available.
Note: The $ude function can only be used in the Uniface IDE (ide.exe) on Windows.
Allowed in all component types except self-contained Services.


Peter


Hi Guys,


nearly everytime I report a BUG or a wish to Uniface they tell me that I am "the one and only" Customer who has this Problem / Wish.


I patched my IDE to the latest Version Uniface 10.3.02.044.

Now I have the Problem that proc code like this :

$proc_tracing = 1  
putmess "%%$datim Start export"
$1 = $ude("export", "component", "MAIN", "xml:MAIN.XML")

Only shows this :

2020-11-13 14:23:51.36 - Uniface session started
S:0 P:0 F:MAIN E:DUMMY F:ENDE (); DETAIL; 2; [0]; putmess "%%$datim Start export"
13-nov-20 14:23:56 Start export
S:0 P:0 F:MAIN E:DUMMY F:ENDE (); DETAIL; 3; [0]; $1 = $ude("export","component","MAIN","xml:MAIN.XML")


after these lines Uniface crashes and no Export can be found.


This happens to me at Enterprise-Edition on network as well as on Community-Edition on lokal harddisc.


Uniface says it can not reproduce this behaviour.


Am I really "the one and only" or can anybody of you reproduce this BUG?


Regards

Norbert


Hi Norbert,

I see the "Add a Wish" button on Firefox, Chrome, Opera, Edge either on Ubuntu and on Windows.
I do NOT see it on IE11.

Gianni


By the way, can anybody of you see the "Add a Wish"-Button at the wishes-site?

I can take any browser (edge, IE, Chrome, Firefox) but I can't see this button.


Regards

Norbert

Hi Norbert,


Yes, I can see the 'Add a Wish' button.  I have tested it with Edge and Chrome.

I think must be signed in to the community website. Then select 'Wishes' in the 'Get started with' menu and then on the far right you will see the button.


Regards,

Peter


Hi Guys,


nearly everytime I report a BUG or a wish to Uniface they tell me that I am "the one and only" Customer who has this Problem / Wish.


I patched my IDE to the latest Version Uniface 10.3.02.044.

Now I have the Problem that proc code like this :

$proc_tracing = 1  
putmess "%%$datim Start export"
$1 = $ude("export", "component", "MAIN", "xml:MAIN.XML")

Only shows this :

2020-11-13 14:23:51.36 - Uniface session started
S:0 P:0 F:MAIN E:DUMMY F:ENDE (); DETAIL; 2; [0]; putmess "%%$datim Start export"
13-nov-20 14:23:56 Start export
S:0 P:0 F:MAIN E:DUMMY F:ENDE (); DETAIL; 3; [0]; $1 = $ude("export","component","MAIN","xml:MAIN.XML")


after these lines Uniface crashes and no Export can be found.


This happens to me at Enterprise-Edition on network as well as on Community-Edition on lokal harddisc.


Uniface says it can not reproduce this behaviour.


Am I really "the one and only" or can anybody of you reproduce this BUG?


Regards

Norbert


== Monty Python’s Life of Brian==
Crowd: Yes! We’re all individuals!
Brian: You’re all different!
Crowd: Yes! We ARE all different!
Man in crowd: I’M not.