SCUP 2011 command line

Hi, I was wondering if there was any command lines and switches or powershell commands to automatically import catalogs and publish updates with System Center Update publisher 2011
Thks in advance and don't hesitate if you have any questions.
joeblow

To my knowledge no, there is no CLI in SCUP 2011 and no automation layer.
Jason | http://blog.configmgrftw.com | @jasonsandys

Similar Messages

  • System Center Update publisher 2011 command line

    Hi, I was wondering if there was any command lines and switches or powershell commands to automatically import catalogs and publish updates with System Center Update publisher 2011
    joeblow

    Hi,
    This forum is focusing on the issues of WSUS.
    Due to your question is more related to the System Center, to get better help, please post your question on the forum below:
    https://social.technet.microsoft.com/Forums/en-us/home?forum=configmanagersecurity&filter=alltypes&sort=lastpostdesc
    Best Regards.
    Steven Lee 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]

  • How to change a setting in the Java Control Panel with command line

    Hi,
    I am trying to figure out how to change a setting in the Java Control Panel with command line or with a script. I want to enable "Use SSL 2.0 compatible ClientHello format"
    I can't seem to find any documentation on how to change settings in the Java Control Panel via the command line
    Edited by: 897133 on Nov 14, 2011 7:15 AM

    OK figured it out. This is for the next person seeking the same solution.
    When you click on the Java Control Panel (found in the Control panel) in any version of Windows, it first looks for a System Wide Java Configuration (found here: C:\Windows\Sun\Java\Deployment). At this point you must be wondering why you don't have this folder (C:\Windows\Sun\Java\Deployment) or why its empty. Well, for an enterprise environment, you have to create it and place something in it - it doesn't exist by default. So you'll need a script (I used Autoit) to create the directory structure and place the the two files into it. The two files are "deployment.properties" and "deployment.config".
    Example: When you click on the Java Control Panel it first checks to see if this directory exists (C:\Windows\Sun\Java\Deployment) and then checks if there is a "deployment.config". If there is one it opens it and reads it. If it doesn't exist, Java creates user settings found here C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7.
    __deployment.config__
    It should look like this inside:
    *#deployment.config*
    *#Mon Nov 14 13:06:38 AST 2011*
    *# The First line below specifies if this config is mandatory which is simple enough*
    *# The second line just tells Java where to the properties of your Java Configuration*
    *# NOTE: These java settings will be applied to each user file and will overwrite existing ones*
    deployment.system.config.mandatory=True
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    If you look in C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7 for example you will find "deployment.properties". You can use this as your default example and add your settings to it.
    How?
    Easy. If you want to add *"Use SSL 2.0 compatible ClientHello format"*
    Add this line:
    deployment.security.SSLv2Hello=true
    Maybe you want to disable Java update (which is a big problem for enterprises)
    Add these lines:
    deployment.javaws.autodownload=NEVER
    deployment.javaws.autodownload.locked=
    Below is a basic AutoIt script you could use (It compiles the files into the executable. When you compile the script the two Java files must be in the directory you specify in the FileInstall line, which can be anything you choose. It will also create your directory structure):
    #NoTrayIcon
    #RequireAdmin
    #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
    #AutoIt3Wrapper_UseX64=n
    #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
    Func _JavaConfig()
         $ConfigFile_1 = @TempDir & "\deployment.properties"
         $ConfigFile_2 = @TempDir & "\deployment.config"
         FileInstall ("D:\My Documents\Autoit\Java config\deployment.properties", $ConfigFile_1)
    FileInstall ("D:\My Documents\Autoit\Java config\deployment.config", $ConfigFile_2)
         FileCopy($ConfigFile_1, @WindowsDir & "\Sun\Java\Deployment\", 9)
         FileCopy($ConfigFile_2, @WindowsDir & "\Sun\Java\Deployment\", 9)
         Sleep(10000)
         FileDelete(@TempDir & "\deployment.properties")
         FileDelete(@TempDir & "\deployment.config")
    EndFunc
    _JavaConfig()
    Now if you have SCUP and have setup Self Cert for your organization, you just need to create a SCUP update for JRE.
    Edited by: 897133 on Nov 16, 2011 4:53 AM

  • How to run ADF command-line test-client on standalone weblogic host

    I have followed the steps to create a test client for the ADF application. In used the following link:
    http://download.oracle.com/docs/cd/B31017_01/web.1013/b25947/bcquerying007.htm
    The above link does not talk about how to setup the environment where the standalone weblogic is installed to be able to run the test client.
    I can run it in the jdeveloper environment.
    I can also run from the command line on the development host, by cut-paste the command from the jdeveloper output log tab.
    I am trying to run this client on the machine where we have a weblogic installed (standalone) for testing. We can run our ADF application from the browser with no issues. We want to automate and run some testing related to the ADF model (non-viewcontroller part) from the command line on this test stage.
    Which/Where are the ADF libraries?
    How can I add our application jar deployed on the weblogic (ear file) to the CLASSPATH?
    What other libraries ADF/Weblogic do I need for the command line test client?
    What am I missing?
    Thanks for any help.
    Edited by: mmunawar on Jul 2, 2011 1:03 PM
    Edited by: mmunawar on Jul 2, 2011 1:04 PM

    create weblogic application server connection from jdeveloper and then Deploy that application through jdeveloper in the weblogic application server and then run it from jdeveloper and see if its working.

  • Error while running aiaconfig.sh - The command line argument(s) "weblogicConfig"

    Hi.
    We are Configuring PIP on AIA 11.1.1.7 after installing AIA PIP release. we we run ./aiaconfig.sh we are getting below error message,
    $./aiaconfig.sh
    Starting Oracle Universal Installer...
    Checking swap space: must be greater than 500 MB.   Actual 169130 MB    Passed
    Checking monitor: must be configured to display at least 256 colors.    Actual 16777216    Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-11-20_04-11-10AM. Please wait ...adevaia                                                        @soa-odi-dev1:/u02/app/Oracle/Middleware/AIAHOME/bin$ [WARN ][jrockit] MaxPermSize=256m ignored: Not a valid opt                                                        ion for JRockit
    Log: /u01/app/oraInventory/logs/install2013-11-20_04-11-10AM.log
    The command line argument(s) "weblogicConfig" or the install mode specified is not valid.
    Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
    Usage:
    config.sh [-mode] [-options] [(<CommandLineVariable=Value>)*]
    Where mode include:
    [Mode is a mandatory parameter. Only one mode can be specified.]
         -silent For silent mode operations, the inputs can be a response file or a list of
                  command line variable value pairs.
    Where options include:
         -help, --help, --usage
                  Displays above usage.
         -invPtrLoc <inventory pointer file>
                  Launches the installer with a custom inventory location. The invPtrLoc
                  should point to a file which contains the following information.
                  inventory_loc=<inventory_location>
                  inst_group=<group_name>
         -response, -responseFile <response file>
                  Specifies the response file and path to use.
         -jreLoc <location>
                  Path where Java Runtime Environment is installed. OUI cannot be run without
                  it.
         -logLevel <level>
                  To filter log messages that have a lesser priority level than <level>.
                  Valid options are: severe, warning, info, config, fine, finer, finest,
                  basic, general, detailed, trace. The use of basic, general, detailed, trace
                  is deprecated.
         -debug  For getting the debug information from OUI.
         -force  Allowing silent mode installation into a non-empty directory.
         -printdiskusage
                  Log debug information for disk usage.
         -printmemory
                  Path where Java Runtime Environment is installed. OUI cannot be run without
                  it.
         -printtime
                  Log debug information for time usage.
         -waitforcompletion
                  For windows. setup.exe will wait for completion instead of spawning the
                  java engine and exiting.
         -noconsole
                  For suppressing display of messages to console. Console is not allocated.
         -ignoreSysPrereqs
                  For ignoring the results of the system pre-requisite checks.
         -executeSysPrereqs
                  Execute system pre-requisite checks and exit.
         -paramFile <location of file>
                  Specify location of oraparam.ini file to be used by OUI.
         -novalidation
                  Disables the validations, can be invoked along with GUI or silent mode.
         -nodefaultinput
                  Disables the default computation of values (pre-populating of values when
                  screen is loaded) in GUI install.
         -nocheckForUpdates
                  To disable all updates checking
         -updatesDir
                  To specify the directory where latest updates are downloaded. This could be
                  used in disconnected mode.
    Command Line Variables Usage:
              Command line variables are specified using <name=value>; for example:
                  [ session: | session:compName: | session:compName:version: ]variableName=" valueOfVariable"]
              Installer variables are specified using:
                  varName=value
                  Ex: ORACLE_HOME=<value>
              OUI Session variables are specified using:
                  session:varName=value
                  Ex: session:VARIABLE_NAME=<value>
              OUI Component variables are specified using:
                  session:compInternalName:[Version:]varName
                  Ex 1: session:oracle.comp1:1.0.1:varName=<value>
                  Ex 2: session:oracle.comp1:varName=<value>
                  The lookup order is compInternalName:Version:varName, then compInternalName:varName
    do anyone had any idea on this.
    Thanks a lot,
    RR.

    try checking relevant environment variables like the CLASSPATH.... a major source of failures in Windows is when in the classpath there is a path containing SPACES.... also enabling some "debug" or "verbose" flag (not sure how to do it) would provide more insight...

  • Error while running the SAP JCO java program running via command line

    Hi,
        We are facing an issue while using SAP JCO. When i try to run the sample program using RAD 8.0 ( IBM IDE tool For Java Development) its working fine.
    The same sample program if i try to run using command line, Then its giving below exception message.
    Exception in thread "main" java.lang.NoClassDefFoundError: Integration
    NOTE: I have configured proper sapjco jar & Dll files path in class path settings in my batch file.

    Hi,
    class loader can't find class definition during runtime but it could find it during compilation. So the problem is with your classpath. Does your classpath point to file with class Integration? Check this [blog|http://javarevisited.blogspot.com.au/2011/06/noclassdeffounderror-exception-in.html].
    Cheers
    Added reference to blog.

  • Connection string not in the command line argument.

    Hi,
    I found myself constantly looking for the debug connection string and to enter it in the "Command line arguments".  I decided to create my Add-On base class from which all my add-ons inherit from.
    In the constructor of the base Add-On class I determine the connection string based on whether the code is in debug more or not.
    Example:
    string connectionString  = string.Empty;
    #if DEBUG
        _connectionString = "0030002C0030002C00530041005000420044005F00440061007400650076002C0050004C006F006D0056004900490056";
    #else
        // Get the log info
        if (Environment.GetCommandLineArgs().Length > 1 )
            _connectionString = Environment.GetCommandLineArgs().GetValue(1).ToString();
    #endif
    I hope this help.
    Edited by: B1Computing on Apr 5, 2011 8:20 PM

    Hi,
    I found myself constantly looking for the debug connection string and to enter it in the "Command line arguments".  I decided to create my Add-On base class from which all my add-ons inherit from.
    In the constructor of the base Add-On class I determine the connection string based on whether the code is in debug more or not.
    Example:
    string connectionString  = string.Empty;
    #if DEBUG
        _connectionString = "0030002C0030002C00530041005000420044005F00440061007400650076002C0050004C006F006D0056004900490056";
    #else
        // Get the log info
        if (Environment.GetCommandLineArgs().Length > 1 )
            _connectionString = Environment.GetCommandLineArgs().GetValue(1).ToString();
    #endif
    I hope this help.
    Edited by: B1Computing on Apr 5, 2011 8:20 PM

  • Command line: Error: unable to open '/Applications/flex_sdk_4\frameworks\flex-config.xml'

    Hi,
    I am new to flex. I am trying to use the xmp sdk to create custom file info panels in photoshop.
    I am going through the example show in the adobe documentation 'Building a panel with Flex SDK'
    I got any running and I got all the files setup in the proper folders but I cannot for the life of me figure out why I keep getting this error.
    Buildfile: /Volumes/three/2011/XMP/test project/build.xml
    clean:
    buildPanel:
         [echo] --> Panel 'Test2'
        [compc] Adobe Compc (Flex Component Compiler)
        [compc] Version 4.5.1 build 21328
        [compc] Copyright (c) 2004-2011 Adobe Systems, Inc. All rights reserved.
        [compc] command line: Error: unable to open '/Applications/flex_sdk_4.5\frameworks\flex-config.xml'
        [compc] Use 'compc -help' for information about using the command line.
    BUILD FAILED
    /Volumes/three/2011/XMP/test project/build.xml:20: compc task failed
    Total time: 616 milliseconds
    thanks,
    digitalkyle

    can you tell us where your services-config.xml file is
    located. can you make sure it is right under the "src" folder of
    the Flex Builder project.
    Hope this helps.

  • HT3924 Target display mode connects but only displays desktop background, no files or command lines

    I have connected my early 2014 MacBook to a late 2012 imac and connected them via Thunderbolt cable.  Pressing Command F2 causes the screen on teh iMac to change to teh MacBook background screen, but does not display any desktop files or command lines.  Any ideas how to fix this?

    Hi tdmone,
    Welcome to the Support Communities!  The resource below may help you with the Target Display Mode options for connecting your Macbook and iMac:
    Target Display Mode: Frequently Asked Questions (FAQ) - Apple Support
    http://support.apple.com/en-us/HT3924
    The table below shows iMac computers that support TDM, the required cables, and the port of the computer to which you are connecting the iMac.
    iMac Model
    Cable Supported
    Port on Source Computer
    iMac (27-inch Late 2009)
    Mini DisplayPort to Mini DisplayPort
    Mini DisplayPort or Thunderbolt
    iMac (27-inch Mid 2010)
    Mini DisplayPort to Mini DisplayPort
    Mini DisplayPort or Thunderbolt
    iMac (Mid 2011)
    Thunderbolt to Thunderbolt
    Thunderbolt
    iMac (Mid 2012 and later)
    Thunderbolt to Thunderbolt
    Thunderbolt
    Are you connecting via the Thunderbolt ports on both computers?
    How do I enable TDM?
    Make sure both computers are turned on and awake.  
    Connect a male-to-male Mini DisplayPort or ThunderBolt cable to each computer. 
    Press Command-F2 on the keyboard of the iMac being used as a display to enable TDM. 
    Note: In Keyboard System Preferences, if the checkbox is enabled for "Use all F1, F2, etc. keys as standard functions keys," the key combination changes to Command-Fn-F2.
    Can I use a third-party keyboard or older Apple keyboard to enable TDM?
    Some older Apple keyboards and keyboards not made by Apple may not allow Command-F2 to toggle display modes. You should use an aluminum wired or wireless Apple keyboard to toggle TDM on and off.
    I hope this information helps ....
    - Judy

  • Hana db filesystem directory structure and process command line

    Hi experts,
    Could someone provide please actual directory structure of Hana db filesystem?
    Generally speaking, I need to model some Hana db(of 1.0, 1.5 versions) entities. Among them:
    Schemas
    Data files
    Log files
    Important configuration files
    Database parameters(guess found in config files and command line)
    Database version
    The question is where i can find such information having access to filesystem?
    One another question is how common Hana db commandline looks like?
    Does it have one process or several?
    It would be perfect if someone give some ps -aef command result grepped with relevant Hana Db processes
    Thanks,
    Eugene
    Edited by: Eugene Kondrashev on Dec 28, 2011 12:51 PM

    Eugene Kondrashev wrote:
    > * What are the processes relevant to Hana Db?
    This is still changing pretty much ...
    Anyhow, just check the running services in HANA studio (landscape tab) and you have all the process at hand.
    > * What is the signature of starting command?
    What is that supposed to mean?
    > * How can I identify running Hana Db instance on a host having shell access?
    How about the HDB command?
    SUSE Linux Enterprise Server 11 (x86_64)
    /usr/sap/HAN/HDB00> HDB help
    Usage: /usr/sap/HAN/HDB00/HDB { start|stop|reconf|restart|version|info|proc|admin|kill|kill-<sig>|term }
      kill or kill-9 should never be used in productive environment!
    /usr/sap/HAN/HDB00> HDB info
    USER       PID  PPID %CPU    VSZ   RSS COMMAND
    hanadm   14682 14677  0.0  85580  2180 sshd: hanadm@pts/0
    hanadm   14683 14682  3.3  16768  2980  \_ -bash
    hanadm   14756 14683 18.1  13652  1680      \_ /bin/sh /usr/sap/HAN/HDB00/HDB info
    hanadm   14782 14756  0.0   6620   892          \_ ps fx -U hanadm -o user,pid,ppid,pcpu,vsz,rss,args
    hanadm   31638     1  0.0  42624  1820 sapstart pf=/usr/sap/HAN/SYS/profile/HAN_HDB00_vml3012
    hanadm   31645 31638  0.0 528216 151400  \_ /usr/sap/HAN/HDB00/vml3012/trace/HDB.sapHAN_HDB00 -d -nw -f /usr/sap/HAN/HDB00/vml3012/daemon.ini pf=/usr/sap/HAN/SYS/profi
    hanadm   31665 31645  0.5 5001972 1002844      \_ hdbnameserver
    hanadm   31723 31645  0.0 4367024 244336      \_ hdbpreprocessor
    hanadm   31744 31645  1.9 5664496 1779448      \_ hdbindexserver
    hanadm   31752 31645  3.6 7197924 3359440      \_ hdbstatisticsserver
    hanadm   31759 31645  0.6 5289164 1507684      \_ hdbxsengine
    hanadm   32017 31645  0.0 429188 124344      \_ sapwebdisp_hdb pf=/usr/sap/HAN/HDB00/vml3012/wdisp/sapwebdisp.pfl -f /usr/sap/HAN/HDB00/vml3012/trace/dev_webdisp
    hanadm   31527     1  0.0 292676 110380 /usr/sap/HAN/HDB00/exe/sapstartsrv pf=/usr/sap/HAN/SYS/profile/HAN_HDB00_vml3012 -D
    > * Does Hana DB started with SAP start profile? If so, could someone point me to the example of such a profile?
    ?? seriously... take a guess
    regards,
    Lars

  • Vague error message with Administrator command line

    OS: Windows XP
    Discoverer Administrator 10.1.2.1
    Disco Admin client 10.1.2.48.18
    Oracle Database 10.2.0.4.0 64bit
    I am trying to export a report from our EUL that is encountering the error "Join "" not found in the EUL. Attempt to open workbook failed". However, when I try to run this through the command line, I get a completely vague and unhelpful error message:
    dis51adm.exe /connect euluser/pass@database /export "C:\report_export.xml" /workbook "ReportName" /xmlworkbook
    I get the error message "Command failed."
    If I run the above command and output a log file, it looks like this:
    3/25/2011 12:08:13 PM
    dis51adm.exe /connect /export C:\report_export.xml /workbook ReportName /xmlworkbook /log C:\dis_log.txt
    Exporting the following Business Areas:
    Exporting the following Folders:
    Exporting the following Items:
    Exporting the following Hierarchies:
    Exporting the following Functions:
    Exporting the following Summaries:
    Exporting the following Workbooks:
         ReportName
    3/25/2011 12:08:15 PM
    Exported the following Data:
    Exported the following Business Areas:
    Exported the following Folders:
    Exported the following Item classes:
    Exported the following Item Hierarchies:
    Exported the following Date Hierarchies:
    Exported the following Functions:
    Exported the following Summaries:
    Exported the following Workbooks:
         ReportName
    Exported the following Automated Summary Management Policies:
    Command failed.
    I know that I've been able to do this in the past (very long ago, and I don't remember exactly how I accomplished it...). What am I doing wrong?
    Thanks!

    Hi,
    I am not sure about the error but try the export again using the EUL owner.
    If the join wasn't found that it will find it using the EUL owner.
    Tamir

  • How to Invoke tasks created in FrameMaker Publishing Server from the Windows command line

    Hi All ,
    i would like to know how can we Invoke tasks and schedules created in FrameMaker Publishing Server from the Windows command line.
    we used publishing server mainly to convert Frame maker files into PDF and that should be do progarmatically without manual intervention on Demand.
    so could you please let us know how can i invoke rthe task creted to convert FM file to PDF in FrameMaker Publishing Server from the Windows command line.
    please let me know the command to execute .
    thank you and waiting for valuable response.
    best regards
    Ramesh babu

    Please see http://blogs.adobe.com/techcomm/2011/03/adobe-framemaker-server-10-and-its-command-line-ca pability.html for the same.
    Harish Dhawan

  • Slim fails to login...how to get command line back?

    Man, what a drag.  I (seemingly) successfully installed Arch with xfce, which is a huge accomplishment for a guy coming from years of Ubuntu, and avoiding command line and config files every chance he gets.
    Anyway, I'm using slim as a display manager, and it fails to login (I am choosing the xfce session).  I can't seem to get to a command line so that I can try a different display manager.  Google says that Ctrl-Alt-F1 should do the trick, but that just gives me a black screen and sits there.  Any help?
    Thanks.

    Pacopag wrote:I'm not sure how to even edit the grub file.
    Like this http://www.cyberciti.biz/faq/grub-boot- … user-mode/
    Does Alt-Ctrl-F2 work?
    Last edited by karol (2011-05-29 03:39:49)

  • SCUP 2011 & Adobe Reader XI & XI Transition Catalog Problems

    Hi-
    I'm trying to use SCUP 2011 with WSUS 3.0 SP2 (Patched with latest rollup hotfix - WSUS-KB2734608-x64.exe). The problem that I'm running into is that it gives me the following error when trying to publish either Adobe Reader XI or either of the 2 transition packages "Reader 11.0.01 Update" or "Reader Multi Lingual User Interface 11.0.01 Update":
    3 updates failed to be published.  View log here for more details.
         3 updates (includes dependencies) failed to build dependency graph.
    Here is the bit of the logfile that includes me trying to publish just these 3 packages:
    Updates workspace: Starting publish wizard with 3 updates.
    Updates Publisher
    1/31/2013 12:12:48 PM
    1 (0x0001)
        Publish: Preparing list of selected updates for publishing.
    Updates Publisher
    1/31/2013 12:12:53 PM
    13 (0x000D)
        Connecting to a local update server with locally detected settings.
    Updates Publisher
    1/31/2013 12:12:53 PM
    13 (0x000D)
        Publish: Update server name: GRACESV4A
    Updates Publisher
    1/31/2013 12:12:53 PM
    13 (0x000D)
        Publish: Publish operation starting for 3 updates.
    Updates Publisher
    1/31/2013 12:12:53 PM
    13 (0x000D)
        Publish: Publish: Verifying update server is configured with a certificate prior to publishing.
    Updates Publisher
    1/31/2013 12:12:53 PM
    13 (0x000D)
        Publish: Publish: Update server appears to be configured with a certificate.
    Updates Publisher
    1/31/2013 12:12:54 PM
    13 (0x000D)
        Building dependency graph for update 'Reader Multi Lingual User Interface 11.0.01 Update (UpdateId:'e82be86d-a19c-4392-b972-260672243721' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'
    Updates Publisher
    1/31/2013 12:12:55 PM
    13 (0x000D)
        Update 'Reader Multi Lingual User Interface 11.0.01 Update (UpdateId:'e82be86d-a19c-4392-b972-260672243721' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' has direct dependency on 2 other items.
    Updates Publisher
    1/31/2013 12:12:55 PM
    13 (0x000D)
                Evaluating dependency on item '3e0afb10-a9fb-4c16-a60e-5790c3803437'...
    Updates Publisher
    1/31/2013 12:12:55 PM
    13 (0x000D)
                Update with id '3e0afb10-a9fb-4c16-a60e-5790c3803437' was not found in the database, unable to fully evaluate it and it's dependencies.
    Updates Publisher
    1/31/2013 12:12:55 PM
    13 (0x000D)
                Evaluating dependency on item '59653007-e2e9-4f71-8525-2ff588527978'...
    Updates Publisher
    1/31/2013 12:12:55 PM
    13 (0x000D)
                Update with id '59653007-e2e9-4f71-8525-2ff588527978' was not found in the database, unable to fully evaluate it and it's dependencies.
    Updates Publisher
    1/31/2013 12:12:55 PM
    13 (0x000D)
    Found total of 2 dependencies (may include duplicates).
    Updates Publisher
    1/31/2013 12:12:55 PM
    13 (0x000D)
    2 dependencies were not found in scup database during dependency evaluation for update 'Reader Multi Lingual User Interface 11.0.01 Update (UpdateId:'e82be86d-a19c-4392-b972-260672243721' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'
    Updates Publisher
    1/31/2013 12:12:55 PM
    13 (0x000D)
    PublishItem: Update 'Reader Multi Lingual User Interface 11.0.01 Update (UpdateId:'e82be86d-a19c-4392-b972-260672243721' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' cannot be published as its dependency '3e0afb10-a9fb-4c16-a60e-5790c3803437' does not exist in both the updates publisher database and in WSUS.
    Updates Publisher
    1/31/2013 12:12:55 PM
    13 (0x000D)
    Building dependency graph for update 'Reader XI English Upgrade (UpdateId:'c448bd67-9e61-42d7-9a22-f87c14ef28a0' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
        Update 'Reader XI English Upgrade (UpdateId:'c448bd67-9e61-42d7-9a22-f87c14ef28a0' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' has direct dependency on 2 other items.
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
                Evaluating dependency on item '59653007-e2e9-4f71-8525-2ff588527978'...
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
                Update with id '59653007-e2e9-4f71-8525-2ff588527978' was not found in the database, unable to fully evaluate it and it's dependencies.
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
                Evaluating dependency on item '3e0afb10-a9fb-4c16-a60e-5790c3803437'...
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
                Update with id '3e0afb10-a9fb-4c16-a60e-5790c3803437' was not found in the database, unable to fully evaluate it and it's dependencies.
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
    Found total of 2 dependencies (may include duplicates).
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
    2 dependencies were not found in scup database during dependency evaluation for update 'Reader XI English Upgrade (UpdateId:'c448bd67-9e61-42d7-9a22-f87c14ef28a0' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
    PublishItem: Update 'Reader XI English Upgrade (UpdateId:'c448bd67-9e61-42d7-9a22-f87c14ef28a0' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' cannot be published as its dependency '59653007-e2e9-4f71-8525-2ff588527978' does not exist in both the updates publisher database and in WSUS.
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
    Building dependency graph for update 'Reader 11.0.01 Update (UpdateId:'e066fa50-eab2-4dba-bae2-0a36ca61c2fa' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
        Update 'Reader 11.0.01 Update (UpdateId:'e066fa50-eab2-4dba-bae2-0a36ca61c2fa' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' has direct dependency on 2 other items.
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
                Evaluating dependency on item '59653007-e2e9-4f71-8525-2ff588527978'...
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
                Update with id '59653007-e2e9-4f71-8525-2ff588527978' was not found in the database, unable to fully evaluate it and it's dependencies.
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
                Evaluating dependency on item '3e0afb10-a9fb-4c16-a60e-5790c3803437'...
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
                Update with id '3e0afb10-a9fb-4c16-a60e-5790c3803437' was not found in the database, unable to fully evaluate it and it's dependencies.
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
    Found total of 2 dependencies (may include duplicates).
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
    2 dependencies were not found in scup database during dependency evaluation for update 'Reader 11.0.01 Update (UpdateId:'e066fa50-eab2-4dba-bae2-0a36ca61c2fa' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
    PublishItem: Update 'Reader 11.0.01 Update (UpdateId:'e066fa50-eab2-4dba-bae2-0a36ca61c2fa' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' cannot be published as its dependency '59653007-e2e9-4f71-8525-2ff588527978' does not exist in both the updates publisher database and in WSUS.
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
    PublishProgress: Publish operation completed.
    Updates Publisher
    1/31/2013 12:12:56 PM
    13 (0x000D)
    Publish: Background processing completed.
    Updates Publisher
    1/31/2013 12:12:56 PM
    1 (0x0001)
    For some reason it keeps making this into a table...
    In any event, I don't know why I'm missing dependencies (I've the publicly published Adobe Reader catalog downloaded and published in full content, the Adobe Reader 10 Transition Catalog, the Adobe Reader 11 Transition Catalog and finally, the Adobe Reader 11 Catalog - all downloaded directly from Adobe's Administrator Enterprise Deployment guide.)
    Everything else publishes just fine.  Would LOVE some direction here.  Thanks.

    Hi,
    The dependencies that are listed are the detectoids for X86 and x64 based systems (http://msdn.microsoft.com/en-us/library/windows/desktop/bb902472(v=vs.85).aspx):
    x86-based systems: 3E0AFB10-A9FB-4c16-A60E-5790C3803437
    x64-based systems: 59653007-E2E9-4f71-8525-2FF588527978
    These detectoids are public detectoids that could be used by everyone. These are not authored by Adobe and as per the message in the log must be present in the WSUS database.
    PublishItem: Update 'Reader XI English Upgrade (UpdateId:'c448bd67-9e61-42d7-9a22-f87c14ef28a0' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' cannot be published as its dependency '59653007-e2e9-4f71-8525-2ff588527978' does not exist in both the updates publisher database and in WSUS.       Updates Publisher           1/31/2013 12:12:56 PM  13 (0x000D)
    Moreover I tried publishing the update in my environment and the log differs with the one in the post at the marked line:
    Updates workspace: Starting publish wizard with 1 updates.  Updates Publisher 01-02-2013 11:13:00    1 (0x0001)
        Publish: Preparing list of selected updates for publishing.   Updates Publisher 01-02-2013 11:13:06     6 (0x0006)
        Connecting to a local update server with locally detected settings. Updates Publisher 01-02-2013 11:13:06  6 (0x0006)
        Publish: Update server name: SCCM2012 Updates Publisher 01-02-2013 11:13:10     6 (0x0006)
        Publish: Publish operation starting for 1 updates.      Updates Publisher 01-02-2013 11:13:10    6 (0x0006)
        Publish: Publish: Verifying update server is configured with a certificate prior to publishing. Updates Publisher 01-02-2013 11:13:10     6 (0x0006)
        Publish: Publish: Update server appears to be configured with a certificate.    Updates Publisher   01-02-2013 11:13:24     6 (0x0006)
        Building dependency graph for update 'Reader 11.0.01 Update - GM (UpdateId:'e066fa50-eab2-4dba-bae2-0a36ca61c2fa' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'  Updates Publisher   01-02-2013 11:13:24     6 (0x0006)
        Update 'Reader 11.0.01 Update - GM (UpdateId:'e066fa50-eab2-4dba-bae2-0a36ca61c2fa' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')' has direct dependency on 2 other items.      Updates Publisher 01-02-2013 11:13:25     6 (0x0006)
    Evaluating dependency on item '3e0afb10-a9fb-4c16-a60e-5790c3803437'... Updates Publisher   01-02-2013 11:13:25     6 (0x0006)
    Update with id '3e0afb10-a9fb-4c16-a60e-5790c3803437' was not found in the database, unable to fully evaluate it and it's dependencies.      Updates Publisher 01-02-2013 11:13:25     6 (0x0006)
    Evaluating dependency on item '59653007-e2e9-4f71-8525-2ff588527978'... Updates Publisher   01-02-2013 11:13:25     6 (0x0006)
    Update with id '59653007-e2e9-4f71-8525-2ff588527978' was not found in the database, unable to fully evaluate it and it's dependencies.      Updates Publisher 01-02-2013 11:13:25     6 (0x0006)
    Found total of 2 dependencies (may include duplicates).     Updates Publisher 01-02-2013 11:13:25    6 (0x0006)
    2 dependencies were not found in scup database during dependency evaluation for update 'Reader 11.0.01 Update - GM (UpdateId:'e066fa50-eab2-4dba-bae2-0a36ca61c2fa' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'   Updates Publisher 01-02-2013 11:13:25     6 (0x0006)
    PublishItem: BEGIN--- Publishing 0 (duplicates removed) dependencies for update 'Reader 11.0.01 Update - GM (UpdateId:'e066fa50-eab2-4dba-bae2-0a36ca61c2fa' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'.     Updates Publisher 01-02-2013 11:13:27     6 (0x0006)
    PublishItem: END --- Publishing dependencies for update 'Reader 11.0.01 Update - GM (UpdateId:'e066fa50-eab2-4dba-bae2-0a36ca61c2fa' Vendor:'Adobe Systems, Inc.' Product:'Adobe Reader')'.  Updates Publisher 01-02-2013 11:13:27     6 (0x0006)
    In my opinion there is a difference in the WSUS environment as these detectoids are not present in my Updates Publisher database as well but still it is published successfully.
    Can you pls. give me more details as to how WSUS is configured. Will pursue the matter with other folks and let you know
    Thanks,
    Vinod

  • Unable to execute HFMAudit Command line utility

    Hi All,
    We are going to use HEMAudit extract utility for extracting data &task audit tables.Hope All of you aware of that we can use this utility in two ways.One is through Wizard another one is thorugh commandline...We tried to execute the utility through Wizard,it was executing successfully and extract the both data&task audit tables.But when We tried to execute thro commandline got the following error..
    C:\Hyperion\products\FinancialManagement\Consultant Utilities>HFMAuditExtractCmdLine.exe  -d C:\Test
    -u C:\Hyperion\products\FinancialManagement\hfm.udl -a TEST -l ; -s 2011/07/15 -e 2011/07/22 -t Enabled
    -D Enabled -k Disabled -r Disabled
    Processing objects initialized.
    Completed parsing command line parameters.
    Extract starting using these parameters:
    UDL:  C:\Hyperion\products\FinancialManagement\hfm.udl
    Application:      TEST
    Destination folder:  Enabled
    Log File Name:
    Field Delimiter:     (;)
    Start Datetime:      07/15/11 00:00:00
    End Datetime:        07/22/11 00:00:00
    Extract Task Audit:  True
    Truncate Task Audit: True
    Extract Data Audit:  True
    Truncate Data Audit: True
    T E S T Connecting to data source...
    Getting schema version...
    Starting processing...
    Caching Metadata...
    Processing extracts...
    Extracting Task Audit...
    Determining number of records...
    Selecting records for extract...
    Processing results...
    Export failed. (-2147467259)
    Processing failed.
    It shows " Export Failed" .Anyone could you help me for this
    Thanks in Advance

    Duplicate post:
    http://forum.java.sun.com/thread.jspa?threadID=5203526&messageID=9812067#9812067

Maybe you are looking for

  • ORA-29534 error for Class can not be resolved

    HI, I am trying to load and resolve a third party jar file which has some JMS classes. But while using the loadjava utility, "loadjava -u scott/tiger@dbname -r -v -genmissing weblogic.jar" i get "ORA-29534: referenced object <Class Name> could not be

  • Outer Join not functioning

    I have a query as shown below select w.columns1, w.cloumn2, w.counter Select a.columns1, a.cloumn2, a.rownum counter from (subquery a union subquery b) ) w view b where w.counter(+) = y.counter, The view has standard 12 records with a value 0. Now my

  • MC_FC_LOC_DELETE_ROW alv oo

    how can i add MC_FC_LOC_DELETE_ROW to the standard toolbar. i create my alv as follows: CALL METHOD grid->set_table_for_first_display   EXPORTING             i_structure_name   = 'ZSTRUCTURE'             is_layout           = gs_layout   CHANGING    

  • At Apple Store we reset my Iphone 4s to factory settings in an unsuccessful bit to fix my Wi-fi problem.  Now I'm home trying to get my contacts, pics, etc. back.  I'm lost...

    At Apple Store we reset my Iphone 4s to factory settings in an unsuccessful bit to fix my Wi-fi problem.  Now I'm home trying to get my contacts, pics, etc. back.  I'm lost...

  • Qa32 quality report print out

    Hi, i need to change the sapscipt standard form wiht a new Z form in transaction qa32, how can i do this ?, which application should i select from nace to change the driver program and its form? Thanks. Edited by: hakaramakara on Jul 8, 2010 10:56 AM