Skip to main content

Posts

Profile Attributes is not working on Applet Browser Script in Siebel Server and Dedicated (Local) Client

Oracle disable SetProfileAttr() and GetProfileAttr() feature as a security fix in browser scripts, but you can enable this feature with Server Configuration parameter. For Server: Go to Administration - Server Configuration then Enterprises then Component Definitions  and query your Object Manager e.g. *Public Sector*ENU* Click on Menu button on Component Definition applet. and click on Start Reconfiguration and now query EditProfileAttr in Component Parameters Applet and set its value to TRUE Name of Parameter: EditProfileAttr Value : TRUE Now click on  Menu  button on  Component Definition  applet  and click on Commit   Reconfiguration . Either restart the Siebel Services or just restart the component on which you have made the changes. For Dedicated Client: For dedicated client add below parameter in CFG file under  InfraUIFramework section: EditProfileAttr = TRUE

How to take Guest OS (Windows 7) Remote Desktop Connection RDP running in VirtualBox

I am running Windows 10 as host OS and installed Windows 7 as guest OS (Virtual OS) in Virtual Box. On internet I couldnt found any way to take Remote of guest OS which is running on Virtual Box so I start experimenting and found a way. Follow below steps: Open VirtualBox application. Select the guest OS and click on gear icon (settings). Click on Display and than Remote Display and click on Enable Server check box. Now select Network and click on Adapter 1 and then click on Enable Network Adapter with Attached to: NAT. Next click on Adapter 2 and then click on Enable Network Adapter with Attached to: Host-only Adapter and click OK. Now start the guest OS. Open cmd and type ipconfig and press Enter. You can see guest OS is connected to two networks. Copy the IPv4 Address starting with 192... Enable Remote Desktop Access on your Windows 7. Open Remote Desktop Connection in host OS and paste the IPv4 address in Computer field and ...

How to enable Remote Desktop Connection RDP on your Windows 7

Right click on My Computer and click on Properties. System window will appear, here click on Remote settings. System properties will appear here click on Allow Remote Assistance connections to this computer check box and then click on Allow connection (less secure) or Allow connections (more secure) as per your desire and c on OK button.

How to Install Guest Additions to Virtual OS in VirtualBox

Guest Additions includes device drivers and system applications that optimize performance of the machine. Start the guest OS in VirtualBox and click on Devices and then Install Guest Additions. It will mount the drive. Double click and start the setup. Click Yes and setup will be launched. Click Next and follow the installation procedure. After everything has completed a reboot is required.

How can I get VirtualBox to run at 1366x768?

I am using Windows 7 as guest OS in VirtualBox. Follow below steps: Start your virtual OS in VirtualBox. From the menu select Device and select Install the Guest Additions. Install Guest Additions Continue until the installation finishes. Restart VirtualBox and start your virtual OS in VirtualBox. From menu select the full screen or use short key in my case it was "right Ctrl". Below is optional: Go to VirtualBox click on File and open and Preferences... and click on Display and the settings to below:

How to Validate/ CHECKSUM of files

Errors can occur during the download of files, even if your download manager reports none. Therefore it is very important to check that the files have not been corrupted in any way. This is the purpose of the CHECKSUM files (md5sum.txt.asc, sha1sum.txt.asc, sha256sum.txt.asc). There are a number of no-cost products available for file validation and hashing that have point and click interfaces. HashMyFiles (Free) HashMyFiles is small utility that allows you to calculate the MD5 and SHA1 hashes of one or more files in your system. You can easily copy the MD5/SHA1 hashes list into the clipboard, or save them into text/html/xml file. HashMyFiles can also be launched from the context menu of Windows Explorer, and display the MD5/SHA1 hashes of the selected file or folder. Website: https://www.nirsoft.net/utils/hash_my_files.html MD5 & SHA Checksum Utility (Free, Pro) MD5 & SHA Checksum Utility is a tool that allows you to generate CRC32, MD5, SHA-1, SHA-256, SHA-...

How to create bootable USB flash drives or Live USBs

Below are the list of tools which can be used to create bootable USB flash drives or Live USBs. ------------------------ Rufus Rufus is a utility that helps format and create bootable USB flash drives, such as USB keys/pendrives, memory sticks, etc. It can be especially useful for cases where: you need to create USB installation media from bootable ISOs (Windows, Linux, UEFI, etc.) you need to work on a system that doesn't have an OS installed you need to flash a BIOS or other firmware from DOS you want to run a low-level utility Despite its small size, Rufus provides everything you need! Download: https://rufus.ie/ ------------------------ Win32 Disk Imager This program is designed to write a raw disk image to a removable device or backup a removable device to a raw image file. It is very useful for embedded development, namely Arm development projects (Android, Ubuntu on Arm, etc). Anyone is free to branch and modify this program. Patches are always wel...