Search results

  1. M

    Error HY000:[DataDirect][OpenEdge JDBC Driver][OpenEdge] Invalid date string (7497)

    Hi All, Requesting your help here. We have a tool, where we use Progress SQL to make reports. I am getting an invalid date string error, when I try to execute below-shown query. The surprising element is that the moment I add another clause in the outer WHERE condition i.e. "*wh_num = 50" - I...
  2. M

    Question Pushing CSV File from Progress Code to Amazon S3 Bucket

    Hi All, Requesting inputs/starting instructions on pushing file, generated through progress code, to S3 Bucket. We are simply exporting a CSV and sending it to our email address at present. Instead of this, we want to push the file to S3 bucket and from there push it to another shared folder on...
  3. M

    Error ** More than 1024 items in a single statement. Use the -tok parameter. (136)

    Hi All, Can you please advise how to execute the attached query ? It is getting executed dynamically in the code and I was getting No data found in the end. When I execute this query in editor, I get this error ** More than 1024 items in a single statement. Use the -tok parameter. (136)
  4. M

    Question UPDATE statement not working

    Hi All, Seeking some conceptual advice here. Somehow UPDATE statement is not showing up when I run the attached query. Initially, I was using ASSIGN statement and it was working fine. But as I wanted to see the data on screen and then update it, I used UPDATE statement (Line#115) instead but...
  5. M

    Error ** PROMPT variable email should be used with INPUT prefix or ASSIGNed. (402)

    Below query works fine with PROMPT-FOR DISPLAY "Input" WITH FRAME a. PROMPT-FOR ITEM.co_num ITEM.wh_num WITH FRAME a. for first ITEM WHERE using co_num and wh_num: disp abs_num. I have to take email address also from the user through screen and that email I will use to send an email with...
  6. M

    Question What does business-object mean ?

    Hi All, How to find where exactly this OE-Header-Create code block is ? When I display business-object("OE Entry Trans Hdr") - It just gives a number 1006. FUNCTION business-object returns handle ( input cFunction AS CHARACTER) : FIND FIRST Object-pool WHERE...
  7. M

    How to Connect to database in a .P

    https://www.progresstalk.com/threads/error-8030.200844/#post-476235
  8. M

    Question Infor Cloud Suite Training Material

    Hello to all, Can you please share some inputs on where to find Infor Cloud Suite Distribution Training Material, like for below topics ? ION API's homepages IONalerts printer set ups on cloud IONdesk for EDI integrations DataLake
  9. M

    Error Error 8030

    Hello to All members, Can you please advise on how to resolve below error ? This file tt_ord.i exists in two places in my E drive and and I have already verified that number of fields is same in both the files. But still I am getting this error. May be this is related to above error. For...
  10. M

    Unable to find and edit the source code of GUI application

    Hi All, I have worked for couple of years in Progress 4 GL Support project and I am now moved to development. I have been assigned with an assignment, about adding one more option in the selection list and getting the respective result set on GUI application. As I have to learn, work, and...
Top