Results 1 to 11 of 11

Thread: error ko kaisy khatam karoon?

  1. #1
    usmancca's Avatar
    usmancca is offline Advance Member
    Last Online
    29th September 2021 @ 12:34 AM
    Join Date
    29 May 2010
    Location
    faisalabad
    Age
    38
    Posts
    1,590
    Threads
    99
    Credits
    1,488
    Thanked
    52

    Default error ko kaisy khatam karoon?

    mere Pc mein log mein yeh error aa raha hai, isko kaise khatam kron k yeh log mein na aay? plz help!!
    Attached Images Attached Images  
    Life Rocks!

  2. #2
    KHANZZzzz's Avatar
    KHANZZzzz is offline Senior Member+
    Last Online
    23rd December 2014 @ 10:39 PM
    Join Date
    14 Dec 2008
    Location
    Athens, Greece
    Age
    34
    Gender
    Male
    Posts
    2,652
    Threads
    187
    Credits
    127
    Thanked
    446

    Default

    How this happens:

    When a client calls CoGetClassObject or CoCreateInstance (CreateObject or new in VB) to activate a component, the COM runtime contacts its local SCM COM activator (RPCSS service) in order to launch the corresponding COM server that will host the desired component.



    If the component is remote, the local RPCSS service will forward the request to the RPCSS service of the remote machine.



    However, if the RPCSS service of remote target server is not available, DCOM 10009 will be logged locally to notify administrator. The typical call stack is as follows:
    ChildEBP RetAddr

    006df364 757f8b72 ADVAPI32!ReportEventW-> then DCOM 10009 is logged.

    006df3a0 757f6542 rpcss!LogRemoteSideUnavailable+0x63 ->here we don’t found the server.

    006df40c 757f6781 rpcss!CRemoteMachine::Activate+0x294

    006df648 757f6861 rpcss!RemoteActivationCall+0xf2

    006df664 757edb5c rpcss!ActivateRemote+0x8e

    006df6c0 757d629c rpcss!Activation+0x343

    006df718 757d7680 rpcss!ActivateFromProperties+0x1c2

    006df724 757d76c0 rpcss!CScmActivator::CreateInstance+0xd



    Why this happens:

    Totally speaking, the reason why DCOM 10009 is logged is that: local RPCSS service can’t reach the remote RPCSS service of remote target server. There are many possibilities which can cause this issue.

    · Scenario 1:
    The remote target server happens to be offline for a short time, for example, just for maintenance.

    · Scenario 2:
    Both servers are online. However, there RPC communication issue exists between these two servers, for example: server name resolvation failure, port resources for RPC communication exhaustion, firewall configuration.
    How to troubleshoot:

    As I mentioned above, there are many possibilities which can cause DCOM 10009 being logged. Some scenarios are normal while others are abnormal. We should deal with the DCOM 10009 in different ways.

    · For scenario 1
    if DCOM 10009 is logged during the period of maintenance of remote target server, it’s an expected behaviour because the remote target server is offline. We can verify it by ping <remote server>

    · For Scenario 2
    If the remote target server is online while DCOM 10009 is still logged, then we can perform below tests:

    1) Ping <remote server> & IP Address of remote server to make sure network traffic is fine.

    2) Telnet <remote server> 135 to make sure the Port 135 is not blocked by firewall.

    3) If we have configured dynamic port for RPC communication, we can check what status the port resources are on both servers using below command:
    netstat –anb

    if all dynamic ports are used , or only few left, you can consider expanding the dynamic port.

    How to configure RPC dynamic port allocation to work with firewalls

    http://support.microsoft.com/?id=154596

    DCOM port range configuration problems

    http://support.microsoft.com/kb/217351/en-us

    How to troubleshoot connectivity issues in MS DTC by using the DTCPing tool
    http://support.microsoft.com/kb/918331/en-us

  3. #3
    usmancca's Avatar
    usmancca is offline Advance Member
    Last Online
    29th September 2021 @ 12:34 AM
    Join Date
    29 May 2010
    Location
    faisalabad
    Age
    38
    Posts
    1,590
    Threads
    99
    Credits
    1,488
    Thanked
    52

    Default

    bohat lengthy jawab, haha bhai urdu mein aasan sa hal batain plz

  4. #4
    usmancca's Avatar
    usmancca is offline Advance Member
    Last Online
    29th September 2021 @ 12:34 AM
    Join Date
    29 May 2010
    Location
    faisalabad
    Age
    38
    Posts
    1,590
    Threads
    99
    Credits
    1,488
    Thanked
    52

    Default

    plz koi help karo

  5. #5
    -Talal- is offline Senior Member+
    Last Online
    25th May 2012 @ 10:49 PM
    Join Date
    06 Dec 2009
    Age
    35
    Posts
    75
    Threads
    3
    Credits
    0
    Thanked
    9

    Default

    aapko yeh error keh kia raha hai.... agar tang nahin kr raha to any do,,,
    event viewer ma jany ki kia zaroorat hai??

  6. #6
    usmancca's Avatar
    usmancca is offline Advance Member
    Last Online
    29th September 2021 @ 12:34 AM
    Join Date
    29 May 2010
    Location
    faisalabad
    Age
    38
    Posts
    1,590
    Threads
    99
    Credits
    1,488
    Thanked
    52

    Default

    Is error k saath "windows generic" error b aata hai,jis se " don't send error report wali window pop up hoti hai aur koi bhi running application close ho jati hai

  7. #7
    emal's Avatar
    emal is offline Senior Member+
    Last Online
    5th December 2017 @ 11:18 AM
    Join Date
    15 May 2009
    Location
    Peshawar
    Age
    43
    Gender
    Male
    Posts
    569
    Threads
    77
    Credits
    1,066
    Thanked
    24

    Default

    Best solution is to Install New Windows.

  8. #8
    usmancca's Avatar
    usmancca is offline Advance Member
    Last Online
    29th September 2021 @ 12:34 AM
    Join Date
    29 May 2010
    Location
    faisalabad
    Age
    38
    Posts
    1,590
    Threads
    99
    Credits
    1,488
    Thanked
    52

    Default

    Lagta hai new window hi krna pade gi, abhi thread close mat karien,mein windows kar k batata hun,sab ka shukria.

  9. #9
    coolcool1227's Avatar
    coolcool1227 is offline Advance Member
    Last Online
    4th March 2022 @ 12:29 AM
    Join Date
    23 May 2009
    Location
    Sialkot
    Gender
    Male
    Posts
    2,219
    Threads
    62
    Credits
    1,575
    Thanked
    139

    Default

    System restore kerein ya phir RUN mein ja k sfc /scannow likh ker enter kerein.

  10. #10
    usmancca's Avatar
    usmancca is offline Advance Member
    Last Online
    29th September 2021 @ 12:34 AM
    Join Date
    29 May 2010
    Location
    faisalabad
    Age
    38
    Posts
    1,590
    Threads
    99
    Credits
    1,488
    Thanked
    52

    Default

    New window install kar k mera problem solve ho gaya. Thread close kar dien,shukria

  11. #11
    *KHAN*JEE*'s Avatar
    *KHAN*JEE* is offline Advance Member+
    Last Online
    14th January 2021 @ 05:22 PM
    Join Date
    09 Apr 2009
    Location
    .*'""*JaNNaT*""
    Gender
    Male
    Posts
    23,576
    Threads
    649
    Credits
    91
    Thanked
    1618

    Default


Similar Threads

  1. phone memori ky no ko save pc mein kaisy karoon
    By tjrules in forum Mobile phones problems and Help Zone
    Replies: 1
    Last Post: 25th July 2014, 09:52 PM
  2. PM kaisy karoon
    By ibth in forum Mobile phones problems and Help Zone
    Replies: 5
    Last Post: 5th July 2014, 05:02 PM
  3. Ye mein kaisy karoon?
    By Your friend in forum Ask an Expert
    Replies: 13
    Last Post: 8th August 2010, 02:29 PM
  4. Privacy error kaisy khatam kiya ja skata hey???
    By Hasnain Hamid in forum Ask an Expert
    Replies: 3
    Last Post: 3rd December 2009, 05:38 PM
  5. apne mother board ka nam kaisy pata karoon
    By alina123 in forum Ask an Expert
    Replies: 2
    Last Post: 19th December 2007, 08:45 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •