Recent content by Pradeep

  1. P

    wsaman deploy issues

    Stefan, I have similar kind of issue mentioned above. We have progress 11.7 DB and we have terminal server where webservice adapter wsa1 is remotely hosted.(ubroker.properies) However when we are trying to host new service by generating wsdl file and wsm and deploying using below command the...
  2. P

    Update To Data Base Table Is Getting Rolled Back

    Sir, Yes. As there are 5 programs could you please let me know on where to check for exact roll back i.e scoping that is causing the issue.
  3. P

    Update To Data Base Table Is Getting Rolled Back

    Sir, I have tried all the ways it is getting rolled back. Is there anything else I could try on F4 to get details updated?
  4. P

    Update To Data Base Table Is Getting Rolled Back

    Hello sir, That is right. By default progress puts transaction scope. Field and value together is primary unique key. Any specific reason why I shouldn't use find first. Are you suggesting to use FIND or for first? Do you want me to try using buffer on code_mstr?
  5. P

    Update To Data Base Table Is Getting Rolled Back

    Hello sir..Actually it is multiple programs that is being called and there is no separate transaction block being used. FIND FIRST code_mstr EXCLUSIVE-LOCK WHERE code_mstr.code_fldname = "xyz" AND code_mstr.code_value = "inner"...
  6. P

    Update To Data Base Table Is Getting Rolled Back

    Hello All, I am updating code_mstr field with exclusive lock and I can see it is getting updated. But once I am done with my transaction it is getting rolled back. I am pressing F4 or space bar in between which may be causing this issue. Please suggest any way I can proceed with the update.
Top