"frm-40010" on "windows 10" oracle forms 6.0 frm-40010: cannot read from app_user - windows

Please help me to run oracle app on windows 10 64bit or 32bit,
I always get this error.
oracle forms 6.0
frm-40010: cannot read from app_user
its work on win7 32bit normal, but win10 32/64 bit never run.
so what the trick to fix it?
windows 10 but nothing
I need to run it on windows 10 32 or 64 bit

Forms 6i is really ancient; the last certified and supported MS Windows operating version was XP.
If you need to run that application on Windows 10, consider installing a virtual machine that runs under Windows XP, put Forms 6i there and you should be using it with no problems.

Related

Oracle developer suit 10g setup crashes during installation

I am new to database, i want to install oracle developer 10g on Windows 10 64bit.
But the setup crashes when I run installer.
Here is a snap,
Please help
This looks like Windows 10.
Try to run setup in Windows XP SP3 compatibility mode.

Check: Oracle Data Access Components for Windows 7

i have downloaded ODAC92070.exe from the Oracle Site [x32bit]. i need to install it on Windows 7 x32 bit. on installation instruction: System Requirements
http://www.oracle.com/technetwork/database/windows/install9207-086815.html
its doesnt seems it would work on Windows 7 x32 or Windows 2008 r2 x32. Can i able to run and install Oracle Universal Installer (OUI) on windows 7 x32bit?
thanks
Oracle Universal Installer is a Java application that can handle complex requirements. ODAC release for 9.2.0.7.0 will work fine with Windows7 32 bit release. If you face any problem during installation change the compatibility setting to "WindowsXP ServicePack 2".
Hope it helps.

Running 32 bits compiled Visual Foxpro App in Win 7 64 bit machine

Good afternoon I have a inherited (from programmer abroad) Visual FoxPro 32 bits app and I have to make it run in a Windows 7 64 bits PC, once I try to run it it displays a message that says ("The version of this program is different from the version of windows you have") . I googled and installed VisualFoxPro 9 from Microsoft page and SP 2 for Visual Fox Pro, but it seems that as longs as the App was compiled in a 32 bits platform it can not run in a 64 bits Machine, any suggestions on that problem would be very appreciated. thanks in advance.
Make sure you have the correct runtimes installed. Do you know which version of VFP it was compiled in?
VFP comes in the following versions, each with their own runtimes:
FPW 2.6a
VFP 3
VFP 5
VFP 6
VFP 7
VFP 8
VFP 9
VFP 9 SP2
If you are sure that you have the correct runtime installed, are you sure it was built in Visual FoxPro and not the older FoxPro 2.X? That would be 16-bit and you would have some trouble running those versions.
dear at first make right click on the setup or install file then go to the properties then compatibility tab and chose click on change settings for all users then select in the compatibility mode in the check box run this program in compatibility mode for select windows xp (service pack 2) and good luck its a tested and successful way

Visual FoxPro driver for 64 bit Windows 7

I've installed Visual FoxPro driver from this link on my 64 Bit Windows 7 Home Premium OS and tried to register vfpoledb.dll using REGSVR32. I could able to register this dll but when run my application which accesses VFP database is throwing the following error:
System.InvalidOperationException: The 'VFPOLEDB.1' provider is not registered on the local machine.
The same application is working fine in 32 bit Windows 7 Home Premium OS without any issues. I have googled for 64 bit VFP driver and found out that there are no VFP drivers for 64 bit OS from this link. Kindly help me to resolve this issue.
I have found out that there is no 64 bit VFP Driver for 64 bit OS. All we have to do is to change the build option in project properties and set the Platform Target to X86 instead of Any CPU. Build the application for X86. Please refer to this for more details.
It's a bit late, but may help somebody else:) You can use Advantage OLE DB Provider for Windows 64-bit, which works like VFPOLEDB. Example in python:
conn = win32com.client.Dispatch('ADODB.Connection')
dsn = 'Provider=Advantage OLE DB Provider;Data Source=%s; ServerType=ADS_LOCAL_SERVER; TableType=ADS_VFP;' % folder
conn.Open(dsn)
cmd.CommandText = 'ALTER TABLE test ALTER COLUMN area NOT NULL'
cmd.Execute()
A blog post by Eric Selje, of Salty Dog Solutions, describes how to run the 32-bit drivers on 64-bit Windows. (You must set them up in the 32-bit ODBC Administrator.)
Visual FoxPro, a 32-bit application, runs just fine on 64-bit machines.
Visual FoxPro cannot use 64-bit ODBC drivers however.
You can use 32-bit ODBC drivers on 64-bit Windows, but you must set them up in the 32-bit ODBC Administrator. This is not the one that’s
going to come up if you go through Control Panel. To invoke it, run
C:\Windows\SysWow64\odbcad32.exe and add your DSNs there.
Do not just Start, Run, ODBCAd32.exe, as it will not bring up the right one.
The 32-bit drivers for SQL Server come with Windows 7 x64, so you don’t have to download them.

Not able to deploy VB6 based setup on Windows 7

I have a setup created using Vb6. I am unable to install it under Windows 7. Windows 7 is not registering OCX controls included in the setup.
Same setup works fine under Windows XP and all other previous Microsoft operating systems.
Windows 7 OS is 64 bit.
Also, I have tried all compatibility mode which is available under Windows 7 without much luck.
Unfortunately I don't have source code with me. Otherwise I could have ported entire source to Dot Net.

Resources