Re: [U2] BDT is anyone using it?

2010-04-05 Thread Brian Leach
 You will never get this kind of response from any of the other developer
you mentioned below

Er.. because mvDeveloper already had locking in the first place?...

grin

Brian


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of D Averch
Sent: 05 April 2010 2:33 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] BDT is anyone using it?


Hi Glenn:

I have changed our XLr8Editor today to lock UniBasic code while you edit.
You will never get this kind of response from any of the other developer you
mentioned below or Rocket Software for a feature you got to have.  Are you
going to put money where you mouth is and buy XLr8Editor for $49.00?

Regards,
Doug
http://www.u2logic.com/tools.html



 Date: Sat, 3 Apr 2010 11:27:09 +0200
 From: glenn.sal...@nl.flextronics.com
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] BDT is anyone using it?
 
 Hi Doug, 
 
 The BDT certainly seems like the basis of what could become an excellent
tool, however, I am not willing to edit programs without locking in place,
and as far as I can tell the BDT does not lock the program for editing,
which is asking for trouble.
 
 I find a mixture of ED and mvDeveloper provide me with the ammunition I
need, although I am also enjoying playing with Accuterm and WED at present.
 
 Regards
 Glenn
  
_
The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with
Hotmail. 
http://www.windowslive.com/campaign/thenewbusy?tile=multicalendarocid=PID28
326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 9.0.800 / Virus Database: 271.1.1/2791 - Release Date: 04/04/10
19:32:00

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [ud] Unidata as a SQL Server Linked Server via OLEDB

2010-04-05 Thread Lettau, Jeff
Is the UCI.config file setup on the 2nd server?  
Does the SQL server recognize the driver as a valid provider under linked 
servers? 
Under the linked server in properties there should be a security tab that you 
need to fill in with the login and password to connect to remote systems.  

Jeffrey Lettau
ERP Systems Manager
polkaudio 


-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King
Sent: Saturday, April 03, 2010 7:31 PM
To: U2 Users List
Subject: [U2] [ud] Unidata as a SQL Server Linked Server via OLEDB

I have a customer who is trying to configure a couple of SQL Server
instances to access Unidata 7.1 on AIX via OLEDB by setting up Unidata as a
linked server in SQL Server.   The exact same OLEDB (and ODBC) driver is
installed on both systems and is configured identically between the two.
One system can access the Unidata information in a table (that has been
configured via VSG) but the other cannot.  The root question is why can one
server access Unidata and the other cannot, especially when the two are
configured identically?.

One thing I've noticed is that the linked server configuration doesn't
include any authentication information for OLEDB, but clearly there has to
be some authentication somewhere, right?  And with the presence of ODBC in
the SQL Server provider string for the linked server, does that mean that
OLEDB uses the ODBC connector to access Unidata?

-Kevin
http://www.PrecisOnline.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Disclaimer: This email may contain confidential and/or privileged information. 
It is intended only for the person or persons to whom it is addressed. Any 
unauthorized review, use, or distribution is prohibited. If you are not the 
intended recipient, please contact the sender by reply email or telephone and 
destroy all copies of the original message.

Please consider the environment before printing this email.
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] .NET what DLL do I add reference to to get UniObjects.OpenSession

2010-04-05 Thread Charles Carroll
working.

UniObjects is not a recognized type till I reference the correct DLL.
Fishing through the dozens of DLLs I have found in UniData Resource
kit etc. none of them seem to be this one
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] OpenSession throwing 81011 error

2010-04-05 Thread Charles Carroll
UniSession us = null;
try
{
// us = UniObjects.OpenSession(10.10.10.10,
userid, password, TALK2UDT,ud);
us = UniObjects.OpenSession(10.10.10.10, userid,
password, TALK2UDT);

}


SocketException caught!!!SystemNo such host is known[IBM U2][UODOTNET
- UNIRPC][ErrorCode=81011] The host name is not valid, or the host is
not responding Source: UniRPCConnection Class Method: Void
set_Host(System.String)   at
IBMU2.UODOTNET.UniRPCConnection.set_Host(String value)
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [ud] Unidata as a SQL Server Linked Server via OLEDB

2010-04-05 Thread Kevin King
The uci.config is identical on both servers.  Let me look for that security
tab; that may be the golden ticket right there.

On Mon, Apr 5, 2010 at 6:31 AM, Lettau, Jeff jlet...@polkaudio.com wrote:

 Is the UCI.config file setup on the 2nd server?
 Does the SQL server recognize the driver as a valid provider under linked
 servers?
 Under the linked server in properties there should be a security tab that
 you need to fill in with the login and password to connect to remote
 systems.

 Jeffrey Lettau
 ERP Systems Manager
 polkaudio


 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org [mailto:
 u2-users-boun...@listserver.u2ug.org] On Behalf Of Kevin King
 Sent: Saturday, April 03, 2010 7:31 PM
 To: U2 Users List
 Subject: [U2] [ud] Unidata as a SQL Server Linked Server via OLEDB

 I have a customer who is trying to configure a couple of SQL Server
 instances to access Unidata 7.1 on AIX via OLEDB by setting up Unidata as a
 linked server in SQL Server.   The exact same OLEDB (and ODBC) driver is
 installed on both systems and is configured identically between the two.
 One system can access the Unidata information in a table (that has been
 configured via VSG) but the other cannot.  The root question is why can
 one
 server access Unidata and the other cannot, especially when the two are
 configured identically?.

 One thing I've noticed is that the linked server configuration doesn't
 include any authentication information for OLEDB, but clearly there has to
 be some authentication somewhere, right?  And with the presence of ODBC
 in
 the SQL Server provider string for the linked server, does that mean that
 OLEDB uses the ODBC connector to access Unidata?

 -Kevin
 http://www.PrecisOnline.com
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

 Disclaimer: This email may contain confidential and/or privileged
 information. It is intended only for the person or persons to whom it is
 addressed. Any unauthorized review, use, or distribution is prohibited. If
 you are not the intended recipient, please contact the sender by reply email
 or telephone and destroy all copies of the original message.

 Please consider the environment before printing this email.
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users




-- 
-Kevin
http://www.PrecisOnline.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [ud] Unidata as a SQL Server Linked Server via OLEDB

2010-04-05 Thread Kevin King
Well, that doesn't seem to be the problem.  Here's what I'm getting:

Msg 7399, Level 16, State 1, Line 1
The OLE DB provider IBM.UniOLEDB for linked server PSI reported an
error. The provider reported an unexpected catastrophic failure.
Msg 7330, Level 16, State 2, Line 1
Cannot fetch a row from OLE DB provider IBM.UniOLEDB for linked server
PSI.

unexpected catastrophic failure?

-K
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] OpenSession throwing 81011 error

2010-04-05 Thread Symeon Breen
Is unirpcd licenced and running on the u2 server ?   also try putting the
full path to the u2 account instead of just TALK2UDT.






-Original Message-

From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Carroll
Sent: 05 April 2010 15:16
To: u2-users@listserver.u2ug.org
Subject: [U2] OpenSession throwing 81011 error

UniSession us = null;
try
{
// us = UniObjects.OpenSession(10.10.10.10,
userid, password, TALK2UDT,ud);
us = UniObjects.OpenSession(10.10.10.10, userid,
password, TALK2UDT);

}


SocketException caught!!!SystemNo such host is known[IBM U2][UODOTNET
- UNIRPC][ErrorCode=81011] The host name is not valid, or the host is
not responding Source: UniRPCConnection Class Method: Void
set_Host(System.String)   at
IBMU2.UODOTNET.UniRPCConnection.set_Host(String value)
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] OpenSession throwing 81011 error

2010-04-05 Thread doug chanco
Also have you tried pinging the IP to make sure its valid and can be 
accessed?  Are you running any kind of firewall on the system you are 
trying to access?


dougc

Symeon Breen wrote:

Is unirpcd licenced and running on the u2 server ?   also try putting the
full path to the u2 account instead of just TALK2UDT.






-Original Message-

From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Carroll
Sent: 05 April 2010 15:16
To: u2-users@listserver.u2ug.org
Subject: [U2] OpenSession throwing 81011 error

UniSession us = null;
try
{
// us = UniObjects.OpenSession(10.10.10.10,
userid, password, TALK2UDT,ud);
us = UniObjects.OpenSession(10.10.10.10, userid,
password, TALK2UDT);

}


SocketException caught!!!SystemNo such host is known[IBM U2][UODOTNET
- UNIRPC][ErrorCode=81011] The host name is not valid, or the host is
not responding Source: UniRPCConnection Class Method: Void
set_Host(System.String)   at
IBMU2.UODOTNET.UniRPCConnection.set_Host(String value)
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users
  


___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


[U2] VSG Creates Incompatible ODBC View

2010-04-05 Thread Kevin King
I have a customer who has a view that appears like this in SQL:

SELECT ID,TYPE,BEGIN_DATE,END_DATE,FISCAL_PERIOD,PERIOD_OPEN FROM
T_CRP_FISCAL_PERIODS UNNEST NL_ALL
BEGIN_DATE,END_DATE,FISCAL_PERIOD,PERIOD_OPEN WHERE ID =
001FISCAL.PERIODS;

This view, as far as I have been informed, was created via the VSG.  And
this is valid SQL when run from the sql command line in Unidata.  However,
when this view is used over ODBC, it returns 001FISCAL.PERIODS is not a
valid field name.

For this particular situation, changing the double quotes to single quotes
seems to do the trick, but that leads me to two questions for this esteemed
group:

a) Is VSG creating incompatible SQL, or does this appear to have been
created by a human?
b) Will we encounter other difficulties by this change from double quotes to
single quotes in the WHERE clause?

-Kevin
http://www.PrecisOnline.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] OpenSession throwing 81011 error

2010-04-05 Thread Charles Carroll
I am getting closer. I connect sometimes and not others. When I have
consistent behavior I will get back to the group.

On Mon, Apr 5, 2010 at 2:32 PM, doug chanco d...@chancofamily.com wrote:
 Also have you tried pinging the IP to make sure its valid and can be
 accessed?  Are you running any kind of firewall on the system you are trying
 to access?

 dougc

 Symeon Breen wrote:

 Is unirpcd licenced and running on the u2 server ?   also try putting the
 full path to the u2 account instead of just TALK2UDT.






 -Original Message-

 From: u2-users-boun...@listserver.u2ug.org
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Carroll
 Sent: 05 April 2010 15:16
 To: u2-users@listserver.u2ug.org
 Subject: [U2] OpenSession throwing 81011 error

            UniSession us = null;
            try
            {
                // us = UniObjects.OpenSession(10.10.10.10,
 userid, password, TALK2UDT,ud);
                us = UniObjects.OpenSession(10.10.10.10, userid,
 password, TALK2UDT);

            }


 SocketException caught!!!SystemNo such host is known[IBM U2][UODOTNET
 - UNIRPC][ErrorCode=81011] The host name is not valid, or the host is
 not responding Source: UniRPCConnection Class Method: Void
 set_Host(System.String)   at
 IBMU2.UODOTNET.UniRPCConnection.set_Host(String value)
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users


 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] [ud] Unidata as a SQL Server Linked Server via OLEDB

2010-04-05 Thread Kevin King
We've worked out this issue.

It appears that - at least in this case - the OLE DB connection being used
by SQL Server was in fact using the ODBC data source as defined on that Win
box.  The ODBC data source, however, was setup to connect to a specific
database (account) and SQL Server was attempting to override it with a path
to a different account.  That override apparently doesn't work so well.  So
we created a new ODBC connection that points to the right account and SQL
Server is now able to use that linked server to pull information from the
appropriate location.

On Mon, Apr 5, 2010 at 8:58 AM, Kevin King precisonl...@gmail.com wrote:

 Well, that doesn't seem to be the problem.  Here's what I'm getting:

 Msg 7399, Level 16, State 1, Line 1
 The OLE DB provider IBM.UniOLEDB for linked server PSI reported an
 error. The provider reported an unexpected catastrophic failure.
 Msg 7330, Level 16, State 2, Line 1
 Cannot fetch a row from OLE DB provider IBM.UniOLEDB for linked server
 PSI.

 unexpected catastrophic failure?

 -K




-- 
-Kevin
http://www.PrecisOnline.com
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] VSG Creates Incompatible ODBC View

2010-04-05 Thread Anthony W. Youngman
In message 
j2j8c1cabce1004051146xf7980b4dzcfbaf08ab99de...@mail.gmail.com, Kevin 
King precisonl...@gmail.com writes

I have a customer who has a view that appears like this in SQL:

SELECT ID,TYPE,BEGIN_DATE,END_DATE,FISCAL_PERIOD,PERIOD_OPEN FROM
T_CRP_FISCAL_PERIODS UNNEST NL_ALL
BEGIN_DATE,END_DATE,FISCAL_PERIOD,PERIOD_OPEN WHERE ID =
001FISCAL.PERIODS;

This view, as far as I have been informed, was created via the VSG.  And
this is valid SQL when run from the sql command line in Unidata.  However,
when this view is used over ODBC, it returns 001FISCAL.PERIODS is not a
valid field name.

For this particular situation, changing the double quotes to single quotes
seems to do the trick, but that leads me to two questions for this esteemed
group:

a) Is VSG creating incompatible SQL, or does this appear to have been
created by a human?
b) Will we encounter other difficulties by this change from double quotes to
single quotes in the WHERE clause?

This sounds similar to a problem I had. Different, in that it was table 
names, and I can't remember the details, but - I think it was the 
MS-Access query generator - would select from a file but would assume 
that file001 existed!


And it worked fine provided stuff was all MS (like reading/writing to 
excel), but broke when it was trying to read from UV.


Not much help, but this might be another clue...

Cheers,
Wol
--
Anthony W. Youngman pi...@thewolery.demon.co.uk
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site - http://www.maverick-dbms.org Open Source Pick
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] OpenSession throwing 81011 error

2010-04-05 Thread Boydell, Stuart
Charles,
At least with UV, I'm pretty sure that the host name/ip needs to be registered 
in either DNS or the etc\hosts file of the client.
Stuart Boydell

-Original Message-
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Carroll
Sent: Tuesday, 6 April 2010 00:16
To: u2-users@listserver.u2ug.org
Subject: [U2] OpenSession throwing 81011 error

UniSession us = null;
try
{
// us = UniObjects.OpenSession(10.10.10.10,
userid, password, TALK2UDT,ud);
us = UniObjects.OpenSession(10.10.10.10, userid,
password, TALK2UDT);

}


SocketException caught!!!SystemNo such host is known[IBM U2][UODOTNET
- UNIRPC][ErrorCode=81011] The host name is not valid, or the host is
not responding Source: UniRPCConnection Class Method: Void
set_Host(System.String)   at
IBMU2.UODOTNET.UniRPCConnection.set_Host(String value)
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] OpenSession throwing 81011 error

2010-04-05 Thread Charles Carroll
I am connecting fine now. Thanks everyone for your input.

They just gave me bad session info.

On Mon, Apr 5, 2010 at 5:20 PM, Boydell, Stuart
stuart.boyd...@spotless.com.au wrote:
 Charles,
 At least with UV, I'm pretty sure that the host name/ip needs to be 
 registered in either DNS or the etc\hosts file of the client.
 Stuart Boydell

 -Original Message-
 From: u2-users-boun...@listserver.u2ug.org 
 [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Charles Carroll
 Sent: Tuesday, 6 April 2010 00:16
 To: u2-users@listserver.u2ug.org
 Subject: [U2] OpenSession throwing 81011 error

            UniSession us = null;
            try
            {
                // us = UniObjects.OpenSession(10.10.10.10,
 userid, password, TALK2UDT,ud);
                us = UniObjects.OpenSession(10.10.10.10, userid,
 password, TALK2UDT);

            }


 SocketException caught!!!SystemNo such host is known[IBM U2][UODOTNET
 - UNIRPC][ErrorCode=81011] The host name is not valid, or the host is
 not responding Source: UniRPCConnection Class Method: Void
 set_Host(System.String)   at
 IBMU2.UODOTNET.UniRPCConnection.set_Host(String value)
 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

 ___
 U2-Users mailing list
 U2-Users@listserver.u2ug.org
 http://listserver.u2ug.org/mailman/listinfo/u2-users

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] BDT is anyone using it?

2010-04-05 Thread Doug
Hi Brian:

We are talking an apple and oranges here.

Your free editor is just that.  Been there and done that.

We don't need to do feature comparison.  We started out with the Eclipse IDE
that does thousands of things before we wrote a lick of code. 

My point was is Glenn going to buy our XLr8Editor for $49.00 or complain we
don't have locking.  That complaint is null and void. But will he buy or
just be whining.  Time will tell.

Regards,
Doug
www.u2logic.com

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach
Sent: Monday, April 05, 2010 4:40 AM
To: 'U2 Users List'
Subject: Re: [U2] BDT is anyone using it?

 You will never get this kind of response from any of the other developer
you mentioned below

Er.. because mvDeveloper already had locking in the first place?...

grin

Brian


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of D Averch
Sent: 05 April 2010 2:33 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] BDT is anyone using it?


Hi Glenn:

I have changed our XLr8Editor today to lock UniBasic code while you edit.
You will never get this kind of response from any of the other developer you
mentioned below or Rocket Software for a feature you got to have.  Are you
going to put money where you mouth is and buy XLr8Editor for $49.00?

Regards,
Doug
http://www.u2logic.com/tools.html



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] BDT is anyone using it?

2010-04-05 Thread Glenn Sallis
Doug,

The tools which I already have at my disposal are excellent and I am actually 
not even looking for a new editor. All I did was respond to an email about 
whether or not I use the BDT, however I wish you success with your product.

Glenn



-Ursprüngliche Nachricht-
Von: u2-users-boun...@listserver.u2ug.org im Auftrag von Doug
Gesendet: Mo 05.04.2010 23:25
An: 'U2 Users List'
Betreff: Re: [U2] BDT is anyone using it?

Hi Brian:

We are talking an apple and oranges here.

Your free editor is just that.  Been there and done that.

We don't need to do feature comparison.  We started out with the Eclipse IDE
that does thousands of things before we wrote a lick of code.

My point was is Glenn going to buy our XLr8Editor for $49.00 or complain we
don't have locking.  That complaint is null and void. But will he buy or
just be whining.  Time will tell.

Regards,
Doug
www.u2logic.com

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brian Leach
Sent: Monday, April 05, 2010 4:40 AM
To: 'U2 Users List'
Subject: Re: [U2] BDT is anyone using it?

 You will never get this kind of response from any of the other developer
you mentioned below

Er.. because mvDeveloper already had locking in the first place?...

grin

Brian


-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of D Averch
Sent: 05 April 2010 2:33 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] BDT is anyone using it?


Hi Glenn:

I have changed our XLr8Editor today to lock UniBasic code while you edit.
You will never get this kind of response from any of the other developer you
mentioned below or Rocket Software for a feature you got to have.  Are you
going to put money where you mouth is and buy XLr8Editor for $49.00?

Regards,
Doug
http://www.u2logic.com/tools.html



___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users



Legal Disclaimer:
The information contained in this message may be privileged and confidential. 
It is intended to be read only by the individual or entity to whom it is 
addressed or by their designee. If the reader of this message is not the 
intended recipient, you are on notice that any distribution of this message, in 
any form, is strictly prohibited. If you have received this message in error, 
please immediately notify the sender and delete or destroy any copy of this 
message
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users


Re: [U2] BDT is anyone using it?

2010-04-05 Thread Dan McGrath
We looked into using, but it had way too many issues, which meant wED
was still far more productive/useful for us.

For the record, locking code was not one of the issues.

-Original Message-
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Doug
Sent: Saturday, 3 April 2010 6:46 AM
To: 'U2 Users List'
Subject: [U2] BDT is anyone using it?

Being a VAR for Rocket Software, we support BDT.  We have this Universe
customer that tells us about this new BDT release that got of the
download
site.  Oops, we did not know there was a new release.  This release does
not
match the one that we gave them.

 

 Anyways, they have this multilevel file the wanted to see if it
displayed
on BDT.  Of course it did not work.

 

After spending time in the Universe documentation I found what the
structure
of VOC item should be.  Oh, the VOC was correct.  We checked Unidata
LF
and LD.   BDT worked on one and failed on the other.  This was not
looking
good.

 

Just for grins,  we tested our  product XLr8Editor. XLr8Editor failed on
both Unidata and Universe.   Not good either.

 

Together with my Java programmer two days ago we issued a Bugzilla to
fix
this. The code was fixed today.  So we have updated our download site
with
the new code.  XLr8Editor allows editing of data and programs, so this
fix
had to be done.

 

1.   BDT does not allow editing of data files so why should we care?

2.   We got one client with one programmer trying BDT that seems to
be
on the fringe?

3.   Does anyone use this product except for my one obscure client?

 

 

Regards,

Doug

www.u2logic.com

 

___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__
###
The information transmitted in this message and attachments (if any) is 
intended only
for the person or entity to which it is addressed. The message may contain 
confidential
and/or privileged material.  Any review, retransmission, dissemination or other 
use of
or taking of any action in reliance upon this information by persons or 
entities other
than the intended recipient is prohibited.  If you received this in error, 
please
contact the sender and delete the material from any computer.

The intended recipient of this e-mail may only use, reproduce, disclose or 
distribute
the information contained in this e-mail and any attached files with the 
permission of IMB.
###
___
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users