Search results

  1. Pavan Yadav

    XML Format Issue

    Progress Version : 10.2B Env : UNIX I am creating a XML and instead of using SAX Parser, I am trying to achieve the functionality/Design with Temp-Tables/Datasets. I am facing an issue with NameSpace-URI DEFINE VARIABLE cTargetType AS CHARACTER NO-UNDO. DEFINE VARIABLE cFile AS...
  2. Pavan Yadav

    WebService Function Call

    Dear Team, I am working on a point, where I need to consume the vendor's Webservices and pass some values there. And after WSDL file analysing(bprowsdldoc), I got a Function defined as: PROCEDURE INPUT_RFC_CALL: DEFINE INPUT PARAMETER DATASET FOR RFC_CALLDataSet. DEFINE OUTPUT PARAMETER...
  3. Pavan Yadav

    Web Services Connectivity Issue with SAP-PO

    Dear Team, Can someone please advise for the connectivity issue with SAP-PO(Sort of middleware - integration system) system from Progress Based application. We are trying to consume there Webservices and publish some data there. But, SAP-PO system doesn't provide us WSDL file, but it do have...
  4. Pavan Yadav

    Trigger Interaction

    Hi All, I just stuck with a basic understanding of trigger and needs to have some discussion on the same. I don't have any real life scenario as of now, so trying to understand this with a basic example. I defined Schema Level Find Trigger on my DB and Session Level Find trigger in my...
  5. Pavan Yadav

    Question How can I read "\" as a character in progress

    Hi All, I have a requirement where I need to replace "\" with "_" for all the occurrences in field or variable. def var abc as char initial "'abc\test1'". def var xyz as char. disp abc format "x(25)". xyz = replace(abc,"\","_"). disp xyz. This code doesn't recognize "\" in the variable...
  6. Pavan Yadav

    Usage of Index

    Hi All, I am regular visitor of Progress Talk, a perfect place for Progress Technology related Knowledge and clarified most of my concepts from here. I faced a strange behaviour of Indexes with a query and so needs to share over here to get a good picture on that and to clarify myself on Index...
  7. Pavan Yadav

    Answered Reason for Locking issue this multiuser Scenerio.

    Hello Friend, I am facing locking error in when i execute second user session and i am not clear on conceptual side why progress disp lock condition occurs. The scenerio is geiven as below : Session 1 : DO TRANSACTION : Create Customer. Assign cust-num = 999. /* any non existing...
  8. Pavan Yadav

    Unknown Value in Character Field

    Hi All, I have a small query regarding Unknown Value display in Character field. For ex: There is a field Phone format Char x(15). As per my understanding the default value in character filed in NULL i.e Blank. But, when i queries the field Phone it equals to ? rather then "?". And even if...
  9. Pavan Yadav

    Error while connecting Progress DB through JDBC Driver

    Hi All, I am trying to connect Progress DB through JDBC connection, but for some ids it allows me to make connection and for some it doesn't. Is there any Table or setup done in which permissions are defined in Progress DB at system level? Thanks & Regards, Pavan
  10. Pavan Yadav

    Understanding the progress License

    Hi All, My company is under a process to renew our progress license but we are not very much clear about how the license authorize us to use the application, access Database. What are the scenarios that judge the license count. Can someone help me out in explaining this scenario as: Suppose I...
  11. Pavan Yadav

    Deleting records from table

    Hi All, I am trying to delete around million records from a table in single shot, but the size of BI and AI is getting increased. I used RELEASE statement and now BI size is not increasing, but AI still getting increased. Any way so that while deleting records disk space is not utilized or can...
  12. Pavan Yadav

    Field storage data limit for indexed field in Progress 9.1D

    Hi All, I am not very much sure about the limit a character type field in Progress can store in. But, I read somewhere that there is limit for storage in indexed field i.e. 188 chars. But, my concern is that this 188 is length or some sort of storage area. Because with normal english character...
  13. Pavan Yadav

    How to run a progress session without DB

    Hi All, How to run a progress session without DB in batch mode. I want to execute a set of code which is not using any sort of Database. For example:: I just want to execute a .p containing a message "Hello" only. Please do needful and clarify this progress concept.
  14. Pavan Yadav

    .db content

    Hi All, Wishing you all a very HAppy New Year... Someone please clarify my doubt as: Whenever we store some data into database then that data will be stored in data files. Ex. d1, d2 etc. And that data file's size will not be reduced even if we delete some data from DB. But, what does .db...
  15. Pavan Yadav

    BROKER 0: No servers are available. Try again later. (1154)

    Hi, We have following logs generated in my database : BROKER 0: No servers are available. Try again later. (1154) When i try to connect user from the same the same machine it is saying to increase -n.n dispalying following message: The server or the system has no more resources. Try...
  16. Pavan Yadav

    Progress 4 GL tool kit

    Hi, Does anyone have any idea about the following Progress components, why and where we are using these components, Can we live without 4 GL Development ? 1. Enterprise DB. 2. Oracle Data server. 3. 4GL Development. 4. Client networking. we are currently using all above components in version...
  17. Pavan Yadav

    Progress 9.1D - SOLARIS 5.10

    Hi All, We are currently working on Progress 9.1D with SOLARIS 5.9. We are planning to upgrade SOLARIS from 5.9 to 5.10. So please let me know that Progress 9.1D supports on SOLARIS 5.10 or not? Thanks, Pavan Yadav
  18. Pavan Yadav

    Different display Format

    Hi, Can anyone let me know in detail about the display format tricks as: define variable i as INTEGER INITIAL 9-. DEFINE VARIABLE j AS INTEGER INITIAL 8-. Display i format '-zzzzzzz9.99'. Display j format '-99999.99'. I dn't have the explanation for this i.e why it's behaving like...
  19. Pavan Yadav

    Interrupt DB Connection

    Hi All, I just struck up with a functionality, if it's available in progress or not. Or if yes then how it can be possible to cope up with this. Problem is : I am connecting to a DB while working with some program as Do: ..... CONNECT Db-name with all parameters as required. .... End...
  20. Pavan Yadav

    Progress 8.3d Unix installation

    Hi, Please someone guide me unix versions (Sun Solaris) supported by Progress 8.3d. e.g do Sun Solaris 5.10 is supported by Progress 8.3d. Thanks ! Pavan
Top