Reporting Services URL Problem?

Hi,
I have just installed SQL Server 2012 on my Windows 8 Pro OS. When I tried to browse to the Reporting Service URL it gave this error message :
User 'Abhi\Abhilash DK' does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed.
Please can anybody help me solve this problem

After starting IE as admin and opening Report Manager, navigate to "Side settings" (on top right site), then to "Security" and add your account to "System Administrator" role. Afterwards you can open the URL also a normal user.
Olaf Helper
[ Blog] [ Xing] [ MVP]

Similar Messages

  • Setting different reporting services url via IReportServerConnection

    y report. I have problem using more than one reporting services urls via IReportServerConnection.
    Specifically, I need to display report from different report services url on different page via IReportServerConnection. Each page uses report viewer web forms control. The problem is that how to assign different report services url for different page.
    Below is the settings related to IReportServerConnection:
    <appSettings>
    <add key="ReportViewerServerConnection" value="ReportServer.ReportServerConnection" />
    </appSettings>
    public class ReportServerConnection : IReportServerConnection {
    public Uri ReportServerUrl { get; set;}
    Below shows report viewer control that is used on different page that needs different reporting services urls:
    <rsweb:ReportViewer ID="reportViewer" runat="server"
    ProcessingMode="Remote">
    <ServerReport />
    </rsweb:ReportViewer>
    Thanks in advance.        

    See the following links:
    http://msdn.microsoft.com/en-us/beginner/microsoft.reporting.webforms.ireportserverconnection.reportserverurl.aspx
    http://msdn.microsoft.com/en-us/library/ms251671.aspx

  • Xcelsius for Reporting Services URL

    Hi,
    I am trying to use sql server reporting services in my Xcelsius project. Configured Xcelsius Gateway Service on the SQL server. Created Data source and report. After this, I was trying to connect to the gateway from xcelsius designer. For this i added a reporting service button. In the button's properties, it asks for 'Xcelsius for Reporting Services URL'. Which URL should be specified here?
    Thanks and Regards,
    Shyam.

    The URL is
    u201Chttp://servername/xrs/xrs.asmx/GetReportsu201D
    But make sure to test the installation, if its working or not. To test it just open a web browser and type the above url.

  • Get Reporting Services URL in workflow

    I've created a worfklow that creates an email, uses a custom workflow activity to address the email and uses the ReportExecutionService to create a PDF which gets attached to the email. I've currently hard-coded the URL to the reporting server and want to
    make it dynamic. I looked at using the DeploymentServiceClient but that requires a reference to the assembly Microsoft.Xrm.Sdk.Deployment.dll
    which I can't use because my plugin will be in sandbox mode and if my understanding is correct, you can't reference external assemblies in sandbox mode.
    Besides using ILMerge to merge in
     Microsoft.Xrm.Sdk.Deployment.dll or a custom entity to store the data, is there a way to get the reporting server URL in my workflow?

    Hello,
    I suggest you to create custom entity (for example Settings) and add field Reporting Services Url inside. Inside your custom workflow activity you can read settings entity and use Url. It would be definitely easier.
    Dynamics CRM MVP
    My blog

  • Reporting Services Indicators Problem Accessing Reportitems

    Hi I have indicator arrows which work fine inside Visual Studio but when I deploy them and view them in a browser they always sit on "Yellow". The arrows use ReportItems!textbox...value as the value. I am using the textbox because I am calculating
    the difference between months and storing this in a textbox. The data is from analysis services so alternative would be MDX to add a field to my dataset (my MDX is very limited).

    Hi darkdusky,
    Based on my understanding, you use ReportItems in indicator value expression to design indicator arrows in BIDS. The indicator arrows work fine in BIDS, however, after you deploy the report to Report Manager, all indicator arrows show as “Yellow” indicator
    arrows.
    In Reporting Service, ReportItems is supported to get values in indicator value expression. Generally, we suppose get same results both in BIDS and Report Manager environment. As we tested in our environment, we use ReportItems to create indicator arrows. 
    Both in BIDS and Report Manager environment, indicator arrows show the same results.  Please refer to screenshots below:
    For yourself troubleshooting, you can create a new column next to the indicator column, fill in indicator value expression in this column. Then check if correct indicator arrows are displayed based on the output value of this column. Please also check if
    the indicator expression and indicator states are correct in Indicator Properties. If possible, please provide some screenshots, such as report presenting results both in BIDS and Report Manager environment, indicator value expression and report design. It
    may help us find out the root cause of your issue. Thank you.
    Best regards,
    Qiuyun Yu

  • Forms N reports Services (Runtime Problem)?

    i have installed OAS10g Forms and Reports Services recently. it's working fine
    Now i want to Use Oracle 10gDS on 2nd Machine
    and i have define the "Runtime preference" as
    http:\\Frm_n_rpt_srvs(host):7778/forms90/f90servlet
    but it gives the error in runtime that
    FRM-40010 Can not read form D:\abc
    How to work in 2nd machine (used as Development machine)
    i mean what shold b the practices?
    How 2 remove that error?
    thanks
    Regards
    Rana Adnan

    Hi,
    Try manually starting the opmn process in the OHS_HOME/opmn/bin opmnctl start or opmnctl status.
    Regards,
    Anand.

  • Oracle10.1.2  Report service installation Problem.......

    is it possible oracle report service installation without installing infrastructure?
    if yes tell me the method of installation.
    Oracle AS 10.1.2
    Please can any one help us

    Just download the forms & reports edition, e.g. http://download.oracle.com/otn/nt/ias/101202/as_windows_x86_forms_reports_101202.zip for windows...

  • SFC Reports Servicing Database Problems Still

    Build 9860 reports servicing database corruption,
    just like it's predecessor.  DISM won't fix them.
    A friend of mine put it succinctly, saying: 
    "It's an inauspicious start for a company striving to raise confidence of users in continuous updates from the cloud..."
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

    I assume that you have built your reports with the CR Designer 2008 V1. Try to open the affected report in the CR Designer and select Database->VErify database and save it back into the repository. Does it work?
    Regards,
    Stratos

  • Printing directly to printer in Reporting Services 2008 problem

    We have recently installed a new SQL 2008 server.  I have an application that prints an SSRS report (2005) directly to the printer.  If I change the reference to point to the new SQL 2008 server and run the application, the report is printed but the font size is huge and the report doesn't fit on the paper.  The only change I made in the code is the reference, that is it. Any ideas why this is happening?
    Thanks

    I guess I wasn't clear with my current configuration.  I am using the SOAP interface to print the reports directly to the printer.  I have a web reference (ReportServer) pointing to the new server and here is the code I use to print the report:
    public class ReportPrinter
            //ReportingService rs;
            ReportServer.ReportExecutionService rs;      
            private byte[][] m_renderedReport;
            private Graphics.EnumerateMetafileProc m_delegate = null;
            private MemoryStream m_currentPageStream;
            private Metafile m_metafile = null;
            int m_numberOfPages;
            private int m_currentPrintingPage;
            private int m_lastPrintingPage;
            private string _printer = "";
            public ReportPrinter()
                rs = new ReportServer.ReportExecutionService();
                rs.Credentials = System.Net.CredentialCache.DefaultCredentials;
                PrintDialog dlgPrint = new PrintDialog();
                dlgPrint.PrinterSettings = new PrinterSettings();
                if (Common.gPrinterToUse == "" ||Common.gPrinterToUse == null)
                    if (dlgPrint.ShowDialog() == DialogResult.OK)
                        _printer = dlgPrint.PrinterSettings.PrinterName;
                        Common.gPrinterToUse = _printer;
                    else
                        return;
                else
                    _printer = Common.gPrinterToUse;
            private byte[][] RenderReport(string reportPath, ParameterValue[] reportParameters)
                // Private variables for rendering
                string deviceInfo = null;
                string format = "IMAGE";
                Byte[] firstPage = null;
                string encoding;
                string mimeType;
                Warning[] warnings = null;
                ParameterValue[] reportHistoryParameters = null;
                string[] streamIDs = null;
                Byte[][] pages = null;
                string extension = null;
                string historyID = null;       
                // Build device info based on the start page
                deviceInfo = String.Format(@"<DeviceInfo><OutputFormat>{0}</OutputFormat></DeviceInfo>", "emf");
                ExecutionInfo execInfo = new ExecutionInfo();
                ExecutionHeader execHeader = new ExecutionHeader();
                rs.ExecutionHeaderValue = execHeader;
                execInfo = rs.LoadReport(reportPath, historyID);
                rs.SetExecutionParameters(reportParameters, "en-us");
                rs.Url = "http://hr-sqlsvr3/reportserver/ReportExecution2005.asmx";
                //Execute the report and get page count.
                try
                    // Renders the first page of the report and returns streamIDs for 
                    // subsequent pages
                    //firstPage = rs.Render(
                    firstPage = rs.Render(format, deviceInfo, out extension, out mimeType, out encoding, out warnings, out streamIDs);
                    // The total number of pages of the report is 1 + the streamIDs         
                    m_numberOfPages = streamIDs.Length + 1;
                    pages = new Byte[m_numberOfPages][];
                    // The first page was already rendered
                    pages[0] = firstPage;
                    for (int pageIndex = 1; pageIndex < m_numberOfPages; pageIndex++)
                        // Build device info based on start page
                        deviceInfo =
                            String.Format(@"<DeviceInfo><OutputFormat>{0}</OutputFormat><StartPage>{1}</StartPage></DeviceInfo>",
                            "emf", pageIndex + 1);
                        pages[pageIndex] = rs.Render(format, deviceInfo, out extension, out mimeType, out encoding, out warnings, out streamIDs);
                catch (SoapException ex)
                    Console.WriteLine(ex.Detail.InnerXml);
                catch (Exception ex)
                    Console.WriteLine(ex.Message);
                    MessageBox.Show(ex.InnerException +
                        Environment.NewLine + ex.Message +
                        Environment.NewLine + "Number of pages: " + pages.Length.ToString() +
                        Environment.NewLine + "Report Path: " + reportPath, "Error Printing");
                finally
                    Console.WriteLine("Number of pages: {0}", pages.Length);
                return pages;
            internal bool PrintReport(string report, ParameterValue[] reportParameters, bool landscape)
                this.RenderedReport = this.RenderReport(report, reportParameters);
                try
                    // Wait for the report to completely render.
                    if (m_numberOfPages < 1)
                        return false;
                    PrinterSettings printerSettings = new PrinterSettings();
                    printerSettings.MaximumPage = m_numberOfPages;
                    printerSettings.MinimumPage = 1;
                    printerSettings.PrintRange = PrintRange.SomePages;
                    printerSettings.FromPage = 1;
                    printerSettings.ToPage = m_numberOfPages;
                    printerSettings.PrinterName = _printer;
                    PrintDocument pd = new PrintDocument();
                    m_currentPrintingPage = 1;
                    m_lastPrintingPage = m_numberOfPages;
                    pd.PrinterSettings = printerSettings;
                    pd.DefaultPageSettings.Margins = new Margins(0, 0, 0, 0);
                    pd.DefaultPageSettings.Landscape = landscape;
                    // Print report
                    Console.WriteLine("Printing report...");
                    pd.PrintPage += new PrintPageEventHandler(this.pd_PrintPage);
                    pd.Print();
                catch (Exception ex)
                    Console.WriteLine(ex.Message);
                finally
                    // Clean up goes here.
                return true;
            private void pd_PrintPage(object sender, PrintPageEventArgs ev)
                ev.HasMorePages = false;
                if (m_currentPrintingPage <= m_lastPrintingPage && MoveToPage(m_currentPrintingPage))
                    // Draw the page
                    ReportDrawPage(ev.Graphics);
                    // If the next page is less than or equal to the last page, 
                    // print another page.
                    if (++m_currentPrintingPage <= m_lastPrintingPage)
                        ev.HasMorePages = true;
            // Method to draw the current emf memory stream 
            private void ReportDrawPage(Graphics g)
                if (null == m_currentPageStream || 0 == m_currentPageStream.Length || null == m_metafile)
                    return;
                lock (this)
                    // Set the metafile delegate.
                    int width = m_metafile.Width;
                    int height = m_metafile.Height;
                    m_delegate = new Graphics.EnumerateMetafileProc(MetafileCallback);
                    // Draw in the rectangle
                    // Point destPoint = new Point(0, 0);
                    Point[] destPoint = new Point[3];
                    Point point1 = new Point(0, 0);
                    Point point2 = new Point(width, 0);
                    Point point3 = new Point(0, height);
                    destPoint[0] = point1;
                    destPoint[1] = point2;
                    destPoint[2] = point3;
                    g.EnumerateMetafile(m_metafile, destPoint, m_delegate);
                    // Clean up
                    m_delegate = null;
            private bool MoveToPage(Int32 page)
                // Check to make sure that the current page exists in
                // the array list
                if (null == this.RenderedReport[m_currentPrintingPage - 1])
                    return false;
                // Set current page stream equal to the rendered page
                m_currentPageStream = new MemoryStream(this.RenderedReport[m_currentPrintingPage - 1]);
                // Set its postion to start.
                m_currentPageStream.Position = 0;
                // Initialize the metafile
                if (null != m_metafile)
                    m_metafile.Dispose();
                    m_metafile = null;
                // Load the metafile image for this page
                m_metafile = new Metafile((Stream)m_currentPageStream);
                return true;
            private bool MetafileCallback(EmfPlusRecordType recordType,int flags,int dataSize,IntPtr data,PlayRecordCallback callbackData)
                byte[] dataArray = null;
                // Dance around unmanaged code.
                if (data != IntPtr.Zero)
                    // Copy the unmanaged record to a managed byte buffer 
                    // that can be used by PlayRecord.
                    dataArray = new byte[dataSize];
                    Marshal.Copy(data, dataArray, 0, dataSize);
                // play the record.      
                m_metafile.PlayRecord(recordType, flags, dataSize, dataArray);
                return true;
            internal byte[][] RenderedReport
                get
                    return m_renderedReport;
                set
                    m_renderedReport = value;

  • Adobe Document Services URL problem

    Hi,
    I am trying to connect to the adobe document services to test the configuration, but getting the following kind of error:
    "Adobe document service can not be started".
    can somebody tell me how to resolve this?
    Thanks,
    Sunita.

    hi sunita,
    please do as follows;
    1. IIOP start up mode for global node
         Go to configtool
         -> cluster-data -> Global dispatcher configuration -> services
              -> iiop
            check if startup mode is 'always'.
         Also for
         -> cluster-data -> Global server configuration -> services -> iiop
    2. IIOP start up mode for instance node
         Go to Visual Administrator
         -> server -> services -> Configuration Adapter
             Configurations -> cluster_data -> dispatcher -> cfg -> services -> Property Sheet IIOP-runtime
         If they have the value like as:
             startup mode=manual and custom field is checked
         Solution1:
             Change startup mode to 'always' for instance node
         Solution2:
             Restore original configuration for instance node using config
             tool.
         Repeat same operation for
         -> Configurations -> cluster_data -> server -> IDxxxx
                        -> services -> propertysheedt.iiop-runtime
    3. Restart J2EE engine
    thanks,
    raj

  • SFC Reports Servicing Database Problems Right Out of the Starting Gate

    And DISM won't fix 'em.
    Seems a bit messy to ship a preview with the promise of constant, almost streaming updates, then have questionable integrity.  Is it to be expected?
    And yes, I've reported it through the Feedback app.
    -Noel
    Detailed how-to in my eBooks:  
    Configure The Windows 7 "To Work" Options
    Configure The Windows 8 "To Work" Options

    I would make sure you set all the Kernel parameters correctly in the install guide.
    So ASM is already running and you are creating the DB or you are trying to create an ASM instance?
    Also found this on Metalink:
    Applies to:
    Oracle Server - Enterprise Edition - Version: 9.2.0.4
    SUSE \ UnitedLinux x86-64
    Red Hat Enterprise Linux Advanced Server x86-64 (AMD Opetron Architecture)
    Linux x86-64
    Symptoms
    When trying to increase the SGA to approach half available RAM with an Oracle 64bit version on a Linux 64bit operating system, even though shmmax is set to match half the amount of RAM, you get the following error when trying to start the instance:
    SQL> startup nomount
    ORA-27102: out of memory
    Linux-x86_64 Error: 28: No space left on device
    Changes
    shmall is set to default at 2097152
    Cause
    shmall is number of pages of shared memory to be made available system-wide.
    Solution
    Set shmall equal to shmmax divided by the page size.
    FYI: The page size can be seen using the following command:
    $ getconf PAGE_SIZE
    Errors
    ORA-27102 out of memory

  • SQL 2012 R2 - SSRS with the Report Server Web Service URL, can't access

    Hello:
    I am installing Dynamics CRM 2013.  When I am on RS Configuration manager; I am running into the SSRS (SQL 2012 on Server 2012)SQL issue, can't access the
    http://servername/:80/ReportsServer or
    http://servername/:Reports web pages
    The database server has SSRS native mode installed, it is using a domain account for the service credentials.  This account also has permission to log on a service in the GPO
    Account is a domain admin and is a local administrator
    SQL server is 2012 R2 on Windows Server 2012.  User base is less than 60 people and they have SharePoint 13 on the same SQL server.  Server more than enough resources.
    Any assistance would be appreciated.
    Thanks..Dan

    Hi DCas1,
    According to your description, you could not access
    http://servername/:80/ReportsServer or http://servername/:Reports web pages from Reporting Services configuration manager, SSRS in configured in native mode and the account you used is a local administrator.
    In Reporting Services, URLs are used to access the Report Server Web service and Report Manager. Before we can use either application, we need to configure at least one URL each for the Web service and Report Manager. If we are using the Reporting Services
    Configuration tool to create or modify the URLs, we can accept the default values for a URL or specify custom values. When we create a report server URL, we must specify the following parts: Host name, port and Virtual directory. In order to improve the efficiency
    of troubleshooting, I need to ask several questions:
    Since the default URL is http://<computername>/reportserver, did you type the URLs manually? or the URLs configured in Reporting Services configuration manager are
    http://servername/:80/ReportServer and
    http://servername/:Reports?
    Could you provide detailed information of error log(default location: %programfiles%\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles)?
    For more information about Configuring a URL, please refer to the following documents:
    http://msdn.microsoft.com/en-us/library/ms159261(v=sql.110).aspx
    http://msdn.microsoft.com/en-us/library/bb630447(v=sql.110).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • Reporting services point - Critical error

    guys,
    This has been working and has suddenly stopped.  My SQL environment has not changed from  being a  Remote SQL instance
    running SQL 2008 SP3 CU9.
    My problem is that the "Reporting service point" component has a critical state.  The error says 7403  "The report server service is not running on Reporting Service Point server "***"; start the service to enable reporting.
    I have tried stopping and starting the service but I still receive the error every hour.  Reports from the web URL just sit at a "loading" state and no reports appear in SCCM.  Any thoughts ?

    Hi Joyce, 
    I already posted a part of the log that I believe is part of the error.  I am not sure how to resolve it thought
    Reporting Services URL from Registry [https://sql.***.org/ReportServer/ReportService2005.asmx]SMS_SRS_REPORTING_POINT
    The request failed with http status 404 : not found
    (!) SRS not detected as running
    SMS_SRS_REPORTING_POINT
    8/21/2014 2:54:44 PM
    4012 (0x0FAC)
    Failures reported during periodic health check by the SRS Server SQL.*****.ORG.
    SMS_SRS_REPORTING_POINT
    8/21/2014 2:54:44 PM
    4012 (0x0FAC)

  • Reporting Services Role - No items found SCCM 2012

    Hi,
    My SCCM setup includes a CAS, 2 Primary Sites and a Remote SQL server, which hosts SQL instances. I have everything working apart from the reporting.
    SCCM server is 2012 SP1 and SQL server is 2012 SP1. The SQL server is hosting all Three SQL instances for each site.
    1. I had first added the SSRS role to SQL site system server for all sites but later found this to be an issue so removed the SSRS role for the primary sites.  
    2. I can access the reporting services url via a web browser and see the reports listed from the CAS site.
    Any issues/questions are:
    1. However, I cannot see any reports in the reporting console.
    2. Can one SQL server host instances / reporting services for all three sites and providing reporting in SCCM?
    Any help on this appreciated.
    Thank You

    Since no one has answer this post, I recommend opening  a support case with CSS as they can work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • SCCM 2012 monitoring - Site Status - Reporting Services Point - Status Critical

    Hi all,
    I have noticed that the Site Status under Monitoring shows Reporting services point as in Critical state though we do not see anything wrong with SCCM as such (at least we haven't been reported any problems thus far). There is nothing in the event viewer
    on SQL Server. Just wanted to know how to resolve this issue. Could you help?
    When I try to open status messages for Reporting Services (for any days) it does not return anything as if there are no status messages for this role. Also, could you let me know the log file locations/names for Reporting services point?

    Here it is... I have replaced server names with a dummy name.
    =================
    Reporting Services URL from Registry [http://SCCMSQLSERVER/ReportServer/ReportService2005.asmx]~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:31.588-60><thread=6072 (0x17B8)>
    Reporting Services is running  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:31.596-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:31.616-60><thread=6072 (0x17B8)>
    Confirmed version [10.50.4000.0] for the Sql Srs Instance.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:31.641-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:31.686-60><thread=6072 (0x17B8)>
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ConfigMgr_PRI  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:31.686-60><thread=6072 (0x17B8)>
    Loading localization resources from directory [F:\SMS_SRSRP\SrsResources.dll]   $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:31.713-60><thread=6072 (0x17B8)>
    Looking for 'English (United Kingdom)' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:31.715-60><thread=6072 (0x17B8)>
    Looking for 'English' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:31.716-60><thread=6072 (0x17B8)>
    Found resources for 'English'  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:31.716-60><thread=6072 (0x17B8)>
    Next security configuration at [02/09/2014 13:31:30]  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:32.338-60><thread=6072 (0x17B8)>
    Root Folder exists  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:32.338-60><thread=6072 (0x17B8)>
    Successfully checked that the SRS web service is healthy on server SCCMSQLSERVER.DOMAIN~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:32.338-60><thread=6072 (0x17B8)>
    ~Waiting for changes for 1 minutes  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:23:32.339-60><thread=6072 (0x17B8)>
    Timed Out...~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:32.336-60><thread=6072 (0x17B8)>
    Reporting Services URL from Registry [http://SCCMSQLSERVER/ReportServer/ReportService2005.asmx]~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:32.347-60><thread=6072 (0x17B8)>
    Reporting Services is running  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:32.357-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:32.377-60><thread=6072 (0x17B8)>
    Confirmed version [10.50.4000.0] for the Sql Srs Instance.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:32.404-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:32.451-60><thread=6072 (0x17B8)>
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ConfigMgr_PRI  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:32.451-60><thread=6072 (0x17B8)>
    Loading localization resources from directory [F:\SMS_SRSRP\SrsResources.dll]   $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:32.478-60><thread=6072 (0x17B8)>
    Looking for 'English (United Kingdom)' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:32.480-60><thread=6072 (0x17B8)>
    Looking for 'English' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:32.481-60><thread=6072 (0x17B8)>
    Found resources for 'English'  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:32.481-60><thread=6072 (0x17B8)>
    Next security configuration at [02/09/2014 13:31:30]  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:33.160-60><thread=6072 (0x17B8)>
    Root Folder exists  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:33.161-60><thread=6072 (0x17B8)>
    Successfully checked that the SRS web service is healthy on server SCCMSQLSERVER.DOMAIN~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:33.161-60><thread=6072 (0x17B8)>
    ~Waiting for changes for 1 minutes  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:24:33.161-60><thread=6072 (0x17B8)>
    Timed Out...~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:33.159-60><thread=6072 (0x17B8)>
    Reporting Services URL from Registry [http://SCCMSQLSERVER/ReportServer/ReportService2005.asmx]~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:33.168-60><thread=6072 (0x17B8)>
    Reporting Services is running  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:33.188-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:33.237-60><thread=6072 (0x17B8)>
    Confirmed version [10.50.4000.0] for the Sql Srs Instance.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:33.264-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:33.462-60><thread=6072 (0x17B8)>
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ConfigMgr_PRI  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:33.462-60><thread=6072 (0x17B8)>
    Loading localization resources from directory [F:\SMS_SRSRP\SrsResources.dll]   $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:33.539-60><thread=6072 (0x17B8)>
    Looking for 'English (United Kingdom)' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:33.541-60><thread=6072 (0x17B8)>
    Looking for 'English' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:33.542-60><thread=6072 (0x17B8)>
    Found resources for 'English'  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:33.542-60><thread=6072 (0x17B8)>
    Next security configuration at [02/09/2014 13:31:30]  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:34.796-60><thread=6072 (0x17B8)>
    Root Folder exists  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:34.797-60><thread=6072 (0x17B8)>
    Successfully checked that the SRS web service is healthy on server SCCMSQLSERVER.DOMAIN~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:34.797-60><thread=6072 (0x17B8)>
    ~Waiting for changes for 1 minutes  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:25:34.797-60><thread=6072 (0x17B8)>
    Timed Out...~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:34.795-60><thread=6072 (0x17B8)>
    Reporting Services URL from Registry [http://SCCMSQLSERVER/ReportServer/ReportService2005.asmx]~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:34.804-60><thread=6072 (0x17B8)>
    Reporting Services is running  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:34.813-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:34.834-60><thread=6072 (0x17B8)>
    Confirmed version [10.50.4000.0] for the Sql Srs Instance.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:34.859-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:34.904-60><thread=6072 (0x17B8)>
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ConfigMgr_PRI  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:34.905-60><thread=6072 (0x17B8)>
    Loading localization resources from directory [F:\SMS_SRSRP\SrsResources.dll]   $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:34.940-60><thread=6072 (0x17B8)>
    Looking for 'English (United Kingdom)' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:34.942-60><thread=6072 (0x17B8)>
    Looking for 'English' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:34.943-60><thread=6072 (0x17B8)>
    Found resources for 'English'  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:34.943-60><thread=6072 (0x17B8)>
    Next security configuration at [02/09/2014 13:31:30]  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:35.724-60><thread=6072 (0x17B8)>
    Root Folder exists  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:35.725-60><thread=6072 (0x17B8)>
    Successfully checked that the SRS web service is healthy on server SCCMSQLSERVER.DOMAIN~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:35.725-60><thread=6072 (0x17B8)>
    ~Waiting for changes for 1 minutes  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:26:35.726-60><thread=6072 (0x17B8)>
    Timed Out...~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:35.723-60><thread=6072 (0x17B8)>
    Reporting Services URL from Registry [http://SCCMSQLSERVER/ReportServer/ReportService2005.asmx]~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:35.731-60><thread=6072 (0x17B8)>
    Reporting Services is running  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:35.752-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:35.776-60><thread=6072 (0x17B8)>
    Confirmed version [10.50.4000.0] for the Sql Srs Instance.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:35.813-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:35.902-60><thread=6072 (0x17B8)>
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ConfigMgr_PRI  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:35.902-60><thread=6072 (0x17B8)>
    Loading localization resources from directory [F:\SMS_SRSRP\SrsResources.dll]   $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:35.954-60><thread=6072 (0x17B8)>
    Looking for 'English (United Kingdom)' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:35.956-60><thread=6072 (0x17B8)>
    Looking for 'English' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:35.957-60><thread=6072 (0x17B8)>
    Found resources for 'English'  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:35.957-60><thread=6072 (0x17B8)>
    Next security configuration at [02/09/2014 13:31:30]  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:36.728-60><thread=6072 (0x17B8)>
    Root Folder exists  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:36.729-60><thread=6072 (0x17B8)>
    Successfully checked that the SRS web service is healthy on server SCCMSQLSERVER.DOMAIN~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:36.729-60><thread=6072 (0x17B8)>
    ~Waiting for changes for 1 minutes  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:27:36.730-60><thread=6072 (0x17B8)>
    Timed Out...~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:36.727-60><thread=6072 (0x17B8)>
    Reporting Services URL from Registry [http://SCCMSQLSERVER/ReportServer/ReportService2005.asmx]~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:36.738-60><thread=6072 (0x17B8)>
    Reporting Services is running  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:36.747-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:36.769-60><thread=6072 (0x17B8)>
    Confirmed version [10.50.4000.0] for the Sql Srs Instance.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:36.799-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:36.848-60><thread=6072 (0x17B8)>
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ConfigMgr_PRI  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:36.848-60><thread=6072 (0x17B8)>
    Loading localization resources from directory [F:\SMS_SRSRP\SrsResources.dll]   $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:36.875-60><thread=6072 (0x17B8)>
    Looking for 'English (United Kingdom)' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:36.878-60><thread=6072 (0x17B8)>
    Looking for 'English' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:36.878-60><thread=6072 (0x17B8)>
    Found resources for 'English'  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:36.878-60><thread=6072 (0x17B8)>
    Next security configuration at [02/09/2014 13:31:30]  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:37.496-60><thread=6072 (0x17B8)>
    Root Folder exists  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:37.497-60><thread=6072 (0x17B8)>
    Successfully checked that the SRS web service is healthy on server SCCMSQLSERVER.DOMAIN~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:37.497-60><thread=6072 (0x17B8)>
    ~Waiting for changes for 1 minutes  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:28:37.497-60><thread=6072 (0x17B8)>
    Timed Out...~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:37.494-60><thread=6072 (0x17B8)>
    Reporting Services URL from Registry [http://SCCMSQLSERVER/ReportServer/ReportService2005.asmx]~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:37.503-60><thread=6072 (0x17B8)>
    Reporting Services is running  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:37.512-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:37.534-60><thread=6072 (0x17B8)>
    Confirmed version [10.50.4000.0] for the Sql Srs Instance.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:37.563-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:37.610-60><thread=6072 (0x17B8)>
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ConfigMgr_PRI  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:37.610-60><thread=6072 (0x17B8)>
    Loading localization resources from directory [F:\SMS_SRSRP\SrsResources.dll]   $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:37.646-60><thread=6072 (0x17B8)>
    Looking for 'English (United Kingdom)' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:37.648-60><thread=6072 (0x17B8)>
    Looking for 'English' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:37.653-60><thread=6072 (0x17B8)>
    Found resources for 'English'  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:37.654-60><thread=6072 (0x17B8)>
    Next security configuration at [02/09/2014 13:31:30]  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:38.352-60><thread=6072 (0x17B8)>
    Root Folder exists  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:38.353-60><thread=6072 (0x17B8)>
    Successfully checked that the SRS web service is healthy on server SCCMSQLSERVER.DOMAIN~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:38.353-60><thread=6072 (0x17B8)>
    ~Waiting for changes for 1 minutes  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:29:38.353-60><thread=6072 (0x17B8)>
    Timed Out...~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:38.351-60><thread=6072 (0x17B8)>
    Reporting Services URL from Registry [http://SCCMSQLSERVER/ReportServer/ReportService2005.asmx]~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:38.361-60><thread=6072 (0x17B8)>
    Reporting Services is running  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:38.370-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:38.393-60><thread=6072 (0x17B8)>
    Confirmed version [10.50.4000.0] for the Sql Srs Instance.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:38.432-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:38.484-60><thread=6072 (0x17B8)>
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ConfigMgr_PRI  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:38.485-60><thread=6072 (0x17B8)>
    Loading localization resources from directory [F:\SMS_SRSRP\SrsResources.dll]   $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:38.520-60><thread=6072 (0x17B8)>
    Looking for 'English (United Kingdom)' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:38.522-60><thread=6072 (0x17B8)>
    Looking for 'English' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:38.530-60><thread=6072 (0x17B8)>
    Found resources for 'English'  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:38.531-60><thread=6072 (0x17B8)>
    Next security configuration at [02/09/2014 13:31:30]  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:39.270-60><thread=6072 (0x17B8)>
    Root Folder exists  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:39.270-60><thread=6072 (0x17B8)>
    Successfully checked that the SRS web service is healthy on server SCCMSQLSERVER.DOMAIN~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:39.271-60><thread=6072 (0x17B8)>
    ~Waiting for changes for 1 minutes  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:30:39.271-60><thread=6072 (0x17B8)>
    Timed Out...~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:39.268-60><thread=6072 (0x17B8)>
    Reporting Services URL from Registry [http://SCCMSQLSERVER/ReportServer/ReportService2005.asmx]~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:39.277-60><thread=6072 (0x17B8)>
    Reporting Services is running  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:39.286-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:39.308-60><thread=6072 (0x17B8)>
    Confirmed version [10.50.4000.0] for the Sql Srs Instance.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:39.334-60><thread=6072 (0x17B8)>
    Retrieved datasource definition from the server.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:39.380-60><thread=6072 (0x17B8)>
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ConfigMgr_PRI  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:39.381-60><thread=6072 (0x17B8)>
    Loading localization resources from directory [F:\SMS_SRSRP\SrsResources.dll]   $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:39.421-60><thread=6072 (0x17B8)>
    Looking for 'English (United Kingdom)' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:39.423-60><thread=6072 (0x17B8)>
    Looking for 'English' resources  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:39.424-60><thread=6072 (0x17B8)>
    Found resources for 'English'  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:39.424-60><thread=6072 (0x17B8)>
    Confirmed the configuration of SRS role [ConfigMgr Report Users].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:40.088-60><thread=6072 (0x17B8)>
    Confirmed the configuration of SRS role [ConfigMgr Report Administrators].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:40.098-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:40.700-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:40.736-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Asset Intelligence].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:40.758-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Compliance and Settings Management].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:40.791-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Administrative Security].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:40.815-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Operating System].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:40.849-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Updates - A Compliance].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:40.870-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Updates - B Deployment Management].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:40.906-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Updates - C Deployment States].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:40.929-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Updates - D Scan].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:40.961-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Updates - E Troubleshooting].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:40.998-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Driver Management].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.033-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Task Sequence - Deployment Status].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.067-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Task Sequence - Deployments].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.099-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Task Sequence - Progress].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.127-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Task Sequence - References].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.155-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/State Migration].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.192-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Distribution - Application Monitoring].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.221-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Virtual Applications].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.265-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Distribution - Package and Program Deployment Status].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.303-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Distribution - Package and Program Deployment].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.326-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/User - Device Affinity].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.362-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Metering].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.381-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Status Messages].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.413-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Migration].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.432-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Device Management].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.470-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Status Messages - Audit].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.495-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Alerts].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.529-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Client Status].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.551-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Client Push].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.585-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - CD-ROM].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.609-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Disk].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.642-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - General].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.666-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Memory].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.700-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Modem].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.724-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Network Adapter].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.755-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Processor].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.778-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - SCSI].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.815-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Sound Card].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.835-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Video Card].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.867-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Site - Client Information].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.888-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Site - Discovery and Inventory Information].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.924-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Site - General].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.952-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Site - Server Information].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:41.985-60><thread=6072 (0x17B8)>
    The security policy for folder [/ConfigMgr_PRI/Network Access Protection] is out of sync.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.007-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Network Access Protection].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.042-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Power Management].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.073-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Wake On LAN].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.096-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Network].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.132-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software - Files].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.156-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software - Companies and Products].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.189-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Users].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.209-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Distribution - Collections].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.243-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Distribution - Content].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.268-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Out Of Band Management].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.298-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Endpoint Protection].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.320-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Status Messages/Status Messages - Hidden].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.349-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Endpoint Protection/Endpoint Protection - Hidden].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.367-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Distribution - Application Monitoring/Software Distribution - Application Monitoring - Hidden].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.397-60><thread=6072 (0x17B8)>
    The security policy for folder [/ConfigMgr_PRI/Network Access Protection] is out of sync.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.418-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Network Access Protection].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.458-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Replication Traffic].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.492-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Upgrade Assessment].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.511-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/User Data and Profiles Health].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.542-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.571-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.599-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Asset Intelligence].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.632-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Compliance and Settings Management].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.656-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Administrative Security].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.689-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Operating System].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.709-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Updates - A Compliance].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.742-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Updates - B Deployment Management].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.767-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Updates - C Deployment States].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.800-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Updates - D Scan].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.822-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Updates - E Troubleshooting].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.856-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Driver Management].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.880-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Task Sequence - Deployment Status].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.911-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Task Sequence - Deployments].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.932-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Task Sequence - Progress].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.966-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Task Sequence - References].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:42.988-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/State Migration].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.020-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Distribution - Application Monitoring].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.045-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Virtual Applications].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.078-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Distribution - Package and Program Deployment Status].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.113-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Distribution - Package and Program Deployment].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.137-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/User - Device Affinity].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.170-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Metering].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.193-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Status Messages].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.227-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Migration].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.247-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Device Management].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.280-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Status Messages - Audit].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.306-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Alerts].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.339-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Client Status].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.361-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Client Push].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.395-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - CD-ROM].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.415-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Disk].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.445-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - General].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.467-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Memory].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.497-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Modem].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.518-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Network Adapter].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.550-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Processor].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.570-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - SCSI].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.602-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Sound Card].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.625-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Hardware - Video Card].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.655-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Site - Client Information].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.676-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Site - Discovery and Inventory Information].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.710-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Site - General].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.731-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Site - Server Information].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.762-60><thread=6072 (0x17B8)>
    The security policy for folder [/ConfigMgr_PRI/Network Access Protection] is out of sync.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.785-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Network Access Protection].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.821-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Power Management].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.852-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Wake On LAN].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.878-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Network].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.899-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software - Files].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.933-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software - Companies and Products].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.967-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Users].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:43.994-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Distribution - Collections].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.027-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Distribution - Content].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.052-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Out Of Band Management].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.084-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Endpoint Protection].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.106-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Status Messages/Status Messages - Hidden].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.135-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Endpoint Protection/Endpoint Protection - Hidden].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.153-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Software Distribution - Application Monitoring/Software Distribution - Application Monitoring - Hidden].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.186-60><thread=6072 (0x17B8)>
    The security policy for folder [/ConfigMgr_PRI/Network Access Protection] is out of sync.  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.209-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Network Access Protection].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.250-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Replication Traffic].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.284-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/Upgrade Assessment].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.304-60><thread=6072 (0x17B8)>
    Confirmed the security policy for folder [/ConfigMgr_PRI/User Data and Profiles Health].  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.338-60><thread=6072 (0x17B8)>
    Root Folder exists  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.339-60><thread=6072 (0x17B8)>
    Successfully checked that the SRS web service is healthy on server SCCMSQLSERVER.DOMAIN~  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.339-60><thread=6072 (0x17B8)>
    ~Waiting for changes for 1 minutes  $$<SMS_SRS_REPORTING_POINT><09-02-2014 13:31:44.339-60><thread=6072 (0x17B8)>

Maybe you are looking for

  • Not able to create Invoice against sales order

    Hello   I have a sales order with one main item and having 4 sub items to the main item. For all the 4 sub items the delivery and goods issue process is done . For one of the sub item , delivery document is archived in the system. Now user trying to

  • FrameMaker and Arabic

    Does Framker support right to left text? If so in what version of FrameMaker does it work in?

  • File Associations

    cc, w7,x64 Bridge decided to make my CS6 programs the default for all openable file types. This problem has been raised before but the answers, 1. go to preferences and change each file type manually; or 2. go into the registry and make a change, are

  • Backup Radius on router

    I have the primary Radius server working just fine but when I stop the primary Radius server the backup radius server does not work, it fails over to the local password. I have included the config, does anybody have any idea why it won't fail over to

  • Printing from our new Mac Os 10.5.2 everything seems 20% darker

    Can anyone shed any light on this matter. We have recently install Mac Os 10.5.2 and a new ripit system. Having moved from some old G3's we are having difficulty when it comes to printing old files using the new system. I find that when we print to e