Horacio Pellegrino | 1 Dec 2007 02:03
Favicon

[U2] NEW ADO.NET ?

Has anyone tried out the new ADO.NET provider for .NET IBM ?

Horacio Pellegrino
-------
u2-users mailing list
u2-users <at> listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Dave R | 1 Dec 2007 02:08
Picon
Favicon

Re: [U2] locked file help in U2 VER 9 NT 4

no transaction logging I think my network guy was resizing a file

Dave R

e Fax (815)4259364
P.O. Box 17811, Irvine CA 92623-7811

-- Richard Nuckolls <rick <at> lynden.com> wrote:
I have seen this happen when a file gets an inconsistent state flag
set.  Are you doing Transaction Logging?

Try

RECOVERY.CONSISTENT pathname

to reset the flag.
=================
Richard Nuckolls
Lynden Inc.
rick <at> lynden.com

On Nov 30, 2007, at 12:46 AM, Dave R wrote:

> My inventory file is locked and will not allow updates (writes or
> ed/fi) it
> hangs and then logs me out. I looked at UVFIXFILE but was unsure of
> what flags
> to run.
> I tried CLEAR ALL that cleared 2 locks but didn't release the file.
> I rebooted and that server and still no release.
(Continue reading)

Mike Randall | 1 Dec 2007 03:45
Picon

RE: [U2] mv.net versus Web DE

Jim,

I'm in NJ and would love to know about some of the local user groups.   For
all the Visual Studio haters out there, I've been using it for the past 5
years or so after a gazillion years in U2.  I'll go back to U2 stuff kicking
and screaming.  Visual Studio is FANTASTIC!!.

Yes, I said it.

Mike Randall,  MCP

-----Original Message-----
From: owner-u2-users <at> listserver.u2ug.org
[mailto:owner-u2-users <at> listserver.u2ug.org] On Behalf Of James Canale, Jr.
Sent: Friday, November 30, 2007 6:30 PM
To: u2-users <at> listserver.u2ug.org
Subject: RE: [U2] mv.net versus Web DE

Tony Gravagno wrote:
> If you don't want to pay for Visual Studio

[Ad - kind of] There may be another way for people on Long Island to get the
brand new Visual Studio 2008 Professional for free.  Next week (Dec. 6th),
the LI.NET Developers Group will be hosting a meeting and at that meeting
Microsoft will be giving away some copies of VS2008 Pro.  If you live on
Long Island and are interested in attending (you must register for the
meeting), please shoot me an email off-list.

I also know of a few other .NET developer groups where they will be doing
the same thing (NYC, NJ) so you may want to check into that if you belong to
(Continue reading)

MAJ Programming | 1 Dec 2007 05:54
Picon

Re: [U2] Deep and long indentations vs multiple exit points

Yes, but the example had only 3 tested conditions. Changing the number to
suit a method invalidates the original comparison. It's like 5+5 versus
5+5+5+5+5+5+5+5+5+5+5 whereby you change your method from adding to
multiplying.

If it's argued that every IF statement 'could' grow to a 'huge' number' then
throw away the IF alltogether and your program looks like this:

BEGIN CASE
    CASE X=1
        GOSUB 100
END CASE

Certainly compilable but distracting.

I agree, in the case of a long string of parsing, CASE is preferred. I write
tons of EDI parsers and they all case CASE.

In the big picture, especially in the example we are both working on, IF
statements generally conclude on one OR the other condition. If there's 3 or
more, and only one should prevail, then CASE wins.

My 3 cents.
Mark Johnson

----- Original Message -----
From: "Dianne Ackerman" <dianne <at> aptron.com>
To: <u2-users <at> listserver.u2ug.org>
Sent: Friday, November 30, 2007 10:38 AM
Subject: Re: [U2] Deep and long indentations vs multiple exit points
(Continue reading)

MAJ Programming | 1 Dec 2007 05:59
Picon

Re: [U2] Deep and long indentations vs multiple exit points

I agree. On the few cases that I've run into RETURN TO, I've unprogrammed
it.

Part of the purpose of RETURN TO is that MV doesn't have the POP command
whereby you can remove one of the GOSUB stack references and 'return to' the
prior GOSUB statement.

Being one who can use GOTO properly and can mix it with GOSUB and CALL for
readable code, I don't use RETURN TO.

My 1 cent
Mark Johnson
----- Original Message -----
From: "Susan Lynch" <slynch <at> fwdco.com>
To: <u2-users <at> listserver.u2ug.org>
Sent: Friday, November 30, 2007 11:38 AM
Subject: Re: [U2] Deep and long indentations vs multiple exit points

> Ray, at the risk of another 'holy war', please don't encourage the use of
> "RETURN TO" - particularly with large complex groups of programs with lots
> of subroutines, this can lead to "return stack overflow" scenarios that
are
> extremely hard to debug (having cleaned up a lot of these as the 'next
> programmer' on site, I cringed when I read that).  I am not an anti-GOTO
> Nazi, if used sparingly and with good reason, but RETURN TO is, in my
> experience, a debugging nightmare waiting to happen.
>
> Susan M. Lynch
> F.W. Davison & Company, Inc.
> 10 Cordage Park Circle, Suite 200
(Continue reading)

Tony G | 1 Dec 2007 12:48
Picon
Favicon

RE: [U2] .net versus VS

Oh how little can evoke so much... If I tried to spare bandwidth and
summarize that your statement is a word jumble that doesn't make any sense,
I would be flamed as being rude.  So I'll explicitly refute most
inaccuracies that you've introduced and I hope it will settle some of this
confusion.  As always, sorry for being long-winded.

Bill wrote:
> Microsoft's CLR (Common Language Runtime) makes it impossible 
> to launch a VS app installed on a Unix drive.
> 
> Thus, I see Microsoft as rather limiting.

I could simply counter with the statement that most FLOSS projects built
over Linux don't work over Windows, so by your argument *nix is just as
limiting.

But your statement is non sequitur.  U2 doesn't have a Mac port, so does
that mean IBM is rather limiting?  If you were agreeing with Doug, he
didn't say Microsoft is limiting, he said Windows is - perhaps you have
just widened the scope.

Aside from that, your statement above is mixing apples and oranges
concerning the CLR and VS, and your notes about VS [snipped] sort of just
proved my point below.

Tony G wrote
> People often confuse .NET with Visual Studio.  VS facilitates 
> the use of .NET, but development with .NET does not require VS.

There's no such thing as a "VS app" so your statement is only accurate in
(Continue reading)

LeRoy Dreyfuss | 1 Dec 2007 13:33
Picon

RE: [U2] RE: U2 SOAP Server

Hey folks,

Just thought I'd take a second to reply back to the recent posts...

The SOAP Server included with U2WSD gets installed when you install the tool. There isn't an option (during
install) to install the SOAP Server by itself or elsewhere. That doesn't mean you can't relocate the SOAP
Server somewhere else when you are ready to deploy. If you have no GUI desktop (Gnome/KDE/etc.) on your
Linux server, then it will be hard to install U2WSD on that platform (and as such, gain access to the SOAP
Server). That wouldn't be an issue for Windows server users since Windows has a GUI desktop.

At the end of the day, the SOAP Server is just a simple Jetty server enhanced to communicated only with U2
servers enabled for it. It is really light-weight. You don't have to fire up U2WSD to start/stop it, but I
don't believe IBM includes that tidbit of info in there documentation.

Regards,

LeRoy

-----Original Message-----
From: owner-u2-users <at> listserver.u2ug.org [mailto:owner-u2-users <at> listserver.u2ug.org] On Behalf
Of Dave Walker
Sent: Saturday, 1 December 2007 5:36 AM
To: 'u2-users <at> listserver.u2ug.org'
Subject: RE: [U2] RE: U2 SOAP Server

That WOULD make sense, but it's not indicated in LeRoys's reply. And there
are NO instructions on how to package this all up and run it under glassfish
or tomcat. I can ( and probably will, now ) dive into the subdirectories to
see if a jar/war file has been created, and if so, try to deploy it on my
glassfish server.
(Continue reading)

Anthony W. Youngman | 2 Dec 2007 00:14
Picon
Picon

Re: [U2] .net versus VS

In message <7111-58965 <at> sneakemail.com>, Tony G 
<1tlx6hz02 <at> sneakemail.com> writes
>Oh how little can evoke so much... If I tried to spare bandwidth and
>summarize that your statement is a word jumble that doesn't make any sense,
>I would be flamed as being rude.  So I'll explicitly refute most
>inaccuracies that you've introduced and I hope it will settle some of this
>confusion.  As always, sorry for being long-winded.
>
>Bill wrote:
>> Microsoft's CLR (Common Language Runtime) makes it impossible
>> to launch a VS app installed on a Unix drive.
>>
>> Thus, I see Microsoft as rather limiting.
>
>
>I could simply counter with the statement that most FLOSS projects built
>over Linux don't work over Windows, so by your argument *nix is just as
>limiting.

Actually, that's pretty untrue ...

Just as many (not most) .net projects will run with mono (Yes, I'm 
quoting you :-), most FLOSS projects built over linux will also run over 
cygwin.

Oh - and gtk and KDE both have windows ports, so most linux gui software 
will compile native on Windows, too ...

So, I'd guess *nix is rather *less* limiting :-)

(Continue reading)

Tony G | 2 Dec 2007 05:06
Picon
Favicon

RE: [U2] .net versus VS

Anthony Y wrote:
> Just as many (not most) .net projects will run with mono (Yes, I'm 
> quoting you :-), most FLOSS projects built over linux will 
> also run over cygwin.

Oh please, let's just jump to the trump card and say anything will run
anywhere with an emulator like Cygwin underneath, so none of the
environments are limiting as long as we have vmWare, Win4Lin, or some other
virtualization layer.

Does anyone have a real point here about .NET for serious discussion, or
has oneupmanship and technical bias against the unknown become an
acceptable driving force of this forum?

T
-------
u2-users mailing list
u2-users <at> listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Bill Haskett | 2 Dec 2007 06:09
Favicon

RE: [U2] .net versus VS

Tony:

Are we having a bad day?  A nice glass of Syrah should improve it.  :-)

Bill 

>-----Original Message-----
>From: owner-u2-users <at> listserver.u2ug.org 
>[mailto:owner-u2-users <at> listserver.u2ug.org] On Behalf Of Tony G
>Sent: Saturday, December 01, 2007 8:06 PM
>To: u2-users <at> listserver.u2ug.org
>Subject: RE: [U2] .net versus VS
>
>Anthony Y wrote:
>> Just as many (not most) .net projects will run with mono (Yes, I'm 
>> quoting you :-), most FLOSS projects built over linux will 
>> also run over cygwin.
>
>Oh please, let's just jump to the trump card and say anything will run
>anywhere with an emulator like Cygwin underneath, so none of the
>environments are limiting as long as we have vmWare, Win4Lin, or some other
>virtualization layer.
>
>Does anyone have a real point here about .NET for serious discussion, or
>has oneupmanship and technical bias against the unknown become an
>acceptable driving force of this forum?
>
>T
-------
u2-users mailing list
(Continue reading)


Gmane