Search results

  1. P

    Applying AI files

    In the roll forward script we are using there's a final -i (skip integrity or something) option to the _rfutil roll forward command. While applying the AI files the following messages are displayed: ** This session is being run with the no-integrity (-i) option. (512) Rolling forward with the...
  2. P

    Online backup and PROQUIET

    Hello, In the online backup script we are using the probkup command is not preceded by a PROQUIET. I remember reading somewhere that it was required to keep the database consistent. (Can't find that part again, that's why I'm asking). The backup seems to be working without it though. We can...
  3. P

    retrieve table records through web service

    Ok, Found the problem. Apperantly the temp table got listed twice in the wsdl file which threw me off. (Had to learn how to interpret the wsdl file a little better).
  4. P

    retrieve table records through web service

    I'm still struggling with my web service implementation. I basically want to return the result from a Progress query from my web service. And I'm trying to come up with the best way to do this. I have seen people mention using longchar, mempointer and what not. Basically create the Xml...
  5. P

    SOAPY FAULT revisited

    Very true, Maybe if it had said Application Server instead of Application Service it would have clicked for me. But just maybe ;-)
  6. P

    SOAPY FAULT revisited

    THANKS !!! I owe you at least one! (It was right there in the instructions. RTFM on me)
  7. P

    SOAPY FAULT revisited

    Thanks for responding rstanciu, I added the error checking function you provided with the results below. Web service operation TestCust generated a SOAP Fault. SOAP faultstring is: An error was detected while executing the Web Service request. (10893) (11506) Fault Code: Receiver Fault...
  8. P

    SOAPY FAULT revisited

    Hello, I'm trying to call a web service (my own) but I'm getting the SOAP fault: Web service operation TestCust generated a SOAP Fault. SOAP faultstring is: An error was detected while executing the Web Service request. (10893) (11506). There was a previous post about the same error. But...
  9. P

    Appserver not starting

    Thanks! It was a apparently some sort of port conflict. I changed to another port range and it worked.
  10. P

    Appserver not starting

    Thanks for responding, I have been searching for those error message, just not in the Progress KB yet ;-). Our Java version: java version "1.4.2" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2) Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20080515 (SR11) (JIT...
  11. P

    Appserver not starting

    Hello, I'm trying to create & start a new appserver using Progress 10.1B on aix 5.3: But I keep getting this message: IOException reading message from server : java.io.EOFException: pipe to server broken (8117). Which doesn't help me much. Can anyone cast some more light on the...
  12. P

    Void multi volume databse after restore & truncate bi

    You were right. No data was restored. I'm a moron. My script deletes the old db, creates a new one and then truncates the bi without actually restoring any data. I ran it several times, looked at the logs and scratched my head.
  13. P

    Void multi volume databse after restore & truncate bi

    Restoring from an online backup works ok w no error messages. But whne I try to truncate the bi file i get the following message: DATABASE is a void multi-volume database. (613) Anyone any ideas? (I havent tried starting the database yet.) [10.1B03 on AIX 5.3]
  14. P

    Disk array segment size

    Great, Thanks for the clarification!
  15. P

    Disk array segment size

    Progress 10.1B03, AIX 5.3 I've seen a couple of postings on various sites mentioning making disk array segment size "closer" to database block size would increase db throughput. Db blocksize is 8K and the array segment size is 128K. After reading the best practices for our array, DS4300, it...
  16. P

    Last open date mismatch - Catch 22

    Great info! Thanks for your input!
  17. P

    Last open date mismatch - Catch 22

    This would be the first time the backup is tested since we started using replication. The replication takes place over a WAN and the box where the database is restored is closer to the tape station than to the replica. So is it the fact that the database is replicated that makes the OS...
  18. P

    Last open date mismatch - Catch 22

    It's shut down using the command _mprshut /home/progress/APP/appdb -by Is it possible that the shut down process does not finish untill the OS backup starts?
  19. P

    Last open date mismatch - Catch 22

    Just tried another backup same error but another db file.
  20. P

    Last open date mismatch - Catch 22

    Yes, it's replication enabled.
Back
Top