Strange error regarding libmlib.so.2 after upgrading to gcc3.4.6

Hello everyone,
I just upgraded my sparc Solaris 10 system to gcc3.4.6, plus a BUNCH of additional tools and libraries that rely on gcc3.4.6 libraries, from www.sunfreeware.com. I'm now getting a very strange error on a few of the tools, regarding the libmlib.so.2 library.
For example, when attempting to run gtk-demo, I'm getting the following:
sun440:root# gtk-demo
ld.so.1: gtk-demo: fatal: libmlib.so.2: version `SUNW_2.3' not found (required by file /usr/local/lib/libgdk_pixbuf-2.0.so.0)
ld.so.1: gtk-demo: fatal: libmlib.so.2: open failed: No such file or directory
Killed
If I do an ldd on gtk-demo, this is what I see:
sun440:root# ldd /usr/local/bin/gtk-demo
libgdk_pixbuf-2.0.so.0 => /usr/local/lib/libgdk_pixbuf-2.0.so.0
libgdk-x11-2.0.so.0 => /usr/local/lib/libgdk-x11-2.0.so.0
libgtk-x11-2.0.so.0 => /usr/local/lib/libgtk-x11-2.0.so.0
libXrandr.so.2 => /usr/lib/libXrandr.so.2
libXext.so.0 => /usr/lib/libXext.so.0
libpangocairo-1.0.so.0 => /usr/local/lib/libpangocairo-1.0.so.0
libpangoft2-1.0.so.0 => /usr/local/lib/libpangoft2-1.0.so.0
libpango-1.0.so.0 => /usr/local/lib/libpango-1.0.so.0
libatk-1.0.so.0 => /usr/local/lib/libatk-1.0.so.0
libgobject-2.0.so.0 => /usr/local/lib/libgobject-2.0.so.0
libgmodule-2.0.so.0 => /usr/local/lib/libgmodule-2.0.so.0
libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0
libiconv.so.2 => /usr/local/lib/libiconv.so.2
libcairo.so.2 => /usr/local/lib/libcairo.so.2
libfontconfig.so.1 => /usr/local/lib/libfontconfig.so.1
libfreetype.so.6 => /usr/local/lib/libfreetype.so.6
libexpat.so.0 => /usr/local/lib/libexpat.so.0
libpng12.so.0 => /usr/local/lib/libpng12.so.0
libz.so => /usr/local/lib/libz.so
libXrender.so.1 => /usr/local/lib/libXrender.so.1
libSM.so.6 => /usr/lib/libSM.so.6
libICE.so.6 => /usr/lib/libICE.so.6
libX11.so.4 => /usr/lib/libX11.so.4
libsocket.so.1 => /lib/libsocket.so.1
libnsl.so.1 => /lib/libnsl.so.1
libm.so.2 => /lib/libm.so.2
libmlib.so.2 => /usr/lib/libmlib.so.2
libc.so.1 => /lib/libc.so.1
libmlib.so.2 (SUNW_2.3) => (version not found)
libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1
libmlib.so.2 (SUNW_2.3) =>       (version not found)
libXrender.so.1 (RENDER_0.6) => (version not found)
libintl.so.8 => /usr/local/lib/libintl.so.8
libsec.so.1 => /lib/libsec.so.1
libdl.so.1 => /lib/libdl.so.1
libmp.so.2 => /lib/libmp.so.2
libmd.so.1 => /lib/libmd.so.1
libscf.so.1 => /lib/libscf.so.1
libavl.so.1 => /lib/libavl.so.1
libdoor.so.1 => /lib/libdoor.so.1
libuutil.so.1 => /lib/libuutil.so.1
libgen.so.1 => /lib/libgen.so.1
/usr/lib/cpu/sparcv9+vis2/libmlib.so.2
/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
/platform/SUNW,Sun-Fire-V440/lib/libmd_psr.so.1
I am also getting this same error repeatedly when trying to run Firefox 3.6. Any ideas? I do have this library installed:
sun440:root# ls -la /usr/lib/libmlib*
lrwxrwxrwx 1 root root 14 Nov 15 2006 /usr/lib/libmlib.so -> ./libmlib.so.2
-r-xr-xr-x 1 root bin 20260528 Jan 22 2005 /usr/lib/libmlib.so.2
Any ideas? It's very frustrating. Thanks in advance,
jeff davey

I don't understand how that would help. libmlib.so.2 is not part of gcc, it's from Sun package SUNWmlib. There is no libmlib.so.2 as part of the gcc or gcclibs packages from sunfreeware.
I did do a search for all instances of libmlib.so.2, and I got the following results:
./usr/lib/sparcv9/libmlib.so.2
./usr/lib/cpu/sparcv8plus/libmlib.so.2
./usr/lib/cpu/sparcv8plus+vis/libmlib.so.2
./usr/lib/cpu/sparcv9+vis/sparcv9/libmlib.so.2
./usr/lib/cpu/sparcv9+vis2/sparcv9/libmlib.so.2
./usr/lib/cpu/sparcv9+vis2/libmlib.so.2
./usr/lib/libmlib.so.2
./opt/SUNWmlib/lib/libmlib.so.2
./opt/SUNWmlib/lib/sparcv8/libmlib.so.2
./opt/SUNWmlib/lib/sparcv8plus/libmlib.so.2
./opt/SUNWmlib/lib/sparcv8plus+vis/libmlib.so.2
./opt/SUNWmlib/lib/sparcv8plus+vis2/libmlib.so.2
./opt/SUNWmlib/lib/sparcv9/libmlib.so.2
./opt/SUNWmlib/lib/sparcv9+vis/libmlib.so.2
./opt/SUNWmlib/lib/sparcv9+vis2/libmlib.so.2
Then, as a test, I updated my LD_LIBRARY_PATH to incorporate the paths so the various versions would be seen first, and it did not make any difference. I keep getting this when running ldd on gtk-demo:
libmlib.so.2 (SUNW_2.3) => (version not found)
libmlib.so.2 (SUNW_2.3) => (version not found)
libXrender.so.1 (RENDER_0.6) => (version not found)
I'm also confused about the libXrender not being found as well. Can anyone else shed some light on this? Thanks!

Similar Messages

  • Strange errors regarding RPC and WMI after migrating Hyper-V from Windows Server 2008 R2 to Windows Server 2012 cluster...

    Hi all;
    Suppose I have created a two-node Hyper-V cluster with a fibre channel shared storage in Windows Server 2012. Everything work fine except some issues. One of the is that when I want to configure the cluster to add a VM as its cluster resource, the following
    error message appears:
    An error occurred while determining the state of this clustered role in the cluster. The remote procedure call failed with error 800706BE.
    Any ideas?
    Thanks
    Please VOTE as HELPFUL if the post helps you and remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

    Thanks for your reply…
    I have tested many possible solutions without any success. The actions that I have done so far are mentioned in the following and the results of them have been said, too.
    When I restart the servers, everything are good but after some times when I reopen Failover Cluster Manager on one of the servers, the snap-in related to my cluster name does not load. Please look at the following figure:
    And when I want to connect to my cluster name, the following error message appears:
    Note: The above problem appears randomly regarding to servers. In the other hand, after the restart, one of the servers acts as the above statement.
    The following error message is the result of the DTCPing utility:
    ++++++++++++hosts     
    ++++++++++++
    06-11, 10:02:15.346-->Error(0x424) at clutil.cpp @256
    06-11, 10:02:15.346-->-->OpenCluster
    06-11, 10:02:15.356-->-->1060(The specified service does not exist as an installed service.)
    ++++++++++++++++++++++++++++++++++++++++++++++
         DTCping 1.9 Report for ADMINISTRATOR1 
    ++++++++++++++++++++++++++++++++++++++++++++++
    RPC server is ready
    ++++++++++++Validating Remote Computer Name++++++++++++
    06-11, 10:02:20.428-->Start DTC connection test
    Name Resolution:
    SRV04-->172.16.140.11-->SRV04
    06-11, 10:02:32.448-->Start RPC test (ADMINISTRATOR1-->SRV04)
    Problem:fail to invoke remote RPC method
    Error(0x6D9) at dtcping.cpp @303
    -->RPC pinging exception
    -->1753(There are no more endpoints available from the endpoint mapper.)
    RPC test failed
    And
    06-11, 10:26:10.837-->Error(0x424) at clutil.cpp @256
    06-11, 10:26:10.837-->-->OpenCluster
    06-11, 10:26:10.837-->-->1060(The specified service does not exist as an installed service.)
    ++++++++++++++++++++++++++++++++++++++++++++++
         DTCping 1.9 Report for ADMINISTRATOR1 
    ++++++++++++++++++++++++++++++++++++++++++++++
    RPC server is ready
    ++++++++++++Validating Remote Computer Name++++++++++++
    06-11, 10:26:14.947-->Start DTC connection test
    Name Resolution:
    SRV04-->172.16.140.11-->SRV04
    06-11, 10:26:26.967-->Start RPC test (ADMINISTRATOR1-->SRV04)
    Problem:fail to invoke remote RPC method
    Error(0x6D9) at dtcping.cpp @303
    -->RPC pinging exception
    -->1753(There are no more endpoints available from the endpoint mapper.)
    RPC test failed
    And
    ++++++++++++hosts     
    ++++++++++++
    06-11, 10:47:51.510-->Error(0x424) at clutil.cpp @256
    06-11, 10:47:51.510-->-->OpenCluster
    06-11, 10:47:51.510-->-->1060(The specified service does not exist as an installed service.)
    ++++++++++++++++++++++++++++++++++++++++++++++
         DTCping 1.9 Report for ADMINISTRATOR1 
    ++++++++++++++++++++++++++++++++++++++++++++++
    RPC server is ready
    ++++++++++++Validating Remote Computer Name++++++++++++
    06-11, 10:47:55.020-->Start DTC connection test
    Name Resolution:
    SRV03-->172.16.140.10-->SRV03
    06-11, 10:48:06.830-->Start RPC test (ADMINISTRATOR1-->SRV03)
    Problem:fail to invoke remote RPC method
    Error(0x6D9) at dtcping.cpp @303
    -->RPC pinging exception
    -->1753(There are no more endpoints available from the endpoint mapper.)
    RPC test failed
    The following output is the result of running PortQuery on port 135 on both servers:
    =============================================
     Starting portqry.exe -n srv03 -e 135 -p TCP ...
    Querying target system called:
     srv03
    Attempting to resolve name to IP address...
    Name resolved to 172.16.140.10
    querying...
    TCP port 135 (epmap service): LISTENING
    Using ephemeral source port
    Querying Endpoint Mapper Database...
    Server's response:
    UUID: d95afe70-a6d5-4259-822e-2c84da1ddb0d
    ncacn_ip_tcp:srv03[49152]
    UUID: 906b0ce0-c70b-1067-b317-00dd010662da
    ncacn_ip_tcp:srv03[49285]
    UUID: 906b0ce0-c70b-1067-b317-00dd010662da
    ncacn_ip_tcp:srv03[49285]
    UUID: 906b0ce0-c70b-1067-b317-00dd010662da
    ncacn_ip_tcp:srv03[49285]
    UUID: 367abb81-9844-35f1-ad32-98f038001003
    ncacn_ip_tcp:srv03[49159]
    UUID: b97db8b2-4c63-11cf-bff6-08002be23f2f Microsoft Cluster Server API
    ncacn_ip_tcp:srv03[49156]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_np:srv03[\\pipe\\lsass]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_ip_tcp:srv03[49155]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_np:srv03[\\pipe\\lsass]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_ip_tcp:srv03[49155]
    UUID: 12345778-1234-abcd-ef00-0123456789ac
    ncacn_np:srv03[\\pipe\\lsass]
    UUID: 12345778-1234-abcd-ef00-0123456789ac
    ncacn_ip_tcp:srv03[49155]
    UUID: 12345778-1234-abcd-ef00-0123456789ac
    ncacn_ip_tcp:srv03[49157]
    UUID: 7f1343fe-50a9-4927-a778-0c5859517bac DfsDs service
    ncacn_np:srv03[\\PIPE\\wkssvc]
    UUID: 3473dd4d-2e88-4006-9cba-22570909dd10 WinHttp Auto-Proxy Service
    ncacn_np:srv03[\\PIPE\\W32TIME_ALT]
    UUID: 1ff70682-0a51-30e8-076d-740be8cee98b
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 378e52b0-c0a9-11cf-822d-00aa0051e40f
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 86d35949-83c9-4044-b424-db363231fd0c
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 86d35949-83c9-4044-b424-db363231fd0c
    ncacn_ip_tcp:srv03[49154]
    UUID: 3a9ef155-691d-4449-8d05-09ad57031823
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 3a9ef155-691d-4449-8d05-09ad57031823
    ncacn_ip_tcp:srv03[49154]
    UUID: a398e520-d59a-4bdd-aa7a-3c1e0303a511 IKE/Authip API
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: a398e520-d59a-4bdd-aa7a-3c1e0303a511 IKE/Authip API
    ncacn_ip_tcp:srv03[49154]
    UUID: 552d076a-cb29-4e44-8b6a-d15e59e2c0af IP Transition Configuration endpoint
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 552d076a-cb29-4e44-8b6a-d15e59e2c0af IP Transition Configuration endpoint
    ncacn_ip_tcp:srv03[49154]
    UUID: 2e6035b2-e8f1-41a7-a044-656b439c4c34 Proxy Manager provider server endpoint
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 2e6035b2-e8f1-41a7-a044-656b439c4c34 Proxy Manager provider server endpoint
    ncacn_ip_tcp:srv03[49154]
    UUID: c36be077-e14b-4fe9-8abc-e856ef4f048b Proxy Manager client server endpoint
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: c36be077-e14b-4fe9-8abc-e856ef4f048b Proxy Manager client server endpoint
    ncacn_ip_tcp:srv03[49154]
    UUID: c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1 Adh APIs
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1 Adh APIs
    ncacn_ip_tcp:srv03[49154]
    UUID: 98716d03-89ac-44c7-bb8c-285824e51c4a XactSrv service
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 98716d03-89ac-44c7-bb8c-285824e51c4a XactSrv service
    ncacn_ip_tcp:srv03[49154]
    UUID: 1a0d010f-1c33-432c-b0f5-8cf4e8053099 IdSegSrv service
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 1a0d010f-1c33-432c-b0f5-8cf4e8053099 IdSegSrv service
    ncacn_ip_tcp:srv03[49154]
    UUID: c9ac6db5-82b7-4e55-ae8a-e464ed7b4277 Impl friendly name
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: c9ac6db5-82b7-4e55-ae8a-e464ed7b4277 Impl friendly name
    ncacn_ip_tcp:srv03[49154]
    UUID: c9ac6db5-82b7-4e55-ae8a-e464ed7b4277 Impl friendly name
    ncacn_np:srv03[\\PIPE\\srvsvc]
    UUID: 30b044a5-a225-43f0-b3a4-e060df91f9c1
    ncacn_np:srv03[\\PIPE\\atsvc]
    UUID: 30b044a5-a225-43f0-b3a4-e060df91f9c1
    ncacn_ip_tcp:srv03[49154]
    UUID: 30b044a5-a225-43f0-b3a4-e060df91f9c1
    ncacn_np:srv03[\\PIPE\\srvsvc]
    UUID: f6beaff7-1e19-4fbb-9f8f-b89e2018337c Event log TCPIP
    ncacn_np:srv03[\\pipe\\eventlog]
    UUID: f6beaff7-1e19-4fbb-9f8f-b89e2018337c Event log TCPIP
    ncacn_ip_tcp:srv03[49153]
    UUID: 30adc50c-5cbc-46ce-9a0e-91914789e23c NRP server endpoint
    ncacn_np:srv03[\\pipe\\eventlog]
    UUID: 30adc50c-5cbc-46ce-9a0e-91914789e23c NRP server endpoint
    ncacn_ip_tcp:srv03[49153]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d5 DHCP Client LRPC Endpoint
    ncacn_np:srv03[\\pipe\\eventlog]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d5 DHCP Client LRPC Endpoint
    ncacn_ip_tcp:srv03[49153]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d6 DHCPv6 Client LRPC Endpoint
    ncacn_np:srv03[\\pipe\\eventlog]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d6 DHCPv6 Client LRPC Endpoint
    ncacn_ip_tcp:srv03[49153]
    UUID: 76f226c3-ec14-4325-8a99-6a46348418af
    ncacn_np:srv03[\\PIPE\\InitShutdown]
    UUID: d95afe70-a6d5-4259-822e-2c84da1ddb0d
    ncacn_np:srv03[\\PIPE\\InitShutdown]
    Total endpoints found: 51
    ==== End of RPC Endpoint Mapper query response ====
    portqry.exe -n srv03 -e 135 -p TCP exits with return code 0x00000000.
    And
    =============================================
     Starting portqry.exe -n srv04 -e 135 -p TCP ...
    Querying target system called:
     srv04
    Attempting to resolve name to IP address...
    Name resolved to 172.16.140.11
    querying...
    TCP port 135 (epmap service): LISTENING
    Using ephemeral source port
    Querying Endpoint Mapper Database...
    Server's response:
    UUID: d95afe70-a6d5-4259-822e-2c84da1ddb0d
    ncacn_ip_tcp:srv04[1025]
    UUID: 906b0ce0-c70b-1067-b317-00dd010662da
    ncacn_ip_tcp:srv04[1143]
    UUID: 906b0ce0-c70b-1067-b317-00dd010662da
    ncacn_ip_tcp:srv04[1143]
    UUID: 906b0ce0-c70b-1067-b317-00dd010662da
    ncacn_ip_tcp:srv04[1143]
    UUID: 367abb81-9844-35f1-ad32-98f038001003
    ncacn_ip_tcp:srv04[1065]
    UUID: b97db8b2-4c63-11cf-bff6-08002be23f2f Microsoft Cluster Server API
    ncacn_ip_tcp:srv04[1057]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_np:srv04[\\pipe\\lsass]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_ip_tcp:srv04[1028]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_np:srv04[\\pipe\\lsass]
    UUID: 0b1c2170-5732-4e0e-8cd3-d9b16f3b84d7 RemoteAccessCheck
    ncacn_ip_tcp:srv04[1028]
    UUID: 12345778-1234-abcd-ef00-0123456789ac
    ncacn_np:srv04[\\pipe\\lsass]
    UUID: 12345778-1234-abcd-ef00-0123456789ac
    ncacn_ip_tcp:srv04[1028]
    UUID: 12345778-1234-abcd-ef00-0123456789ac
    ncacn_ip_tcp:srv04[1084]
    UUID: 7f1343fe-50a9-4927-a778-0c5859517bac DfsDs service
    ncacn_np:srv04[\\PIPE\\wkssvc]
    UUID: 1ff70682-0a51-30e8-076d-740be8cee98b
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 378e52b0-c0a9-11cf-822d-00aa0051e40f
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 86d35949-83c9-4044-b424-db363231fd0c
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 86d35949-83c9-4044-b424-db363231fd0c
    ncacn_ip_tcp:srv04[1027]
    UUID: 3a9ef155-691d-4449-8d05-09ad57031823
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 3a9ef155-691d-4449-8d05-09ad57031823
    ncacn_ip_tcp:srv04[1027]
    UUID: a398e520-d59a-4bdd-aa7a-3c1e0303a511 IKE/Authip API
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: a398e520-d59a-4bdd-aa7a-3c1e0303a511 IKE/Authip API
    ncacn_ip_tcp:srv04[1027]
    UUID: 552d076a-cb29-4e44-8b6a-d15e59e2c0af IP Transition Configuration endpoint
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 552d076a-cb29-4e44-8b6a-d15e59e2c0af IP Transition Configuration endpoint
    ncacn_ip_tcp:srv04[1027]
    UUID: 2e6035b2-e8f1-41a7-a044-656b439c4c34 Proxy Manager provider server endpoint
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 2e6035b2-e8f1-41a7-a044-656b439c4c34 Proxy Manager provider server endpoint
    ncacn_ip_tcp:srv04[1027]
    UUID: c36be077-e14b-4fe9-8abc-e856ef4f048b Proxy Manager client server endpoint
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: c36be077-e14b-4fe9-8abc-e856ef4f048b Proxy Manager client server endpoint
    ncacn_ip_tcp:srv04[1027]
    UUID: c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1 Adh APIs
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: c49a5a70-8a7f-4e70-ba16-1e8f1f193ef1 Adh APIs
    ncacn_ip_tcp:srv04[1027]
    UUID: 98716d03-89ac-44c7-bb8c-285824e51c4a XactSrv service
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 98716d03-89ac-44c7-bb8c-285824e51c4a XactSrv service
    ncacn_ip_tcp:srv04[1027]
    UUID: 1a0d010f-1c33-432c-b0f5-8cf4e8053099 IdSegSrv service
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 1a0d010f-1c33-432c-b0f5-8cf4e8053099 IdSegSrv service
    ncacn_ip_tcp:srv04[1027]
    UUID: c9ac6db5-82b7-4e55-ae8a-e464ed7b4277 Impl friendly name
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: c9ac6db5-82b7-4e55-ae8a-e464ed7b4277 Impl friendly name
    ncacn_ip_tcp:srv04[1027]
    UUID: c9ac6db5-82b7-4e55-ae8a-e464ed7b4277 Impl friendly name
    ncacn_np:srv04[\\PIPE\\srvsvc]
    UUID: 30b044a5-a225-43f0-b3a4-e060df91f9c1
    ncacn_np:srv04[\\PIPE\\atsvc]
    UUID: 30b044a5-a225-43f0-b3a4-e060df91f9c1
    ncacn_ip_tcp:srv04[1027]
    UUID: 30b044a5-a225-43f0-b3a4-e060df91f9c1
    ncacn_np:srv04[\\PIPE\\srvsvc]
    UUID: f6beaff7-1e19-4fbb-9f8f-b89e2018337c Event log TCPIP
    ncacn_np:srv04[\\pipe\\eventlog]
    UUID: f6beaff7-1e19-4fbb-9f8f-b89e2018337c Event log TCPIP
    ncacn_ip_tcp:srv04[1026]
    UUID: 30adc50c-5cbc-46ce-9a0e-91914789e23c NRP server endpoint
    ncacn_np:srv04[\\pipe\\eventlog]
    UUID: 30adc50c-5cbc-46ce-9a0e-91914789e23c NRP server endpoint
    ncacn_ip_tcp:srv04[1026]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d5 DHCP Client LRPC Endpoint
    ncacn_np:srv04[\\pipe\\eventlog]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d5 DHCP Client LRPC Endpoint
    ncacn_ip_tcp:srv04[1026]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d6 DHCPv6 Client LRPC Endpoint
    ncacn_np:srv04[\\pipe\\eventlog]
    UUID: 3c4728c5-f0ab-448b-bda1-6ce01eb0a6d6 DHCPv6 Client LRPC Endpoint
    ncacn_ip_tcp:srv04[1026]
    UUID: 76f226c3-ec14-4325-8a99-6a46348418af
    ncacn_np:srv04[\\PIPE\\InitShutdown]
    UUID: d95afe70-a6d5-4259-822e-2c84da1ddb0d
    ncacn_np:srv04[\\PIPE\\InitShutdown]
    Total endpoints found: 50
    ==== End of RPC Endpoint Mapper query response ====
    portqry.exe -n srv04 -e 135 -p TCP exits with return code 0x00000000.
    I have read the KB197814 and did the steps in it, restarted both servers, but the problem did not resolved.
    I have check both servers for RPC Service status and in both servers it has started.
    The both servers are alive and can ping each other by their IP address and name.
    The firewall of both servers is off and I stopped the Windows Firewall service COMPLETELY.
    Any services and applications that are depending on RPC have problems. For example when I want o remotely manages the services on these servers by using Services.msc console, the following error message appears:
    Error 1726: The remote procedure call failed.
    Please VOTE as HELPFUL if the post helps you and remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Strange problem with my ipod 2g after upgrade to os 4.2

    Strange problem with my ipod 2g after upgrade to os 4.2
    the problem with volume some times when i switch on the ipod i hear the sound
    alarm rings it's work too i can hear it .. but the problem i cant hear anything else as yourtube or music i cant hear buttons sound when i typing
    i hope i get help

    I would try in order:
    - Reset the iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Restore the iPod from backu via iTunes.
    - Restore the iPod to factory defaults/new iPod.

  • Oracle error  "No message file for" after Upgrade to 10.2.0.5

    After upgrade from 9.2.0.8 to 10.2.0.5 i get the following error "No message file for"
    (with both Users sidadm and orasid)
    Platform AIX 64 bit
    The installation und Upgrade with dbua works fine.
    DB and SAP runs after the Upgrade.
    then I tried
    SQL> select xx from v$log;
    select xx from v$log
    ERROR at line 1:
    ORA-00904: Message 904 not found; No message file for produstyle='font-
    family:courier' ct=RDBMS,
    facility=ORA; arguments: ["XX"]
    The Environment is correct,
    ORACLE_HOME,ORACLE_SID,PATH,LIBPATH have right Values.
    I cant find any failure in Configuration or Install Logs.
    So i tried the following:
    Copy the complete Directorie /oracle/SID/102_64/rdbms/msg from a
    10.2.0.4 Oracle Installation to the 10.2.0.5 home.
    the result ist that the Messagefile could be read by Oracle an i get
    the ORA-00904
    Here the same Query:
    SQL> select xx from v$log;
    select xx from v$log
    ERROR at line 1:
    ORA-00904: "XX": invalid identifier
    So I do the same procedure with an other System.
    I detect:
    the Patch 9952230 (SAP_102051_201011/9952230) delivers
    both Message Files oraus.msg and oraus.msb which caused the problem.
    Has anyone the same Problem?
    Are there any other Impacts with wrong Message Files .
    I raised a OSS Call, but no answer till today.
    best regards
    Uwe

    I could not find anything is sap notes, but oracle recommends to update binary file oraus.msb in $ORACLE_HOME/rdbms/mesg
    Download link:
    https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=10235783
    You can find more details also in:
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=10235783.8
    https://support.oracle.com/CSP/main/article?cmd=show&type=BUG&id=10235783
    The problem with this solution. It is not officially released by SAP.

  • Error AA662 in Asset accounting after upgrade to ECC 6

    Hi,
    After upgrade to ECC6 from R3 Enterprise, when we try to browse an asset,  using transaction code AW01N,  and go to posted values/Comparisons tab we get the following error:
    SYST: You cannot change the depreciation periods
         Message no. AA662
    Asset affected: 000000003983-0000
    Diagnosis
        Processing terminated because the number of depreciation periods in company code 1100 has been changed. However, you cannot change the number of
        periods in your live (productive) system.
    Procedure
        Change the depreciation periods back to the original value in company code 1100. The number of depreciation periods is determined by the fiscal year version and the use of half-periods. At least one of these parameters was changed.
         If you want to change your system so that you can now work with half-periods, you have to use depreciation keys with time-dependent period control in that company code.
        If you need to make general changes to the number of periods for calculating depreciation per fiscal year, you will have to consult your system administrator.
    We were not getting this error in R3 enterprise. We have tried implementing sap note 1009699 but it does not resolve the issue. What we observed is, AA662  occurs if you change the number of period in the fiscal year version or the use of half-periods, after you have already posted to assets. The most common cause is a different value in field ANLB-PERFY which is the number of periods in the fiscal year. If the number entered here does not correspond to the number of posting periods of the fiscal year used, the system raises error AA662 (except for none posted areas for which ANLB-PERFY = 000 or areas with depreciation to the date for which ANLB-PERFY = 365). For us there are many assets with ANLB-PERFY=24.
    Is there a way to fix this problem by some config change or data fix. If any of you have come across a similar issue or have any insights on the same, please respond back.
    Regards,
    Milan
    ([email protected])

    Hi All,
    I could not find any solution to fix this in new depreciation calculation method. I also did not get any help from SAP or SDN. So, we decided to switch back to the old calculation method.
    There are 3 ways of implementing the old calculation.
    1. SAP Note 984161 : Code change at ABAP level.
    2. User Level : By setting the user parameter FAA_DC_SWITCH to OLD
    3. By default Config : If we make an entry in V_TABWD_VID in SM30 and create a new entry with Acct. Transaction ID to 'AMBUAFAR000000000000', It should use old calculation method.
    Thanks,
    Milan
    +1-310-691-3978
    +91-994-571-5063

  • ERROR MESSAGE IN PPOME TCODE AFTER UPGRADE TO ECC 6.0

    Hi Experts,
    I have a question.
    Recently our system went for upgrade and during testing phase we have found one issue.
    Error message is appearing in PPOME transactio code after upgrade to ECC 6.0
    The screen is getting defaulted to Budget section and unable to find the subtype as there are no subtypes available there and showing error message as "Fill in all required fields".
    Please let me know your solution on this.
    Regards,
    Sekhar.

    Hi,
    - you can deactivate the budget tab in the IMG-activity 'Hide/Show Tab Page'
    (SIMG_CFMENUOHP1HFW20 alternatively use SM30 on view 'T77OCTABUS')
    1. Create new entries for the following KEY:
    a) Scenario OME0
    b) Object type 'P', 'O', 'S'
    c) Tab Page 'PBC_ORIG'
    2. for each of this entries, set the 'Exclude Tab Page'-Flag.
    - in case you do not want to deactivate the Budget tab:
    The error occurs due to missing entries for subtypes in table T778U
    for infotype 1516.
    Please maintain the according subtyes you want to use if you create a
    budget.
    Regards,
    Ana

  • IDOC Syntax Error E0072 with status 26 after upgrade to ECC6.0

    Hi
    We have upgraded SAP R/3 from 4.6C to ECC6.0. After upgrade, when we create PO and output EDI, we are seeing this IDOC syntax error E0072 for Mandatory Segment E1EDK01. In 4.6C it was working fine with no issues, only after upgrade this problem started. It says E1EDK01 is missing which is mandatory. We are using basic type ORDERS01 with no extensions. When we see WE30 it looks fine, WE20 settings looks fine.
    Order of the segments got scrambled in upgraded version. First segment is E1EDP19001, this is supposed to be under E1EDP01 segment. There are two E1EDP19001 segments created but there were no sub segments to E1EDP01.
    Any help in this regard is highly appreciated.
    Thanks
    Pandiri

    User Exit activation and fixing the issue in user exit fixed this issue.

  • Errors with with portal providers after upgrading database to 10.2.0.3

    Hello,
    We are receiving errors when trying to do anything with providers that we have created in Portal. The problems have started after upgrading the underlying database from 10.1.0.4 to 10.2.0.3 on RH Linux 3.0. Our version of Portal is 10.1.2.0.1 and is running on SUSE 9.
    If we try to select the 'Actions' button for any of the portlets that include custom providers, we get the following errors:
    Internal error (WWC-00006)
    An unexpected error occurred: User-Defined Exception (WWC-43000)
    An unexpected error occurred: User-Defined Exception (WWC-43000)
    The provider URL specified may be wrong or the provider is not running. (WWC-43176)
    Likewise, if we try to deregister/reregister one of the providers, it asks us the following questions:
    1. Do you want to deregister provider "Provider Name"?
    Deregistering a provider removes it from the system. All usages of portlets from that provider will be deleted.
    ********We answer 'Yes' to this
    2. The provider could not be contacted, do you still want to delete provider "Provider Name"?
    The provider could not be contacted and its deregistration function was not initiated. Deleting the provider will remove it from the portal. Additional action may be necessary by the provider to remedy the failure to call its deregistration function.
    ********Again we answer 'Yes' to this. After answering yes, we get the following error:
    Internal error (WWC-00006)
    Unexpected error - ORA-04091: table PORTAL.WWPRO_PORTLET_METADATA$ is mutating, trigger/function may not see it
    ORA-06512: at "PORTAL.WWUTL_EVENT", line 173
    ORA-06512: at "PORTAL.WWPRO_PMR_NLS_EVENT_TRG", line 23
    ORA-04088: error during execution of trigger 'PORTAL.WWPRO_PMR_NLS_EVENT_TRG' (WWC-35000)
    All of the providers (4 of them) we have manually added (not seeded) receive the above errors, however 3 out of the 4 seem to function fine in the portal (if we don't try to modify). The fourth calls an external e-mail application, and this is not working.
    The database upgrade has seemed to cause this issue, but I'm not sure why. Do we need to somehow upgrade these providers? Any help would be appreciated!
    Thanks,
    Rick

    Hi
    This is AIX 5L specific problem.
    Yo should modify 2 LINES of $CRS_HOME/bin/racgvip file
    FROM :
    O1=`$NETSTAT -n -I $IF | $AWK "{ if (/^$_IF/) {print \\$5; exit}}"`
    O2=`$NETSTAT -n -I $IF | $AWK "{ if (/^$_IF/) {print \\$5; exit}}"`
    TO:
    O1=`$NETSTAT -n -I $IF | $AWK "{ if (/^$_IF/) {print \\$6; exit}}"`
    O2=`$NETSTAT -n -I $IF | $AWK "{ if (/^$_IF/) {print \\$6; exit}}"`
    briefly $5 --> $6
    this is because of
    #/usr/bin/netstat -f inet -n -I en1
    command returns extra column ( ZoneID ) which RAC software is unaware
    #/usr/bin/netstat -f inet -n -I en1
    Name Mtu Network Address ZoneID Ipkts Ierrs Opkts Oerrs Coll
    en1 1500 link#3 0.21.5e.34.55.bc - 35645 0 16801 3 0
    en1 1500 10.46.180 10.46.180.52 - 35645 0 16801 3 0
    for details goto
    http://www.ubtools.com/jira/browse/QA-48
    This solution stated by Danisment Gazi Unal.
    Gokhan Tercan
    ORacle DBA
    Edited by: GokhanTercan on 19.Eki.2009 08:06

  • Strange issue in updating custom table after upgrade ECC6.0! Please help!

    Hello everyone:
        I have some code (shown below) that deletes and updates some SAP tables and one custom table:
        DELETE T5UBV   FROM TABLE DEL_T5UBV.
      DELETE ZCHRZIP FROM TABLE DEL_ZCHRZIP.
      MODIFY ZCHRZIP FROM TABLE WRITE_ZCHRZIP.
      MODIFY T5UBV   FROM TABLE WRITE_T5UBV.
    COMMIT WORK.
    For SAP table the code above works fine but for custom table it overrides all exisiting data! It should keep some existing data in custom table ZCHRZIP and append any extra data from internal table WRITE_ZCHRZIP. This functions as designed if I run in fore ground but in background it just overrides instead of modifying and appending! This is happening only after upgrade ECC6.0. Any thoughts? Please let me know.
    Thanks.
    Mithun

    Mithun,
    Comment below code
    DELETE ZCHRZIP FROM TABLE DEL_ZCHRZIP.
    <b>Reward if it helps,</b>
    Satish

  • Error while executing SSIS Package after upgrading the Oracle Client

    Hello,
    I am running to the below error after we upgraded the Oracle client to 11g from 10g. The source of the Data is Oracle database . Looked online but each error is pointing towards different route, Confused here any help is very much appreciated. Have to say
    I am not a pro with SSIS.
    SSIS package "Bentek_ISO_Package (2).dtsx" starting.
    Information: 0x4004300A at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Information: 0x4004300A at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Validation phase is beginning.
    Warning: 0x80049304 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available.  To resolve, run this package as an administrator,
    or on the system's console.
    Information: 0x40043006 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Prepare for Execute phase is beginning.
    Information: 0x40043007 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Pre-Execute phase is beginning.
    Error: 0xC0202009 at Temp_tbl Injection Data Flow Task, OLE DB Source [1]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E14.
    An OLE DB record is available.  Source: "OraOLEDB"  Hresult: 0x80040E14  Description: "ORA-12801: error signaled in parallel query server P183, instance *****:qrmgmt2 (2)
    ORA-01861: literal does not match format string".
    An OLE DB record is available.  Source: "OraOLEDB"  Hresult: 0x80004005  Description: "ORA-12801: error signaled in parallel query server P183, instance ****:qrmgmt2 (2)
    ORA-01861: literal does not match format string".
    Error: 0xC004701A at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: component "OLE DB Source" (1) failed the pre-execute phase and returned error code 0xC0202009.
    Information: 0x4004300B at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: "component "OLE DB Destination" (52)" wrote 0 rows.
    Information: 0x40043009 at Temp_tbl Injection Data Flow Task, SSIS.Pipeline: Cleanup phase is beginning.
    Task failed: Temp_tbl Injection Data Flow Task
    Warning: 0x80019002 at *******: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches
    the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "****** (2).dtsx" finished: Failure.

    Do you have any Date conversion functions in your Oracle datetime fields? I did run into a similar issue when we upgraded the oracle client and the provider started to decipher the metadata of the date columns. The SSIS metadata conversion for the date
    columns yielded dates that were not valid. I had to update my queries to use the TO_CHAR conversion to bring it out as a string and then save it to the date field.
    TO_CHAR (DATE, 'MM/DD/YYYY HH24:MI:SS')
    Regards, Dinesh

  • Error in OM-PA Integration after upgrade

    Hi All,
    Recently we have upgraded our systems to EHP5.
    We have observed, while deleting or delimiting the position
    Relationship A-008 the corresponding changes are not reflecting in PA records. IT 0001.
    After deletion, position field in IT 0001 should reflect with Default value 99999999.
    Kindly help.
    Regards,
    Jailakshmi

    Hi all,
    we are facing an issue that have the same characteristics you described.
    When carrying out organisational reassignment using PA40 sometimes OM is not updated accordingly leaving the employee on the old position or with two positions at the same time.
    We do have the correct update in PA0001 (the system delimit and create the new record with the correct informations) but, some times, in a randomic way, we do not have the same update in hrp1001.
    We cannot reproduce the error.
    We upgraded to EHP5 on february 2012 and we applied the note 1560951 as SAP suggested the last Jenuary 2013 but we still have the issue.
    So  has  someone fixed the issue and/or understand which is the problem?
    Thank you in advance.
    Regards,
    Maria Vittoria Nitoglia

  • InfoPackage error for Hierarchy data loads after upgrading to BI 7.31

    Hi All,
    We have recently upgraed to BI 7.31 from BI 7.01. After the upgrade we are observing info package error while loading the Hierarchy for 0BPARTNER infoobject, below is the long text for the error message.
    Datasource name : 0BPARTNER_NAME_HIER
    Error in the hierarchy structure: see error log
    Message no. RH003
    Diagnosis
    The structure of the hierarchy contains errors. You can find a detailed description of the error in the log.
    Procedure
    Correct the error in the hierarchy structure as described in the log.
    Screenshot for the Infopackage Details tab,
    The error message suggests checking the error log, but there are no error logs to be reffered.
    Please let us know if anyone have faced similar issue and help us resolving the same. Also let us know where to find the error log in such scenario.
    We have already tried replicating the data source at BW side, but no success. We also checked the extractor at source system side and found it to be working alright.
    Thanks & Regards,
    Viraj

    Hi Viraj,
    Did you find a solution for your problem ?
    Even am facing the same issue .Process chain is running fine without throwing any errors but if i try to run manually it getting failed.
    when we check the data few of the nodes are not getting reflected which are maintained in source.
    Error Message : Error in the hierarchy structure.
    Source system : Extraction check performed and the record count is matching. We took the dump of data and where able to find the required data but in the maintain hierarchies it is not getting reflected
    Could you please help me in the solution.
    Thank you
    Regards,
    Madhav

  • Unknown error (-50) occurs upon startup after upgrade to iTunes 7.0.2

    I just let AutoUpdate upgrade iTunes to version 7.0.2 (along with the iChat upgrade and last two security fixes), and after restarting my computer, I can no longer open the iTunes. Upon clicking the dock icon, I am asked to agree/disagree with the iTunes Software License Agreement (so I agree), and then get the error: "The iTunes application could not be opened. An unknown error occurred (-50)." I tried repairing permissions, which apparently found some discrepancies with files associated with iTunes, but it did nothing to solve the problem. What should I do?? Would downgrading to iTunes 7 fix it? (I don't remember whether I had ever made the upgrade to 7.0.1).
    Thanks,
    Jenna
    Powerbook G4 1.33GHz   Mac OS X (10.4.8)  

    Ended up moving the whole iTunes library and plists to another folder and starting iTunes, then copying the iTunes music library and xml back into the folder to replace the newly created ones. Seems to be working and the play counts/playlists are intact. In case anyone else happens to have a similar error...

  • Error on conditional mapping script after upgrading from 9.3.1 to 11.1.2.1

    We have the following error while importing the data file on one location. The script is sitting on the Account Like mapping. It was working fine on 9.3.1 but not working on 11.1.2.1.
    Even after I removed the Case statement (so just leave the Ifxxxxx,Thenxxxx,Elsexxx,End If), it still doesn't work.
    Can anyone help please? Thank you !
    Error: An error occurred running the script:
    13 - Type mismatch: 'VarValues'
    At Line: 12
    Select Case VarValues(13) ‘Special Accounts
    Case "46221000","40974000","46713300","46747000","47111900","47414010","46871200"
    If VarValues(9)>0 Then
    RESULT="12009000"
    Else
    RESULT="20023490"
    End If
    Case "41110120","40119160","47311200"
    If VarValues(9)>0 Then
    RESULT="12009000"
    Else
    RESULT="20023490"
    End If
    End Select

    Have you tried converting the value of the amount to a double? I just went up to 11.1.2.2 and had a similar problem when referencing the amount and using a number.
    Select Case VarValues(13) ‘Special Accounts
    Case "46221000","40974000","46713300","46747000","47111900","47414010","46871200"
    If CDBL(VarValues(9))>0 Then
    RESULT="12009000"
    Else
    RESULT="20023490"
    End If
    Case "41110120","40119160","47311200"
    If CDBL(VarValues(9))>0 Then
    RESULT="12009000"
    Else
    RESULT="20023490"
    End If
    End Select
    Regards
    JTF

  • Error in Auto Generated Reports after upgradation from 4.5B to ECC6

    Hi All,
    We are currently upgraded the system from 4.5B to ECC6.
    We are having many reports with report names such as
    'GP0HRYGE9KG1RM5HN4WY9MXC9E4'
    'GP0IZ026BMC4SX5K8BISNZ00FSV' with few syntax errors in it.
    Can any one suggest whether these are any auto generared reports , as the report starts from 'GP *'.
    If so, please suggest how to regenerate the same.
    Thanks.
    Regards,

    Please check the below SAP Note:
    [Note 586786 - Short dump PERFORM_NOT_FOUND with forms from SAPLJ1AY|https://service.sap.com/sap/support/notes/586786]
    Regards,
    Dipanjan

Maybe you are looking for

  • Problems directly connecting Windows 7 HP EliteBook to NI PXIe-8135 Embedded Controller

    For some reason my computer cannot connect to the NI PXIe-8135 Embedded Controller in my PXIe-1082 chassis. My computer recognizes that there is something there, but it cannot communicate with it (no packets recieved back, but packets sent). I've alr

  • Populating parts of form based on Value entered in the first field

    Hello, I am trying to create a form, where user will enter the serial number of his equipment and I want him to click a verify button next to it.Upon clicking the verify button I want the Item Description field of the form to be updated ( this info i

  • In J1IS system is not picking net value from PO automatically

    Dear Experts, I want to send rejected material to vendor back, so I have done return delivery against MIGO material document, in MIGO, in Excise Invoice Tab i have selected no exicse Entry document. At the time of J1IS sytem is not picking net value

  • Assassin's Creed: Brotherhood Pre-order

    Death's Finest Ally Few have seen him. Even fewer have lived to tell about it. Fear is his friend, and Death is his ally. He stalks his prey through teeming masses of humanity, accomplishes his mission with a wicked thrust of his blade, and vanishes

  • How do I get this link to work???

    I would really like to view the following movie on my PC with Quicktime 7 and Windows XP Pro. I have even uninstalled and reinstalled Quicktime, but all I get is the faint Q with a question mark in it. Any help would be greatly appreciated. http://ww