Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Hyunho

Pages: [1]
1
Bugs and Issues / Re: EA using Wine and ODBC
« on: April 20, 2018, 01:03:45 pm »
I've tried that and not work.

Here what I did:

export WINEARCH=win32
wine wineboot
winetricks msxml3
winetricks msxml4
winecfg > library > add 'ole32 (native, builtin)'
winetricks mdac28
winetricks jet40

but got error with jet40
Code: [Select]
003a:fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\eacloud\\Temp\\IXP001.TMP\\Jetsetup.CAB"
003a:err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with error 2
------------------------------------------------------
jet40 install completed, but installed file /home/eacloud/.wine/dosdevices/c:/Program Files (x86)/Common Files/Microsoft Shared/dao/dao360.dll not found

once again with --force option
Code: [Select]
Note: command 'cabextract -q -d /home/eacloud/.wine/dosdevices/c:/windows/system32 /home/eacloud/.cache/winetricks/wsh57/scripten.exe' returned status 1.  Aborting.
wine msiexec /i eatrial.msi
wine msiexec /i mysql-connector-odbc-5.3.10-win32.msi

wine control > configured a mysql-odbc data source.

opened EA and tried to open the data source.

2
Bugs and Issues / EA using Wine and ODBC
« on: April 19, 2018, 10:47:27 pm »
Hello all,
I planned to move everything on Ubuntu 16.04.
But it's not easy to bring EA and EA cloud services up on it.

I followed http://www.sparxsystems.com/support/faq/enterprise-architect-WINE.html .

ODBC ito mysql or firebird is fine, but it doesn't work with EA and EA cloud services.

I created a User DSN from ODBC admin,
then I tried to connect it from EA.
From Connectino tab on Data Link Properties dialog, I could see the data soure I created, but test connection resulted 0x80004005 error at all.

I googled but couldn't find a workaround about this.
Is any one have an idea on this situation?

Thank you in advance.


Pages: [1]