Search found 255 matches

by GomezL
Wed Feb 18, 2015 10:42 am
Forum: BR Configuration
Topic: WSID Problems
Replies: 7
Views: 17492

Re: WSID Problems

I do know that if you have an existing session running on your machine, then it will use the same WSID for additional sessions.

Switching users might complicate the issue.

I finally gave up on using WSID to track users, and set it to WSID = 600+

This made things a lot easier for me.
by GomezL
Fri Aug 22, 2014 6:20 am
Forum: General Development
Topic: Windows Server 2012 R2 problems
Replies: 6
Views: 10852

Re: Windows Server 2012 R2 problems

Yes, SMB2 is faster because it does things like assume Opportunistic Locking on multiple machines simultaneously.

That's fine, except data gets damaged.
by GomezL
Thu Aug 21, 2014 6:44 am
Forum: General Development
Topic: Windows Server 2012 R2 problems
Replies: 6
Views: 10852

Re: Windows Server 2012 R2 problems

In Client Server, you need to worry about where you put the 'PrintFile'. Printfile=test.pdf will be created in your application, probably on the server. Printfile=@::Test.pdf will be created in your Client Folder This code worked for me in client server. The file was Created on the 'C: Drive in the ...
by GomezL
Mon Aug 18, 2014 2:54 pm
Forum: BR Configuration
Topic: Multisession CS - Log off
Replies: 5
Views: 14486

Re: Multisession CS - Log off

This is BR 4.30 only, but ... EXECUTE "Config CLIENT_SERVER RECONNECT_AFTER=10 RECONNECT_TIME=10 SYS Logoff This sets the "Reconnect to 10 seconds, and then shuts down". As you mentioned, this should allow enough time to shutdown, but if not, the server shuts itself down. PS: Are you ...
by GomezL
Thu Jul 31, 2014 3:34 pm
Forum: General Development
Topic: Windows Server 2012 R2 problems
Replies: 6
Views: 10852

Re: Windows Server 2012 R2 problems

Try to search the forum for "SMB2", there are a few threads on it.

Also, our #1 answer to Microsoft Windows issues is:

http://www.petri.com/how-to-disable-smb ... r-2008.htm

SMB2 even fully patched still is a cause of data corruption (Sometimes).
by GomezL
Mon Apr 28, 2014 8:04 am
Forum: Advanced Concepts
Topic: 32 bit HASH Code
Replies: 0
Views: 9383

32 bit HASH Code

This is an interesting little routine. It will convert any string to a 32 bit hash suitable to be stored in a BH 4. While it is not guaranteed to provide a unique value for every string, it does a pretty good job! THIS IS NOT A SECURE HASH, and should not be used for security purposes. The value is ...
by GomezL
Sun Apr 20, 2014 8:37 am
Forum: General Development
Topic: Problems with BR on Windows virtual machine running on Linux
Replies: 2
Views: 7247

Re: Problems with BR on Windows virtual machine running on L

f:\pjc_apps\bcbs_mst.01\pjcbcb~1.exe Start by shelling CTRL-] from BR, and try the command directly from the CMD prompt. That often helps to figure things out. The second issue. pjcbcb~1.exe is the "8.3 Short Name" for the file. It is not actually the "Guaranteed Name", for examp...
by GomezL
Wed Apr 09, 2014 3:00 pm
Forum: Advanced Concepts
Topic: BEGIN TRANSACTION / COMMIT (SQL)
Replies: 0
Views: 9722

BEGIN TRANSACTION / COMMIT (SQL)

I have been working with SQL server, and am trying to implement transactions.


BEGIN TRANSACTION

INSERT INTO SAMPLE ...
INSERT INTO SAMPLE ...
INSERT INTO SAMPLE ...

COMMIT

Anyone have any idea what the BR syntax would be?
by GomezL
Thu Mar 13, 2014 9:53 am
Forum: Advanced Concepts
Topic: HTTPS
Replies: 1
Views: 10218

HTTPS

I have used HTTP to connect to a web page, as an example: 00030 OPEN #2: "name=http://www.microsoft.com/en-us/default.aspx,http=client",DISPLAY,OUTIN When I try to read the page as HTTPS, I get unknown curl error 00030 OPEN #2: "name=https://www.microsoft.com/en-us/default.aspx,http=c...
by GomezL
Sat Jan 25, 2014 9:51 pm
Forum: Advanced Concepts
Topic: Winsat - Windows Metrix Information
Replies: 0
Views: 9607

Winsat - Windows Metrix Information

Winsat is a tool to measure Windows Performance information http://technet.microsoft.com/en-us/library/cc742157.aspx The Following example will create an xml file called C:\Work\WinSat.XML Winsat disk -drive c -ran -write -count 10 -xml c:\work\WinSat.xml View the file in a browser. There really is ...
by GomezL
Sat Jan 25, 2014 5:02 am
Forum: Advanced Concepts
Topic: Network Timing
Replies: 1
Views: 10183

Re: Network Timing

I am always fascinated by performance, so I was curious to do some testing. *Disclaimer benchmarks can be misleading! Please read on if you are interesting in the details, but here is a short summary. BR 4.30 perform CPU transactions FASTER than BR 3.83s BR 3.83s performs Screen IO FASTER than BR 4....
by GomezL
Tue Nov 05, 2013 2:13 pm
Forum: General Development
Topic: BR 4.30
Replies: 3
Views: 7636

Good thing ScreenIO supports 4.3. Particularly since I use ScreenIO & FileIO as well!


Anyone else?

Luis
by GomezL
Mon Nov 04, 2013 1:36 pm
Forum: General Development
Topic: BR 4.30
Replies: 3
Views: 7636

BR 4.30

I just released our latest product with BR 4.30+zmf.

So far things are looking good!

Just curious, who else has pulled the trigger with BR 4.3?
by GomezL
Tue Jul 16, 2013 12:50 pm
Forum: Printing
Topic: NWP Printing (EMF Breaking up by Spaces)
Replies: 2
Views: 11805

You are correct, I am attempting to print to a special print driver that archives the print jobs as an image. The print driver looks for the specific code to identify the filing information. This used to work with NWP, but it seems that BR is getting fancy an sending "Alignment information' bet...
by GomezL
Tue Jul 16, 2013 12:36 pm
Forum: Printing
Topic: NWP Printing (EMF Breaking up by Spaces)
Replies: 2
Views: 11805

NWP Printing (EMF Breaking up by Spaces)

It looks like BR 4.x? changed the way that printing works when using NWP. We print something like this: ~0% Var0 "N~FILENO=/FOW.1234~CMT=/Remittance Report" ? On paper, this looks great, every thing looks just like it should. In the windows print stream it looks more like this ~0% Var0 &qu...