Skip to main content

Posts

Showing posts with the label HowTo

Enabling Siebel Dedicated Personalization Logs

Introduction: Siebel Personalization Event Triggered Logs identify all the events triggered by the Siebel or by action performed by the user. Below is the example: Personalization log created 04/04/23 12:20:30 Platform:    Dedicated Client Application: Siebel Public Sector Language:    ENU SRF:         C:\Siebel\15.0.0.0.0\Client\OBJECTS\enu\siebel_sia.srf {F(Personalization)T(1680592830)M(N)A(Siebel Public Sector)L(ENU)S(C:\Siebel\15.0.0.0.0\Client\OBJECTS\enu\siebel_sia.srf)E(Y)Y(Y)I(Y)U(N)} ------------------------------------------------------------------------------- Event, at 04/04/23 12:20:30.252, sequence 1 Object type: Application Object name: Siebel Public Sector Event:       Login Sub-event:    No events registered. {S(1)T(1680592830.252)U(ATIF)K(13)Y(Event)N(Y)} ------------------------------------------------------------------------------- Setup Profile, at 04/04/2...

How to delete Siebel Workflow Instance monitor logs SQL Developer

Workflow instance monitor have three separate tables. One for logging workflow run (workflow instance), second for its steps execution to log (workflow steps) and third for logging the values of each process property value against each step of workflow (workflow process properties). If you increase the Workflow Monitoring level over the time tables space and DB load will be increase and sometimes instance monitor will be stopped working (Check Siebel Workflow Instance Monitor not working to fix this issue) . Its a good practice to delete the old workflow instance monitor records. Below are the queries for deleting the data. Its better to delete only old data and Year is perfect condition. Workflow Instance select count(*) from S_WFA_INST_LOG where EXTRACT(YEAR FROM TO_DATE(created))='2022' --delete from S_WFA_INST_LOG where EXTRACT(YEAR FROM TO_DATE(created))='2022' Workflow Instance Steps select count(*) from S_WFA_INSTP_LOG where EXTRACT(YEAR FROM TO_DATE(created))=...

How to fix Blue Screen issue after login remotely on Windows Server 2012 R2

On some action Windows Server 2012 go stuck and when again take the remote it was showing blue screen. Below steps helped me to fix the issue. If this is issue on your application server etc. perform these after working hours. 1. Take the remote of machine which you are facing the blue screen issue. 2. When blue screen appear press Ctrl, Alt and End keys. 2.2. If you don't have End button visible on your key board you can use MS On-Screen Keyboard. 3. After pressing the keys, in Windows server remote Windows will show default options like Sign Out etc. 4. Simply click on Sign Out. Remote will be disconnect. 5. Give it few seconds and re take the remote session of that machine. 6. Windows will login a new session and you can continue your work.

How to remove Microsoft account linked with Windows

When adding Microsoft Email account in Windows Mail application or setting the Microsoft Teams, Windows forcefully associate that account with Windows Account. Unfortunately if you remove the account that email will also disassociate from Mail and Teams application. Below are the steps to remove the email from Windows Account : 1. Open Setting by pressing Windows + i buttons or from the gear icon in Windows menu. 2. Now in new window find and click on Accounts. 3. In new window click on Email & accounts. 4. Under Accounts used by other apps, click on your email and Remove button will appear. 5. Click on Remove. 6. Now click on Your Infor and under profile picture it should be Local Account. All done. Hope this helps.

How to watch DC movies and TV series in order 2022

Below is the list of DC Movies and TV series in release order: Man of Steel (2013) Batman vs Superman: Dawn of Justice (2016) Suicide Squad (2016) Wonder Woman (2017) Justice League (2017) Aquaman (2018) Doom Patrol Season 1 (2019)(TV series) Shazam! (2019) Joker (2019) Doom Patrol Season 2 (2020)(TV series) Birds of Prey: And the Fantabulous Emancipation of One Harley Quinn (2020) Wonder Woman 1984 (2020) Zack Snyder’s Justice League (2021) The Suicide Squad (2021) Doom Patrol Season 3 (2021)(TV series) Peacemaker Season 1 (2022)(TV series) The Batman (2022) See Also: How to watch the Marvel movies and TV series in order 2022  

How to watch the Marvel movies and TV series in order 2022

Below is the list of Marvel Movies and TV series in release order: Iron Man (2008) The Incredible Hulk (2008) Iron Man 2 (2010) Thor (2011) Captain America - The First Avenger (2011) The Avengers (2012) Iron Man 3 (2013) Thor The Dark World (2013) Captain America The Winter Soldier (2014) Guardians of the Galaxy (2014) Avengers Age of Ultron (2015) Ant-Man (2015) Captain America Civil War (2016) Doctor Strange (2016) Guardians Of The Galaxy Vol. 2 (2017) Spider-Man Homecoming (2017) Thor Ragnarok (2017) Black Panther (2018) Avengers Infinity War (2018) Ant-Man And The Wasp (2018) Captain Marvel (2019) Avengers Endgame (2019) Spider Man Far From Home 2019 WandaVision (2021)(Disney Plus series) Falcon and the Winter Soldier (2021)(Disney Plus series) Loki (2021)(Disney Plus series) WandaVision(2021)(Disney Plus series) Falcon and the Winter Soldier (2021)(Disney Plus series) Black Widow (2021) What If...? (2021)(Disney Plus series) Shang-Chi and the Legend of the Ten Rings (2021) Etern...

Tax Return Filing Required Documents FBR Pakistan

  Below are the requirements for filing the tax return in FBR Pakistan. Please note that financial duration of a year is  July of last year to June of current year . Electricity, Gas, Telephone Bills (July of last year to June of current year). Mobile Phone Tax Certificates (July of last year to June of current year). Bank Statements of all Bank Accounts (July of last year to June of current year). Bank Payments slip of any withholding tax deposit if any (July of last year to June of current year). Provide details of any asset (property, Vehicle etc.)  & Liabilities (i.e. buying or selling any assets Plot, House, Car, Bike, Gold, Bank or Personal Loan(s) etc.) bought (July of last year to June of current year). Provide Company stamped tax certificate if you are a job holder (July of last year to June of current year). Details of any amounts received from foreign if any (July of last year to June of current year). Bank Accounts Details with IBANs. In URDU: ایف بی آر پا...

How to kill a Windows service which is stuck in Stopping status

In Windows service, you stop the service but it returned an error and stuck in "Stopping" status. In this case you need to kill the service so you can start again. There are two solutions for either you can restart the machine but if this machine is a server and it is not possible than you need to kill the service manually. For killing the service process please follow below steps: Get the Service Name: Go into Services and double click on the Service which has stuck in "Stopping" status.  Make a note of the "Service Name". Find out the PID of the service: Open a command prompt and type in: sc queryex [service_name] Replace this [service_name] with the name you copied from previous step. Copy of the PID Kill the PID: In the same command prompt type in: taskkill /f /pid [PID] Replace this [PID] with process number you copied from previous step. If it is successful you should receive the following message: SUCCESS: The process with PID XXXX has been termin...

How to enable Internet Information Services on Winodws 10

Go to Control Panel > Programs and Features. On Left Most click on "Turn Windows Features on or off" hyperlink. Form the new Window, click on "Internet Information Services" check box. Click on "OK" button. Windows will search for its packages and enable the services. When process completed click on "Close" button. Click on Windows button and type "iis" and now click on "Internet Information Services (IIS) Manager".  All Done.

How to set Python Interpreter in Visual Studio Code on Windows

First you need Python Project Virtual Environment Path: Open Command Prompt and navigate to Python Project folder by using below cd C:\Users\Atif\Django\ProjectFolder Now type " pipenv --venv " and press Enter.  CMD will return it's Virtual Environment Path (like:  C:\Users\Atif\.virtualenvs\ProjectFolder-TwJ6wRTs), select and copy you will need this in next section. Add \Scripts\python.exe at the last of the above Path which should be look like below now: C:\Users\Atif\.virtualenvs\ProjectFolder-TwJ6wRTs\Scripts\python.exe Now to main part of this article. Start the " Visual Studio Code " application. Open the Python project. Now from the Menu of "Visual Studio Code" click on " View " and from Sub Menu select " Command Palette.. Ctrl+Shift+P ". A new search bar will be available, type " Python Interpreter " and from below drop down select. A new pick folder path bar will be available here you need to paste the python vir...

How to Enable Hibernate Mode on Windows 10

This article will guide you to enable Hibernate button in Windows power button options. Follow below simple steps: Right Click on Battery icon and from the menu select "Power Options." In Power Options windows from left side click on "Choose what the power buttons do". From the new window you can see "Shutdown settings" are currently read only mode, to enable click on "Change setting that are currently unavailable". Now "Shutdown settings" are editable. Click on "Hibernate" check box and then on "Save changes" button. Now its time to check the change. Press Windows button from your key board or click on Windows icon and then power button icon. Hibernate option is available now:

How to disable Activity History from Windows 10 Task View

By default windows will store your activity history like when and what file or application you have opened and show in task view. This is helpful if you want to go back in past also troublesome if your machine is used by others, for disabling please follow the below steps: Go to Windows setting by pressing window button + i, or from start menu click on setting icon. From setting window search for Activity history privacy settings. From the Activity History setting uncheck the Store my activity history on this device and from below click on Clear button it will remove the previous history. All Done.

Evony Monsters Items drops and resource gathering guide

If you are Evony players you will always find it difficult to maintain resources to safe range. Yes you can increase the level of you in Monarch resource spots, but issue is those will add in your running consumption and any other attacker will snatch some portion if attacker won and multiple defense loss will depict you food, wood, stone and ore. You can do the same attack some other Monarch and take their gathered food, lumber, stone and ore. But in process you will losses some power and soldiers. Also either you have to wait to reach your march to the target or you have to teleport your Monarch near the target. Easy way is gather resources from world resource spots or attack the monsters appearing near your Monarch. Those resources will be available in your Items and during need you can utilize and no attacker can snatch. Different resource spots and monsters not only provide you food, lumber, stone or ore but other different objects. Below is the list of monsters and possible item ...