Search results

  1. C

    WebSpeed Session Handling

    We have messenger installed at separate machine and we use apache: to edit the properties file go on machine where messenger is installed to $DLC/properties/ubroker.properties and add useConnID=1 in Webspeed.Messenger.CGIIP section. Or if you can use progress explorer on that machine...
  2. C

    Layout change?

    Ah great, it looks much better now for me. Maybe you can also change the vBulleting logo and replace that with the ProgressTalk logo? And maybe the ability to choose different skins then I am very happy :-) Tx, Chris.
  3. C

    IDE for Open Edge

    yes it is a separate license. compile --> yes debug --> yes etc --> yes :-) deploy depends on what you mean with deploy. You can compile r-code in a directory on the particular server. You can do all the debugging you can do with the OE debugger (including online debugging with conditional...
  4. C

    WebSpeed Session Handling

    Hi. Although most people prefer to make there own session management, WebSpeed also comes with a build in session management. on the messenger you need to set in $DLC/properties/ubroker.porperties: useConnID=1 in the environment section of the webspeed agent you need to set SESSION_PATH...
  5. C

    How to create a .bat file in Linux environment to perform schedule task

    Ok you are not helping us a lot trying to answer you. The title suggests that you need to schedule something. Furthermore you say your .bat file isn't working. I hope that is something that you would expect. If not then first you need to learn more basics about Linux (and probably windows). On...
  6. C

    how can i edit my data through progress 8.2b

    See that you get a development license? Casper.
  7. C

    Backup and Roll Forward for DR

    No the roll forward of AI will only happen on a restored database with ai disabled. As soon as you enable AI then the the sequence number you start with is 1. Casper.
  8. C

    Layout change?

    I noticed that too, furthermore you get a warning on the "What's new page". Casper.
  9. C

    Backup and Roll Forward for DR

    First of all, I am not the real expert on this. I suppose they will jump in later. But there are a few things I would like to say: Why did you choose to copy only the backup to the remote server? I suppose the tapes wont stay in the building. Is that just to make sure that if the tape fails...
  10. C

    Layout change?

    No it is not just you. I must say that my first impression isn't that things got more clearly now. I have some difficulty in noticing the different colors. I asked Chris if he could provide us with some more styles to chose from in the hope to get me a bette interface. But I am very doubtfull...
  11. C

    Connect Progress 8.3a with Oracle 9i

    I suppose you didn't care to read my post at all? Maybe you shouldn't ask then. Casper.
  12. C

    dbtool error

    You need to make a soft link from $DLC/lib/librocket_r.so to /usr/lib: ln -s $DLC/lib/librocket_r.so /usr/lib Casper.
  13. C

    [HELP] ODBC connection OpenEdge 10.0B-Borland Delphi 5(Server not respond)

    I am not sure what is happening but there are few things which seems strange to me: If you want to have SQL connection to progress database then it is better to configure a dedicated 4GL and SQL broker. You say you are using 10.0B but the sqlexplorer you are starting is Progress 9.1E so it...
  14. C

    How to set up team workspace using eclipse with OE10.2A

    Like I said, we use subversive as a plugin and apart from some sporadic issues we are very happy with it. I've used it so far in eclipse 3.4.0, 3.4.2 (10.2A) and now with 10.2B in 3.5.0. Subversive is part of the Eclipse project (incubation). The connectors must be due to licensing terms be...
  15. C

    Is this a bug or is my expectation wrong?

    This is really weird. It should hold the values of the 4 values but instead it just seems to assign the first value to the entire aray. The same in 10.2A02 as in 10.2B (just tested). It certainly isn't expected behavior to me. I tried many variatons on this but it seems that the import...
  16. C

    export

    http://www.progresstalk.com/showthread.php?t=113474
  17. C

    How to set up team workspace using eclipse with OE10.2A

    I think you might also want to take a look at SVN. IMO SVN is much more flexible for team development then CVS is. We use SVN in combination with subversive. There are also other plugins available like subclipse. If you are going to use plugins then it might also be handy to download eclipse...
  18. C

    Calling progress procedure from javascript

    A few weeks ago (almost) the same question was asked: http://www.progresstalk.com/showthread.php?t=116490 HTH, Casper
  19. C

    Dumping data into CSV format (urgent) ...

    well, it is hard to export a table if you don't know what table to dump ... This is a dynamic query which can be run against any progress database to dump any table. Casper.
  20. C

    Single Reference/Cheat Sheet for Startup Parms?

    It is not updated to the most recent release but George Potemkin made a very comprehensive list of all startup parameters you can use (up to 10.1B01): ftp://ftp.progress-tech.ru/incoming/George/PrmByVer.txt Casper
Back
Top