Unable to get package configuration option in .dtsx file.

Hi Team,
I am unable to get see the package configuraiton option on my package.
I have created SSIS project in VS Data Tool of SQL SERVER 2012.
Can you please, correct me with appropriate setting.

Hi Sandip,
Just an addition, you can refer to the following screenshot:
Regards,
Mike Yin
TechNet Community Support

Similar Messages

  • IFS-20010 Unable to get service configuration

    Hi,
    I'm trying to connect to iFS from a Java application. Basically it's a remote server which we'll connect to using RMI for some integration work. It will run on the same server as CM SDK.
    Anyway, I try and connect to the service using:
    LibraryService.startService(name, schemaPassword, serviceConfig, domainName)
    and it comes back with this error:
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (SmallServiceConfiguration)
    java.lang.NullPointerException
    at oracle.gss.util.NLSLocale.getNLSLanguage(NLSLocale.java:675)
    I'm running it from the command line, I have a batch file to set the classpath. Interestingly, if I run an Agent (i.e., a java class that extends oracle.ifs.management.domain.IfsServer) standalone, it works fine.
    This makes me think there's some element of the classpath that I'm missing, but I'm not entirely sure what!
    Could anyone shed any light on this? Metalink doesn't seem to have anything!
    Cheers,
    Phill
    P.S. -- my CLASSPATH is as follows:
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\ifs\cmsdk\lib\cmsdk.jar;%ORACLE_HOME%\lib;
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\jdbc\lib\classes12.zip;%ORACLE_HOME%\j2ee\home\lib;
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\j2ee\home\jazn.jar
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\jdbc\lib\nls_charset12.jar
    set CLASSPATH=%CLASSPATH%;%ORACLE_HOME%\ifs\cmsdk\settings\

    Just FYI, the solution to this was that the java security policy was denying access. I changed the java.policy to
    grant {
         permission java.security.AllPermission;
    And this solved the problem.

  • Unable to get the Approve option in  Salary form

    hi friends,
    we are implementing payroll using UAE localisation, when i try to add new salary for an employee i am unable to get the approve option in the salary form..we are working on version 11.5.10.2..i have the given the setup steps below
    HRMS Responsibility>People>assignment>salary >add New Salary..
    I have attached the function the" Salary Approval" to the menu also..even we have bounsed the apache server also...still we face the same problem we are unable toget the approve option still we can see only the proposed optionand we are unable to enter the new salary for the employees...
    Pleae advise your better openions to over come this..
    Thanks and Regards
    Raj

    Hi Ambarish,
    There will be an option to disable and enable the print icon for a particular sap screen . SAP Screen has been designed as per business requirement  only  . You may reach out to your functional team or developer team to assign the required output type and form which can enable the icon .
    Also check whether you have required authorization to  print from SAP
    I hope so it will help you
    Regards,
    Aparna

  • IFS-20010 : Unable to get service configuration properties

    Hi all,
    I am trying to connect to IFS using JDeveloper. I have coded a JSP which makes a call to my java class to connect.
    I know that I can connect from my machine because I can run a simple application from the command line to create
    a file in IFS.
    Anyway, I set up my classpath under Project Settings as follows (same as my classpath on command line):
    C:\oracle\JDeveloper\9ifs\settings;.;C:\DOCUMENT\jars\adk.jar;C:\DOCUMENT\jars\email.jar;
    C:\DOCUMENT\jars\repos.jar;C:\DOCUMENT\jars\utils.jar;C:\DOCUMENT\jars\xmlparserv2.jar;
    C:\oracle\ora90\jdbc\lib\classes12.zip
    When I run the jsp under JDeveloper I get the following output on my developer console.
    Should the classpath value be what I have entered for my classpath under Project Settings?
    Any help is appreciated,
    Paul
    C:\jdev9i_902\jdk\bin\javaw.exe -ojvm -classpath C:\jdev9i_902\j2ee\home\oc4j.jar com.evermind.server.OC4JServer -config C:\jdev9i_902\jdev\system\oc4j-config\server.xml
    [Starting OC4J using the following ports: HTTP=9011, RMI=23916, JMS=9252.]
    [waiting for the server to complete its initialization...]
    Oracle9iAS (9.0.2.0.0) Containers for J2EE initialized
    Target URL -- http://127.0.0.1:9011/maps-ifs-context-root/docScreens/test.jsp
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
    void oracle.ifs.common.IfsException.<init>(int, java.lang.Object[])
    oracle.ifs.common.AttributeValue[] oracle.ifs.beans.LibraryService.getServiceConfigurationProperties(java.lang.String)
    oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startService(java.lang.String, java.lang.String)
    oracle.ifs.beans.LibrarySession com.fujitsu.docHandler.dao.BusinessDocument_IFS_DAO.connect(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
    void com.fujitsu.docHandler.dao.BusinessDocument_IFS_DAO.<init>(java.lang.String, java.lang.String, java.lang.String, java.lang.String)
    void docscreens.testForm._jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.runtime.HttpJsp.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void oracle.jsp.runtimev2.JspPageTable.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.lang.String)
    void oracle.jsp.runtimev2.JspServlet.internalService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void oracle.jsp.runtimev2.JspServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
    void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
    boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
    void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
    void com.evermind.util.ThreadPoolThread.run()

    Did anyone find a solution to the problem described in this thread?
    I have made a simple stateless session bean in JDeveloper from which I try to connect to iFS. If I use the
    embedded oc4j container in JDeveloper, I get the following exception:
    Standard output of the EJB:
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)Print stacktrace:
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
         void oracle.ifs.common.IfsException.<init>(int, java.lang.Object[])
         oracle.ifs.common.AttributeValue[] oracle.ifs.beans.LibraryService.getServiceConfigurationProperties(java.lang.String)
         oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startService(java.lang.String, java.lang.String)
         oracle.ifs.beans.LibrarySession xpackage1.impl.XSessionEJBBean.startSession(java.lang.String, java.lang.String)
         oracle.ifs.beans.LibrarySession XSessionEJB_StatelessSessionBeanWrapper0.startSession(java.lang.String, java.lang.String)
         java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])
         void com.evermind.server.rmi.RMICallHandler.run(java.lang.Thread)
         void com.evermind.util.ThreadPoolThread.run()
    The test client gets these messages:
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
    If I use oc4j in the application server, then I get the following exception:
    Standard output of the EJB:
    Localized message: IFS-20102: Message unavailableMessage: IFS-20102: Message una
    vailableTo string :oracle.ifs.common.IfsException: IFS-20102: Message unavailabl
    e
    oracle.ifs.common.IfsException: IFS-20122: Message unavailable
    oracle.ifs.common.IfsException: IFS-12000: Message unavailable
    java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.b
    eans.resources.LibraryResources, locale no_NOPrint stacktrace:
    oracle.ifs.common.IfsException: IFS-20102: Message unavailable
    oracle.ifs.common.IfsException: IFS-20122: Message unavailable
    oracle.ifs.common.IfsException: IFS-12000: Message unavailable
    java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.b
    eans.resources.LibraryResources, locale no_NO
    void java.util.ResourceBundle.throwMissingResourceException(java.lang.St
    ring, java.util.Locale)
    java.util.ResourceBundle java.util.ResourceBundle.getBundleImpl(java.lan
    g.String, java.util.Locale, java.lang.ClassLoader)
    java.util.ResourceBundle java.util.ResourceBundle.getBundle(java.lang.St
    ring, java.util.Locale)
    void oracle.ifs.common.Localizer.<init>(java.util.Locale, oracle.ifs.bea
    ns.LibrarySession)
    void oracle.ifs.common.Localizer.<init>(java.util.Locale)
    void oracle.ifs.common.Localizer.<init>()
    void oracle.ifs.server.S_LibraryService.<init>(java.lang.String, java.la
    ng.String, oracle.ifs.common.AttributeValue[])
    oracle.ifs.server.S_LibraryService oracle.ifs.server.S_LibraryService.st
    artService(java.lang.String, java.lang.String, oracle.ifs.common.AttributeValue[
    oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startSer
    vice(java.lang.String, java.lang.String, oracle.ifs.common.AttributeValue[])
    oracle.ifs.beans.LibraryService oracle.ifs.beans.LibraryService.startSer
    vice(java.lang.String, java.lang.String)
    oracle.ifs.beans.LibrarySession xpackage1.impl.XSessionEJBBean.startSess
    ion(java.lang.String, java.lang.String)
    oracle.ifs.beans.LibrarySession XSessionEJB_StatelessSessionBeanWrapper0
    .startSession(java.lang.String, java.lang.String)
    java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.
    lang.Object[])
    void com.evermind.server.rmi.RMICallHandler.run(java.lang.Thread)
    void com.evermind.util.ThreadPoolThread.run()
    The test client gets theese messages:
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20122: Unable to construct service
    oracle.ifs.common.IfsException: IFS-12000: Unable to construct localizer
    java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.beans.resources.LibraryResources, locale no_NO
    java.util.MissingResourceException: Can't find bundle for base name oracle.ifs.beans.resources.LibraryResources, locale no_NO
    The classpath of the actual project in JDeveloper is:
    C:\oracle\ora92ias\9ifs\settings;C:\oracle\ora92ias\9ifs\lib\adk.jar;C:\oracle\ora92ias\9ifs\lib\email.jar;C:\oracle\ora92ias\9ifs\lib\repos.jar;C:\oracle\ora92ias\9ifs\lib\utils.jar;C:\oracle\ora92\jdbc\lib\classes12.jar;C:\oracle\ora92ias\lib\xmlparserv2.jar;C:\oracle\ora92ias\j2ee\home\oc4j.jar;C:\oracle\ora92ias\j2ee\home\ejb.jar;C:\oracle\ora92ias\j2ee\home\jaas.jar;C:\oracle\ora92ias\j2ee\home\jaxp.jar;C:\oracle\ora92ias\j2ee\home\jdbc.jar;C:\oracle\ora92ias\9ifs\lib\http.jar;C:\oracle\ora92ias\9ifs\lib\provider.jar;C:\oracle\ora92ias\9ifs\lib\webui.jar;C:\oracle\ora92ias\jlib\javax-ssl-1_2.jar;C:\oracle\ora92ias\jlib\jssl-1_2.jar
    Other information:
    I have oracle 9i, application server and iFS installed on one machine with the windows advanced server 2000 os.
    Does anyone know what I can do in order to solve this problem?
    Thanks,
    Anne Sommerhein

  • HT2534 im unable to get the none option while proceeding with itunes,,.please help me

    im unable to get the none option while proceeding with itunes,,.please help me

    Please help me understand your question. (What happens in vagueness, stays in vagueness.)

  • Can't get duplex print option for pdf files using  Adobe ReaderXI 11.0.04, Mac 10.8.5 with HP8600

    I get two-sided option for normal printing, but
    I can't get duplex print option for pdf files using  Adobe ReaderXI 11.0.04, Mac 10.8.5 with HP Officejet Pro 8600.  HP says it's an Adobe problem. I'm stuck.
    Thanks in advance.
    VO

    It depends where the pdf is located. If in the Finder or in an attachment to
    an email in Entourage, the message is ³You can¹t open the application
    ³Acrobat Reader 5.0² because PowerPC applications are no longer supported².
    If an attachment in an email that has come via Safari, the message is
    ³Safari can¹t open the file because no available applications can open it².
    In each case the menu bar is Finder or Entourage or Safari as the case may
    be.

  • Unable to get the print option in network for Services

    Hi Experts
    I am unable to get the print for services in CN21/CN22 but the print option is in Disable Mode .How should I get it as to Enable Mode to get print .Pl find the attached screenshot for reference
    Thanks in Advance
    Ambarish

    Hi Ambarish,
    There will be an option to disable and enable the print icon for a particular sap screen . SAP Screen has been designed as per business requirement  only  . You may reach out to your functional team or developer team to assign the required output type and form which can enable the icon .
    Also check whether you have required authorization to  print from SAP
    I hope so it will help you
    Regards,
    Aparna

  • Unable to get tunnel configured

    I have a 2911 that has a few existing IPSec tunnels and I'm looking to add one in except the encryptio is a little different. I will be using AES vs DES like the other transform sets. - This what I have configured except I still don't see the tunnel when I do sh crypto isakmp sa... What could I be doing wrong?
    note: I also added the peer address to access-list 101, do I need to allow it through outgoing_to_source?
    Configure ISKAMP Policy
       crypto isakmp policy 3
       encr aes 256
       authentication pre-share
       hash sha
       lifetime 86400
       group 2
    Configure IPsec Transform Set
      crypto ipsec transform-set ESP-AES-SHA esp-aes 256 esp-sha-hmac
    Specifies the interesting traffic to be encrypted
    ip access-list extended outgoing_to_source
     permit ip 192.168.18.0 0.0.0.255 host 10.1.1.198
     permit ip 192.168.18.0 0.0.0.255 host 10.1.1.197
     permit ip 192.168.18.0 0.0.0.255 host 10.1.1.226
     permit ip 192.168.18.0 0.0.0.255 host 10.1.10.20
     permit ip 192.168.18.0 0.0.0.255 host 10.1.10.21
     permit ip 192.168.18.0 0.0.0.255 host 10.1.10.22
     permit ip 192.168.18.0 0.0.0.255 host 10.1.10.24
     permit ip 192.168.18.0 0.0.0.255 host 10.1.10.121
     permit ip 192.168.18.0 0.0.0.255 host 10.1.10.122
    Specifies the pre-shared key "secretkey" which should be identical at both peers
     crypto isakmp key "secret-key" address 65.x.x.x no-xauth
    Configure the Ipsec-isakmp
     crypto map vpn-map 1 ipsec-isakmp
    set peer 66.x.x.x
    set transform-set ESP-AES-SHA
    match address outgoing_to_source
    Apply the Ipsec-isakmp to interface
    interface GigabitEthernet0/1
    description ** Connection to internet **
    ip address 174.x.x.x 255.255.255.248
    ip access-group 101 in
    ip access-group 131 out
    ip flow ingress
    ip nat outside
    ip inspect standard in
    ip virtual-reassembly
    duplex auto
    speed auto
    crypto map vpn-map

    I do not believe so, and might be green to what you are asking. Would I need to create a deny ACL in order to prevent the NAT process?
    These are the remote hosts I'm trying to reach -
    Remote Hosts:  10.1.1.198
    10.1.1.197
    10.1.1.226
    10.1.10.20
    10.1.10.21
    10.1.10.22
    10.1.10.24
    10.1.10.121
    10.1.10.122
    Security Profile: ESP-AES-256-SHA
                                    Group 2
                                    SHA
                                    86400 Lifetime

  • Unable to get the same font in swf file

    Hi,
    I've created some swf files in which text was written using one particular font. When I run these swf files in other computers which don't have this font, The text gets displayed in different font.
    How to get the same font in other computers also without installing the font.
    I tried embedding font in fla file. But I commit mistake at somewhere. Could anyone help me to figure it out ?
    Thanks !

    Hi,
    Thanks for your assistance.
    I apologize for not explaining it properly. As you had suggested I just created one new file in which I kept only one text field. No actionscript or anything. The text will be displayed on the stage for 2 secs.
    As it is static I don't need to embed the text. So I didn't. Checked the swf file in different computers but no desired display. I then embedded the font. No desired display again in different computers. I then changed it from static to dynamic text, It is not necessary though. Still no desired display. I then tried with different font. But same thing happens.
    How did I embed the font ?
    Text --> Font Embedding --> Choosing correct font family and style --> Choosing character ranges as uppercase, lowercase, numbers, punctuation. Then clicked on + sign available at right top corner of the left area in which all embedded fonts are displayed. Click OK. Checked in Library and those fonts are available.
    I even didn't do anything with actionscript tab as I don't have any actionscript at all for this file.
    2 fonts I used:
    Font Family: Cooper Std
    Style: Black
    Font Family: DigifaceWide
    Style: Regular
    I don't really know Where I commit mistake. Please advice me.
    Awaiting your precious reply.
    Thanks.

  • Sql server Configuration option when moving packages from dev env to production env

    hi folks:
      Our SSIS engine is SQL2008R2 and I am in charge of ssis package development and deployment from dev env to production env. 
      This is what I've done using configurations to move packages from dev to production.
      1. on my local machine, I've created a database called SSIS_Config and a table that stores all 
      configration settings
      CREATE TABLE [dbo].[SSIS Configurations]
    ConfigurationFilter NVARCHAR(255) NOT NULL,
    ConfiguredValue NVARCHAR(255) NULL,
    PackagePath NVARCHAR(255) NOT NULL,
    ConfiguredValueType NVARCHAR(20) NOT NULL
    2. on dev ssis server, there is the same table [dbo].[SSIS Configurations] on SSIS_Config db which stores all configurations
    Once package has been deployed to dev env and run with success, I'll move it from dev to prod
    3. On Prod ssis server, there is the same table [dbo].[SSIS Configurations]  on SSIS_COnfig db which stores all configurations
    once ssis pkg has been deployed using deployment manifest, it runs without errors as all production db connection
    will be updated manually in the table [dbo].[SSIS Configurations] 
    Our production env is unique as it's completely locked down and the only way to connect is through remote in session. 
    At this moment, I am maintaining three [dbo].[SSIS Configurations]  tables : on my local machine, on SSIS dev server and on SSIS prod server. 
    This works fine so far as I am the sole developer... Soon, we will have more developers joined to develop ssis package .
    I am wondering if there is anyway to cut the table maintained on my local machine and only use ones on dev server and prod server ? 
    I've tried using the table on dev server to disperse connectionstrings, it works file on dev env.  However, when I deployed to product server,
    since there is no sql connection between dev and prod, the configuration information can not be retrieved and theirfore package is failed.
    Any ideas on how to move packages from local to dev to prod env.? 
     Thanks
     Hui
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    Thanks Nearby BI guy. Am I correct  that  in your SSIS packages, there is only one connection manager which gets ConnectionStr  populated from package configurations which is .xmlconfig
    file and  you then use expressions to populate  connectionStrs of other connection managers through the ssisconfiguration tables? 
    Also for the one on Production environment, the contents of .xmlconfig has to be manually
    changed in order to match the one on production env.
    Is that correct?
    I am thinking about using environment variables to point to the Config Database on each
    local/dev/prod environment, but some environments may have strict policy on the usage of environment variables.
     thanks
     Hui
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

  • How to configure Data Sources in a Package Configuration?

    Good morning,
    I'm trying to create a configuration file to deploy my SSIS package on which I have defined 3 data sources shared between several different packages.
    When I open the package configurations option and I create a new file configuration, I can select on it the connection managers defined for the data sources but not the proper data sources.
    It's the first time that I use data sources and I try to create a configuration file for them so I don't know if I'm doing something wrong or my concept about the use of the data sources is wrong.
    Could someone give me a tip/article to know how I can create the configuration file to deploy my package?
    Thank you,
    Virgilio

    What do you mean under "but not the proper data sources"?
    Arthur My Blog

  • Unable to copy hidden package "Configuration Manager Client Package" to local DP

    Content status lists it as successfully distributed to all DPs (including the local site server)
    However, component status for SMS_DISTRIBUTION_MANAGER continually logs these events:
    Distribution Manager failed to process package "Configuration Manager Client Package" (package ID = CDW00001).
    Possible cause: Distribution manager does not have access to either the package source directory or the distribution point.
    Solution: Verify that distribution manager can access the package source directory/distribution point.
    Possible cause: The package source directory contains files with long file names and the total length of the path exceeds the maximum length supported by the operating system.
    Solution: Reduce the number of folders defined for the package, shorten the filename, or consider bundling the files using a compression utility.
    Possible cause: There is not enough disk space available on the site server computer or the distribution point.
    Solution: Verify that there is enough free disk space available on the site server computer and on the distribution point.
    Possible cause: The package source directory contains files that might be in use by an active process.
    Solution: Close any processes that maybe using files in the source directory. If this failure persists, create an alternate copy of the source directory and update the package source to point to it.
    NOTE: It appears to not be any of these causes.
    If I look at the smsdpmon.log on the server in question, the following is logged every half hour:
    Intializing DP Monitoring Manager...    SMS_Distribution_Point_Monitoring 1/2/2013 1:29:45 PM 2840 (0x0B18)
    Getting monitoring thread priority SMS_Distribution_Point_Monitoring 1/2/2013 1:29:45 PM 2840 (0x0B18)
    Getting content library root path SMS_Distribution_Point_Monitoring 1/2/2013 1:29:45 PM 2840 (0x0B18)
    Getting site code SMS_Distribution_Point_Monitoring 1/2/2013 1:29:45 PM 2840 (0x0B18)
    Getting algorithm ID SMS_Distribution_Point_Monitoring 1/2/2013 1:29:45 PM 2840 (0x0B18)
    Failed to find algorighm ID from registry. Use default algorithm. SMS_Distribution_Point_Monitoring 1/2/2013 1:29:45 PM 2840 (0x0B18)
    Getting DP Cert Type SMS_Distribution_Point_Monitoring 1/2/2013 1:29:45 PM 2840 (0x0B18)
    Failed to find DP cert type from registry. Use default type. SMS_Distribution_Point_Monitoring 1/2/2013 1:29:45 PM 2840 (0x0B18)
    Getting this DP NALPath SMS_Distribution_Point_Monitoring 1/2/2013 1:29:45 PM 2840 (0x0B18)
    Failed to create certificate store from encoded certificate..
    An error occurred during encode or decode operation. (Error: 80092002; Source: Windows) SMS_Distribution_Point_Monitoring 1/2/2013 1:29:45 PM 2840 (0x0B18)
    Failed to initialize DP monitoring object. Error code: 0x80092002 SMS_Distribution_Point_Monitoring 1/2/2013 1:29:45 PM 2840 (0x0B18)
    distmgr.log shows the following:
    STATMSG: ID=2304 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BRICK-CONFIGMGR.corp.COMPANY.com SITE=CDW PID=2212 TID=2124 GMTDATE=Wed Jan 02 19:29:45.109 2013 ISTR0="CDW00001" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="CDW00001"    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:45 PM    2124 (0x084C)
    Retrying package CDW00001    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:45 PM    2124 (0x084C)
    No action specified for the package CDW00001.    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:45 PM    2124 (0x084C)
    Start validating package CDW00001 on server ["Display=\\BRICK-CONFIGMGR.corp.COMPANY.com\"]MSWNET:["SMS_SITE=CDW"]\\BRICK-CONFIGMGR.corp.COMPANYNAME.com\...    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:45 PM    2124 (0x084C)
    Failed to start DP health monitoring task for package 'CDW00001'. Error code: -1    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:45 PM    2124 (0x084C)
    Updating package info for package CDW00001    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:45 PM    2124 (0x084C)
    Only retrying local DP update for package CDW00001, no need to replicate package definition to child sites or DP info to parent site.    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:45 PM    2124 (0x084C)
    StoredPkgVersion (2) of package CDW00001. StoredPkgVersion in database is 2.    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:45 PM    2124 (0x084C)
    SourceVersion (2) of package CDW00001. SourceVersion in database is 2.    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:45 PM    2124 (0x084C)
    STATMSG: ID=2302 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BRICK-CONFIGMGR.corp.COMPANYNAME.com SITE=CDW PID=2212 TID=2124 GMTDATE=Wed Jan 02 19:29:45.213 2013 ISTR0="Configuration Manager Client Package" ISTR1="CDW00001" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="CDW00001"    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:45 PM    2124 (0x084C)
    Failed to process package CDW00001 after 41 retries, will retry 59 more times    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:45 PM    2124 (0x084C)
    Exiting package processing thread.    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:45 PM    2124 (0x084C)
    Used 0 out of 3 allowed processing threads.    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:50 PM    3784 (0x0EC8)
    Sleep 1825 seconds...    SMS_DISTRIBUTION_MANAGER    1/2/2013 1:29:50 PM    3784 (0x0EC8)

    Both errors are certificate related. Is there anything special about your configuration such as special ACLs on the certificate store or FIPS compliance mode (see
    http://support.microsoft.com/kb/811833) being enabled?
    Nothing special with certificates; I've used the basic stuff for intranet management of clients.
    The only related thing I can think of that may have affected this, is that I discovered earlier today that my MP installation got hosed (error 500) due to a broken client install on the site server itself. I uninstalled the client manually and the server
    (as indicated by the component status views) appears to have repaired the MP install. Perhaps it didn't repair it completely? Would a site reset do me any good?

  • I'm unable to find configuration option under sett...

    Hi, I m unable to find configuration option under settings menu. please help. I am using Nokia X2 dual sim
    Moderator's Note: Post was moved and changed the title into a subject-related title. 

    Hi, what would you like to configure?

  • HT4623 During my update to the new operating system I am unable to get past Rescue EMail. I tried not putting in another e-mail as it says it is optional - that did nto work. I entered a Rescue E-Mail and it will not allow me to go to the next step. Help

    During my update to the new operationg system I am unable to get past the Restore E-Mail. I first chose not to have an "optional" restore e-mail and was unable to get past this section. I then entered an alternate e-mail with the same results. I am unable to get past this section after I push the Next symbol. HELP!

    I am having the same problem.  I think I saw something about VPN and not being able to communicate with Apple web site.  Do you have your protected company email on your phone?

  • Every ten minutes a popup on my 4s appears saying "unable to download" with the option of "done" or "retry". I can't get rid of it and I can't find out what it's trying to do!

    Every ten minutes a popup on my 4s appears saying "unable to download" with the option of "done" or "retry". I can't get rid of it and I can't find out what it's trying to do! theres noting pending on the App Store or iTunes. Nothing failed. I've reset my settings. Logged out and back into itunes. It's really annoying as rinsing my data!

    After talking to Apple for 3 hours I figured it out myself.
    Tre here was a singular failed song on iTunes on the computer that was trying to download and messing everything up. Maybe if you use iTunes on the computer and have a little mooch you'll find the same thing. I think it was hidden in the purchased part of it

Maybe you are looking for

  • S_PL0_86000030

    Hi All, While generating the above report transaction ,account number ,profit centre is not appearing only text is shown. As per my business requirement ,i would like to assign GL acount number ,Profit centre Number ( Not Rext) Is it possible to retr

  • Oracle 10g R2 on linux enterprise 4

    hello every one i have install oracle 10 g release 2 on linux enterprise 4 > i did all steps and every thing was successful . but when i'm tring to start sql i got this message -bash: -sql: command not found would you please help

  • Image to vector lines

    how can i convert an image(Jpeg or pdf) into vector lines in illustrator and export as dxf file?

  • [solved] Virtual Box

    I have windows 7 installed in a virtual box. It worked perfectly. Then I upgraded my system to the lastest linux kernel. Now Virtual Box says that vboxdrv is not loaded so I can't boot windows. When I did this: [meskarune@Lychee ~]$ modprobe vboxdrv

  • Loading a region at click on the PanelBox

    Hi, I have a PanelBox in the iterator . I would be load at the click on the PanelBox, the corresponding region. Does anyone have any idea how to do that is? My code: <af:iterator id="myIt1"                                      value="#{bindings.MyVie