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 - libertytrooper

Pages: [1]
1
Bugs and Issues / Re: Enterprise Architect crashes constantly
« on: September 21, 2015, 04:55:43 am »
I had some real bad issues last weekend.  I several hours of work as a result of the VM suspending in Fusion.  When it came back, invariably, EA would suffer a crash.  

I think I narrowed it down to the sharing between the mac and the vm.  Now that I'm storing the files within the VM itself it seems to be acting as it should.

Not sure if this will help, just wanted to throw it out there.

2
Bugs and Issues / Failed to initialize JScript Engine
« on: September 20, 2015, 05:40:55 am »
What are the requirements for JScript Engine installation?  I am only able to find Script Debugger for NT 4.0.  Is that the correct installer?  What might be the most recent package that would contain this?


[00150601]      Stack recording threshold set to 3 frames
[00150681]      Default Directory is C:\Program Files (x86)\Sparx Systems\EA
[00150681]      Agent dll found: C:\Program Files (x86)\Sparx Systems\EA\vea\x86\SSScriptAgent32.DLL
[00150681]      Default Directory is C:\Program Files (x86)\Sparx Systems\EA
[00150687]      Agent: Started
[00150741]      Microsoft Process Debug Manager creation Failed: 0x80040154
[00150741]      This is included as part of various Microsoft products.
[00150742]      Download the Microsoft Script Debugger to install it.
[00150745]      Failed to initialize JScript engine

3
Bugs and Issues / Re: Sparx EA and Windows 10
« on: September 19, 2015, 07:20:34 am »
Running on Windows 10 under VMWare Fusion 8  I've not had performance issues except over time.  These seem to be  resolved by a reboot.

I did have an issue with Database datatypes that 'corrected itself' somehow.  that freaks me out a bit yet I'm going to chalk it up to user error on my part.

The only thing I seem to be consistently running into with 12.1 on Windows 10 is a error with the Zachmann Extension throwing up a dialog saying "Cannot create XML Document"

4
Bugs and Issues / Controlling generated SQL
« on: September 20, 2015, 05:48:47 am »
I added an SQLite Database Product.
I've imported the tables and am viewing them in the Database Builder. When selecting the 'View Top 100 Rows' of the context menu on a table:
    it generates SQL with quoted column names.  
    This results in 100 rows of column names.  

How do I control the generation of the SQL for SQLite so that it doesn't quote the column names

An abbreviated sample of the generated sql is


<code>

Select  'fldRecID'
            , 'fldSubject'
            , 'fldNote'
            , 'fldStartDate'
            , 'fldStartTime'
            , 'fldEndDate'
            , 'fldEndTime'
            , 'fldAllDay'
            , 'fldColor'
            , 'fldReminder'
            , 'fldReminderTime'
            , 'fldTypeID'
            , 'fldStatusID'
            , 'fldLocation'
            , 'fldUrl'
            , 'fldMeetingEvaluation'
            , 'fldMeetingGoalsAccomplished'
            , 'fldRepeat'
            , 'fldFrequencyOccurence'
            , 'fldEveryOccurence'
            , 'fldEveryWeekly'
            , 'fldEveryDays'
            , 'fldOnTheOrderWeek'
            , 'fldOnTheMonthWeekDay'
            , 'fldEveryYearMonth'
            , 'fldOnTheOrderYear'
            , 'fldOnTheYearWeekDay'
            , 'fldRepeatEnd'
 From 'tblAppointment' LIMIT 100

</code>



Pages: [1]