Search results

  1. D

    A pickle with jpg in a pdf from linux

    I am at my wits end! Specifics: Linux RHEL5.4 Progress 10.1C ImageMagick (latest) CUPS-pdf (latest) I am TRYING to insert a pdf417 barcode into a shipper that is generated as a PDF. I generated the barcode as a GIF file. I can view this in Windows no problem. I converted to JPG. I can...
  2. D

    Printing out a barcode from character.

    I have the need to add a barcode to a shipper. The problem is that I have a character environment and the examples that I have seen are windows-based. I have been able to create the desired barcode as a PDF. Is there anyway to add a PDF to an output stream in character?
  3. D

    8839 error after restarting database

    For some reason the -ServerType default of Both was not set. I added this to my .pf and it worked after starting the database again. What is odd is that we build our test environment every week anew and the startup of the databases there has never resulted in the SQL connections being blocked...
  4. D

    8839 error after restarting database

    We have just performed some maintenance for the first time on our OE 10.1C database. WE restarted the database and now are getting broker connection reject errors (8839). I do not know what could be going on here as the database has been running fine for 4 months. Any ideas will be greatly...
  5. D

    BI Trunate

    Why are you truncating your BI? It seems by your question that you are doing this often.
  6. D

    Progress Database Connection Hangers-On

    I have noticed that I am seeing a huge increase in Progress database connections not dropping off since OE. I cannot even disconnect from my primary database connection to get rid of these connections I have to go into each of the 4 databases that the user is connected to get rid of the...
  7. D

    Remote User Kill ...Remotely

    MaxMonin, As to your use of the table "users". Do you mean _Users? If so, that info is not in there as there is only one user in the table for ODBC purposes. This leaves the remaining connections with a user-name that is blank. user-name is what I am looking for here. On the Linux side...
  8. D

    Remote User Kill ...Remotely

    This is a real yuck yuck. In previous threads I have explained how I need to kill a user without a user name. Without carrying all the baggage that goes with it, suffice it to say "I used to let the OS user be the Progress user, but now my app is using ODBC and as a result every other user is...
  9. D

    store os-command output to a variable

    Greg, This is what I am looking for! I am not familiar with the INPUT FROM command. I have not yet tried it, but if it will allow me to run my OS command and collect the output from that command, super! Thanks!
  10. D

    store os-command output to a variable

    Maxim, The issue is not how to disconnect a user. It is that the user name does not exist. Our support group is not going to know who to disconnect. This is why I have to first sync the _Connect.PID value to the user on the OS to which that PID belongs. Here is a snippet of the code: def...
  11. D

    store os-command output to a variable

    This info, though informative, misses the mark. My issue is that I do not no the User's ID (that being the OS id of the user logging into the application). I need this information for support to identify the progress user-id to select for dicsonnect. And that is what I am looking for. Here...
  12. D

    store os-command output to a variable

    I do not think that this is possible, 'cus Lord knows I have tried, but I will throw it out there. I would like to store the output of an os-command into a variable. I know that I could have the output stored to a file on the os and the content read back into the procedure, but I thought that...
  13. D

    Open Edge Memory

    Once again, thank you fro your assistance Tom. One question remains, that being why do I have two of these processes. As far as moving to 64-bit, that is in the mix. There are a number of issues that we are grappling with on the OS side. The upgrade to 64-bit will be included in the...
  14. D

    Open Edge Memory

    Since going live on Open Edge, we have noticed a couple of things with the OS (old 2.3 RedHat Ent). The first was %User CPU levels, resolved. The second is the amount of memory a couple of processes are taking. I noticed that there are _mprosrv processes that spin off at startup. They are...
  15. D

    Database Resource Concern

    Okay! I did go in and change the spin to a good result. I now have a new question, but I will do it in a new thread. Thank you sooooo much!
  16. D

    Database Resource Concern

    Actually, in Version 9, we had average idle% of around 40%, with consistently low user% (around 20%). The spin is interesting. I have always found the setting to be difficult to determine in my performance tuning. The setting that is use is pretty much 10000 per CPU, but that is just my...
  17. D

    Authorization failed

    Yes, I did do this in my input file. When I did it from sqlexp command line, it worked. I don't know why this occurred, but it works now and I will not need to do it in the near future. BTW, thank you for your continued support on forums such as this David Langschied
  18. D

    Database Resource Concern

    Hello, In our recently upgraded Progress Environment (V9 to OE10.1C) I am noticing that the database process _mprosrv is taking a lot of resources. We did a load test with a subset of users during our testing phase and did not see this occur. Is there a known issue here with the progress...
  19. D

    Authorization failed

    umteenth is the word! After the umteenth time, it granted access. And so we proclaim the mystery of faith!
  20. D

    Authorization failed

    I do not have granted right. I tried to apply them and it looks to work. At least there are no errors. But the access is not there. This is a puzzler!
Back
Top