Search found 286 matches

by bluesfannoz
Fri Feb 24, 2023 11:34 am
Forum: Advanced Concepts
Topic: 4145 Error trying to open HTTP=client connection
Replies: 0
Views: 390

4145 Error trying to open HTTP=client connection

On Windows Server 2022 we are experiencing an issue with getting a 4145 error trying to open a simple http port to report some information to our webserver. I have done all the usual exclusions in Windows firewall and Defender antivirus. To no avail. It almost seems like a trust of the application i...
by bluesfannoz
Wed Jan 04, 2023 2:53 pm
Forum: Advanced Concepts
Topic: wbterm for Linux
Replies: 0
Views: 502

wbterm for Linux

Where can I get the wbterm application for Linux to compile wbterm.in to wbterm.out?
by bluesfannoz
Tue Nov 08, 2022 12:24 pm
Forum: 3rd Party Software from the BR Community
Topic: Scripting Bridge through IIS
Replies: 1
Views: 1042

Re: Scripting Bridge through IIS

I figured out the solution. I had to change the user that the application identity pool was using to execute the shell. It was using the builtin IUSR account. I created an account specific for this purpose and set the application identity pool to use that user. Obviously I also had to set permission...
by bluesfannoz
Mon Nov 07, 2022 12:31 pm
Forum: 3rd Party Software from the BR Community
Topic: Scripting Bridge through IIS
Replies: 1
Views: 1042

Scripting Bridge through IIS

I am attempting to pass some data from BR to a website using the scripting bridge. Problem is that the website requires being hosted on IIS. I have been successful at getting it to fire the BR application but it hangs. Here is the logging for BR starting up: Setting logging to log file c:\inetpub\ww...
by bluesfannoz
Mon Oct 31, 2022 11:16 am
Forum: 3rd Party Software from the BR Community
Topic: Scripting Bridge and IIS
Replies: 23
Views: 32934

Re: Scripting Bridge and IIS

Is anyone out there still using the Scripting Bridge?

My code I used previously to work IIS no longer works. I can get IIS to fire the BR executable but it just hangs. Any ideas why it might hang. Nothing in BR logs.
by bluesfannoz
Thu Sep 08, 2022 9:23 am
Forum: Advanced Concepts
Topic: Azure AD Multi Factor Authentication
Replies: 0
Views: 874

Azure AD Multi Factor Authentication

Has anyone tested BR Client Server on a Network using Azure Active Directory with Multi Factor Authentication enabled? I am actually trying to get a test environment setup to test this but thought I would check if anyone else has already done so. I envision authentication failing because of the need...
by bluesfannoz
Tue Aug 16, 2022 8:50 am
Forum: Advanced Concepts
Topic: Convert Unix Timestamp
Replies: 4
Views: 2468

Re: Convert Unix Timestamp

In actuality Luis, Timer is what I needed because I am trying to determine how long ago I authorized a user and the api returns a unix timestamp. So I can just subtract that timestamp from Timer and know how many seconds it has been! Perfect! Thanks again both David for your correct calculation and ...
by bluesfannoz
Tue Aug 16, 2022 8:40 am
Forum: Advanced Concepts
Topic: Convert Unix Timestamp
Replies: 4
Views: 2468

Re: Convert Unix Timestamp

Thanks! David and Luis Exactly what I needed!
by bluesfannoz
Tue Aug 16, 2022 7:50 am
Forum: Advanced Concepts
Topic: Convert Unix Timestamp
Replies: 4
Views: 2468

Convert Unix Timestamp

Anyone know a way in BR to convert a Unix Timestamp to work with BR?

Example of a Unix Timestamp 1660657729

Equivalent Date Time:
August 16, 2022 8:48:49 AM
by bluesfannoz
Fri Aug 05, 2022 12:52 pm
Forum: Advanced Concepts
Topic: MFA authentication using BR's HTTP Client
Replies: 1
Views: 1283

MFA authentication using BR's HTTP Client

We have had several clients who's insurance policy is requiring MFA authentication on their software products. So I looked into adding a connection to a webservice offered by Twilio called Authy. You can download their application to your phone and register it and it will generate TOTP tokens for yo...
by bluesfannoz
Mon Aug 01, 2022 3:34 pm
Forum: Printing
Topic: Printing a Signature
Replies: 4
Views: 5398

Re: Printing a Signature

Glad you were able to find a solution!
by bluesfannoz
Fri Mar 04, 2022 9:03 am
Forum: Printing
Topic: Printing a Signature
Replies: 4
Views: 5398

Re: Printing a Signature

Pete
Good to hear from you. I am guessing we can get George's check printing to work. So you are needing to make a new signature? How were you trying to do so?

Steve
by bluesfannoz
Thu Feb 11, 2021 8:02 pm
Forum: Non-BR Topics
Topic: test message
Replies: 8
Views: 16927

Re: test message

Steve Test 1
by bluesfannoz
Thu Jul 16, 2020 7:58 pm
Forum: Advanced Concepts
Topic: Opening Window on Specific Monitor?
Replies: 3
Views: 8907

Re: Opening Window on Specific Monitor?

Interesting. Will have to do some testing. I am concerned what happens on a machine where 2nd monitor is to left rather than right if you will need to be negative as opposed to positive. Plus what do you do if they have 3 or 4 monitors? Seems to me a better implementation would be to give the abilit...
by bluesfannoz
Thu Jul 16, 2020 4:47 pm
Forum: Advanced Concepts
Topic: Opening Window on Specific Monitor?
Replies: 3
Views: 8907

Opening Window on Specific Monitor?

Is there a way to open a Window on a specific Monitor?

We are implementing an Activity Timeout in our application and I would like for a warning box to pop up on all monitors.

I can parse the env$ variables and determine what monitors there are. But can I create a window on a specific monitor?