Search found 291 matches
- Fri Aug 30, 2024 9:47 am
- Forum: Advanced Concepts
- Topic: Browser Plugin
- Replies: 0
- Views: 2627
Browser Plugin
Is there anyone that ever ended up using the Browser Plugin that allowed you to run the BRCLIENT within a browser? Whatever happened to development of that?
- Tue Aug 22, 2023 10:45 am
- Forum: General Development
- Topic: Folder Name -- Picker
- Replies: 5
- Views: 17108
Re: Folder Name -- Picker
Very cool! Never thought of doing it that way. My first thought is have you run into issues of computers being blocked from running VB scripts?
- Tue Aug 22, 2023 10:11 am
- Forum: General Development
- Topic: Folder Name -- Picker
- Replies: 4
- Views: 11792
Re: Folder Name -- Picker
Here is a link to download a zip file with the executable and it's required libraries. Also the sourcecode of the BR Library program we use to call it. I will try to throw together some basic instructions explaining how it operates. https://drive.google.com/file/d/1K0SNYD_QgU8RuLL4__f____kvgPnbdtW/v...
- Tue Aug 22, 2023 9:54 am
- Forum: General Development
- Topic: Folder Name -- Picker
- Replies: 4
- Views: 11792
Re: Folder Name -- Picker
Len
I will throw together some simple instructions and share a link. Give me a day or two.
Steve
I will throw together some simple instructions and share a link. Give me a day or two.
Steve
- Tue Aug 22, 2023 9:28 am
- Forum: General Development
- Topic: Folder Name -- Picker
- Replies: 4
- Views: 11792
Re: Folder Name -- Picker
We have an exe we created to do this. Sorry the delay in seeing this. Posts from the forum are getting marked as spam. If your still looking for a solution I will share a link directly to you.
- Fri Feb 24, 2023 11:34 am
- Forum: Advanced Concepts
- Topic: 4145 Error trying to open HTTP=client connection
- Replies: 0
- Views: 25122
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...
- Wed Jan 04, 2023 2:53 pm
- Forum: Advanced Concepts
- Topic: wbterm for Linux
- Replies: 0
- Views: 17069
wbterm for Linux
Where can I get the wbterm application for Linux to compile wbterm.in to wbterm.out?
- Tue Nov 08, 2022 12:24 pm
- Forum: 3rd Party Software from the BR Community
- Topic: Scripting Bridge through IIS
- Replies: 1
- Views: 19737
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...
- Mon Nov 07, 2022 12:31 pm
- Forum: 3rd Party Software from the BR Community
- Topic: Scripting Bridge through IIS
- Replies: 1
- Views: 19737
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...
- Mon Oct 31, 2022 11:16 am
- Forum: 3rd Party Software from the BR Community
- Topic: Scripting Bridge and IIS
- Replies: 23
- Views: 53142
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.
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.
- Thu Sep 08, 2022 9:23 am
- Forum: Advanced Concepts
- Topic: Azure AD Multi Factor Authentication
- Replies: 0
- Views: 17617
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...
- Tue Aug 16, 2022 8:50 am
- Forum: Advanced Concepts
- Topic: Convert Unix Timestamp
- Replies: 4
- Views: 14490
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 ...
- Tue Aug 16, 2022 8:40 am
- Forum: Advanced Concepts
- Topic: Convert Unix Timestamp
- Replies: 4
- Views: 14490
Re: Convert Unix Timestamp
Thanks! David and Luis Exactly what I needed!
- Tue Aug 16, 2022 7:50 am
- Forum: Advanced Concepts
- Topic: Convert Unix Timestamp
- Replies: 4
- Views: 14490
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
Example of a Unix Timestamp 1660657729
Equivalent Date Time:
August 16, 2022 8:48:49 AM
- Fri Aug 05, 2022 12:52 pm
- Forum: Advanced Concepts
- Topic: MFA authentication using BR's HTTP Client
- Replies: 1
- Views: 10541
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...