Question
John Lewis PLC
GB
Last activity: 4 Sep 2018 5:13 EDT
Browser Bitness in openspan studio 7.1.59.0
Hello,
We wish to upgrade our application from x32 bit to x64 bit, I have checked the 'Browser bitness' property of an adapter and the only two values that are available to me are 'Default' and '32 bit', where 'Default' is also equal to '32 bit' (according to google) ; Could you please tell me how could I upgrade my system to 64 bit please?
The version of the studio(product) I'm using is ' Proprietary information hidden'
***Updated by moderator: Lochan to add Categories***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
US
You would need to install the 64-bit version of Windows. You should leave the browser bitness on the default setting. That way, the solution you create will use whatever you have configured the machine to use.
John Lewis PLC
GB
Ok, thanks but I'm a little confused between 'Browser bitness' property of an adapter and the 'Debugger paltform' property of a project.
Could you please explain a little.
Thanks in advance.
Pegasystems Inc.
US
The BrowserBitness property should only be changed if your website or the plugin that it is using requires the 64-bit version on Internet Explorer. You'd need to look into Visual Studio documentation as to what the Debugger Platform specifies.
John Lewis PLC
GB
Hello,
My open span runtime runs in 32bit, would I have to download a 64-bit runtime environment? or can I make config changes such that it runs my application in 64bit if I can, request you to please mention how?
-
sushma ag Ajay Wayne
Pegasystems Inc.
US
Runtime will use the correct bitness. There is no separate install for a 64-bit version.
John Lewis PLC
GB
Also, How can I verify if my application is actually running in 64bit or not in a runtime environment?
Pegasystems Inc.
PL
Search RuntimeLog.txt for your StartPage url, there should be logs with full path to the iexplore.exe:
32bit:
Info | 10:56:45.217 AM | 4 | MTA | Windows Adapter | Web_Application1 | | Starting Process - Target: , Path: C:\Program Files (x86)\Internet Explorer\iexplore.exe, Dir: C:\Program Files (x86)\Internet Explorer, Args: -restart -noframemerging http://www.google.com, Timeout: 10000
64bit:
Info | 10:59:36.191 AM | 4 | MTA | Windows Adapter | Web_Application1 | | Starting Process - Target: , Path: C:\Program Files\Internet Explorer\iexplore.exe, Dir: C:\Program Files\Internet Explorer, Args: -restart -noframemerging http://www.google.com, Timeout: 10000