Search results

  1. Pioux

    Error Creating branch to Enterprise GitHub using ABL

    I am using OE 11.7 with service pack 3. If I do it with Postman, it works without any problem and my branch is successfully created. (I have done a copy/paste of the Json content)
  2. Pioux

    Error Creating branch to Enterprise GitHub using ABL

    Hi, I'm currently trying to connect to our enterprise GitHub in order to create branches and do some branch merges on an automated way. Until now, I have succeeded to get lots of things from GitHub (like repos, branches, etc...) using GET method. Communication is working fine and results are...
  3. Pioux

    Answered Is there a way to store a compilable encrypted .p

    I totally agree with you. This will be just a step. We are taking over some old pieces of code and we are preparing a "safe" way to store these informations, but until this we wanted to protect these programs.
  4. Pioux

    Answered Is there a way to store a compilable encrypted .p

    Thank you Tom, it's exactly what we were looking for. This kind of encryption will be sufficient for our needs.
  5. Pioux

    Answered Is there a way to store a compilable encrypted .p

    Hi everyone, Just a quick explanation about my problem. We would like to protect some of our procedure files ".p" (OpenEdge). The reason is that some of them contains hosts names or passwords, and we don't want the developers to be able to read them. The problem is that we want to keep them...
  6. Pioux

    Resolved OpenEdge 10.2 compatible with Eclipse 4.3 ?

    Thanks Zerovian for your feedback. I will wait my company to be on 11.3 at least so :(
  7. Pioux

    Resolved OpenEdge 10.2 compatible with Eclipse 4.3 ?

    Hi all, I'm trying to install the OE plugins to an Eclipse 4.3.2 version. But when launching eclipse, it doesn't allow me to open an OpenEdge perspective. I've tried to use the IntegrateArchitect.bat script but without success. Is there any other way to use OpenEdge Architect on an Eclipse 4.3 ?
  8. Pioux

    Resolved How to handle a ProBindingSource ?

    Thanks a lot Stefan ! It's works perfectly. It was very simple, I think I was searching something too complicated :)
  9. Pioux

    Resolved How to handle a ProBindingSource ?

    Hi everyone ! I'm doing my first steps with the .net features of the 10.2b version of OpenEdge. I have to convert a screen made with the AppBuilder tool, into a .net screen using Eclipse. The old screen was doing an AppServer request and get back a filled temp-table from the remote process. So...
  10. Pioux

    Resolved How to load and manage a big text file ?

    Yes it's done. I've succeded with the COPY-LOB method, and used the STARTING AT and FOR options to load le file by chunks. It takes some time to proceed but it works ! Thank you all for your support !
  11. Pioux

    Resolved How to load and manage a big text file ?

    doh! And do you know which method can I use to load it by chunks (as Marian says) and avoid to load the 3 GB in memory ?
  12. Pioux

    Resolved How to load and manage a big text file ?

    In fact I have to read each line and search for specific bytes patterns, that's what I wanted to say by "manage". And yes it would be better if I can load the file by chunks, but I don't know how to do that with the IMPORT statement, that's why I've tried the way above. I will check the...
  13. Pioux

    Resolved How to load and manage a big text file ?

    Hi everyone, I would like to load in a memptr a big text file (more than 3 GB) and then manage the content (I'm using OpenEdge v10). If I do the following, I get a runtime error because the SET-SIZE statement only work with INTEGER data-type and the value of the variable is too big to fit in...
Top