RE: [U2] UniVerse and Shadow copy on Windows 2003

2007-09-17 Thread David Jordan
Hi Ron Thanks for that. Are you aware of any issues I need to look out using this? Regards David Jordan Universe 10.2.2 on Solaris 10 ASSIGN 1 TO SYSTEM(43) to suspend And 0 to un-suspend Or UVSUSPEND.FILES ON/OFF (APP.PROGS/UVSUSPEND.B) Ron Bertrand --- u2-users mailing list u2

RE: [U2] UniVerse and Shadow copy on Windows 2003

2007-09-18 Thread David Jordan
program mentions checking buffers are flushed. This could be an issue for sequential writing. Regards David Jordan However, I too am curious about the Server 2003 VSS (not *nix, sorry!). Running it cannot cause corruption to the Unidata files even while people are logged in -- is that correct

RE: [U2] Debug problems with 10.2.4 Reality format

2007-09-20 Thread David Jordan
Hi Brenda You have continue statements that would not reach that debug statement. I suspect that the test data is different to the live data and hence the program is not acting as you expected, rather than an issue with the debug statement. Regards David Jordan Managing Consultant --- u2

RE: [U2] UniSelectList problem

2007-09-24 Thread David Jordan
applications. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UniData to UniVerse Translation??

2007-10-16 Thread David Jordan
Hi David You probably want to look at BY.EXP and WHEN for dealing with multivalues in UniVerse Regards David Jordan Managing Consultant --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] ReadListAsStringArray Returns Nothing

2007-10-19 Thread David Jordan
that most are doing this sort of stuff within subroutines for reasons of best practice in a client server environment. Regards David Jordan Subject: RE: [U2] ReadListAsStringArray Returns Nothing Is there anyway to report bugs to IBM? There appears to be a problem with ReadListAsStringArray

RE: [U2] -UV- HTTP secure logins

2007-10-22 Thread David Jordan
The application checks to see if the user has access to the web page. If the user does not it should go to a login page to prompt for username and password. To by pass this, you may be able to call the login page, feed username and password and then call the page you require. Regards David

RE: [U2] Stringing commands together on the command line. Possible?

2007-10-29 Thread David Jordan
command would probably do the same. There are security measures that can be taken to mitigate this. Using the voc security routine, Cleaning control characters out of inputted data. Regards David Jordan Managing Consultant --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe

RE: [U2] Stringing commands together on the command line. Possible?

2007-10-29 Thread David Jordan
Hi Brian I can achieve it with Ray's control character or paste it from another application. This does not work from TCL, but does work in an execute command within a program as demonstrated below, allowing a user to get to operating system commands. Regards David Jordan If you had a program

RE: [U2] Phantom creating Zombies

2007-11-05 Thread David Jordan
Hi David Just a thought, but you could change your approach to this and use some newer technologies such as MQ or web services using connection pooling. These are designed to handle issues like you have mentioned better than the phantom process. Regards David Jordan Managing Consultant [EMAIL

RE: [U2] [UV] Universe on Windows Vista

2008-01-14 Thread David Jordan
server applications like sharepoint. I am able to access VPN from the Virtual PC to sites that the host vista does not allow. Otherwise after a few weeks of hair pulling it seems to be performing well. Regards David Jordan Managing Consultant [EMAIL PROTECTED] PO Box 909 Lane Cove NSW 2066

RE: [U2] Problems with disconnects - telnet

2008-01-23 Thread David Jordan
at Windows 2008, where the end user can access an application through Remote Desktop Connection, and it is so seamless, it looks like just another application on the user's PC. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

RE: [U2] UniObjects error 30105 Unable to load subroutine on server

2008-02-02 Thread David Jordan
Hi Wol UniObjects does not like returning unassigned variables, it causes a fatal. In the unibasic subroutine, you could check if the parameter is unassigned and set it to before returning. Regards David Jordan Managing Consultant --- u2-users mailing list u2-users@listserver.u2ug.org

[U2] Change SCHEMA name in UniVerse SQL

2008-02-02 Thread David Jordan
Does anyone know how to change the SQL schema name for an account in UniVerse. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Change SCHEMA name in UniVerse SQL

2008-02-10 Thread David Jordan
Hi Ray To drop schema means that you have to drop all the tables as well? The moving of scemas, copying schemas, etc in UniVerse is very painfull, there must be better ways. Ie copying a test account. Regards David Jordan Managing Consultant -Original Message- From: [EMAIL

RE: [U2] [UV] FORMAT.CONV -export for SQL SCHEMA

2008-02-18 Thread David Jordan
Has anyone ever used the FORMAT.CONV export and import options for transferring SQL tables between schemas in Universe. I have never got this to work as by instructions in the manual and wonder if anyone else has made it work for universe. Regards David Jordan --- u2-users mailing list u2

RE: [U2] [UV] FORMAT.CONV -export for SQL SCHEMA

2008-02-18 Thread David Jordan
copy a schema to a new schema. It looks like you have to build from scratch all the tables and then copy the data across. Regards David Jordan Subject: RE: [U2] [UV] FORMAT.CONV -export for SQL SCHEMA We did get it to work during the original UV/SQL training run by Ted Hatch. I have

RE: [U2] UD and SBS Server

2008-02-18 Thread David Jordan
Hi Bill One of the issues from UniVerse was users not having read/write access to the temp directory under \ibm\uv\temp Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] UD and SBS Server

2008-02-20 Thread David Jordan
Hi Bill This is an old problem with UniVerse on SBS that only those with admin rights could login and I am sure it had been resolved. Chase up IBM support. Other option is to change the services login for the UD telnet server. Try allowing service to interact with desktop. Regards David

RE: [U2] Question about the U2 News Flash...

2008-02-28 Thread David Jordan
I believe U2.Net is mv.Net customised to work better with U2 products. Regards David Jordan 1) U2.NET Beta available and 2) developerWorks article on U2 and IBM Data Server Provider for .NET So... These two items are both to get .NET code working, but each uses a different process to do

RE: [U2] INCLUDE weirdo

2008-03-04 Thread David Jordan
Check that the SNIPPETS file is type 1 or 19 I use $INCLUDE also. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Sharepoint Pick

2008-03-05 Thread David Jordan
Hi Ryan I took the web services route and used uniobjects in the web service to talk to the database. Regards David Jordan Managing Consultant --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] U2 and winserver 2008

2008-03-12 Thread David Jordan
What version are you trying. 10.1 does not work on Vista, but 10.2 does. Also IBM has stated that they will support 64bit Win 2008, but not 32bit. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] U2 and winserver 2008

2008-03-12 Thread David Jordan
and crannies. What is the main issue is that there are not the device drivers out for Vista. However from a server end, hopefully people are more discerning about devices they use and there will be less of an issue. Before knocking 2008, people should have a look at it. Regards David Jordan

RE: [U2] VISTA and U2 Tools

2008-03-31 Thread David Jordan
to run some applications as administrator to make them work. Also look out for some VB6 applications may stop working. Be careful of the VPN gotcha. Vista does not support MSCHAP1 and many VPN/routers do not support MSCHAP2, hence vpn does not work in some cases. Regards David Jordan --- u2

RE: [U2] problem with SQL Users

2008-04-02 Thread David Jordan
that loaded Universe, so it should be the uv user. I suspect it is a bug, related to casing, as I am sure this was not a problem in the previous release. Has anyone come across this problem in the latest release Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org

RE: [U2] problem with UniVerse SQL Users on windows

2008-04-03 Thread David Jordan
the default DBA, but as this has no password as an internal user, I cannot login as NT AUTHORITY\system to create a new SQL User. When you hit this type of issue, there appears to be no tools for an administrator to get in to resolve problems, it becomes a lockout situation. Regards David Jordan

RE: [U2] problem with UniVerse SQL Users on windows

2008-04-04 Thread David Jordan
on windows. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] problem with UniVerse SQL Users on windows

2008-04-04 Thread David Jordan
is that the domain name is in a different case to that which is stored on UV_USERS in the SQL Catalog. The second issue, is that it does recognise current SQL users, I have no SQL DBA access to UniVerse to resolve issues. Hence locked out. Regards David Jordan Managing Consultant David - Install

RE: [U2] problem with UniVerse SQL Users on windows (Domain name is now case sensitive)

2008-04-04 Thread David Jordan
. Now in UV_USERS all domain names are in uppercase and it recognises SQL users. Problem: IBM is making domain name case sensitive and this will effect anyone upgrading where domain names are in lowercase in SQL_USERS. Regards David Jordan Managing Consultant [EMAIL PROTECTED] Mobile: 0428 669

RE: [U2] UniVerse SQL Tables

2008-04-29 Thread David Jordan
cannot change the schema name, so when you copy the account you still have the same schema name in the duplicated account. Regards David Jordan Managing Consultant --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] passing file pointers?

2008-05-04 Thread David Jordan
errors when using transaction boundaries Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Record Locking Problems

2008-05-07 Thread David Jordan
Bill I think your problem is related to re-opening the file in the subroutine. Everytime you open a file you clear all the previous locks. Ie the user opens file, locks record and then opens file again there is no record locks. Use a fileinfo statement to check file is open and if it is skip

[U2] Problems with the IBM DB2 U2 Dotnet provider and vista

2008-05-09 Thread David Jordan
), however the service pack does not. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Ruby on Rails and PHP

2008-05-13 Thread David Jordan
of to enable you to access U2 from Ruby on rails. This may require building a business case to IBM why this is beneficial and how many other users want ruby on rails and php access. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http

RE: [U2] locking code question

2008-05-15 Thread David Jordan
and not directly. This would only work on UniVerse as I believe UniData does not have the AUTHORIZATION Command. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] locking code question

2008-05-15 Thread David Jordan
Hi Clif You are right, you cannot SQLise 1,19 file types. However I think the authorisation command would still work if you changed the OS permissions. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Unidata 7.1 ODBC Threading Problems?

2008-06-05 Thread David Jordan
This is just a wild thought as I do not know the details of what you are doing. Maybe look at a transaction process around the routine, where you set the transaction level to the lowest. When operating in ODBC you need to deal with RDBMS logic more that U2 for file processing. To get a clean

RE: [U2] New .Net data provider (Vista)

2008-06-11 Thread David Jordan
Hi Brian Have you been able to load the new .Net data provider on Vista. IBM tells us we need to load SP1, but this just crashes on Vista and IBM has not been able to duplicate, even though another client in the UK is having the same problem. Regards David Jordan --- u2-users mailing list

RE: [U2] RE: ODBC problems

2008-06-30 Thread David Jordan
Hi Anthony It may be an issue with permissions for the temp directory where the sort is occurring, whether on the PC or the server. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] [UV] [UB] Equating Two Arrays in UniBasic

2008-07-10 Thread David Jordan
Hi Bill The variable has probably been set up as a dimensioned array somewhere else in the program or an include file. Ie DIM Var(10) Regards David Jordan Managing Consultant --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] uniobjects help needed!

2008-08-06 Thread David Jordan
with XP Service Pack 3 or Vista 7- Does telnet suffer similar issues across the same network. Is their noise on the line? I have never seen corrupted data between rpc server and client. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit

RE: [U2] uniobjects

2008-08-13 Thread David Jordan
on the client. If you can make changes to the VB6, try and move the install out of program files and keep registered dlls from the windows directory. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: RE: [U2] Why Develop in UniVerse?

2008-08-13 Thread David Jordan
A U2 reseller has just replaced a SAP site in Australia. A good CFO should be evaluating the business case. Also many businesses are getting hamstrung by the lack of flexibility in some of these systems and U2 applications are coming out on top in that area. Regards David Jordan --- u2-users

RE: [U2] SOAP in Unidata 6.1

2008-08-22 Thread David Jordan
environment to install and support is not as easy to do and it is something all tool providers need to focus on if they want ISVs to include their tools. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Help!

2008-08-24 Thread David Jordan
Hi Laura Have they check the temp directory access rights, users require read write access to the temp directory. Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Leaving U2 World to the Dark Side (SQL)

2009-02-19 Thread David Jordan
to the database in .Net/java then they should look at 3 tier client server with this being done in the middle tier (application server) Just my 2c on this subject Regards David Jordan --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] RE: Another probably simple SB+ issue.

2009-05-05 Thread David Jordan
Hi Jeff Check the default printer for that PC. It probably has no printer so it is saving the print image as a file Regards David Jordan Managing Consultant da...@dacono.com.au --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] [u2u] UV on Windows question

2009-05-31 Thread David Jordan
Hi Brian Where is the registry change for the DOMAIN\username in windows, I have been caught by that problem before and did not know their was a simpler solution. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http

Re: [U2] Web services

2009-06-04 Thread David Jordan
David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Web services

2009-06-04 Thread David Jordan
, but there is little documentation. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Basic Developer Toolkit - Eclipse SDK

2009-06-19 Thread David Jordan
As eclipse is talking to Universe through java uniobjects, I suspect that half the work is already done to be able to duplicate this on .Net. It is really a requirement of someone duplicating the eclipse functionality in .Net and use the same calls to the database David Jordan

Re: [U2] Universe Telnet service won't start

2009-06-24 Thread David Jordan
Hi Francis It is in the Services section. Click on the required service and select the second tab which I think is the logon tab. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman

Re: [U2] Program Comments/Documentation/Notes/Revision History

2009-06-26 Thread David Jordan
Think about using xml for documentation in the source code, then some external tools can be used for documentation. *subRoutine to * modAdded to * mod Date . * mod Author Regards David Jordan ___ U2-Users mailing list

Re: [U2] Running total from UniVerse dict

2009-06-29 Thread David Jordan
Hi Kate I believe you are looking for the @ variables to solve your problem. I think in the uv help they come under the @ in the same area as the screen commands Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http

Re: [U2] UV global catalog in Pick flavour

2009-07-10 Thread David Jordan
I wanted to catalog a subroutine globally so that it could be accessed by IBM .Net data provider for U2. But the catalog routine does not allow this in the PICK flavour of UniVerse. Has anyone found a way round this. Regards David Jordan ___ U2

Re: [U2] Multivalue market and users

2009-08-04 Thread David Jordan
economy, than brands. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] UV on Windows

2009-08-05 Thread David Jordan
to release them. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] xml mapping file question

2009-08-08 Thread David Jordan
Hi Norm Have you found any tools to help generate the excel stylesheets other than manual coding. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Better and Better Application - Launching today Friday 8/21/09 -- Browser instructions

2009-08-22 Thread David Jordan
it apart, furthermore volunteers are always welcome. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Change is a coming!

2009-09-15 Thread David Jordan
to the future of U2 and as a user group we can hopefully make it successful. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] u2/rocket/datastage

2009-09-16 Thread David Jordan
Datastage is not part of U2. There is no comment about it being sold and I doubt if it would. It is a strategic component of their business intelligence stable. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of

[U2] U2 come back

2009-09-17 Thread David Jordan
David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Problem with Multi-value market in general

2009-09-17 Thread David Jordan
. These guys get away with it, because no one challenges them. Like bullies, they often run away at the first challenge. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Problem with Multi-value market in general

2009-09-18 Thread David Jordan
is that is provides competition in the Multivalue market. If Oracle had the same level of competitive providers as the mv world has, they would not have got away with their price tag for so long. David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] Cloud computing

2009-09-22 Thread David Jordan
and effortlessly, I wonder how easily some of the RDBMS will adapt to the future challenges. Adaption is the strongest requirement for a technology to be resilient and I think U2 has shown that well over the past 15 years or more. Regards David Jordan

Re: [U2] Basic developer toolkit crashing

2009-09-28 Thread David Jordan
. It is very frustrating as you loose your work since the last save and it breaks your concentration. I am trying to identify it is a toolkit problem or an environment issue. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] U2 is now Rocket U2

2009-10-12 Thread David Jordan
open up for U2 packages. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Unibasic: Sample program - to extract data from Table

2009-10-13 Thread David Jordan
is becoming numbered. What businesses need are people who come up with innovative and clever ways of doing things that improves the bottom line. David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2

Re: [U2] Sequentially Hashed Files

2009-10-20 Thread David Jordan
Hi Ray Are you using UniVerse or UniData. I use dynamic files and never have to resize them in UniVerse. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] unable to run universe adminstrator

2009-12-19 Thread David Jordan
Hi Dave The administrator is in the client tools download. You can find it under the trials menu option. Regards David Jordan -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dave R Sent: Sunday, 20 December

Re: [U2] [UV] odd problem with read statement assigning variable with random data with else clause in pick flavor

2009-12-22 Thread David Jordan
Hi Troy The problem with that code is that the else clause is taken when the record is locked. You are assuming if the else clause is taken that the record does not exist, which is not a safe assumption. I would suggest Readu citem from fv, key locked * locked options End then * then options

Re: [U2] Slow Universe/Win processes dropping

2009-12-26 Thread David Jordan
Hi Tony This one is a pain. Uniadmin is possibly the best option, however it is not always effective and straight away plus you really bang your head on the wall if a record is locked by one of those processes. Regards David -Original Message- From:

Re: [U2] UniVerse haning after putting password in (win2003)

2010-01-08 Thread David Jordan
Has anyone experienced a situation where UniVerse hangs after you enter user name and password has been entered. We had this problem with uniObjects and then I tested the telnet and this is the situation I discovered. When we do a reboot the problem seems to clearaway. This is running on a

Re: [U2] Error connecting to Universe using Web Service Developer

2010-02-17 Thread David Jordan
I have seen this before. Check all the permissions such as c:\ibm\uv\bin\uvtemp Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Pick on Mac

2010-03-30 Thread David Jordan
The MAC OS is a version of openBSD I believe, and Universe did have a BSD implementation in the past. If Rocket had a business case for doing it, I suspect Rocket could put UniVerse on Mac. David Jordan ___ U2-Users mailing list U2-Users

Re: [U2] Dynamic Connect - Mousing

2010-04-06 Thread David Jordan
and see if that works. Regards David Jordan -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Brutzman, Bill Sent: Wednesday, 7 April 2010 8:21 AM To: U2 Users List Subject: [U2] Dynamic Connect - Mousing

Re: [U2] Quick poll - how many use 3-tier or N-tier Architecture

2010-04-08 Thread David Jordan
to keep the business rules in UniVerse Basic. As the business rules are integrated with the database, we believe there is a performance advantage over a middle tier business rule engine, but we have not tested that theory. Regards David Jordan ___ U2

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

2010-04-19 Thread David Jordan
Hi Kevin Are you putting the domain name in the username dn\user for the logon to Unidata? Regards David Jordan ___ 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-19 Thread David Jordan
Hi Kevin I suggest you try with the domain and see if that works. Regards David Jordan ___ 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-20 Thread David Jordan
Hi Kevin It maybe permissions on other folders on that server. I would suspect that OLEDB needs to hold data in a temporary area, that temporary area may not be the same level of permissions on the box that is failing. Calling within linked server may change where that temporary area is

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

2010-04-22 Thread David Jordan
Hi Kevin They do the same thing in IIS. It is a security issue to restrict unauthorized users from accessing greater functionality. I would suspect this is to stop hackers being able to use SQL Queries to access the operating system and carrying out malicious activities. This is probably

Re: [U2] UniRPC Connection

2010-10-10 Thread David Jordan
. Regards David Jordan -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett Sent: Monday, 11 October 2010 11:19 AM To: U2 Mail List Subject: [U2] UniRPC Connection I have access to multiple UniData servers

Re: [U2] U2 DataVu Query

2010-11-19 Thread David Jordan
You need to populate that UD.ACCOUNT with a record for that UD.ACCOUNT. You can either manually create it or use UniAdmin to update an already created account. You may also need to fill in the description field. Regards David Jordan -Original Message- From: u2-users-boun

Re: [U2] Frustrated with Rocket / Unidata 7.2

2011-02-17 Thread David Jordan
is pretty good. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Friendfeed and U2 EDA similarities

2011-02-20 Thread David Jordan
for performance. It would usually require U2 to the only application updating the database. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] U2UG Elections 2010 - Request For Comment

2011-03-18 Thread David Jordan
we can get U2 to be included in University courses, all of these play a small role in making U2 stronger. If there are 3,000 people all doing the same thing, think of what we could achieve. Regards David Jordan ___ U2-Users mailing list U2-Users

Re: [U2] Unidata sessions stop at any time

2011-03-19 Thread David Jordan
Hi Marco Call support of the guys you brought Unidata from, I think there is a patch for your issue. Regards David Jordan -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Marco Antonio Rojas Castro Sent: Sunday

Re: [U2] U2UG Elections 2010 - Request For Comment

2011-03-21 Thread David Jordan
, but what we need is ideas more than money. David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] U2UG Elections 2010 - Request For Comment

2011-03-21 Thread David Jordan
have racked their brains trying to come up with ideas to touch base with all users, if anyone has ideas let us know. Thirdly the directors don't have the time to do everything that is required, many hands make light work and we need more involvement of other users. Regards David Jordan

Re: [U2] U2UG Elections 2010 - Request For Comment

2011-03-21 Thread David Jordan
Thanks Ron Not knowing raises concerns of what are the motives behind the emails. Will probably means well, but misunderstands what Rocket is doing for the U2UG and some of his comments are unfair to the people involved. David ___ U2-Users mailing

Re: [U2] U2UG Elections 2010 - Request For Comment

2011-03-21 Thread David Jordan
are clears the air for everyone in discussions and minimises misunderstandings. Regards David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Opinions on Cache

2011-04-09 Thread David Jordan
to put the priority to ensure that meets our requirements. The U2UG has set up the better and better site and Rocket has the u2as...@rs.com email. Please take advantage of these to refine U2 to meet your expectations. Regards David Jordan U2UG VP

Re: [U2] Opinions on Cache

2011-04-09 Thread David Jordan
for data is quite innovative and how it propagates to client tools is nifty. With IBM U2 was under resourced, with Rocket U2 has better resources and it is in a much better position to advance quickly with new innovation, it is now time for ideas. David Jordan

Re: [U2] Opinions on Cache

2011-04-10 Thread David Jordan
issue that those who know TSQL are mostly 40+, I don't see Microsoft sales slowing down because of this. David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Saying Goodbye...

2011-04-27 Thread David Jordan
of client tools including .Net, java, etc. David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Saying Goodbye...

2011-04-28 Thread David Jordan
HI Jake A work group license is A$570 David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

[U2] Reliability doesn't raise enough issues to keep the list busy

2011-05-02 Thread David Jordan
with all the bugs. David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Reliability doesn't raise enough issues to keep the list busy

2011-05-03 Thread David Jordan
. Buggy may have been a bit harsh, but there is an issue of consistency and dependability of development. David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users

Re: [U2] Reliability doesn't raise enough issues to keep the list busy

2011-05-03 Thread David Jordan
of business justification, then they will have a short life span. I don't really see why we need to know what the number of users in the market are, it is not that relevant. David Jordan ___ U2-Users mailing list U2-Users@listserver.u2ug.org http

<    1   2   3   4   >