RE: [U2] Basic developments reverse engineering tool ?

2007-06-28 Thread Brian Leach
All This is something we're keen to add to the U2UG website. We're testing out a couple of different Wikis at the moment. We expect to have something in place very soon for the community to add technical tips, FAQs, learning materials, utilities, possibly vendor pages and similar materials.

RE: [U2] Basic developments reverse engineering tool ?

2007-06-28 Thread Brian Leach
Tony/Susan Having written two such 'system auditors' I can tell you from experience that it's not that easy to do a good source analysis. The problem is that every system is different, adopts different standards, use different tools, are often very incomplete, and most include lots of bad

[U2] Credit Card Verification Software

2007-06-28 Thread Brian Leach
All I'm looking for recommendations on credit card verification software that will integrate nicely with an MV application. It needs to perform real-time authorisation, and should support the standard credit cards used in the UK - Diners, Amex and charge cards are not required. Direct or

RE: [U2] Basic developments reverse engineering tool ?

2007-06-28 Thread Anthony Youngman
PLEASE put stuff like this on PickWiki. It's a wonderful place to put snippets, small programs, etc etc. The one thing to watch out for about a user group keeping a repository is that there's copyright issues involved. If you wrote the utility, you can put it on PickWiki, or in a repository, or

Re: [U2] Credit Card Verification Software

2007-06-28 Thread George Land
Brian, It depends on how you want to do it, we have software that works from the mv server (UniData in our case) and posts the data to a payment provider getting the appropriate messages in return. It has the advantage that being server based it can be used by anyone using any device and we can

RE: [U2] Device Licensing

2007-06-28 Thread phil walker
Sorry for the error on my part. It took me a while to figure that out myself when I tried to find it on another client ;-). What version of UV are you running? My environment is UV 10.2.4 Enterprise on RHEL 4.0 using SSH. (This is not officially supported). It doesn't work. I get the

RE: [U2] Device Licensing

2007-06-28 Thread David Ward
I'm running 10.2.0 on windows. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of phil walker Sent: Thursday, June 28, 2007 3:50 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Device Licensing Sorry for the error on my part. It took me a while to

RE: [U2] Basic developments reverse engineering tool ?

2007-06-28 Thread Susan Joslyn
I was thinking of the sort of documentation that you could get from writing a utility to comb through code. I've written some (not for prime time) versions of this sort of thing. In particular whenever converting from one platform to another. The types of technical documentation that one can

RE: [U2] Device Licensing

2007-06-28 Thread Jerry Banker
Does it work with ssh? -Original Message- From: John Jenkins [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 27, 2007 3:46 PM To: u2-users@listserver.u2ug.org Subject: [U2] Device Licensing As others have posted: Device Licensing works for both U2 databases as long as you have a

RE: [U2] Credit Card Verification Software

2007-06-28 Thread Brutzman, Bill
Google has a way to do this. Also consider AWS, Amazon Web Services. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brian Leach Sent: Thursday, June 28, 2007 3:38 AM To: u2-users@listserver.u2ug.org Subject: [U2] Credit Card Verification Software

RE: [U2] UD Backups

2007-06-28 Thread Brutzman, Bill
Bill: I would be interested to look over these NT scripts... --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bill Haskett Sent: Wednesday, June 27, 2007 7:32 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] UD Backups Colin: As always,

[U2] Phantoms not working

2007-06-28 Thread Moderator
REPOSTED FOR NON-MEMBER ADDRESS: DMeerholz [EMAIL PROTECTED] Hi, Anyone got any ideas what the problem here could be? I installed uniVerse on a FedoracCore 6 box the other day, got everything working fine... I thought, until i realised today that the phantoms aren't running. I have a little

RE: [U2] Phantoms not working

2007-06-28 Thread Anthony Youngman
Not sure what you mean by checked another box, but it does sound very like a paths problem. What user is the phantom running as? What does that user's .profile contain? Could the user launching the phantom drop to the linux command line and run bin/uv? Cheers, Wol -Original Message-

RE: [U2] RE: [UD] BSELECT @SYSTEM.RETURN.CODE anomaly

2007-06-28 Thread Dean.Armbruster
According to the UniData documentation (UniData UniBasic Commands Reference (BASR.pdf), Appendix B), @SYSTEM.RETURN.CODE is supposed to be the number of items in the select list. This is for all the various SELECT commands, (SELECT, SSELECT, NSELECT, QSELECT), not just BSELECT. Using the example

[AD] [U2] Basic developments reverse engineering tool ?

2007-06-28 Thread Laura Hirsh
The type of Technical Documentation that Susan mentions is a part of DocuSys! Not only does DocuSys comb through basic code, and also the gamut of SB+ bits, but it sends it to MS Word - nicely formatted, with a table of contents, pagination, Styles, etc. Options include both User Documentation

[U2] [AD] UniVerse Programmer needed in New Jersey

2007-06-28 Thread Barry Rogen
Position: Full time, permanent U2 programmer Environment: UniVerse, residing on HP systems Location:Northern New Jersey Experience Level: 1 - 5 years Type Business: Manufacturing Requirements/Expectations: Must be able to mutitask and

RE: [U2] Credit Card Verification Software

2007-06-28 Thread John Hester
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Leach Sent: Thursday, June 28, 2007 12:38 AM To: u2-users@listserver.u2ug.org Subject: [U2] Credit Card Verification Software All I'm looking for recommendations on credit card verification

RE: [U2] UD Backups

2007-06-28 Thread Bill Haskett
Bill: Try http://www.pickwiki.com/cgi-bin/wiki.pl?AutomateNTBackup. Let me know if this helps. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brutzman, Bill Sent: Thursday, June 28, 2007 6:19 AM To: 'u2-users@listserver.u2ug.org' Subject: RE:

Re: [AD] [U2] Basic developments reverse engineering tool ?

2007-06-28 Thread MAJ Programming
How does it work with parameter driven code. One of my clients has procs like this: HRUN BP SOP1500 STON HORDER HCUSTOMER HPRODUCT HVENDOR P whereby the program (BP SOP1500) has the corresponding INPUT statements for the file names and opens them as F1, F2, F3 which is a real bear when reading