Subscribe for automatic updates: RSS icon RSS

Login icon Sign in for full access | Help icon Help
Advanced search

Pages: [1]
  Reply  |  Print  
Author Topic: BDL Error Code -1329  (Read 8169 times)
Wee Ting C.
Posts: 21


« on: February 21, 2018, 03:25:05 am »

Hi,

I encountered error code -1329, A database index could not be created for a temporary database table needed for a report.

May I know how to solve this issue as I need the "ORDER BY" in the report. My Genero is in AIX, and the database is Informix Dynamic Server.

Thank you.

Regards,
Cheong Wee Ting
Rene S.
Four Js
Posts: 111


« Reply #1 on: February 21, 2018, 08:23:02 am »

Hello,

how to solve this issue? By installing updates or using recent versions of fgl. ;-)

The bug  "FGL-2842: I4GL compatibility: ORDER BY in two-pass report doesn't work when too many variables are used" has been fixed on Tue Oct 18 15:31:19 2011 in version 2.33.00.

The runtime is no more creating an index for a temporary database table needed for a report.

Rene
Wee Ting C.
Posts: 21


« Reply #2 on: February 21, 2018, 09:59:42 am »

Thanks Rene. I will inform my vendor and administrator.

Regards,
Cheong WT
Wee Ting C.
Posts: 21


« Reply #3 on: February 22, 2018, 04:31:45 am »

Rene or Anyone,

While waiting for the Genero to be upgraded into higher version, and we are still using Genero v2.02, is there any other solutions to overcome the -1329 error code?

Thank you.

Regards,
Cheong WT
Reuben B.
Four Js
Posts: 1046


« Reply #4 on: February 22, 2018, 05:06:08 am »

First of all, you say Genero 2.02.  That was released in 2006.  To give you some idea of how old that is, Windows XP was the latest release of Windows, and iPhone had not been invented yet.  It is unlikely that any of the servers that Genero 2.02 was supported on are still supported by their manufacturers.  You say AIX, latest AIX that Genero 2.02 was supported on was AIX 6.1 and I think that End of Support date was 30th April 2017. 

I would strongly recommend you (or anyone else reading this in a similar position) consider upgrading to latest 3.10 version.

(a reminder that supported systems documentation can be found with the Documentation download for recent releases, and for older releases in the Archived Releases area on the Product or Documentation downloads page of our website).

With regards your question, do you need to being using ORDER BY?  A common error developers make is to use the same ORDER BY clause in their SQL statement that gets the data for the report, and in the definition of the REPORT.  End result, is you end up sorting the data twice into the same order.  To avoid this unnecessary processing, in your REPORT you can use the ORDER EXTERNAL BY clause ...

http://4js.com/online_documentation/fjs-fgl-manual-html/#fgl-topics/c_fgl_reports_Two_Pass_Reports.html
http://4js.com/online_documentation/fjs-fgl-manual-html/#fgl-topics/c_fgl_reports_The_ORDER_BY_Section.html

... and thus a temporary database table does not need to be created.

You can also check some of the other possible causes listed alongside the 1329 error in the documentation http://4js.com/online_documentation/fjs-fgl-manual-html/#fgl-topics/r_fgl_errors_001.html (index name already used, no diskspace, open file limit)

Finally why did the error start occurring now.  Are you writing a new report, or modifying an existing report?  Did you perhaps go from 8 to 9 values in the ORDER CLAUSE.

Reuben







Product Consultant (Asia Pacific)
Developer Relations Manager (Worldwide)
Author of https://4js.com/ask-reuben
Contributor to https://github.com/FourjsGenero
Wee Ting C.
Posts: 21


« Reply #5 on: February 22, 2018, 09:39:56 am »

Reuben,

We are aware of the Genero updating. But we have too many clients across the Campus and country. Since then, we still using v2.02.

Yes, it is a new report, which is for process verification. I will see what can I do to overcome this issue.

Thank you.

Regards,
Cheong WT
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines