SQLDMO "Out of memory"

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bradley13
Newbie
Newbie
Posts: 2
Joined: Mon Jul 28, 2008 11:07 am

SQLDMO "Out of memory"

Post by bradley13 »

Hi folks,

I am utterly new to Wine, but otherwise relatively competent :-)

I am running Ubuntu 8.04 with Wine 1.0 as delivered with Ubuntu. I have a program (KVS from www.school-admin.biz) that I want to try under Linux. The installation gives a couple of errors stemming from missing DLLs. I copied these over from a Windows machine, restarted the installer and clicked "repair". Everything now looks ok.

When I start the program the first thing it does (or should do) is look for available SQL Servers on the network. I received the error message:

Run-time error '-214024882 (8007000e)': [SQL-DMO]Out of memory

SQL-DMO is part of the SQL Server 2000 client package, and is installed with the application. I have seen one other thread on the forums regarding SQL Server (but that was an installation problem). Otherwise, I've found nothing of use anywhere.

Does anyone have experience with SQL-DMO under Wine? Suggestions as to what I can try to fix or avoid the error?

Many thanks,

Brad
John Drescher

SQLDMO "Out of memory"

Post by John Drescher »

On Mon, Jul 28, 2008 at 12:21 PM, bradley13 <[email protected]> wrote:
Hi folks,

I am utterly new to Wine, but otherwise relatively competent :-)

I am running Ubuntu 8.04 with Wine 1.0 as delivered with Ubuntu. I have a program (KVS from www.school-admin.biz) that I want to try under Linux. The installation gives a couple of errors stemming from missing DLLs. I copied these over from a Windows machine, restarted the installer and clicked "repair". Everything now looks ok.

When I start the program the first thing it does (or should do) is look for available SQL Servers on the network. I received the error message:

Run-time error '-214024882 (8007000e)': [SQL-DMO]Out of memory

SQL-DMO is part of the SQL Server 2000 client package, and is installed with the application. I have seen one other thread on the forums regarding SQL Server (but that was an installation problem). Otherwise, I've found nothing of use anywhere.

Does anyone have experience with SQL-DMO under Wine? Suggestions as to what I can try to fix or avoid the error?

Many thanks,
Do you get any errors in the terminal when running the program from a
*nix shell?

John
bradley13
Newbie
Newbie
Posts: 2
Joined: Mon Jul 28, 2008 11:07 am

Re: SQLDMO "Out of memory"

Post by bradley13 »

John Drescher wrote:On Mon, Jul 28, 2008 at 12:21 PM, bradley13 <[email protected]> wrote:
Do you get any errors in the terminal when running the program from a
*nix shell?

John
Numerous "fixme" entries - here is the output:

Code: Select all

fixme:ole:OleLoadPictureEx (0x123f784,3646,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fae8), partially implemented.
fixme:ole:OleLoadPictureEx (0x123f784,93694,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fab8), partially implemented.
fixme:ole:OleLoadPictureEx (0x123f784,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=16,y=16,f=0,0x156240), partially implemented.
fixme:ole:OleLoadPictureEx (0x123f784,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=16,y=16,f=0,0x1562b8), partially implemented.
fixme:ole:OleLoadPictureEx (0x123f784,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=16,y=16,f=0,0x156330), partially implemented.
fixme:ole:OleLoadPictureEx (0x123f784,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=16,y=16,f=0,0x1563a8), partially implemented.
fixme:ole:OleLoadPictureEx (0x123f784,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=16,y=16,f=0,0x156420), partially implemented.
fixme:ole:OleLoadPictureEx (0x123f784,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=16,y=16,f=0,0x156498), partially implemented.
fixme:ole:OleLoadPictureEx (0x123f784,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=16,y=16,f=0,0x156510), partially implemented.
fixme:ole:OleLoadPictureEx (0x123f784,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=16,y=16,f=0,0x156588), partially implemented.
fixme:ole:OleLoadPictureEx (0x123f784,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=16,y=16,f=0,0x156600), partially implemented.
fixme:ole:OleLoadPictureEx (0x123f784,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=16,y=16,f=0,0x156678), partially implemented.
fixme:ole:OleLoadPictureEx (0x123f784,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=16,y=16,f=0,0x1566f0), partially implemented.
fixme:ole:OleLoadPictureEx (0x123f784,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=16,y=16,f=0,0x156768), partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x135bb0)->(0x168580, 0, (nil)), hacked stub.
fixme:ole:OleLoadPictureEx (0x1253264,93694,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f808), partially implemented.
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
I hope these mean more to you than they do to me...

Cheers,

Brad
Locked