Search results

  1. S

    Answered How to offload document generation to pasoe

    Hi, I'm currently trying to offload the generation of word documents to my pasoe instance. my start.p runs a asynchronous procedure on the appserver and sends the response to another p file where the document should be opened again. I've added the AppServer to my developer studio in order to...
  2. S

    Question Error Handling with Exceptions

    Hi, I want to throw Exceptions in my Code and what those to be catched by the start procedure. The Problem I'm experiencing is the following. My start_procedure.p is instantiating a System.Windows.Forms.Form and executing wait-for. WAIT-FOR System.Windows.Forms.Application:Run(myObj). In this...
  3. S

    Answered Start PASOE detached

    Hi, for an update tool I want to build I need to stop and start the pasoe instance to sync db schemes. I used pasman to start and stop the instance. The only problem I have is that when I use the line below, it always creates a shell window, which I don't want. pasman <start/pasoestart> -I...
  4. S

    Question Automatically load _user records into database

    Hi, from time to time I need to create a new database and add users to it. Is there a way to just accomplish this with proEnv only? I already no that I can use prodb to create a database but for adding users I need the Database Administration tool which is not convenient.
  5. S

    Server to Client

    Hello, my customers can create tasks and for example, if they forward it to someone else the other person need to get notified about it. There are many tasks per user and I don't want to use a timer per client and ask the AppServer if there's any new data. To reduce the load for the clients I...
  6. S

    Answered Config files for scheduled task

    Hi, I have a procedure which is deployed as an .r-file to my customers and I set it as an scheduled task to run every few minutes. The problem is I have parameters I need to set for every customer, like IMPORTANT_PATH and ALLOWED_AMOUNT. In other languages I would out those variables in a .ini...
  7. S

    Setup Pasoe

    Hello, I was trying to setup a pasoe instance with proenv only because it's more convenient. I was able to create it and it can start. However I need to specify Startup Parameters and Environment Settings like Agent startup parameter, Propath and Connect procedure. I dug deep and read all docs...
Top