VS 2008 Protection Levels & Deployment

Hi All,
I have developed a SSIS solution with multiples pacakges in VS 2008 using the protection level of Encrypt Sensitive with password, because VS 2008 wasn't saving the OLEDB passwords. So now it prompts me to enter the password each time I open a package within
the solution, which is fine as I created and developed it. but my questions are
1) is there a way save the passwords within the solution so it doesn't prompt me all the time?
2) I tried changing the package protection level to server storage and it says can't save when using that protection level when saving to XML file format?
3) When I deploy to the SQL server how can I run the solution without entering the password?
Thanks

The password can be hacked out of any executable.  You don't need to use a password in OLEDB statement if the database file permission are setup to only allow certain uses read/write access.  The windows login credentials will protect the data.
SQL server has an option "Integrated Security=true" which also will use a windows credential.  You need to setup the SQL database to use windows credentials.  What is nice about this option is you can setup one user group in windows
and then have your database use the windows group account.  The add users to the group.  This way you only have only one account for the database rather than having to manually add each user to the database access list or verbally give people the
password to the account.
See webpage below.
http://www.connectionstrings.com/sql-server/
jdweng

Similar Messages

  • Executing a SQL 2012 SSIS project with DTExec using Protection Level "EncryptAllWithPassword"

    I'm trying to execute a very basic SQL 2012 Project that only has 1 single package that contains a simply email task.
    The project will run fine from command line using basic syntax.
    dtexec /project  "F:\SSIS\Projects\project1\bin\Project 1 Configuration\project1.ispac" /package "Main.dtsx"
    Once I add the protection level of EncryptAllWithPassword to the project and the package things suddenly stop working. New command line syntax is.
    dtexec /project  "F:\SSIS\Projects\project1\bin\Project 1 Configuration\project1.ispac" /package "Main.dtsx" /P "Password"
    I get the following output.
    Microsoft (R) SQL Server Execute Package Utility
    Version 11.0.2100.60 for 64-bit
    Copyright (C) Microsoft Corporation. All rights reserved.
    Started:  5:14:49 PM
    Could not load project "F:\SSIS\Projects\project1\bin\Project 1 Configuration\project1.ispac" because of error 0x80131500.
    Description: The encrypted data in project manifest failed to load. The project
    manifest is corrupted or if the project is password protected, the specified password is incorrect.
    Source: Microsoft.SqlServer.ManagedDTS
    Started:  5:14:49 PM
    Finished: 5:14:49 PM
    Elapsed:  0.078 seconds
    I'm confident my passwords are entered correctly in the two spots. Is there something I'm missing in my command line to use protection levels correctly. I have also built the project and deployed to SSISDB.
    Thank you

    Add the PassWord attribute as  :
    dtexec /project  "F:\SSIS\Projects\project1\bin\Project
    1 Configuration\project1.ispac" /package "Main.dtsx" /P "YourPassWord"
    For more info :
    http://technet.microsoft.com/en-us/library/ms138023(v=sql.105).aspx

  • Can anyone tell me how to do a system level deployment using JNLP ?

    Hi All,
    Can anyone tell me how to do a system level deployment using JNLP ?
    Any example or link will be very useful.
    Thanks in advance..

    Thanks for the link. I can now able do configure on system level.
    Uniform for all users.
    However, I have three different environment running ( e.g : production, uat and dev )
    And I want to deploy all of them on system or enterprise configuration.
    I create the file "deployment.config" on jre/lib directory and put the entry as below :
    deployment.system.config=file:/E:/Deployment/XXXX/production/deployment.properties
    deployment.system.config.mandatory=trueNow, when I run other environment it will look on the production deployment. I have different
    version of jars for production , uat and dev.
    How can I archive that ? I want different universal "cache" of jars for all the three different environment.
    e.g ( production - in one loaction for all the users , C:\Documents and Settings\All Users\Application Data\prod\cache
    uat - in one loaction for all the users , C:\Documents and Settings\All Users\Application Data\uat\cache
    dev - in one loaction for all the users, C:\Documents and Settings\All Users\Application Data\dev\cache )
    Is that possible ??
    Thanks in advance,

  • System Level deployment.properties on https Server

    We want to use the system level deployment.properties (
    http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html#location )
    which is placed on our https server.
    For Java Webstart applications this works perfect.
    But applets wont start.
    Applet console output when deployment.properties is placed on https server:
    Java Plug-in 1.5.0_06
    Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\xxxFinalizer, called close()
    Finalizer, called closeInternal(true)
    network: Loading user-defined proxy configuration ...
    network: Done.
    network: Loading proxy configuration from Internet Explorer ...
    network:     Auto config URL: http://proxy.xxx.com/pac/proxy.pac
    network: Done.
    network: Loading auto proxy configuration ...
    network: Downloading auto proxy file from http://proxy.xxx.com/pac/proxy.pac
    network: Done.
    network: Proxy Configuration: Automatic Proxy Configuration
         URL: http://proxy.xxx.com/pac/proxy.pac
    basic: Registered modality listener
    liveconnect: Invoking JS method: document
    liveconnect: Invoking JS method: URL
    basic: Referencing classloader: sun.plugin.ClassLoaderInfo@1efb836, refcount=1
    Exception in thread "Thread-2" java.lang.ClassCastException: sun.net.ProgressMonitor
         at sun.plugin.util.GrayBoxPainter.beginPainting(Unknown Source)
         at sun.plugin.AppletViewer.initApplet(Unknown Source)
         at sun.plugin.AppletViewer.appletInit(Unknown Source)
         at sun.plugin.viewer.LifeCycleManager.initAppletPanel(Unknown Source)
         at sun.plugin.viewer.IExplorerPluginObject$Initer.run(Unknown Source)
    Applet console output when deployment.properties is placed on http server:
    Java Plug-in 1.5.0_06
    Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\xxx
    network: Loading user-defined proxy configuration ...
    network: Done.
    network: Loading proxy configuration from Internet Explorer ...
    network:     Auto config URL: http://proxy.xxx.com/pac/proxy.pac
    network: Done.
    network: Loading auto proxy configuration ...
    network: Downloading auto proxy file from http://proxy.xxx.com/pac/proxy.pac
    network: Done.
    network: Proxy Configuration: Automatic Proxy Configuration
         URL: http://proxy.xxx.com/pac/proxy.pac
    basic: Cache is enabled
    basic: Location: C:\Documents and Settings\xxx\Application Data\Sun\Java\Deployment\cache\javapi\v1.0
    basic: Maximum size: unlimited
    basic: Compression level: 0
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    basic: Registered modality listener
    liveconnect: Invoking JS method: document
    liveconnect: Invoking JS method: URL
    trustStore is: C:\PROGRA~1\Java\JRE15~1.0_0\lib\security\jssecacerts
    trustStore type is : jks
    trustStore provider is :
    init truststore
    adding as trusted cert:
    X509KeyManager passed to SSLContext.init():  need an X509ExtendedKeyManager for SSLEngine use
    trigger seeding of SecureRandom
    done seeding SecureRandom
    basic: Referencing classloader: sun.plugin.ClassLoaderInfo@fc9944, refcount=1
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter@1256ea2
    basic: Loading applet ...
    basic: Initializing applet ...
    basic: Starting applet ...
    # and so on ...I guess that the trusted jssecerts is not regarded until the system level deployment.properties has been downloaded.
    Whereas the deployment.properties can not be downloaded from my https server when the trusted certs are not known at this time.
    Or any other presumptions?
    Maybe it helped you ;-)

    I did something very similar. I am using jre 1.5.0_01.
    And it seems to work!
    The deployment.config is:
    deployment.system.config=file:/c:/jws/deployment.properties
    deployment.system.config.mandatory=true
    and the deployment.properties is (at the location above):
    deployment.system.cachedir=cache
    To load the cache I start javaws as follows:
    javaws -import -system -codebase file:/c:/cd file:/c:/cd/notepad.jnlp
    This results in creating the cache in
    file:/c:/jws//cache
    To start the app I did:
    javaws -system http://java.sun.com/products/javawebstart/apps/notepad.jnlp
    The -system seems to be neccessary but I am not quite sure. If it is omitted
    the app also starts, but javaws stores just the jnlp in the default user cache!

  • ColdFusion8 works with SQL Server 2008 compatibility level 90?

    We're currently is using ColdFusion8 and need to upgrade the database from SQL Server 2000 to 2008. Will ColdFusion8 work with SQL Server 2008 compatibility level 90?

    Hi,
    ColdFusion 8 is not supported with SQL Server 2008. A list of supported environment is available at http://www.adobe.com/products/coldfusion/pdfs/cf8_systemsupportmatrix.pdf
    Regards,
    Anit Kumar

  • Change project protection level with dtutil (or other cmd)

    Hi - 
    After exporting a project from SSISDB (using catalog.get_project), the project and packages have protection level "ServerStorage". However, I am unable to execute a package (using dtexec) when it has this protection level. I need to change it to
    something else - programatically. 
    I can use dtutil to change protection level of the packages and that is well-documented - but how do I change the protection level of the project with dtutil? (or another cmd shell executable). Project and packages need same protection level or it won't
    compile - that's why I need to change the project as well.
    Thank you,
    Anders

    Hi Arthur,
    Thank you for the response. 
    I run it outside SSISDB with dtexec.exe. It doesn't need to be in the catalog in order to run it. 
    EXEC master.dbo.xp_cmdshell 'dtexec.exe /Project "D:\Run\TheProject.ispac" /Package "ThePackage.dtsx"'
    It is not enough to change protection level on the packages - the project also needs to change protection level. The ISPAC file has the @Project.manifest file which defines the project, including protection level, and it has to be the same as the packages
    in order to run the package in the project.
    So the question remains: How can I change the protection level of the project programatically? (not the packages, - those I can change with dtutil). 
    Thanks,
    Anders

  • Protection level "resynchronization"

    Have a physical standby setup - oracle 11.2.01 on linux - with active dataguard. All's been fine for a long while. There were performance issues on the standby server (also the home for other databases besides the dg standby). Someone tried using different physical ports and dataguard lost communication. Anyway, there were many logs not transported when I looked at it. In the broker it pointed to a redo transport issue which probably resulted from the network work being done. The database was set to maxavailability with 'SYNC' . So what do I do to get the thing sending logs again? I read to restart the standby which I did but that had no effect. Another person here wanted to set to maxperformance but when we downgraded to that, just the current log got sent and not all the others that needed to.
    I'm thinking I might have to manually copy over these logs. Does anyone know if that will be the case?
    The protection mode had been maxavailability and the protection level had been "resynchronization". Once I issued the command to set to max performance, now I get
    SQL> select protection_mode, protection_level from v$database;
    PROTECTION_MODE PROTECTION_LEVEL
    MAXIMUM PERFORMANCE MAXIMUM PERFORMANCE
    which is fine but like I said - many old logs need to be moved.
    Also, both databases use ASM. If I do need to copy over is there a way to copy from asm on one server directly to asm on another or do I need to go to OS files in the middle?

    So you have a log gap right? I would copy the archived redo from the primary over to the standby site and register them.
    You probably have this: (RUN ON STANDBY)
    SELECT MAX(R.SEQUENCE#) LAST_SEQ_RECD, MAX(L.SEQUENCE#) LAST_SEQ_SENT
    FROM V$ARCHIVED_LOG R, V$LOG L
    WHERE R.DEST_ID=2 AND L.ARCHIVED='YES';
    I cannot speak to the ASM question.

  • 'DataSet1' is not declared. It may be inaccessible due to its protection level.

    Hello,
    I am sorry if this has been asked elsewhere but i can't seem to find an answer that will help me.
    I am using visual studio 2013 and a data connection database from Microsoft access called RFID.mdb (which i made by editing the sample Northwind.mdb file)
    I have followed the Microsoft tutorials on how to connect a database and make a data set and i know have the database and dataset in the solution explorer,
    All i simply want to do is load the data i have from a text file into this database, i can load the data from the text file but i cannot seem to get the data into the data set so i can add it to the data base.
    The error i get is on
    'RFIDDataSet1' is not declared. It may be inaccessible due to its protection level. On line 24 and 29.
    I have tried removing the "1" as suggested and this gave me "Reference to a non-shared member requires an object reference."
    I am not sure what i am doing wrong or what could be wrong, could anyone offer some help?
    I am using visual basic.
    Code:
    Imports System.IO
    Public Class Form1
        Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
            Dim fileReader As String
            fileReader = My.Computer.FileSystem.ReadAllText("C:\gobetwino\Project\testlog.txt")
            MsgBox(fileReader)
            If File.Exists(fileReader) Then
                Dim iofile As New StreamReader(fileReader)
                Dim ioline As String
                Dim DandT, Reader, Id
                ioline = iofile.Readline
                While Not ioline = ""
                    Dim mysplit = Split(ioline, ";")
                    DandT = mysplit(0)
                    Reader = mysplit(1)
                    Id = mysplit(2)
                    Dim newImportRow As RFIDDataSet.ImportRow
                    newImportRow = RFIDDataSet.Import.NewImportRow()
                    newImportRow.DateTime = DandT
                    newImportRow.ReaderNum = Reader
                    newImportRow.TagNum = Id
                    RFIDDataSet1.Import.Rows.Add(newImportRow)
                End While
            End If
        End Sub
    End Class
    Error lines:
    newImportRow = RFIDDataSet1.Import.NewImportRow()
    RFIDDataSet1.Import.Rows.Add(newImportRow)

    I already have a dataset when I connected the database.
    In my solution window I have:
    RFID.mbd (which has a single table called "Import" with the sections "DateTime", "ReaderNum" & "TagNum")
    RFIDDataSet.xsd
    What I am mainly trying to do is load the data from the text file "testlog.txt" to the database RFID.mdb.
    I have been following the Microsoft tutorial and it said to use a dataset.
    Thus my code currently now looks like this:
    Imports System.IO
    Public Class Form1
    Dim RFIDDataSet As New RFIDDataSet
    Dim ImportTableAdapter As New RFIDDataSetTableAdapters.ImportTableAdapter()
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    Dim fileReader As String
    fileReader = My.Computer.FileSystem.ReadAllText("C:\gobetwino\Project\testlog.txt")
    ImportTableAdapter.Fill(RFIDDataSet.Import)
    MsgBox(fileReader)
    If File.Exists(fileReader) Then
    Dim iofile As New StreamReader(fileReader)
    Dim ioline As String
    Dim DandT, Reader, Id
    ioline = iofile.Readline
    While Not ioline = ""
    Dim mysplit = Split(ioline, ";")
    DandT = mysplit(0)
    Reader = mysplit(1)
    Id = mysplit(2)
    Dim newImportRow As RFIDDataSet.ImportRow
    newImportRow = RFIDDataSet.Import.NewImportRow()
    newImportRow.DateTime = DandT
    newImportRow.ReaderNum = Reader
    newImportRow.TagNum = Id
    RFIDDataSet.Import.Rows.Add(newImportRow)
    End While
    MsgBox("Update successful")
    End If
    End Sub
    End Class
    I am not sure if what I am doing is correct because the program now shows the results in the message box instead of "Update Successful".
    Does this help in finding out what I am doing wrong when trying to load the data from my text file into a dataset which I then plan to use to update the database RFID.mdb

  • Regarding Customization , Access and Protection Levels

    Hi All,
    I need some information on Customization , Access and Protection Levels.
    I need to modify a Oracle Seeded workflow to do some customization wrt approval process.
    How do I determine which process can be modified or not.
    What is quick check to understand what values should I be looking for Customization , Access and Protection Levels on a process that needs to be modified.
    Please help...
    Thanks,

    Hi All,
    We have a requirement to modify the seeded oracle workflow in Purchasing.
    I need to add additional levels of validations by creating some custom processes which would be invoked from the seeded oracle process.
    Could anyone pls advise how do I make my customizations retain even after an upgrade takes place ?
    Thanks,

  • Protection levels question

    Is there a way to set the protection level of a class / method so that only classes in the classes package or super package has access.
    What I mean is that I have two packages: msglib & msglib.gui. I would like to create methods in msglib.gui that would only be accessable to classes in the two above packages.
    Is there a way to do this or should I just put all the classes in the same package and make everything the default protection level?

    Is there a way to set the protection level of a class
    / method so that only classes in the classes package
    or super package has access.No.
    Is there a way to do this or should I just put all
    the classes in the same package and make everything
    the default protection level?Depends upon the class relationships. Over use of mutual dependence between classes in the same package is a "Code smell", so consider whether your class design makes innate sense.
    See "Inapropriate Intimacy":
    http://wiki.java.net/bin/view/People/SmellsToRefactorings

  • Windows WSUS 3.276 on Windows Server 2008 R2 not deploying updates to Clients

    Update Services
    Microsoft Corporation
    Version: 3.2.7600.226
    Updates services is downloading Current updates for the platforms I selected.
    It is finding and interfacing with all windows computers are the network.
    I select updates to install to computer groups but they are not getting installed.
    You can see from the report it needs to install 41 updates but they are not being installed.
    Why are the not getting installed?
    "No events are available. This may be because the client has not yet sent the event or the events have been purged from the server. Please refer to %WINDIR%\WindowsUpdate.log on robtruet-pc.leopold.int for details."
    The Report for most of the Clients show. 
    0 updates failed to install.
    40 updates have not been installed
    0 updates have been install or not applicable.
    0 updates have unknown status.
    I login to the client and it shows Windows is up to date.  But I look at updates installed history and now updates exist for the last 60 days.
    I included the log from the client below for one day.
    2015-03-04    23:27:18:212    1184    ae8    Handler    Using CBS interface ICbsSession7
    2015-03-04    23:27:23:407    1184    ae8    Agent      * Found 0 updates and 77 categories in search; evaluated appl. rules of 1448 out of 2726 deployed entities
    2015-03-04    23:27:23:500    1184    ae8    Agent    *********
    2015-03-04    23:27:23:500    1184    ae8    Agent    **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2015-03-04    23:27:23:500    1184    ae8    Agent    *************
    2015-03-04    23:27:23:578    1184    84c    AU    >>##  RESUMED  ## AU: Search for updates [CallId = {D60CD7C9-6547-413B-AB87-35F737F8BA18}]
    2015-03-04    23:27:23:578    1184    84c    AU      # 0 updates detected
    2015-03-04    23:27:23:578    1184    84c    AU    #########
    2015-03-04    23:27:23:578    1184    84c    AU    ##  END  ##  AU: Search for updates [CallId = {D60CD7C9-6547-413B-AB87-35F737F8BA18}]
    2015-03-04    23:27:23:578    1184    84c    AU    #############
    2015-03-04    23:27:23:578    1184    84c    AU    Successfully wrote event for AU health state:0
    2015-03-04    23:27:23:578    1184    84c    AU    Featured notifications is disabled.
    2015-03-04    23:27:23:578    1184    84c    AU    AU setting next detection timeout to 2015-03-05 09:22:52
    2015-03-04    23:27:23:578    1184    84c    AU    Setting AU scheduled install time to 2015-03-05 08:00:00
    2015-03-04    23:27:23:578    1184    84c    AU    Successfully wrote event for AU health state:0
    2015-03-04    23:27:23:609    1184    84c    AU    Successfully wrote event for AU health state:0
    2015-03-04    23:27:28:539    1184    ae8    Report    REPORT EVENT: {1A5F7E5E-1B5A-4E13-A21C-489D2906CB75}    2015-03-04 23:27:23:485-0500    1  
     147    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Software Synchronization    Windows
    Update Client successfully detected 0 updates.
    2015-03-04    23:27:28:539    1184    ae8    Report    REPORT EVENT: {3FA6CBE2-31F4-4D8E-9E44-47EDCC077FCC}    2015-03-04 23:27:23:500-0500    1  
     156    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Pre-Deployment Check    Reporting
    client status.
    2015-03-04    23:27:28:555    1184    ae8    Report    CWERReporter finishing event handling. (00000000)
    2015-03-04    23:39:15:718    1184    ae8    Report    Uploading 2 events using cached cookie, reporting URL = http://192.168.1.24:8530/ReportingWebService/ReportingWebService.asmx
    2015-03-04    23:39:15:796    1184    ae8    Report    Reporter successfully uploaded 2 events.
    2015-03-05    03:00:09:814    1184    e88    AU    Forced install timer expired for scheduled install
    2015-03-05    03:00:09:814    1184    e88    AU    UpdateDownloadProperties: 0 download(s) are still in progress.
    2015-03-05    03:00:09:829    1184    e88    AU    Setting AU scheduled install time to 2015-03-06 08:00:00
    2015-03-05    03:00:09:829    1184    e88    AU    Successfully wrote event for AU health state:0
    2015-03-05    03:00:14:837    1184    2680    Report    CWERReporter finishing event handling. (00000000)
    2015-03-05    04:22:52:598    1184    e88    AU    #############
    2015-03-05    04:22:52:598    1184    e88    AU    ## START ##  AU: Search for updates
    2015-03-05    04:22:52:598    1184    e88    AU    #########
    2015-03-05    04:22:52:676    1184    e88    AU    <<## SUBMITTED ## AU: Search for updates [CallId = {F615A07F-8986-4EB3-9D45-319F2AE1499A}]
    2015-03-05    04:22:52:676    1184    1864    Agent    *************
    2015-03-05    04:22:52:676    1184    1864    Agent    ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2015-03-05    04:22:52:691    1184    1864    Agent    *********
    2015-03-05    04:22:52:691    1184    1864    Agent      * Online = Yes; Ignore download priority = No
    2015-03-05    04:22:52:691    1184    1864    Agent      * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation'
    or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2015-03-05    04:22:52:691    1184    1864    Agent      * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2015-03-05    04:22:52:691    1184    1864    Agent      * Search Scope = {Machine}
    2015-03-05    04:22:53:206    1184    1864    Setup    Checking for agent SelfUpdate
    2015-03-05    04:22:53:237    1184    1864    Setup    Client version: Core: 7.6.7600.320  Aux: 7.6.7600.320
    2015-03-05    04:22:55:952    1184    1864    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab with dwProvFlags 0x00000080:
    2015-03-05    04:22:56:092    1184    1864    Misc     Microsoft signed: NA
    2015-03-05    04:22:56:123    1184    1864    Misc    WARNING: Cab does not contain correct inner CAB file.
    2015-03-05    04:22:56:123    1184    1864    Misc    Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab with dwProvFlags 0x00000080:
    2015-03-05    04:22:56:139    1184    1864    Misc     Microsoft signed: NA
    2015-03-05    04:22:56:170    1184    1864    Setup    Wuident for the managed service is valid but not quorum-signed. Skipping selfupdate.
    2015-03-05    04:22:56:186    1184    1864    Setup    Skipping SelfUpdate check based on the /SKIP directive in wuident
    2015-03-05    04:22:56:186    1184    1864    Setup    SelfUpdate check completed.  SelfUpdate is NOT required.
    2015-03-05    04:23:22:269    1184    1864    PT    +++++++++++  PT: Synchronizing server updates  +++++++++++
    2015-03-05    04:23:22:269    1184    1864    PT      + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://192.168.1.24:8530/ClientWebService/client.asmx
    2015-03-05    04:23:22:909    1184    1864    PT    WARNING: Cached cookie has expired or new PID is available
    2015-03-05    04:23:22:940    1184    1864    PT    Initializing simple targeting cookie, clientId = b4d326e5-c396-4ee2-b2c4-c7cd25795a63, target group = , DNS name = arm-pal-ws10.leopold.int
    2015-03-05    04:23:22:940    1184    1864    PT      Server URL = http://192.168.1.24:8530/SimpleAuthWebService/SimpleAuth.asmx
    2015-03-05    04:23:34:702    1184    1864    Handler    Using CBS interface ICbsSession72015-03-05    19:36:45:323    1184    2390  
     Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:45:432    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:45:744    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:45:869    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:45:978    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:46:087    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:46:181    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:46:306    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:46:399    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:46:680    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:46:789    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:46:883    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:47:086    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:47:179    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:49:020    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:49:207    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:49:301    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:49:410    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:49:504    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:49:597    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:49:722    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:49:862    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:49:956    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:50:065    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:50:159    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:50:299    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:50:393    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:50:518    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:50:611    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:50:705    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:50:814    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:50:908    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:51:017    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:51:142    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:51:251    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:51:360    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:51:454    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:51:547    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:51:844    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:51:953    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:52:062    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:52:156    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:52:249    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:52:358    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:52:530    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:52:624    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:52:717    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:52:842    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:52:951    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:53:060    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:53:170    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:53:263    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:53:372    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:53:497    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:53:606    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:53:700    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:53:794    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:53:934    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:54:028    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:54:121    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:54:230    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:54:340    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:54:433    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:54:527    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:54:714    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:54:901    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:54:995    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:55:088    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:55:182    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:55:322    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:55:416    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:55:510    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:55:603    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:55:697    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:55:790    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:55:884    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:55:978    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:56:336    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:56:446    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:56:539    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:56:648    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:56:836    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:57:007    1184    2390    Handler    Using CBS interface ICbsSession7
    2015-03-05    19:36:58:349    1184    2390    Agent      * Found 0 updates and 77 categories in search; evaluated appl. rules of 1448 out of 2726 deployed entities
    2015-03-05    19:36:58:489    1184    2390    Agent    *********
    2015-03-05    19:36:58:489    1184    2390    Agent    **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2015-03-05    19:36:58:489    1184    2390    Agent    *************
    2015-03-05    19:36:58:552    1184    1540    AU    >>##  RESUMED  ## AU: Search for updates [CallId = {60067F42-15BA-49A9-BB09-5DE40DC141E4}]
    2015-03-05    19:36:58:552    1184    1540    AU      # 0 updates detected
    2015-03-05    19:36:58:552    1184    1540    AU    #########
    2015-03-05    19:36:58:552    1184    1540    AU    ##  END  ##  AU: Search for updates [CallId = {60067F42-15BA-49A9-BB09-5DE40DC141E4}]
    2015-03-05    19:36:58:552    1184    1540    AU    #############
    2015-03-05    19:36:58:567    1184    1540    AU    Successfully wrote event for AU health state:0
    2015-03-05    19:36:58:567    1184    1540    AU    Featured notifications is disabled.
    2015-03-05    19:36:58:567    1184    1540    AU    AU setting next detection timeout to 2015-03-06 05:37:36
    2015-03-05    19:36:58:567    1184    1540    AU    Setting AU scheduled install time to 2015-03-06 08:00:00
    2015-03-05    19:36:58:567    1184    1540    AU    Successfully wrote event for AU health state:0
    2015-03-05    19:36:58:583    1184    1540    AU    Successfully wrote event for AU health state:0
    2015-03-05    19:37:03:559    1184    2390    Report    REPORT EVENT: {A94CF35E-0BD0-4E1F-9BF4-8263ED8ACAC8}    2015-03-05 19:36:58:474-0500    1  
     147    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Software Synchronization    Windows
    Update Client successfully detected 0 updates.
    2015-03-05    19:37:03:559    1184    2390    Report    REPORT EVENT: {B4FB174B-F3C9-4269-A9C7-180C1B25AEAC}    2015-03-05 19:36:58:489-0500    1  
     156    101    {00000000-0000-0000-0000-000000000000}    0    0    AutomaticUpdates    Success    Pre-Deployment Check    Reporting
    client status.
    2015-03-05    19:37:03:559    1184    2390    Report    CWERReporter finishing event handling. (00000000)
    2015-03-05    19:48:50:738    1184    2390    Report    Uploading 2 events using cached cookie, reporting URL = http://192.168.1.24:8530/ReportingWebService/ReportingWebService.asmx
    2015-03-05    19:48:50:801    1184    2390    Report    Reporter successfully uploaded 2 events.

    Hi,
    Please make sure that the update files have been downloaded on the WSUS server.
    Update will be available only if it has been downloaded.
    Also, please check if the Network Service has the Full Control permission on the WSUS content folder.
    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]

  • Setting system level deployment.user.cachedir in deployment.config

    G'day,
    I've been experimenting with JRE 1.5.0_04 on Windows XP.
    By default deployment.user.cachedir is set to <user home>\Application Data\Sun\Java\Deployment\cache. However, I want it to be <user home>\Local Settings\Application Data\Sun\Java\Deployment\cache.
    I have managed this as follows.
    C:\Windows\Sun\Java\Deployment\deployment.config contains:
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.propertiesand C:\Windows\Sun\Java\Deployment\deployment.properties contains:
    deployment.user.cachedir=$USER_HOME\\..\\..\\..\\..\\Local Settings\\Application Data\\Sun\\Java\\Deployment\\cacheThis works but is ugly. The problem is that $USER_HOME=<user home>\Application Data\Sun\Java\Deployment. It seems that $USER_HOME and $JRE_HOME are the only two variables for use in deployment properties. Are there any others, in particular, one that mirrors the user's actual home directory?
    Thanks,
    Chris.

    G'day,
    Open the Java Console and execute "dump system and
    deployment properties" which shows property values,
    and see if what you want is there.Thanks, but I don't think I can use these at the system level, can I?
    I did try using ${user.home} but that doesn't work.
    So, are there any variables other than $USER_HOME and $JRE_HOME that can be used when setting system level properties?
    More info, http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html
    Thanks,
    Chris.

  • Setting "javaplugin.maxHeapSize" at System level deployment

    Hi all,
    I'm trying to change the default value for the "javaplugin.maxHeapSize" parameter. By default it is always 96m, but I need to configure it to 256m.:
    ....java.vm.version = 1.5.0_06-b05
    javaplugin.maxHeapSize = 96m
    javaplugin.nodotversion = 150_06
    javaplugin.proxy.config.type = auto
    javaplugin.version = 1.5.0_06....
    At user level configuration it runs ok, but at System level configuation it doesn't.
    I tried the following changes in the deployment.properties (located by the deployment.config file) :
    deployment.javapi.jre.1.5.0.args=-Xmx256m -Djavaplugin.maxHeapSize\=256m
    javaplugin.maxHeapSize=256m
    but these changes don't work.
    Can you help me?
    Thanks.
    Regards.

    G'day,
    Did you ever find a solution to this problem?
    I'm in a similar boat...
    http://forum.java.sun.com/thread.jspa?threadID=5185445
    Thanks,
    Chris.

  • Cristal reports 2008 vs and deploying

    hi
    i m trying to create a deploy for my application but i can't build it.
    i get the following error:
    The install location for prerequisites has not been set to 'component vendor's web site' and the file 'CrystalReports 12.0\CRRuntime_12_2_mlb.msi' in item 'Crystal Reports 2008' can not be located on disk
    i need to build a solution the deploies from disk and not web site
    i red some of the solutions hear but non of thrm worked for me
    please help
    Eng. Aviv eyal

    Hi,
    For VS 2005 you have to copy the files of the ClickOnce Package into
    C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\BootStrapper\Packages\CrystalReports 12.0
    You can find the package in http://service.sap.com/sap/bc/bsp/spn/bobj_download/main.htm
    Bye

  • Is there any possibility to block emails of subscriptions we are about to create in 2008 (folder level) and enable back the emails once we are done creating the subscriptions

    Hi,
    We are migrating our Reporting Server from 2005 to 2008 and we have around 3500 timed subscriptions which are scheduled daily/weekly/monthly.
    It takes around 1 week to recreate all these subscriptions in 2008 reporting server as we are using C# Code (to get the new subscriptionID from 2008 for further use). In this 1 week the subscription emails will be duplicated as they are sent from both
    2005 and 2008 (created) to end user but we can't disable the SMTP for the 2008 report server as there are other projects (separated at folder level) working on it.
    The Question here is, "Is there any possibility to block emails of subscriptions we are about to create in 2008 (only to our folder) and enable back the emails once we are done migrating to 2008?".
    Regards,
    Prabhat Y.

    Hi Prabhat Y,
    Per my understanding that you are doing the migration from SSRS 2005 to SSRS 2008 and now you are re-creating the 3500 subscriptions in the SSRS 2008, so you want to the new created subscription in SSRS 2008 will be pause and not execute at this time, right?
    Generally, we have several method to pause the subscription processing, please reference to details information below:
    When you created an subscription, an new Sql Server Agent job will be created too, so you can you can just uncheck the 'enabled' checkbox in the job properties as below to disable the execution of the job,you can also  stop the SQL Server Agent Services
    manually, all your subscriptions will stop running:
    More information, Please reference to: 
    How to temporarily stop SSRS subscriptions
    You can also disable a Shared Data Source, pause a Shared Schedule to pause the subscription processing.
    Pause Report and Subscription Processing
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

Maybe you are looking for

  • If I enter the time of day as I am entering a new event, iCal automatically enters the time into the daily calendar and deletes the time of day from my entry

    Hi, This feature is new in Lion. I get what Apple is doing but I don't view the calendar in day mode. I use iCal exclusively in Month mode. Therefore, if I add an entry like "10:00am doctor's appt.," iCal will (correctly) assume the obvious, and ente

  • Workflow expression question

    Hi, I am trying to create a workflow that says when the Contact country or a custom field on the contact form called country is USA, place the field that is not blank into a field called Primary Contact Country, else if not USA, then place the countr

  • Custom swatch library isn't updating in CC

    I have a big custom swatch library that I'm continually making additions and corrections to. I have it set as persistent, and the library works fine, but it doesn't update when I make changes to it. As far as I can tell, it's still stuck at the point

  • Problem starting managed server.

    Hi, I have my weblogic server running on UNIX server which has 2 users (UserA and UserB). The Admin server has been started with UserA and the nodemanager with UserB. I have 3 clusters with 2 managed servers each configured in my server. When i start

  • MRP Type field on Material Master Data

    <DELETED> Duplicate [thread|Message control by Material type; This thread being locked. Please do not post duplicate threads -Paul Moderator Edited by: Paul Meehan on Jul 31, 2009 4:22 PM