Recent content by grunnpi

  1. grunnpi

    .w compilation ok with prowin32.exe fail with _progres.exe

    Tamhas, you're right : there are different points, I'll try to make it clearer. We are migrating from 10.1b to 10.2b, and same time, want to use 32b r-code on Windows + 64b r-code on Unix side (cannot yet move to v11). On the other hand, we have a huge application with thousands program that...
  2. grunnpi

    .w compilation ok with prowin32.exe fail with _progres.exe

    You're right Tom, Appserver musn't have FRAME. Thank you for responding. But, our code is, for exemple : myLib.p > PROCEDURE pDisplaySomeFrame. > PROCEDURE pDoSomeBatch. On prowin32.exe RUN pDisplaySomeFrame ON mh-myLib-persistent. On _progres.exe RUN pDoSomeBatchON mh-myLib-persistent...
  3. grunnpi

    .w compilation ok with prowin32.exe fail with _progres.exe

    Hello there ! I have to source code, containing FRAME definition, that currently compile fine using "prowin32.exe". I'm trying to compile with "_progres.exe" in order to produce some 64 bit .r code. But, I've got some error as following : ERROR ! **COMBO-BOX group-account will not fit in...
  4. grunnpi

    SERVER-CONNECTION-CONTEXT maximum size ?

    Thank you for your help ! (as usual)
  5. grunnpi

    SERVER-CONNECTION-CONTEXT maximum size ?

    Hi there, I heard in previous OpenEdge version (v9 or v8 I suspect), some performance issue happend is SERVER-CONNECTION-CONTEXT provided on appserver connect was too long. An upgrade was made in order to reduce to 40 char long maximum this string, as a limit to not cross. Is there some kind...
  6. grunnpi

    Progress Compiler version error

    maybe your server is using "-r" parameter on command line, preventing it to compile source code. on our application, on production site, appserver are setuped in order to use only .r avoiding some unwanted source code to be executed.
  7. grunnpi

    How check shared memory connection vs remote session ?

    Perfect ! Thank you very much Tom.
  8. grunnpi

    How check shared memory connection vs remote session ?

    Hi there, I'm making some test in order to compare remote connect statement vs shared memory connection for some appserver process running on database server. Even if my connect string statement seems different, I'm not sure my update worked. Once process running and connected, is there a way...
  9. grunnpi

    How to Appserver broker failover setup when loadbalancing ?

    Well, as usual, very thank you RealHeavyDude ! Now I know. Before installing OE Mgt, we will try using some jvm monitoring tool in order to check broker activity. Every one, you may advise me a tool that could fit ? Cheers.
  10. grunnpi

    How to Appserver broker failover setup when loadbalancing ?

    Hello all, In our application, we use several appservers. One of them, as central box, is set load balanced (3 instances). But we had during daiy activity, one agent crashing bad throwing an "java.out.of.memory" exception at broker level. After that, each agent requested on this particular...
  11. grunnpi

    Why moving from OE 10.1b to 10.2b ?

    Thanks for multiple clue and response. I was reading 10.2b "What's new" documentation, an one point is about Actionnal. Thought it was an additionnal software, does it mean Actionnal is bundle with 10.2b ? Or only Actionnal functionnality (if you buy it) are linked to 10.2b new feature ? By...
  12. grunnpi

    Why moving from OE 10.1b to 10.2b ?

    Hello there, My compagny is currently under 10.1b OpenEdge platform. As 10.1b is retired, high management accept to move forward... but still need our arguments to validate upgrading. What I see : - .net GUi > but front evolution is not priority, and much less within technological change...
  13. grunnpi

    How to revert *.r files back to *.p/w ?

    Seen something interesting that could partially fit to your request here : http://progress-tools.110mb.com/rcode.html
  14. grunnpi

    open a Windows from a Dialog

    But I've tried running as persistent today. Didn't trigger error message anymore, but as disabling WAIT-FOR, windows open and close immediatly. Not so usefull. After some test & try, we figure out that coding like this : HIDE FRAME myDialogFrame. RUN myWindow.w. DISPLAY FRAME myDialogFrame...
  15. grunnpi

    automatic testing tools

    @tamhas : But these OE Hive tools are only XUnit like empty shell.. that's great if your application is mainly process oriented. But nothing like DBUnit, providing data upload method (only xml loading, but integrate data context logic) Or "Actionnal", but without being WebService oriented...
Top