Search results

  1. R

    User cronman cannot disconnect user caroline. (2258)

    Hi, How can I give permissions to an specific user to disconnect users? User cronman cannot disconnect user caroline. (2258) Thanks indeed. Kind regards, rrojo7229
  2. R

    Tasks which runs on Batch fails because LOCK problems

    Hi, We work with a Third software,so our development it is quite limited. We have around 20 branches where it runs Batch programs at night. But if someone leaves the screen opened in a Maintenance screen ,that could lock the table. So, at night the Batch program fails for...
  3. R

    Running a program at different Metta-Schemma Databases

    Hi, Someone has idea how can I run a program which connects several databases but they do have different Metta-Schemma. I mean, the databases are in different versions, so it is asking for recompilation. I tried to run in Source Code just without any compilation but still giving the...
  4. R

    How can I start more servers for a DB "Online"?

    Hi, Is there some way to startup more servers increasing -Mn parameter (-n parameter) but "Online"? I saying that thing because the DB can not be shutdown to take the new values for Startup parameters, during the day at rushing times. Progress 9.1E - RedHat Linux 3 Kind Regards,
  5. R

    Which is the quickest way to blow up 64 million records?

    Hi, Could you tell me please, which is the quickest way to blow up a table which has around 64 million records? - Delete table or make a delete by record - (using for each) with -i (Crash Recovery option DISABLED) in the proserve? Regards,
  6. R

    How to deal with &GLOBAL-DEFINE in Non-Static values?

    Hi, Could you to guide me how can I built a code but applying variable values to &GLOBAL-DEFINE? As far I understood &GLOBAL-DEFINE works in a Static concept but why this peace of code works? /*** Works OK *****/ def var yvar as int . def var zvar as int. def var vdepo as int. def var...
  7. R

    Database is not Starting after was added new BI Files

    Hi, Please, could you give a tip? Database is not starting UP...despite is not writing any ERROR message at database.lg. The BI reached the limit last night and this morning the DB was shutdown and was added new BI Files. But now when we try Startup the DB - keep hanging up in...
  8. R

    What is the quickiest & safest way to blow up bad/cuorrupted records fron a DB?

    Hi, We have a database with bad/corrupted records like this: Dep Code Prod ──────── ─────── }èM37│ ØÉ"l╠ *ièXdÓ┬ 100008 100206 100222 100347 I am wondering which is the quickiest and safest way to remove these...
  9. R

    Can I speed up Idxbuild adding -bi parameter?

    Hi lads, Someone knows could it bring some DB damages if I added -bi (disabling Before Image) at Proutil command? proutil <dbname> -C idxbuild all -bi -TB 24 -TM 32 -B 1000 -SG 64 Progress 9.1E Linux RedHat 3 Kind Regards, rrojo7229
  10. R

    License Profitability: WebSpeed X SQL-92.

    Hi, Can Anyone tell me whether which metodology is more profitable in term of license value? We have 30 branches and we need develop a Intranet accessing Progress for every branch but the cost for WebSpeed License is making this project as unprofitable. So, anyone knows whether using...
  11. R

    Objects does hidden despite has the Hidden attribute as YES...

    Objects does not start as hidden despite they have the Hidden attribute as YES... Dear fellows, I got this weird problem, the source code runs very fine in the Appbuilder but when run using "Prowin32.exe" some Fill-In's and Button's does not obbey the Hidden Attribute even if I set up in...
  12. R

    How can I extract a specific line from Hosts and Services File?

    Hi fellows, Someone can say me how can I extract a specific line from Hosts and Services File from the Client? I must extract a specific line from Hosts file which contains a specific server name and its IP address and from Services file a specific service, if those does not exist I must...
  13. R

    How I can know which database the program it is running against?

    Hi friends, I have a program that will run in GUI environment, I have just one only program to connect in different databases. The difference between the databases it is the Propath and the Service Name. How I can know which database the program it is running against? I tried...
  14. R

    How can I setup Apache with WebSpeed Linux RedHat?

    Friends, I installed Apache 2.2.8 and WebSpeed Trans Svr 91E in Linux ES release 3 RedHat. When I try run the WebSpeed cgiip in the browser I got this error message: "Unable to open message file: promsgs" I do not know if I can set up environment variable in the apache, I tried put...
  15. R

    What is the diferece between WebSpeed 3.1B and WebSpeed Messenger?

    Hi, Does anyone knows what is the differece between WebSpeed 3.1B Trans Server and WebSpeed Messenger? Is that possible make an application run just using WebSpeed Messenger? I did this but it was not possible start more than 2 brokers !? WebSpeed Messenger was installed on...
  16. R

    Dinamic Connections into a Database

    Hi Lads, Can anyone tell me how can I connect dinamically into a Database? I know and I used to do using pf. File but has any other way to do that? I saw some posts here but I did not see answer for that. I must make an application where the user might choose information...
  17. R

    Do we have another option besides prorest when we missing the Sequence?

    Dear DBA's, Do we have another option besides makes prorest when eventually missing a Sequence After Image File? I mean, I have a script that runs every 20 minutes to make a backup and makes it as empty for the current After Image for a Backup Directory and there is another...
  18. R

    Aimage Scan Utility

    Dear, In the version 9.1E02 does not show the Sequence number for Aimage File? rfutil ${DUMMY} -C aimage scan -a ${EXTENT} | grep number | tail -1 | awk '{print $6}' Anyone knows something about? Thanks in advance. Kind Regards, Rrojo7229
  19. R

    Best Manners to After Image

    Dear, We have the following background: 6 Branches that sends the After Image by FTP to HQ and there (HQ) it is made Roll-Forward to each database into specific folder nominated as branch name. But if Something wrong happens in the sequence (I mean Lost sequence) we must restore...
  20. R

    How can I know when a Button is Enable or Disable?

    Hi fellows, Someone knows how can I check if a Button it is ENABLE or DISABLED? I tried the code below: IF Bt_side1:ENABLED IN FRAME fMain = TRUE THEN ASSIGN currside = "1". ELSE ASSIGN currside = "2". But coming up a warning message...
Top