Posts

Waterfox - 64 bit version of Firefox

Image
Firefox Nightly builds are also 64 bit, but Waterfox is generally more stable. Waterfox is a high performance browser based on the Mozilla platform. Made specifically for 64-Bit systems. It is compiled in Intel's C++ Compiler. ICC is known to generally produce faster code than other compilers, at least on Intel's own CPUs. It makes use of newer CPU features that allow fewer instructions to manipulate more data at once. It uses Jemalloc - a more scalable memory allocation library than most. The compiler uses profile-guided optimizations, which means that it generates an instrumented build that measures where CPU time is being expended during real world use, and uses this to tune the optimizer in a second compilation pass. Because it's 64-bit, you are able to use more of your computer's memory for web browsing. You'll notice the difference when you have a lot of tabs open. Not all the plugins work with Waterfox though.

Writing SAP GUI data into the developer trace of the AS ABAP

Image
The 7.4x kernels allow you to trace the data that is being exchanged with SAP GUI for troubleshooting purposes. The tracing of SAP GUI data can be enabled via the dynamic  profile parameter rdisp/sapgui_data_trace . The following values are supported: 0: do not trace any SAP GUI data. 1: trace SAP GUI data in case of errors only. 2: trace received SAP GUI data in processes with trace level set to 2 or 3. 3: trace sent and received SAP GUI data in processes with trace level set to 2 or 3. Also trace the received data before SNC decryption and decompression in the work process.

No Exchange Profile in a JAVA-Only PI System

Image
In a JAVA-only PI system (AEX or PO), the exchange profile URL http://<server>:<port>/exchangeProfile will be a blank screen as it is obsolete. If you want to add/modify an exchange profile parameter, you have to do it from NWA using the following steps: Go to http://<server>:<port>/nwa/sys-config (http://<server>:<port>/nwa > Configuration > Infrastructure > Java System Properties) Choose Services tab Search for "XPI Service: AII Config Service" and select it In Properties tab, search for the property to be changed or added. If the property exists, select the property, click on Modify, perform the changes and click on Save. If the property does not exist, click on Add, inform the value and click on Save.

Automatic Upgrade of SAP Host Agent

Image
Upgrading the SAP Host Agent by extracting the SAR file in each server and executing ./saphostexec -upgrade command is tedious in case of a large landscape. You can use the DIR_TRANS folder which is network shared across all the systems in the landscape and the auto upgrade feature of SAP Host Agent to your advantage. Add the following lines to the host_profile file: hostexec/autoupgrade_delay=300 DIR_NEW = /usr/sap/trans/HOSTAGENT_UPDATE_FOLDER In the above example case, the host agent checks the folder /usr/sap/trans/HOSTAGENT_UPDATE_FOLDER every 300 minutes (5 hours) to check if a newer version of host agent is available. You have to choose the upgrade delay and DIR_NEW values suitable to your environment. When you want to upgrade the host agent Download the latest host agent SAR file. Do not extract it yet. Go to the folder specified in DIR_NEW and create a file .upgrading. The .upgrading file ensures that the host agent does not copy the files while the e...

MDM Configuration Assistant Tool

Image
MDM Configuration Assistant is a standalone tool to help check typos, sub-optimal parameter values, duplicate parameters, missing mandatory parameters, relevance of the parameters within the sections, dependencies within the parameters, inconsistent and incorrect settings. MDM Configuration Assistant tool provides the following configuration options: Assistance with configuring MDM correctly so that you can connect your Master Data Server (MDS) to a DB server Assistance with validating and managing the configuration settings of the INI files (mds.ini, mdis.ini and mdss.ini) of your MDM server Prerequisites To run  Configuration Validation to Enable MDS Connection to DBMS option, MDM should be at MDM 7.1 SP03 or higher. Start MDM at least once so that the INI files are initialized. To run  Configuration Validation and Management of MDM Configuration Files option, MDM should be at MDM 7.1 SP06 or higher. JVM 6.1 or higher Downloading and Running the...

How to make the speaker icon on Google Chrome function as mute button

Image
Enter "chrome://flags/#enable-tab-audio-muting" into a tab, hit enter and click on enable.\ For the flag change to reflect, restart Chrome. Now the speaker icon functions as mute/unmute button

Getting your Grooveshark playlist from Chrome and Firefox

Image
Grooveshark has been shut down. If you have opened Grooveshark with chrome and your local cache intact, you can retrieve your playlist from chrome's local storage. Go to grooveshark.com in chrome (haven't tried in other browsers) Open "Developer Tools" (CTRL+SHIFT+I) Click on "Resources" Tab Expand "Local Storage" tree Click on " http://grooveshark.com " Find the key that looks something like "Library32467954" (some 7+ digit number) Look at its "value" (it's a JSON string). You should see something like this "{"lastModified":.....blah blah some artist name... Right-Click on that cell, click "Edit Value", then hit CTRL+C (Copy) Paste the contents of your clipboard into the window @  https://json-csv.com/ Download the resulting .CSV file in Open Office or Excel Firefox users can run the following in the console (Ctrl+shift+k) to try and retrieve the information: for (...