Gacutil fails

I have a .net 4 c# library that I would like to publish to the .net 4 GAC as a post build event.
I have added "$(SolutionDir)BTS.GO.Core.Deployment\ExternalAssemblies\gacutil.exe  /i "$(TargetPath)"
Problem is, gacutil is run, no error is reported but the assembly is not published to the GAC. There are no errors in the event log.
When trying gacutil directly from the command line I have 7 different versions of gacutil on my laptop and I have tried all of them. Some complain about the version but most just present a blank line.
However, if I use the following powershell script then the assembly is published correctly:
        Set-location "c:\Folder Path"            
        [System.Reflection.Assembly]::Load("System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")            
    $publish = New-Object System.EnterpriseServices.Internal.Publish            
    $publish.GacInstall("c:\Folder Path\DLL.dll")            
Any ideas why GACUtil would fail like this?

Hi Rob,
If you want to run .exe file via powershell, please refer to the script below:
& "$($SolutionDir)BTS.GO.Core.Deployment\ExternalAssemblies\gacutil.exe" /i $TargetPath
& "$($SolutionDir)BTS.GO.Core.Deployment\ExternalAssemblies\gacutil.exe" /l $TargetPath
The parameter "/l" is used to list the assembly in the GAC.
In addition, a similar discussion is for your reference:
Gacutil.exe successfully adds assembly, but assembly not viewable in explorer. Why?
If you have any feedback on our support, please click here.
Best Regards,
Anna Wang
TechNet Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • Patch 5916667 gacutil fails to install Oracle.DataAccess.dll

    Hi,
    I am trying to apply patch 5916667 following the instructions in the readme file. Everything went well except for the step 9 (Section 2) from the readme stating:
    9) Execute the following to install the new ODP.NET assembly:
    gacutil /i Oracle.DataAccess.dll
    NOTE: If you do not have gacutil.exe, you can drag-and-drop the
    Oracle.DataAccess.dll to %SystemRoot%\assembly using Windows File Explorer.
    The same applies to policy DLLs.
    I get an error:
    Failure adding assembly to the cache: Unknown Error
    Could anyone suggest possible cause, please?
    Thanks.

    You would be more lucky to raise a service request for issue on patch.
    Nicolas.

  • Adding c# project dll to gac without visual studio(gacutil)

    Orchestration project calls a method of c# library project. I tried to include the c# project dll in the itemgroup, but the btdf is failing saying the dll is missing. So I have created a setup project with the primary output taking the c# project,
    so it created a msi and I ran that first then followed by btdf. the deployment then worked without errors. This however, resulted in an issue. The component dll is not added to gac, so orchestration is not calling the c# method as part of the orchestration.
    I do not see the dll in the gac(c:/windows/assembly). I do not have visual studio installed so could not use the gacutil. Is there anyway I can add to the gac. running the msi should add but not seen in the c:/windows/assembly.
    Is there anyway I can add to gac?

    Orchestration project calls a method of c# library project. I tried to include the c# project dll in the itemgroup, but the btdf is failing saying the dll is missing. 
    Can you paste here your Itemgroup?
    You need to add it like below:
    <ItemGroup>
     <Components Include="yourC#projectname.dll">
       <LocationPath>..\yourC#projectname\bin\$(Configuration)</LocationPath>
     </Components>
    </ItemGroup>
    I am copying my answer from my
    previous thread. Did you try that?
    old thread

  • One or more types failed to load

    While trying to run the products configuration wizard after installing a language pack, I get the error
    "Exception: Could not load file or assembly 'Microsoft.ApplicationServer.Caching.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. 00000000-0000-0000-0000-000000000000"
    A few months prior we had the "AppFabric" accidentally uninstalled from the web server and has caused issued every since as I don't believe it was reinstalled successfully. If anyone could help that would be great!
    Upgrade Log reads
     Timestamp               Process                                
     TID    Area                           Category                     
     EventID Level      Message  Correlation
    03/31/2014 19:59:04.87 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPConfigurationDatabaseSequence ajywy INFO SPConfigurationDatabase 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.87 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPConfigurationDatabaseSequence ajywy ERROR Failed to call GetTypes() 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.87 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPConfigurationDatabaseSequence ajywy INFO SPConfigurationDatabase 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.87 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPConfigurationDatabaseSequence ajywy ERROR Exception: Could not load file or assembly 'Microsoft.ApplicationServer.Caching.Core, Version=1.0.0.0,
    Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.87 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPUpgradeSession ajxnm INFO SPConfigurationDatabase 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.87 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPUpgradeSession ajxnm ERROR Upgrade [SPConfigurationDatabase] failed. 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.87 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPUpgradeSession ajxnm INFO SPConfigurationDatabase 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.87 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPUpgradeSession ajxnm ERROR Exception: One or more types failed to load. Please refer to the upgrade log for more details. 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.88 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPUpgradeSession ajxnm INFO SPConfigurationDatabase 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.88 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPUpgradeSession ajxnm ERROR    at Microsoft.SharePoint.Upgrade.SPActionSequence.LoadUpgradeActions()     at
    Microsoft.SharePoint.Upgrade.SPActionSequence.get_Actions()     at Microsoft.SharePoint.Upgrade.SPActionSequence.get_RunnableActions()     at Microsoft.SharePoint.Upgrade.SPActionSequence.get_TotalSteps()    
    at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean bRecurse) 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.88 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPManager ajxox INFO No context object 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.88 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPManager ajxox ERROR SPManager.Initialize failed. 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.88 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPManager ajxox INFO No context object 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.88 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPManager ajxox ERROR Exception: One or more types failed to load. Please refer to the upgrade log for more details. 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.88 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPManager ajxox INFO No context object 00000000-0000-0000-0000-000000000000
    03/31/2014 19:59:04.88 psconfigui (0x1B44) 0x1928 SharePoint Foundation Upgrade SPManager ajxox ERROR    at Microsoft.SharePoint.Upgrade.SPActionSequence.LoadUpgradeActions()     at Microsoft.SharePoint.Upgrade.SPActionSequence.get_Actions()    
    at Microsoft.SharePoint.Upgrade.SPActionSequence.get_RunnableActions()     at Microsoft.SharePoint.Upgrade.SPActionSequence.get_TotalSteps()     at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object o, Boolean
    bRecurse)     at Microsoft.SharePoint.Upgrade.SPManager.BootStrap(Guid sessionId, SPUpgradeOperationFlags flags) 00000000-0000-0000-0000-000000000000
    Thanks, Danny Hickman IT Support Specialist

    Hi,
    According to your post, my understanding is that you got the error “One or more types failed to load” when running the products configuration wizard after installing a language pack.
    The error happens if the OWSTIMER.exe can't find the AppFabric 1.1 dlls. You can add them to the GAC (recommended way) or add them to the BIN directory in the SharePoint root (where OWSTIMER.exe lives). You need to use the /gac option in the installer via
    commandline or you can also use the gacutil.exe utility to load them from the C:\Program Files\AppFabric 1.1 for Windows Server folder.
    You can install AppFabric 1.1 from below link.
    http://www.microsoft.com/en-us/download/details.aspx?id=27115
    More information:
    SharePoint 2013 - DCS keeps crashing - distributedcacheservice.exe System.UriFormatException
    AppFabric 1.1 un-installation crises , Broken App Catalog Creation - SharePoint 2013
    Regarding AppFabric, for quick and accurate answers to your questions, it is recommended that you initial a new thread in AppFabric Caching forum.
    AppFabric Caching Forum
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=velocity
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • SSIS failed to execute in SSDT-BI for Visual studio 2012 after SQL 2012 SP2 upgrade

    Hello,
    I have applied sql server 2012 sp2 on my dev workstation and I am currently having this error message when trying to execute a SSIS package from SSDT-BI for visual studio 2012 : "Method
    not found: 'Boolean Microsoft.SqlServer.Dts.Design.VisualStudio2012Utils.IsVisualStudio2012ProInstalled()'. (Microsoft.DataTransformationServices.VsIntegration)"
    I found this link on SSIS forum :
    IsVisualStudio2012ProInstalled() method not found error when running an SSIS package from VS2012
    I don't have neither Gacutil.exe nor Visual studio professional installed so it can't be fixed this way... and anyway, this means we will use the old assembly version of ssis...
    sql server 2012 sp2 setup doesn't apply to SSDT-BI 2012 ?
    what can we do ?
    thanks,
    Stéphane

    Hi Stephane Guilleminot,
    According to your description, you do not execute a SSIS package from SSDT-BI for visual studio 2012 after upgrading to SQL Server 2012 SP2. The workaround is still necessary to apply SP2 and CU1 for SP2 (11.0.5532), then you still have to replace Microsoft.SqlServer.Dts.Design.dll
    (11.0.5532.0) with the last working version: 11.0.3412.0 from SP1 CU9.
    There is similar issue about executing SSIS package after upgrading SQL Server 2012, you can review the following similar post.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/53606f1b-38b0-48d3-a526-12cac5258d0b/vs2012-reports-failed-to-start-project-when-executing-ssis-package-after-applying-cu10-for-sql?forum=sqltools
    Regards,
    Sofiya Li
    If you have any feedback on our support, please click
    here.
    Sofiya Li
    TechNet Community Support

  • Windows 7 Oracle 10.2.0.3.0 ODAC 1020221 Visual Studio 2005 Package L. Fail

    The operation system on my laptop is Windows 7 Home edition 32 bits. On the latop Oracle 10.2.0.3.0.
    That works perfectly.
    Also installled Visual Studio 2005 Professional.
    If I install ODAC1020221 on the laptop Orale Explorer is available in the View menu of Visual Studio 2005.
    If I start Oracle Explorer in the view menu of Visual Studio, Visual Studio comes with the Package Load Failure
    Package 'Oracle Developer Tools for isual Studio.NET' has failed to load properly (GUID= {D601BB95-E404-4A8E-9F24-5C1A462426CE}
    Starting gacutil has no positive result
    Who can help me that it will work so i can use ODP.NET with Visual Studio.
    Kind Regards Frank Hagen

    The operation system on my laptop is Windows 7 Home edition 32 bits. On the latop Oracle 10.2.0.3.0.
    That works perfectly.
    Also installled Visual Studio 2005 Professional.
    If I install ODAC1020221 on the laptop Orale Explorer is available in the View menu of Visual Studio 2005.
    If I start Oracle Explorer in the view menu of Visual Studio, Visual Studio comes with the Package Load Failure
    Package 'Oracle Developer Tools for isual Studio.NET' has failed to load properly (GUID= {D601BB95-E404-4A8E-9F24-5C1A462426CE}
    Starting gacutil has no positive result
    Who can help me that it will work so i can use ODP.NET with Visual Studio.
    Kind Regards Frank Hagen

  • Gstreamer-sharp 0.99.0-2 fails on build

    hello all im trying to intall gstreamer-sharp 0.99.0-2 off the aur andkeep running into this problem
    configure: error: in `/tmp/yaourt-tmp-root/aur-gstreamer-sharp/src/gstreamer-sharp-0.99.0':
    configure: error: C compiler cannot create executables
    See `config.log' for more details
    ==> ERROR: A failure occurred in build().
        Aborting...
    ==> ERROR: Makepkg was unable to build gstreamer-sharp.
    ==> Restart building gstreamer-sharp ? [y/N]
    here is the log file
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by gstreamer-sharp configure 0.99.0, which was
    generated by GNU Autoconf 2.69. Invocation command line was
    $ ./configure --enable-maintainer-mode --prefix=/usr
    ## Platform. ##
    hostname = nerv
    uname -m = x86_64
    uname -r = 3.14.2-1-ARCH
    uname -s = Linux
    uname -v = #1 SMP PREEMPT Sun Apr 27 11:28:44 CEST 2014
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = unknown
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /usr/local/sbin
    PATH: /usr/local/bin
    PATH: /usr/bin
    PATH: /usr/bin/vendor_perl
    PATH: /usr/bin/core_perl
    ## Core tests. ##
    configure:2222: checking build system type
    configure:2236: result: x86_64-unknown-linux-gnu
    configure:2256: checking host system type
    configure:2269: result: x86_64-unknown-linux-gnu
    configure:2289: checking target system type
    configure:2302: result: x86_64-unknown-linux-gnu
    configure:2344: checking for a BSD-compatible install
    configure:2412: result: /usr/bin/install -c
    configure:2423: checking whether build environment is sane
    configure:2478: result: yes
    configure:2629: checking for a thread-safe mkdir -p
    configure:2668: result: /usr/bin/mkdir -p
    configure:2675: checking for gawk
    configure:2691: found /usr/bin/gawk
    configure:2702: result: gawk
    configure:2713: checking whether make sets $(MAKE)
    configure:2735: result: yes
    configure:2764: checking whether make supports nested variables
    configure:2781: result: yes
    configure:2907: checking whether to enable maintainer-specific portions of Makefiles
    configure:2916: result: yes
    configure:2976: checking how to print strings
    configure:3003: result: printf
    configure:3036: checking for style of include used by make
    configure:3064: result: GNU
    configure:3135: checking for gcc
    configure:3151: found /usr/bin/gcc
    configure:3162: result: gcc
    configure:3391: checking for C compiler version
    configure:3400: gcc --version >&5
    gcc (GCC) 4.9.0
    Copyright (C) 2014 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:3411: $? = 0
    configure:3400: gcc -v >&5
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/lto-wrapper
    Target: x86_64-unknown-linux-gnu
    Configured with: /build/gcc-multilib/src/gcc-4.9.0/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-cloog-backend=isl --disable-cloog-version-check --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-multilib --disable-werror --enable-checking=release
    Thread model: posix
    gcc version 4.9.0 (GCC)
    configure:3411: $? = 0
    configure:3400: gcc -V >&5
    gcc: error: unrecognized command line option '-V'
    gcc: fatal error: no input files
    compilation terminated.
    configure:3411: $? = 1
    configure:3400: gcc -qversion >&5
    gcc: error: unrecognized command line option '-qversion'
    gcc: fatal error: no input files
    compilation terminated.
    configure:3411: $? = 1
    configure:3431: checking whether the C compiler works
    configure:3453: gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4-DGLIB_COMPILATION -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
    cc1: error: invalid --param value '4-DGLIB_COMPILATION'
    configure:3457: $? = 1
    configure:3495: result: no
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "gstreamer-sharp"
    | #define PACKAGE_TARNAME "gstreamer-sharp"
    | #define PACKAGE_VERSION "0.99.0"
    | #define PACKAGE_STRING "gstreamer-sharp 0.99.0"
    | #define PACKAGE_BUGREPORT ""
    | #define PACKAGE_URL ""
    | #define PACKAGE "gstreamer-sharp"
    | #define VERSION "0.99.0"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:3500: error: in `/tmp/yaourt-tmp-root/aur-gstreamer-sharp/src/gstreamer-sharp-0.99.0':
    configure:3502: error: C compiler cannot create executables
    See `config.log' for more details
    ## Cache variables. ##
    ac_cv_build=x86_64-unknown-linux-gnu
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4-DGLIB_COMPILATION'
    ac_cv_env_CPPFLAGS_set=set
    ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_GAPI_CFLAGS_set=
    ac_cv_env_GAPI_CFLAGS_value=
    ac_cv_env_GAPI_LIBS_set=
    ac_cv_env_GAPI_LIBS_value=
    ac_cv_env_GLIB_SHARP_CFLAGS_set=
    ac_cv_env_GLIB_SHARP_CFLAGS_value=
    ac_cv_env_GLIB_SHARP_LIBS_set=
    ac_cv_env_GLIB_SHARP_LIBS_value=
    ac_cv_env_GST_CFLAGS_set=
    ac_cv_env_GST_CFLAGS_value=
    ac_cv_env_GST_LIBS_set=
    ac_cv_env_GST_LIBS_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_MONO_DEPENDENCY_CFLAGS_set=
    ac_cv_env_MONO_DEPENDENCY_CFLAGS_value=
    ac_cv_env_MONO_DEPENDENCY_LIBS_set=
    ac_cv_env_MONO_DEPENDENCY_LIBS_value=
    ac_cv_env_PKG_CONFIG_LIBDIR_set=
    ac_cv_env_PKG_CONFIG_LIBDIR_value=
    ac_cv_env_PKG_CONFIG_PATH_set=
    ac_cv_env_PKG_CONFIG_PATH_value=
    ac_cv_env_PKG_CONFIG_set=
    ac_cv_env_PKG_CONFIG_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_host=x86_64-unknown-linux-gnu
    ac_cv_path_install='/usr/bin/install -c'
    ac_cv_path_mkdir=/usr/bin/mkdir
    ac_cv_prog_AWK=gawk
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_make_make_set=yes
    ac_cv_target=x86_64-unknown-linux-gnu
    am_cv_make_support_nested_variables=yes
    ## Output variables. ##
    ACLOCAL='${SHELL} /tmp/yaourt-tmp-root/aur-gstreamer-sharp/src/gstreamer-sharp-0.99.0/missing aclocal-1.14'
    ACLOCAL_AMFLAGS=''
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='$${TAR-tar}'
    AM_BACKSLASH='\'
    AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
    AM_DEFAULT_VERBOSITY='1'
    AM_V='$(V)'
    AR=''
    ASSEMBLY_COMPANY=''
    ASSEMBLY_COPYRIGHT=''
    ASSEMBLY_DESCRIPTION=''
    ASSEMBLY_NAME=''
    ASSEMBLY_NAMESPACE=''
    ASSEMBLY_PC=''
    ASSEMBLY_SHORTNAME=''
    ASSEMBLY_TITLE=''
    ASSEMBLY_VERSION=''
    AUTOCONF='${SHELL} /tmp/yaourt-tmp-root/aur-gstreamer-sharp/src/gstreamer-sharp-0.99.0/missing autoconf'
    AUTOHEADER='${SHELL} /tmp/yaourt-tmp-root/aur-gstreamer-sharp/src/gstreamer-sharp-0.99.0/missing autoheader'
    AUTOMAKE='${SHELL} /tmp/yaourt-tmp-root/aur-gstreamer-sharp/src/gstreamer-sharp-0.99.0/missing automake-1.14'
    AWK='gawk'
    CC='gcc'
    CCDEPMODE=''
    CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4-DGLIB_COMPILATION'
    CPP=''
    CPPFLAGS='-D_FORTIFY_SOURCE=2'
    CSC=''
    CYGPATH_W='echo'
    DEFS=''
    DEPDIR='.deps'
    DLLTOOL=''
    DSYMUTIL=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    ENABLE_MONODOC_FALSE=''
    ENABLE_MONODOC_TRUE=''
    EXEEXT=''
    FGREP=''
    GACUTIL=''
    GACUTIL_FLAGS=''
    GAPI_CFLAGS=''
    GAPI_CODEGEN=''
    GAPI_FIXUP=''
    GAPI_LIBS=''
    GAPI_PARSER=''
    GLIB_SHARP_CFLAGS=''
    GLIB_SHARP_LIBS=''
    GREP=''
    GST_CFLAGS=''
    GST_INCLUDEDIR=''
    GST_LIBS=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    LD=''
    LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro'
    LIBOBJS=''
    LIBS=''
    LIBTOOL=''
    LIB_PREFIX=''
    LIB_SUFFIX=''
    LIPO=''
    LN_S=''
    LTLIBOBJS=''
    MAINT=''
    MAINTAINER_MODE_FALSE='#'
    MAINTAINER_MODE_TRUE=''
    MAKEINFO='${SHELL} /tmp/yaourt-tmp-root/aur-gstreamer-sharp/src/gstreamer-sharp-0.99.0/missing makeinfo'
    MANIFEST_TOOL=''
    MDASSEMBLER=''
    MKDIR_P='/usr/bin/mkdir -p'
    MONODOCER=''
    MONO_DEPENDENCY_CFLAGS=''
    MONO_DEPENDENCY_LIBS=''
    NM=''
    NMEDIT=''
    OBJDUMP=''
    OBJEXT=''
    OTOOL64=''
    OTOOL=''
    PACKAGE='gstreamer-sharp'
    PACKAGE_BUGREPORT=''
    PACKAGE_NAME='gstreamer-sharp'
    PACKAGE_STRING='gstreamer-sharp 0.99.0'
    PACKAGE_TARNAME='gstreamer-sharp'
    PACKAGE_URL=''
    PACKAGE_VERSION='0.99.0'
    PATH_SEPARATOR=':'
    PKG_CONFIG=''
    PKG_CONFIG_LIBDIR=''
    PKG_CONFIG_PATH=''
    RANLIB=''
    RUNTIME=''
    SED=''
    SET_MAKE=''
    SHELL='/bin/sh'
    STRIP=''
    VERSION='0.99.0'
    ac_ct_AR=''
    ac_ct_CC='gcc'
    ac_ct_DUMPBIN=''
    am__EXEEXT_FALSE=''
    am__EXEEXT_TRUE=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__include='include'
    am__isrc=''
    am__leading_dot='.'
    am__nodep='_no'
    am__quote=''
    am__tar='$${TAR-tar} chof - "$$tardir"'
    am__untar='$${TAR-tar} xf -'
    bindir='${exec_prefix}/bin'
    build='x86_64-unknown-linux-gnu'
    build_alias=''
    build_cpu='x86_64'
    build_os='linux-gnu'
    build_vendor='unknown'
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    gstreamer_prefix=''
    gtksharp_prefix=''
    host='x86_64-unknown-linux-gnu'
    host_alias=''
    host_cpu='x86_64'
    host_os='linux-gnu'
    host_vendor='unknown'
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='${SHELL} /tmp/yaourt-tmp-root/aur-gstreamer-sharp/src/gstreamer-sharp-0.99.0/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    mandir='${datarootdir}/man'
    mkdir_p='$(MKDIR_P)'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target='x86_64-unknown-linux-gnu'
    target_alias=''
    target_cpu='x86_64'
    target_os='linux-gnu'
    target_vendor='unknown'
    ## confdefs.h. ##
    /* confdefs.h */
    #define PACKAGE_NAME "gstreamer-sharp"
    #define PACKAGE_TARNAME "gstreamer-sharp"
    #define PACKAGE_VERSION "0.99.0"
    #define PACKAGE_STRING "gstreamer-sharp 0.99.0"
    #define PACKAGE_BUGREPORT ""
    #define PACKAGE_URL ""
    #define PACKAGE "gstreamer-sharp"
    #define VERSION "0.99.0"
    configure: exit 77
    looked around the web for a while and no avail so any help would be apprecatied
    MOD EDIT: please use code tags for large blocks of text like log files
    Last edited by fukawi2 (2014-06-04 00:03:35)

    Your error is here:
    cc1: error: invalid --param value '4-DGLIB_COMPILATION'
    Wherever -DGLIB_COMPILATION is being added, someone missed a space.

  • Bit locker drive encryption failed due to power failer and hard disk corrupted

    I ran Bitlocker drive ecryption drive D. My pc is windows 7 ultimate, while it was in progress of 1% due to power failer the encryption failed, when power resume the drive didn't showed the file format nor the size but it shows the size in disk management.
    It showed like this in My computer
    I do Have the recovery code password and back of recovery password so I ran the "manage-bde-_unlock D:-rp[my code ]
    and my pc got hang  no other option rather than to press the restart button. 
    then I used commang "repair-bde -force D:I:-rp[my rp] and following info showed but it stucked in 1% about 8 hours, and there was no increase in the pecentage
    I also connected the hardisk to mac but all othe partation showed but didn't showed the encrypted one.
    I had lots of memorable picture and other backups so any one kindly help me to get out of this problem. Thanks for help

    Hi,
    The BitLocker encryption and decryption processes can be interrupted by turning the computer off, and it will resume where it left off the next time Windows starts. This is true even if the power is suddenly unavailable.
    Bitlocker-repair (repair-bde)  tool
    can't repair a drive that failed during the encryption or decryption process.
    In addition, could you please explain a bit for what drive you are trying to deal with? external one?
    When you first restart your PC, have you seen any signs that indicate that the encryption is in process?
    Regarding your scenario, please take a look to see if the following articles could help here:
    Scenario 11: Recovering Data Protected by BitLocker Drive Encryption (Windows 7)
    Besides, when running manage-bde command, did we followed the steps mentioned in the below article?
    Scenario 14: Using a Data Recovery Agent to Recover BitLocker-Protected Drives (Windows 7)
    Best regards
    Michael Shao
    TechNet Community Support

  • Cannot send email from my Touch (connection to smtp server fails)

    Hello,
    I have a new iPod Touch with 1.1.4 and the January apps. I am having a problem setting the Mail application.
    I am trying to connect to the IMAP/SMTP servers at my university. I am using the exact same settings and passwords I use on my laptop, which works fine. I can receive email fine on my Touch, but every time I try to send one it fails tellings me "the connection to the outgoing server smtp.myuniversity.edu failed".
    If I on purpose write a wrong password for the outgoing mail, the error message I get is different ("check the account settings for the outgoing server smtp.myuniversity.edu").
    The university IT people confirmed my settings, and told me that there is nothing blocking any handheld device from using the server.
    Does anyone know why this would happen?
    Thanks,
    Marcelo

    Thank you very much for your responses
    1) the link to mail setup is (sorry, it's quite long)
    http://www.knowledgepak.com/kpaksonline/kpol.asp?PiAlias=kpolpi17&k2dockey=04096 3251575739@kpol17&ViewLink=true&SkipHeader=false&printformat=true
    2) I am indeed using SSL, as instructed by IT
    3) I do use port 587 instead of 25 (25 does not work either)
    Any ideas? Thanks again.
    MC

  • BSI ConnectToDataSet...failed

    Hi
    We have a problem with the BSI, we had been getting a dump "RFC_ERROR_SYSTEM_FAILURE", I followed the SAP Note 1068271 for the debug, and the result is:
    =Thu Jan 22 11:53:37 2009
    =SAP AG, Walldorf - Business API for BSI TaxFactory 8.0
    =RfcAccept called
    =Mapping ABAP RFC_PAYROLL_TAX_CALC_US_80 to C function srv_Payroll_Tax_Calc_US_80
    =Mapping ABAP RFC_HR_TAXLOCATOR_US_80 to C function srv_hr_taxlocator_us_80
    =Waiting for ABAP function calls
    =Running function srv_Payroll_Tax_Calc_US_80
    =Loading import parameters
    =Loading export parameters
    =Loading internal tables
    =Calling Payroll_Tax_Calc_US
    =Running Connect_DB_Payroll_Tax_Calc_US
    BSI dataset                  -> 110
    ConnectToDataSource...Succeeded 
    ConnectToDataSet...failed 
    Error String ->  7777 - [Oracle][ODBC][Ora]ORA-00933: SQL command not properly ended
    =RFC error
    operation/code Connect_DB_Payroll_Tax_Calc_US
    key RFC_ERROR_SYSTEM_FAILURE
    status
    message See RFC trace file or SAP system log for more details
    internal status
    The RFC under sm59 is working fine, the error is on the connection to the Dataset according to the Debug log "ConnectToDataSet...failed".
    I don't know what to check about the Dataset, could you please help me?
    Best Regards

    Yes, it's correct.
    I checked it's 8.0.
    I think is a problem with the parameters under tf80server.bat.
    SET
    TF80_CONNECT_STRING=DSN=;UID=;PW
    D=;
    SET TF80_SCHEMA_NAME=.TF80
    REM for SAP trace debugging, uncomment below & see file
    errors.txt in gateway working directory
    REM C:\BSI\TAXFACTORY\tf80serverdebug.exe %*
    REM else for usual operation
    C:\BSI\TAXFACTORY\tf80server.exe %*
    I don't know what is the "ODBC_DSN_NAME"
    I have the user, password, the database name...
    Best Regards

  • Installation of IPC AP 7.0 Jar is getting Failed when uploading in CRM

    Hello Experts,
    we did some changes in the previosly uploded version of IPC AP 7.0  customer user exit Jar file in eclipse.
    While uploading the new modified jar through transaction /SAPCND/UE_DEV in CRM we are getting error :" installation of module <Jar file name > has failed ".
    when we checked the logs in SM 53 we seen the below mentioned error:
    Message: Exception of type com.sap.sql.log.OpenSQLException caught: Exception of type com.sap.sql.sqlparser.CommonSQLParserException: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE ^ (reason: Modification of ABAP tables is not permit ted)" is not supported
    caught: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE ^ (reason: Modification of ABAP tables is not permitted)" is not supported
    --> com.sap.sql.log.OpenSQLException: Exception of type com.sap.sql.sqlparser.CommonSQLParserException: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE '^' (reason: Modification of ABAP tables is n" is not suppor ted
    caught: - statement "DELETE FROM "SVMCRT_MOD_TR_T" WHERE "MODULE_NAME" LIKE ? ESCAPE '^' (reason: Modification of ABAP tables is not permitted)" is not supported
    at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Ljava/lang/Class;Ljava/lang/String;[Ljava/lang/Object;)Lcom/sap/sql/log/OpenSQLException;(Syslog.java:85)
    at 
    if  required i can post the complete stack trace.
    any inputs/suggestions are most welcome.
    Thanks & regards,
    Siddharth

    Hi Mark,
    Yesterday after Posting the thread we found the same Note ,Issue occured because of  JAVA write access was not enabled on the table ,After enabling it as mentioned in SAP Note, Jar file get successfully uploaded.
    Thanks for your Help also.
    Regards,
    Siddharth

  • Upgrade to ERp6 phase STARTSAP_NBAS error: DDIC login fails

    Hi
    During an upgrade from 4.7  to ERP6  I get the following error
    message in phase STARTSAP_NBAS:
    SYSTEM START failed, code -2
    -2: the test rfc did not work.
    Try to log on to the system with user DDIC
    When I try to log on to the system as user DDIC, I get the following
    error message:
    DB-Error -0
    SAP* can log in .The password I submit is correct. I have not changed this password at
    any time.
    Any ideas are most welcome

    Hi,
    DB-Error -0 indicate problem with kernel, try to upgrade kernel.
    check Note 760175 - 6.20: Logon not possible (after DB export or system copy)
    regards,
    kaushal

  • Running workbook from .bat fails to start application missing CORE40 dll

    I have been running several workbook via windows task scheduler / vbscript &/or bat files.
    I now have a new box which I access thru Remote Desktop Connection, so I can run all these automated updates without having my screen blinking everytime a shedule workbook starts.
    If I click on the actual Discoverer icon, or the discoverer workbook shortuct, all works well.
    If I click on the .bat file, or try to run the workbook via the cmd , it gives me the following error:
    DIS4USR.EXE – Unable To Locate Component
    “this application has failed to start because CORE40.DLL was not found. Re-installing the application may fix this problem.”
    The dll is under c/orant/bin/core40.dll, which is where I've read it should be, and it works fine in my regular box...
    Please help! URGENT :)
    Thanks!

    Hello
    Check the PATH environment variables for the machine you are on and the one you are connecting to.
    You might not have Discoverer's objects in the PATH.
    Another possibility is that you have more than one piece of ORACLE software on the machine and you may need to also set the ORACLE_HOME within the BAT file.
    Best wishes
    Michael

  • Due to my laptop screen failing i have to return to facory settings, can i reinstall adobe reader and adobe air afterwards?

    Due to my laptop screen failing I have to return it to factory settings, can I reinstall adobe reader and air afterwards?

    I don't see why not. Do you foresee a special difficulty?

  • Downloads to documents folder fail due to parallel upload

    Hi, mobile documents is a great tool that I use to replicate all business relevant documents to mobile clients. However there is one great disadvantage for me. When you download a file that is a bit larger (>1 MB), during the download the client will already start uploading the temporary file. So the download then fails as it cannot convert the temporary file into the final one.
    This is something that does not happen for equivalent clients (for example skydrive). Do you think this is something that can be fixed?
    thanks,
    Heiko

    Hi Heiko,
    Let me explain again:
    You said "uploader locks the file so that it can no longer be changed". For the temporary file it is the downloader which have locked the file. Hence, the impression that file is getting uploaded because it is locked is hence not correct.
    The next version might be available in Q1\Q2 2014. We will keep everyone updated via community.
    Best Regards,
    Ashwani Kr Sharma

Maybe you are looking for

  • All of the sudden iTunes not playing (sometimes)

    Out of the blue I have found the oddest behavior from iTunes. Songs just do not play. All button work, everything seems in order, but when I press the play button the playhead does not move. I can scrub into the song, but when I release it does not p

  • Switching to simple to smartphone - what happens to upgrade?

    I have a question and I couldn't find a similar case online. Hope some of you can give me some light. I currently own a simple phone from Verizon and it is already eligible for an upgrade. I have been saving this upgrade for a while to go for the nex

  • Database error or package error?

    Hi All, I am getting these errors in my alert log file. Errors in file k:\d002\oracle\larspipa\dumpb\larspipa_j000_6196.trc: ORA-12012: error on auto execute of job 1032563 ORA-04063: ORA-04063: package body "ORACLE_OCM.MGMT_DB_LL_METRICS" has errors

  • Sol 8 Install on Dell Dim 8100 - Problem - ACPI?

    I am having a mixture of the problems stated on this forum's earlier threads. The kit is as follows: Solaris 8 for Intel 8.0 10/00 (2 CD's + 1 DCA floppy disk) DELL Dimension 8100 - Intel Pentium 4 1.3GHz processor + 128MB NON ECC RDRAM + 40GB Ultra

  • Stock transport Order -  Inter Company Billing

    Dear Friends, I am carrying out inter Company Billing Process - Inter Company Billing. The requirement is that after creating the Purchase order (NB) , Sale order has to be created automatically this is because the Company uses MTO scneario and wants