Search results

  1. 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
  2. Pavan Yadav

    Understanding the progress License

    @Rzr: Because of the costing and Progress guys told us that some of our programs might not work when we move from V9 to 10.2B and our company don't want to spend much and take a risk, because our application is moving out of progress in next 3-4 years. & we are upgrading it just because of our...
  3. Pavan Yadav

    Understanding the progress License

    :) Dude, we are using V9.1D and now moving onto V9.1E so we are considering who to optimize the licensing cost.
  4. 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...
  5. Pavan Yadav

    Deleting records from table

    Thanks a lot everybody for helping me out...specially Tom & HeavyDude...!!!
  6. Pavan Yadav

    Deleting records from table

    Thanks a lot to all. RELEASE statement I just used to decrease the size of the BI file or not to allow to grow BI file. Data Integrity and Consistency is not important here in my case as it's only one time activity. Again my problem is as I try to delete the records, it writes into AI file...
  7. Pavan Yadav

    Deleting records from table

    Currently I am using below Code - FOR EACH table: DELETE table. RELEASE TABLE. END. Please reply how below piece of code is different then above one in terms of TRANSACTION scope - FOR EACH table TRANSACTION: DELETE table. RELEASE TABLE. END.
  8. Pavan Yadav

    Deleting records from table

    Well Transaction scope is not an issue for me....but will it really help? Because deleting Million records, and writing code into pieces. Anyways size of AI file will get increased whether I break it into chunks or not? Thanks a lot rzr for replying.
  9. 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...
  10. Pavan Yadav

    Field storage data limit for indexed field in Progress 9.1D

    Thanks Maxim... Thanks Dude.. Well, is there any way to check the bytes in particular field. Till now I was using the function Length and comparing it as 188 char. But is there any way I can validate the same Progress limitation if I am storing non ASCII values in char field. Because in that...
  11. Pavan Yadav

    Field storage data limit for indexed field in Progress 9.1D

    Thanks a lot dude... That might be the reason only ...!! & well, we are planning to move away from 9.1D for long time, & finally started moving the application to Oracle instead of higher version :) Because as per PSC, our some of the programs might not work if we upgrades our Progress version.
  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

    Thanks a lot mrobles.. it's working fine... Might be i missed something earlier too...
  14. 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.
  15. 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...
  16. Pavan Yadav

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

    thanks for your reply !!! WE are using following values for -n, Ma -Mn . It seems to be good . BROKER 0: Maximum Number of Servers (-Mn): 8. (4258) BROKER 0: Maximum Number of Clients Per Server (-Ma): 170. (4257) BROKER 0: Minimum Clients Per Server (-Mi): 125. (4259) BROKER 0...
  17. 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...
  18. Pavan Yadav

    Progress 9.1D - SOLARIS 5.10

    But, Currently we are running Progress 9.1D on SOLARIS 9.
  19. Pavan Yadav

    Progress 4 GL tool kit

    Hi , Thanks for Reply. We use progress dataservers and also some development work too. I have tried installing 9.1E just now without progress 4GL development. there are problems with data dictionary which is opening only in read only mode ... so i got answer of my question that we have to go...
  20. 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...
Back
Top