Search found 52 matches

by mluchterhand
Thu Apr 23, 2015 10:13 am
Forum: General Development
Topic: Misc 4.3 Issues
Replies: 14
Views: 21144

Re: Misc 4.3 Issues

Steve, As BR crashes immediately after issuing the command I am unable to press F2. By adding pauses/etc in my code I have determined it is this line of code: EXECUTE "sys /usr/local/bin/sendEmail -t xxxxxxxxx@xxxmfg.com,xxxxxxxx@xxxmfg.com -f xxxxxxxx@xxxwnlease.com -l /usr/br/parmas/emaillogc...
by mluchterhand
Mon Apr 20, 2015 7:39 am
Forum: General Development
Topic: Misc 4.3 Issues
Replies: 14
Views: 21144

Re: Misc 4.3 Issues

Update on Original Problems Out of curiosity and frustration I updated the Operating System on our server from Red Hat 6 to CentOS 7. This seems to have solved the problem of the long delay after supplying credentials. The cursor remnants problem remains. The BR Assertion problems remain. Would app...
by mluchterhand
Tue Apr 07, 2015 10:44 am
Forum: General Development
Topic: Misc 4.3 Issues
Replies: 14
Views: 21144

Re: Misc 4.3 Issues

Thank you for the feedback everyone! Gordon My concern isn't that the cursor is different for overwrite just that it leaves its markings on the screen. The marking sometimes remain even after chaining to new programs and PRINT NEWPAGE statements so they can be a little annoying sometimes. Unfortunat...
by mluchterhand
Thu Apr 02, 2015 1:57 pm
Forum: General Development
Topic: Grid Validation
Replies: 4
Views: 9255

Re: Grid Validation

Gabriel, I have had some time to work on this program again. I have made the changes you suggested and it is definitely much easier to work with. Thank you for that. However, I am still unsure of how to validate the data properly. I have tried validating several ways and I almost always end up with ...
by mluchterhand
Mon Mar 30, 2015 9:56 am
Forum: General Development
Topic: Misc 4.3 Issues
Replies: 14
Views: 21144

Misc 4.3 Issues

Hi Everyone, We recently upgraded from 4.1 client server to 4.3 client server. Linux Red Hat server. Windows 7 clients. For the most part everything has went pretty smoothly but there are a few little things I would like to address if possible and I'm wondering if anyone has seen these issues: Curso...
by mluchterhand
Wed Feb 18, 2015 12:03 pm
Forum: BR Configuration
Topic: WSID Problems
Replies: 7
Views: 17637

Re: WSID Problems

Gabriel and Luis,

Thanks a ton! Adding the WSID=UNIQUE to my brconfig.sys did the trick. Doesn't appear this was required in my 4.1 config. Much appreciated!
by mluchterhand
Wed Feb 18, 2015 10:11 am
Forum: BR Configuration
Topic: WSID Problems
Replies: 7
Views: 17637

Re: WSID Problems

Hi Gabriel, Thanks for the feedback. We do sometimes have multiple users log in from different user names but not frequently so if this is the way 4.3 is we can probably make it work. I was just hoping for an easy fix as it will inconvenience some users (particularly me) as I often use multiple logi...
by mluchterhand
Fri Feb 13, 2015 10:22 am
Forum: BR Configuration
Topic: WSID Problems
Replies: 7
Views: 17637

WSID Problems

Hi Everyone, I am having a problem with WSIDs being assigned on a client server setup. When I try to login with two different login names on the same client machine it is assigning the same WSID regardless of the login name. I cannot get logged in with the second username while the first is still ac...
by mluchterhand
Fri Feb 13, 2015 8:47 am
Forum: BR Wiki
Topic: Is the Wiki Down?
Replies: 19
Views: 46752

Re: Is the Wiki Down?

I can't access the wiki either. Just a blank white page in Chrome. Internet Explorer gets a HTTP 500 Internal Server Error.
by mluchterhand
Fri Jan 30, 2015 10:35 am
Forum: General Development
Topic: Grid Validation
Replies: 4
Views: 9255

Grid Validation

Hi, Sorry if this is a dumb question but I'm very new to grids. I have successfully created a grid that accepts input and is properly reading changes back into the proper arrays (thanks to the BR Wiki). However, my problem is that I need to validate most of the entered data and I'm not sure how to d...
by mluchterhand
Tue Jan 28, 2014 8:36 am
Forum: Using this forum
Topic: Setting Up Your RSS Feed
Replies: 2
Views: 11847

Re: Setting Up Your RSS Feed

For those using Outlook, try using http:// brforum.brulescorp.com/feed.php for the URL to get Outlook to recognize the RSS feed (without space after http:// - forum appears to automatically shorten)
by mluchterhand
Tue Dec 11, 2012 1:19 pm
Forum: BR Configuration
Topic: BR Client-Server 4.2 Installation
Replies: 3
Views: 12905

Update

I was able to find out a little more about the segfault error generated in 4.18: A segmentation fault (also known as a segfault or a segmentation violation ) occurs when a process attempts to access a memory location that it is not allowed to access, or attempts to access a memory location in a way ...
by mluchterhand
Tue Dec 04, 2012 10:02 am
Forum: BR Configuration
Topic: BR Client-Server 4.2 Installation
Replies: 3
Views: 12905

Anti-Virus/Firewall

I tried with both the firewall and anti-virus disabled and received the same results. I have also tried from two separate clients, one running Windows 7 Professional and the other running Windows XP Professional. To see what would happen, I setup the latest version of BR 4.18 on the new server. With...
by mluchterhand
Fri Nov 30, 2012 4:47 pm
Forum: BR Configuration
Topic: BR Client-Server 4.2 Installation
Replies: 3
Views: 12905

BR Client-Server 4.2 Installation

Hi, we recently purchased BR 4.2 and a new Red Hat Enterprise Linux 6.3 Santiago 64-bit server. One of the first packages I installed was redhat-lsb.i686 to allow 32-bit applications to be run. I am under the impressions that you need BR 4.3 to run true 64-bit. Is that correct? Anyhow, I am currentl...
by mluchterhand
Tue May 22, 2012 3:04 pm
Forum: General Development
Topic: Config Collate Alternate
Replies: 3
Views: 6872

Config Collate Alternate

Hi Everyone, During our daily indexing the following commands are issued: EXECUTE 'config collate alternate' index statement 1... index statement 2... etc.... EXECUTE 'config collate native' I'm wondering what the config collate alternate does differently. I am in the process of migrating from 4.16 ...