Will these help?
Bilgihan
--
bilgihan
------------------------------------------------------------------------
bilgihan's Profile: http://community.ingres.com/forum/member.php?userid=8658
View this thread: http://community.ingres.com/forum/showthread.php?t=10763
BB
> _______________________________________________
> Info-Ingres mailing list
> Info-...@kettleriverconsulting.com
> http://www.kettleriverconsulting.com/mailman/listinfo/info-ingres
Problem seems to arise from that the compiled form seems to pass 99999 in
Objectnumbering (first jumped from 99999 to 237xxxx, newer patch-fixes with more normal incrementation), but still an issue for imageapp.
No help with delobj and -r flag as it's the incremental numbering for new forms that's making the issue, as incremental happens when importing several apps. Except maybe by deleting all apps and forms in the database...
Example program supplied to Ingres Support with 2 applications with 2 Frames in each (no specific code other than initilize and one command with return.
One of the Frames is the shared between the 2 applications and keeps its numbering while the other jump in sequence for each additional load.
After 3599 "loads" it passes 99999 in numbering and no longer compiles.
Which of course happens a lot faster when having several apps with lot of frames.
Kind regards
Henrik Georg S�rensen, Organisator, Denmark
-----Oprindelig meddelelse-----
Fra: info-ingr...@kettleriverconsulting.com [mailto:info-ingr...@kettleriverconsulting.com] P� vegne af Bob Borbiro
Sendt: 10. juni 2009 01:53
Til: Ingres and related product discussion forum
Emne: Re: [Info-Ingres] copyapp problem in ingres 9.2.0 for linux
Thanks for your reply and suggestions, but I did try those, without success
BB
----- Original Message -----
From: "Ingres Forums" <info-...@kettleriverconsulting.com>
Newsgroups: comp.databases.ingres
To: <info-...@kettleriverconsulting.com>
Sent: Tuesday, June 09, 2009 5:56 PM
Subject: Re: [Info-Ingres] copyapp problem in ingres 9.2.0 for linux
>
I can confirm that it's something to do with the number of loads.
We have many apps (20+), and about 1000 frames.
Here's what I did:
created a new database.
ran "copyapp in" for all the apps
compiled an app.
I repeated the copyapp & compile several times.
After the 4th "copyapp in", the compile failed.
Do you have any information on a fix for the issue you raised?
Bob Borbiro.
BB
>
My Easy Shell-job for replicating the problem is - run this until application no longer builds:
Application 1 has 2 frames Frame1 and FrameBoth
Application 2 has 2 frames Frame2 and FrameBoth
For support issue the apps is supplied as well.
The build-proces ends in our case at number 003599 :-) when the Forms Object.id passes 100.000.
#!/bin/ksh
database=vifcopy
destroydb $database
relocatedb -new_database=$database viforg rm -f vifbug.log 2> /dev/null
for a in `echo 0 1 2 3 4 5 6 7 8 9`; do
for b in `echo 0 1 2 3 4 5 6 7 8 9`; do
for c in `echo 0 1 2 3 4 5 6 7 8 9`; do
for d in `echo 0 1 2 3 4 5 6 7 8 9`; do
for e in `echo 0 1 2 3 4 5 6 7 8 9`; do
for f in `echo 0 1 2 3 4 5 6 7 8 9`; do
echo $a$b$c$d$e$f': '`date +"%d.%m.%Y %H:%M:%S"` | tee -a vifbug.log
rm -f vifapp1.exe vifapp2.exe 2> /dev/null
delobj $database -application vifapp1| tee -a vifbug.log
copyapp in -r $database vifapp1.applic| tee -a vifbug.log
delobj $database -application vifapp2| tee -a vifbug.log
copyapp in -r $database vifapp2.applic| tee -a vifbug.log
echo 'y' | copyform -i $database formapp1| tee -a vifbug.log
echo 'y' | copyform -i $database formapp2| tee -a vifbug.log
echo 'y' | copyform -i $database formappboth| tee -a vifbug.log
mkdir -p $ING_ABFDIR/$database/vifapp1
imageapp $database vifapp1 | tee vifapp1.lis| tee -a vifbug.log
mkdir -p $ING_ABFDIR/$database/vifapp2
imageapp $database vifapp2 | tee vifapp2.lis| tee -a vifbug.log
if ! [ -r vifapp1.exe ]; then
echo 'EXE: vifapp1.exe missing'
exit 1;
elif ! [ -r vifapp2.exe ]; then
echo 'EXE: vifapp2.exe missing'
exit 1;
fi
done
done
done
done
done
done
Kind regards
Henrik Georg S�rensen
-----Oprindelig meddelelse-----
Fra: info-ingr...@kettleriverconsulting.com [mailto:info-ingr...@kettleriverconsulting.com] P� vegne af Bob Borbiro
Sendt: 26. juni 2009 03:59
created a new database.
Bob Borbiro.
BB
>
created a new database.
Bob Borbiro.
BB
>
I see that it is mentioned as a bug fix in p13411.
Hopefully the problem is resolved. I have not installed it yet.
Bob Borbiro.
created a new database.
Bob Borbiro.
BB
>
Kind regards
Henrik Georg S�ソスrensen, Organisator, Denmark
-----Oprindelig meddelelse-----
Fra: info-ingr...@kettleriverconsulting.com [mailto:info-ingr...@kettleriverconsulting.com] P�ソス vegne af Bob Borbiro
Sendt: 14. juli 2009 13:48
Til: Ingres and related product discussion forum
Emne: Re: [Info-Ingres] copyapp problem in ingres 9.2.0 for linux
Thanks again, Henrik.
I see that it is mentioned as a bug fix in p13411.
Hopefully the problem is resolved. I have not installed it yet.
Bob Borbiro.
----- Original Message -----
From: "S�ソスrensen.Henrik Georg HGS" <H...@organisator.dk>
To: "Ingres and related product discussion forum"
<info-...@kettleriverconsulting.com>
Sent: Tuesday, July 14, 2009 1:48 AM
Subject: Re: [Info-Ingres] copyapp problem in ingres 9.2.0 for linux
Finally it's now having an official bugnumber 122276, now awaiting a
solution to be produced to be implemented in a patch.
Kind regards
Henrik Georg S�ソスrensen, Organisator, Denmark
-----Oprindelig meddelelse-----
Fra: info-ingr...@kettleriverconsulting.com
[mailto:info-ingr...@kettleriverconsulting.com] P�ソス vegne af Bob
created a new database.
Bob Borbiro.
Kind regards
Henrik Georg S�ソスrensen, Organisator, Denmark
-----Oprindelig meddelelse-----
Fra: info-ingr...@kettleriverconsulting.com
[mailto:info-ingr...@kettleriverconsulting.com] P�ソス vegne af Bob
Borbiro
Sendt: 10. juni 2009 01:53
Til: Ingres and related product discussion forum
Emne: Re: [Info-Ingres] copyapp problem in ingres 9.2.0 for linux
Thanks for your reply and suggestions, but I did try those, without success
BB
----- Original Message -----
From: "Ingres Forums" <info-...@kettleriverconsulting.com>
Newsgroups: comp.databases.ingres
To: <info-...@kettleriverconsulting.com>
Sent: Tuesday, June 09, 2009 5:56 PM
Subject: Re: [Info-Ingres] copyapp problem in ingres 9.2.0 for linux
>
--
denjo02
------------------------------------------------------------------------
denjo02's Profile: http://community.ingres.com/forum/member.php?userid=702
Bob Borbiro.
----- Original Message -----
From: "S�rensen.Henrik Georg HGS" <H...@organisator.dk>
To: "Ingres and related product discussion forum"
<info-...@kettleriverconsulting.com>
Sent: Wednesday, July 15, 2009 5:19 PM
Subject: Re: [Info-Ingres] copyapp problem in ingres 9.2.0 for linux
Don't believe it's solved already in a patch out as latest "bugfix" is
created in Ingres internal codefix last night (14. july) to be passed
through for Future patches if no additional issues found.
Kind regards
Henrik Georg S�rensen, Organisator, Denmark
-----Oprindelig meddelelse-----
Fra: info-ingr...@kettleriverconsulting.com
[mailto:info-ingr...@kettleriverconsulting.com] Pďż˝ vegne af Bob
Borbiro
Sendt: 14. juli 2009 13:48
Til: Ingres and related product discussion forum
Emne: Re: [Info-Ingres] copyapp problem in ingres 9.2.0 for linux
Thanks again, Henrik.
I see that it is mentioned as a bug fix in p13411.
Hopefully the problem is resolved. I have not installed it yet.
Bob Borbiro.
----- Original Message -----
From: "S�rensen.Henrik Georg HGS" <H...@organisator.dk>
To: "Ingres and related product discussion forum"
<info-...@kettleriverconsulting.com>
Sent: Tuesday, July 14, 2009 1:48 AM
Subject: Re: [Info-Ingres] copyapp problem in ingres 9.2.0 for linux
Finally it's now having an official bugnumber 122276, now awaiting a
solution to be produced to be implemented in a patch.
Kind regards
Henrik Georg S�rensen, Organisator, Denmark
-----Oprindelig meddelelse-----
Fra: info-ingr...@kettleriverconsulting.com
[mailto:info-ingr...@kettleriverconsulting.com] Pďż˝ vegne af Bob
created a new database.
Bob Borbiro.
Kind regards
Henrik Georg S�rensen, Organisator, Denmark
-----Oprindelig meddelelse-----
Fra: info-ingr...@kettleriverconsulting.com
[mailto:info-ingr...@kettleriverconsulting.com] Pďż˝ vegne af Bob
Borbiro
Sendt: 10. juni 2009 01:53
Til: Ingres and related product discussion forum
Emne: Re: [Info-Ingres] copyapp problem in ingres 9.2.0 for linux
Thanks for your reply and suggestions, but I did try those, without success
BB
----- Original Message -----
From: "Ingres Forums" <info-...@kettleriverconsulting.com>
Newsgroups: comp.databases.ingres
To: <info-...@kettleriverconsulting.com>
Sent: Tuesday, June 09, 2009 5:56 PM
Subject: Re: [Info-Ingres] copyapp problem in ingres 9.2.0 for linux
>