[U2] .Net Components

2005-05-23 Thread George Smith
Hi all, What .Net components (c#) are being used by Unidata developers since we now have the .Net connectivity? We use Infragistics and Xceed at work for use with MS SQL. Would like some pickie opinions for home development. thanks George R Smith Programmer / Analyst

[U2] Replication on UniVerse

2005-05-23 Thread David Wolverton
Does UniVerse support Replication like UniData does? Has anyone used the UniVerse Replication with success or are there 'warnings' attached? Thanks for any thoughts... David --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

Re: [U2] Replication on UniVerse

2005-05-23 Thread Manu Fernandes
Yes, UV have a replication method and it works very good. See UV Docs Admin Chapter 13 Just two advices, if you run the uv release below 10.1.7 you must use Uniadmin GUI to manage replication : - be carefull about the release of uniadmin and check the correct release for your level of uv -

[U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Kevin King
I have a client system running UV 9.6 on Linux, and sometime between midnight and 4am in the morning, there's a job getting started that is horking up some data. I've checked cron and I'm not seeing anything getting started there, any other ideas where I should look? UV itself doesn't have a

Re: [U2] .Net Components

2005-05-23 Thread Don Kibbey
I've found that since the UniObjects.Net library does not create native .Net data structures (datatables, datasets, etc), I have to create them myself. So, to make use of things like Component One's flex grid, I build a datatable from the UniVerse system and feed the datatable into the

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Ed Clark
you could look in the PH file and maybe find some traces if the problem program is being run as a phantom. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin King Sent: Monday, May 23, 2005 2:41 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UV] To

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Chuck Mongiovi
If you were on UV 10, I'd say put an update trigger on the file and watch what / who's doing it .. -Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin King Sent: Monday, May 23, 2005 3:41 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UV] To Cron

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Glen B
cd /etc grep -r programname * Glen http://mvdevcentral.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin King Sent: Monday, May 23, 2005 3:41 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UV] To Cron or Not To Cron? I have a client

[U2] Tax calculating routine

2005-05-23 Thread tom
Hi: Does anyone have access to or knowledge of a routine for calculating sales tax within the 48 states and the Provincial Sales / GST tax for Canada? We have looked at Vertex and while it is very powerful it is very expensive. We would like one that is more reasonably priced. We do not need

RE: [U2] .Net Components

2005-05-23 Thread Tony Gravagno
George Smith wrote: What .Net components (c#) are being used by Unidata developers since we now have the .Net connectivity? We use Infragistics and Xceed at work for use with MS SQL. Would like some pickie opinions for home development. Hi George, outside of the standard 3, what kind of info

Re: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Gordon J Glorfield
Hey Kev, No, there isn't a native UV scheduler. But I would guess that most shops have a roll-your-own job scheduler of some kind. I know we have one here that was built in-house. HTH, Gordon Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 [EMAIL

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread tom
Could it be a SLEEP'ed process? I haven't figured out how to catch it yet, but that is the only scheduler like process I know of within UV. Tom Dodds [EMAIL PROTECTED] 630-235-2975 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin King Sent:

RE: [U2] Tax calculating routine

2005-05-23 Thread George Smith
Tom, I know what you mean about the expense of Vertex - used it for 5 years on previous job . Do not know if this will help but we use CCH for the tax tables and they are quite reasonable. The data is provided to you via text files (monthly). You could import them into UniVerse and write pick

RE: [U2] Domino / Universe connectivity

2005-05-23 Thread David Jordan
In looking for a solution to Domino, remember that Lotus Notes/Domino is being rolled into/replaced by websphere, so anything you do requires may need to be compatible with the conversion of Domino to Websphere for the client. Regards David Jordan -Original Message- From: [EMAIL

RE: [U2] Tax calculating routine

2005-05-23 Thread Tony Gravagno
Hi Tom. Contact Stan Zegel at AdValorem. They have a product that's called EasyTax which is a sales tax gateway. They interface with Vertex, but also with Taxware, with CertiTax and TaxGen to follow at some point. Coincidentally they're right in your area. http://www.advalorem.us/,

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Piers Angliss
Two nations, divided by a single language...(or maybe it's just my age) UV doesn't have a scheduler as such, but there's any number of ways to implement one - at the simplest level, Phantom a process to sleep till 3 am, do something and Phantom itself again. You could try using cron to do a ps

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Kevin King
Which, at 9.6, makes this advice completely not applicable... :-) I completely agree, I wish it was UV10, but... -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chuck Mongiovi Sent: Monday, May 23,

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Kevin King
But I don't know the program name, that's what I'm trying to find! :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen B Sent: Monday, May 23, 2005 2:57 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] To Cron or Not To Cron? cd /etc

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Bob Woodward
We, also, have a UV scheduler that isn't native to UV. Another thing you might check for is if you have some kind of day-end process that is kicked off manually. We have a day and night shift and when the night shift is done, they kick-off a day end posting process that runs for a number of

RE: [U2] Tax calculating routine

2005-05-23 Thread Kevin King
The tax calculations themselves are a bit challenging, but not exactly rocket science. I've done tax calculations for US, Canada, and at least a dozen other countries, and can tell you this: There are two issues that make Vertex a valuable solution: 1) Calculation Updates: Governmental

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Kevin King
That's a great idea, but this client has a pretty dirty PH ( 4 items) and I just don't even know where to start considering I know the name of the file being affected but nothing else. Maybe the first place to start is getting permission to clean this file? -Kevin [EMAIL PROTECTED]

Re: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Jerry Banker
You can start a phantom job from a proc or paragraph that has a sleep in it. Or, it is possible, if someone can get to the op level, to start a cron of their own. - Original Message - From: tom [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Monday, May 23, 2005 4:41 PM

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Kevin King
My apologies for the vernacular. Horking, from the made up word hork meaning to damage. -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 266.11.15 - Release Date: 5/22/2005 ---

RE: [U2] Tax calculating routine

2005-05-23 Thread Kieran Clulow
You could call your congressman and get him to harmonise the sales tax regimes across the states? Then just write two routines. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Gravagno Sent: Tuesday, 24 May 2005 8:03 AM To:

[U2] UV PE for Windows

2005-05-23 Thread mkmullane
I was just wondering if anyone knows whether the latest version of UV PE for Windows on the IBM website includes UVADMIN. I would like to download a copy onto my own computer to test some software I am working on for a client, but I need to create several different UV accounts in the process,

RE: [U2] Tax calculating routine

2005-05-23 Thread Anthony Dzikiewicz
Calculation updates - yes This exapmle probably doesnt affect your type of business. In Mass (and maybe Rhode Island this year) there ia a tax free day in August. Where you can purchase 'some' items completely free of tax. So, if you need a big screen tv this is the time to buy, but not a

Re: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Scott Richardson
Backup job? Some batch processing happening that someone forgot to stop if/when things changed? Sending or recieving data from another system source? Listening for incoming data via some process from some other system and maybe that other system itself goes down for backups or maintenance or

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Larry Hiscock
Cron jobs can run as virtually any user. Have you checked ALL the crontabs in /var/spool/cron/ ? Larry Hiscock Western Computer Services - Original Message - From: Kevin King [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Monday, May 23, 2005 3:41 PM Subject: [U2] [UV] To

Re: [U2] UV PE for Windows

2005-05-23 Thread Eugene Perry
When I downloaded the previous version, I had to download the client as well. For some strange reason UVADMIN was in the client. You might try and see if it there for the new version. Eugene - Original Message - From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Monday, May

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Kevin King
Looking into that now. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Hiscock Sent: Monday, May 23, 2005 6:53 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] To Cron or Not To Cron? Cron jobs can run as virtually any user.

RE: [U2] UV PE for Windows

2005-05-23 Thread Womack, Adrian
You can create accounts on Windows just like on Unix - create a directory and run the uv command while attached to the directory, it will prompt asking whether to create a new account and which flavour you require. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Key Ally
Kevin, Can you rename the file during the 'danger time' and see if something blows up? - Chuck Bet I Can Make It Explode Barouch --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/