Search results

  1. jmac13

    Error SYSTEM ERROR: stkpush: stack overflow. Increase the -s parameter. (279)

    Hi All, This error is on a system that has 10.1c on it. I've tried to look on the knowledge base but couldnt find anything to what this error means. I've always thought it was to do with process taking up to much meory then dying. e.g. spawning off to many persistent procedures. Is this...
  2. jmac13

    Question End Error F4

    Hi All, I'm using 10.2b/10.1c We've got a program that on site bombs out the system sometimes. This seems to happen when the users presses F4 but this doesn't happen all the time. Its like it firing end error in the calling program (which is our main menu/Main block wait statement) and then...
  3. jmac13

    Question Silent uninstall of Progress

    Hi All, I'm using 10.1c and 10.2b for this. I want to do a silent uninstall for progress so looked at the knowledge base and found what I was looking for http://knowledgebase.progress.com/articles/Article/P40338. But this doesn't send a wait message. so say you try doing this from cmd with a...
  4. jmac13

    Question ToolBox.xml cannot not be found

    Hi All, I'm using 10.2b Architect and I for some reasons I'm now not getting anything showing in the Toolbox when I go to Visual designer. I've tried restoring to default but it says toolbox.cml cannot not be found. I can see in the root for my project. But if I get a copy of toolbar.xml off...
  5. jmac13

    Question Database install

    Hi All, I'm using 10.2b and for some sites 10.1c :(. We use openedge explorer to setup our db's to fire etc. Now at the moment every time I want to set it up I have to go in and put the settings in for our 7 dbs. Is there way to just copy the settings for another setup? So I Don't have to do...
  6. jmac13

    Question communication between sessions

    Hi All, I'm using 10.2b but I've got client thats also on 10.1c :(. I've got a program that automates our db upgrade procedure . Its a got a browse in with some records to show where its up to. The problem I have is a lot of these tasks fire an os command to say backup the db or run another...
  7. jmac13

    Question Server or system has no more resources

    Hi All, Our Client is using 10.1c and recently they had issue with not being able to get on the system. They reported a message of Server out of Rescources message. When I've looked in the DB log at the time they reported it I've got the below from one of the 5 databases we connect to. The...
  8. jmac13

    Question Program crashing out

    Hi All, I've got a customer on 10.1c and for some reason their progress just crashes out with no error just no more session. My question is what are the debug steps I can take? I've done the below so far any more suggestions would be welcome. I've created a log for the client with the...
  9. jmac13

    Question OCX/Dll

    Hi All (I'm using 10.2b), Currently our system works like this: We will install a progress client on a customers machine and they look at a shared drive that’s on a server with all our .r’s on. so they can run the system. In some of our programs we have a third party control VPE(Virtual Print...
  10. jmac13

    Question Watch Dog

    Hi All, (I'm using 10.2b) I asked a question about Watch dog a while ago. If we should use it or not.. and the answer was yes. But my boss wanted proof its working for some reason.. the manual wasn't enough. Tom said this But I got taken off this and on to something else. Now I'm trying do...
  11. jmac13

    Question Adding XML Summary to Architect

    Hi All, Does anyone know if this has been added in 11.3? http://knowledgebase.progress.com/articles/Article/P185990 Thanks
  12. jmac13

    Question Euro symbol

    Hi All I'm using open edge 10.2b, We have an issue with the euro symbol not displaying correclty I found that its do with the code page we've got setup on the start.pf. according to this: http://knowledgebase.progress.com/articles/Article/P77617?q=Euro+symbol&l=en_US&fs=Search&pn=1 We have...
  13. jmac13

    Question Check a database is running

    Hi All, I'm using open edge 10.2b. To find out if a database is running we use the following method. we run a bat file that runs proutil (see below) for a DB and puts the output to text file that we read to see if theres a zero etc in there. Is there a better way of doing this? always seems...
  14. jmac13

    Question Updating DB Via Architect

    Hi All, (I'm using open edge 10.2b) For the first time we have used Architect to update our database schema using the DB navigator. Which seems to work nicely. Expect I've noticed that when we've created a new character field on a table that when I do incrementally df it adds in DECIMALS 0...
  15. jmac13

    Question Prodataset Top level and child query

    Hi All, I'm using 10.2b. I'm taking my first steps into prodata sets. after looking at the online course I came up with the following code using the tables we've got in our database. On the course it shows how to query top level query and a child query. This is done by doing two queries...
  16. jmac13

    Question RAW-TRANSFER Database Update

    Hi All, (I'm using openedge 10.2b) We've got a Table that has a field that is datatype raw and has table info in it. We store our info in this and then RAW-TRANSFER into a temp-table and then buffer copy it into the database table. We had an issue that when I did a database update that I got...
  17. jmac13

    Question Scoped-define Query

    Hi All, (I'm using open edge 10.2b) I've got a static browse created in appbuilder which creates lots of scope-defined query info. my question is if I have the handle to the browse how do I get to the Query-string? I know the browse has a query object I can get to but the PREPARE-STRING is...
  18. jmac13

    Question Progress to SQL

    Hi All, I'm using 10.2b and we've got a project coming up where we will be connecting to a SQL db and updating a table/tables and maybe getting data back. When we have done this in the past we have used the com-handles adodb.connection,adodb.Command & adodb.Recordset. Using a ODBC connection...
  19. jmac13

    Question procedure libraries

    Hi All, (I'm using open edge 10.2b) I've been looking at procedure libraries as a possible method for us to deploy code (or a release) to site. Currently we will make changes to our code then zip up the source code and unzip it on site and compile it in a deployment folder. Then copy across...
  20. jmac13

    Question prodict/load_df.p

    Hi All, I'm using 10.2b, I'm in the process of automating our database upgrade procedure and I’m using prodict/load_df.p to load in some dfs. Is there a way to throw up any errors that I get when loading a df in? e.g. I’ve got a dummy df where I’m creating a field for a table that doesn’t...
Top