Thread: Error Message: Object variable or With block variable not set
-- System Information -- Platform: Windows XP Version: 5.1 Build: 2600 Service Pack 1 -- Application Information -- Name: pgAdmin II Version: 1.6.0 Descripton: Name: pgSchema Version: 1.6.0 Descripton: PostgreSQL Schema Objects v1.6.0 -- Database Information -- Version: 0.0.0 Descripton: -- Driver Information -- Name: Version: 0.0.0 Descripton: -- Error Information -- Description: Object variable or With block variable not set Number: 91 Routine: pgAdmin II:frmUpgradeWizard.UpgradeCheck ************************************************************ Insert your comment: Error occurred whenrunning Upgrade CheckWizard upon PgAdmin startup
Hi Gerard, This error should be fixed now - there was a typo in the data file on the pgAdmin webserver. Regards, Dave > -----Original Message----- > From: Gerard Talbert [mailto:gerrytalbert@hotpop.com] > Sent: 30 September 2003 20:51 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Error Message: Object variable or > With block variable not set > > > > -- System Information -- > > Platform: Windows XP > Version: 5.1 > Build: 2600 Service Pack 1 > > -- Application Information -- > > Name: pgAdmin II > Version: 1.6.0 > Descripton: > > Name: pgSchema > Version: 1.6.0 > Descripton: PostgreSQL Schema Objects v1.6.0 > > -- Database Information -- > > Version: 0.0.0 > Descripton: > > -- Driver Information -- > > Name: > Version: 0.0.0 > Descripton: > > -- Error Information -- > > Description: Object variable or With block variable not set > Number: 91 > Routine: pgAdmin II:frmUpgradeWizard.UpgradeCheck > > ************************************************************ > > Insert your comment: > Error occurred whenrunning Upgrade CheckWizard upon PgAdmin startup >
Hi Angel, This error should be fixed now - there was a typo in the data file on the pgAdmin webserver. Regards, Dave > -----Original Message----- > From: Angel Vicente Perez [mailto:angel.vicente@knipping.es] > Sent: 30 September 2003 11:19 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Error Message: Object variable or > With block variable not set > > > -- System Information -- > > Platform: Windows 2000 > Version: 5.0 > Build: 2195 Service Pack 4 > > -- Application Information -- > > Name: pgAdmin II > Version: 1.6.0 > Descripton: > > Name: pgSchema > Version: 1.6.0 > Descripton: PostgreSQL Schema Objects v1.6.0 > > -- Database Information -- > > Version: 7.3.4 > Descripton: PostgreSQL 7.3.4 on i386-pc-linux-gnu, compiled by GCC > i386-linux-gcc (GCC) 3.3.2 20030831 (Debian prerelease) > > -- Driver Information -- > > Name: PostgreSQL > Version: 7.3.100 > Descripton: PostgreSQL 7.3.4 on i386-pc-linux-gnu, compiled by GCC > i386-linux-gcc (GCC) 3.3.2 20030831 (Debian prerelease) > > -- Error Information -- > > Description: Object variable or With block variable not set > Number: 91 > Routine: pgAdmin II:frmUpgradeWizard.UpgradeCheck > > ************************************************************ > > Insert your comment: >
Hi All, Dave - as I've posted once before in reference to pgAdminII - GREAT JOB. The pgAdmin team always creates a great tool. I have found a bug however in the 1.0 release of pgAdminIII. If you create a trigger linked to a stored procedure (normal means of creating a trigger), the trigger path does not reference the schema correctly so PG looks for the procedure in the public schema. Will eventually get around to submitting a few patches myself but I've been a bit lazy at getting wxWindows installed ;) Rgds, Jason