URL wrong

Hi all,
    I am working with CRM 4.0 and SAP PORTAL 6.0.  I  have a iview type bsp(crm_bsp_frame).  This iview has links. This links launch  a new window   but the url is wrong . The url is:
     ROLES://…
“http://portalserver/irj//portal?NavigationTarget= “ is missing. How can i solve it?
Thanks and Best Regards.
Gab

hi
Try this
String iview=<Iview Path>;
WDPortalNavigation.navigateAbsolute("ROLES:"+iview,WDPortalNavigationMode.SHOW_INPLACE,(String) null, (String) null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, (String) null,(String) null,"Param=Test");
Kind Regards
Mukesh

Similar Messages

  • XMLP 5.6.2 - Problem launching reports. The URL is wrong.

    No problem when clicking on a report from either the "Home" or "Home/Guest" folder.
    However drill-down into a folder named "Home/Guest/Test "and click either on a "ReportName" or "View" within it will yeild the following error:
    "Not Found - The requested URL /xmlpserver/Guest/Test/test1/test1.xdo was not found on this server."
    The actual URL is "http://tineey.tiny.server/xmlpserver/Guest%2FTest%2Ftest1%2Ftest1.xdo"
    Obviously the URL wrong. Is this feature by design <grin> or is there some configuration step that I missed or ?
    BG...

    Figured it out.
    With some help from another post I discovered that the navigator.jsp has a URL Encoding issue. There were 2 places I made changes. Line 360 and line 368.
    BG...
    Line 360
    Change from
    <a title="View Report" class="OraHeaderSub" href="<%=ctxPath + reportAbsPathEncoded%>">
    To
    <a title="View Report" class="OraHeaderSub" href="<%=ctxPath + reportAbsPath%>">
    Line 368
    From
    <a href="<%=ctxPath+reportAbsPathEncoded%>" class="OraLink"><%=NLSUtils.getString(request, "VIEW_REPORT", "View")%></a>
    To
    <a href="<%=ctxPath+reportAbsPath%>" class="OraLink"><%=NLSUtils.getString(request, "VIEW_REPORT", "View")%></a>
    "

  • Wrong digital signature for add-on installer

    I have created a addon and it gives error as,
    Wrong digital signature for add-on installer  
    When I tried installing this addon on another SAP server,it worked.On the problamatic server,the antivirus has expired.Is virus capable to creating this problem ? I have tried all the options for solving the problem such as,
    1.Delete the temporary files.
    2.Delete the SBO files.
    3.Create a new addon and release it.
    4.Create a new addon with different name.

    Hi Dilip,
    Refer This...........
    Link: [url] Wrong Executable Digital Signature for Add-on
    Link: [url] SAP Business One AddOn Installer
    Link: [url] Wrong digital signature for add-on installer
    Link: [url] Wrong Digital Signature...
    Thanks
    Shafi
    Edited by: shafi_sunshine on Aug 18, 2011 7:21 AM

  • What URL for Live Encoder 3 Content

    Hi guys I took over the design of a website ( www.riptidehotel.com ). The old designer has disappeared with all of the original FLA files, all we have are the SWF's on the web server. We have a web cam that uses Flash Media Live Encoder, but I cannot find a URL to direct the new site to for the live web cam. Probably a dumb question, but any help would be greatly appreciated....hopefully it's not staring me in the face, but I can't find it in the code or in the media live encoder software. We want to do away with the email login and just make it a simple live camera. If you don't want to give out your email, use mine jason(underscore)[email protected] (obviously the underscore is an _.
    Thanks in advance,
    Jason

    Hello,
    I have deployed a jsp file to
    I:\ora9ias\j2ee\home\default-web-app\test
    I however have no idea what the url is to which
    this?
    I have tried
    http://145.254.22.145:7778/test/filename.jsp and I
    get a Can not find Server error. The server is
    started. Am I in the right directory to deploy a jsp
    file or is the url wrong?Robert -- is this a 9iAS installation or a standalone installation?
    If this is a 9iAS installation and you've dropped the file into the directory you specified, then you should be able to access it via
    http://145.254.22.145:7778/j2ee/test/filename.jsp
    Note the additional 'j2ee'.
    In a 9iAS environment, the OC4J_Home instance has a default web binding of /j2ee.
    The defaultWebApp of the home OC4J instance in a 9iAS installation is /j2ee -- you can verify this in the $ORACLE_HOME/j2ee/home/config/default-web-site.xml file.
    Similarly, you can see all the mappings which the Apache HTTP server will route via the mod_oc4j.conf file in the $ORACLE_HOME/Apache/Apache/conf directory.
    cheers
    -steve-

  • URL for 9.0.3

    Hello,
    I have deployed a jsp file to I:\ora9ias\j2ee\home\default-web-app\test
    I however have no idea what the url is to which this?
    I have tried http://145.254.22.145:7778/test/filename.jsp and I get a Can not find Server error. The server is started. Am I in the right directory to deploy a jsp file or is the url wrong?

    Hello,
    I have deployed a jsp file to
    I:\ora9ias\j2ee\home\default-web-app\test
    I however have no idea what the url is to which
    this?
    I have tried
    http://145.254.22.145:7778/test/filename.jsp and I
    get a Can not find Server error. The server is
    started. Am I in the right directory to deploy a jsp
    file or is the url wrong?Robert -- is this a 9iAS installation or a standalone installation?
    If this is a 9iAS installation and you've dropped the file into the directory you specified, then you should be able to access it via
    http://145.254.22.145:7778/j2ee/test/filename.jsp
    Note the additional 'j2ee'.
    In a 9iAS environment, the OC4J_Home instance has a default web binding of /j2ee.
    The defaultWebApp of the home OC4J instance in a 9iAS installation is /j2ee -- you can verify this in the $ORACLE_HOME/j2ee/home/config/default-web-site.xml file.
    Similarly, you can see all the mappings which the Apache HTTP server will route via the mod_oc4j.conf file in the $ORACLE_HOME/Apache/Apache/conf directory.
    cheers
    -steve-

  • Resolving non http urls in JSP

    When I include an html hyperlink in my JSP as follows :
    Yahoo
    then the hyperlink on the web page points to
    http://www.yahoo.com
    However if I write the hyperlink as
    Yahoo
    then the hyperlink on the web page is wrongly created as
    http://<hostname>/www.yahoo.com
    This seems to be an issue with the JSP engine. I am using weblogic.
    Is there any way to resolve the non http urls?

    This has nothing to do with the JSP engine.
    <a href="www.yahoo.com">Yahoo</a> IS not a JSP tag and is not touched by the JSP engine.
    The problem you have is just your WEBBROWSER interpreting the url wrongly mainly becasue you have forgotten to provided the protocol your webbrowser has to use.

  • URL Syntax for PL/SQL procedure

    I am trying to call a PL/SQL procedure to delete a file attachment (from How To). I have modified the procedure to accept three other arguments (app, page, session). My delete-column link is:
    #OWNER#.delete_my_file?p_file=#ID#,p_app=&APP_ID.,p_page=&APP_PAGE_ID.,&SESSION.
    My procedure source is:
    PROCEDURE DELETE_MY_FILE(p_file in number,p_app in number,p_page in number,
    p_session in number) as
    varLocation varchar(100);
    BEGIN
         DELETE FROM hr.file_subjects f
         WHERE f.id = p_file;
         --print the redirect back to the web browser, return to paqe
    varLocation := '<script>window.location="f?p='||p_app||':'||
    p_page||':'||p_session||'";</script>';
    htp.p(varLocation);
    END delete_my_file;
    I assume that I can call a PL/SQL function or SPROC with multiple arguments, do I simply have the URL wrong?
    I get the "...URL not found on server..." error.

    I already granted execute to public. I can run this SPROC from SQL*Plus with no issues. I was simply trying to expand upon the How TO example and pass multiple args to a SPROC that is called from a query region column link. If I put it at the page level process, then I have to use checkboxes (or something else) to indicate which files I want to delete and then call a page submit.
    Is it not possible to call a PL/SQL SPROC with multiple args from a web link in HTMLDB?

  • MBAM web site configuration failure

    I've set up MBAM 2.5 on my ConfigMgr 2012 server. Its integrated with Configuration Manager and created the two data bases on the same box with Windows Server 2012 R2 and SQL 2012 with reporting services. (I've configured a working OSD windows 7 task
    sequence that uses MBAM to encrypt and store the recovery key.)
    Now I'm trying to install the two web sites on a second windows 2012 server that is also acting as a deployment point with pxe server.
    I can connect to my reporting server with a browser from the local server without being prompted for credentials. The MBAM reports are configured and visible. I'm using the same service account for SCCM reporting services and web service application
    pool domain account. I've been working this for several days and am running out of ideas.
    Next I'm going to set up a new 2012 test server to act as the MBAM web server only. Maybe that will simplify things and I don't have to worry about breaking my Distribution Point. Anyone have any ideas or suggestions?
    Configurator information:
    Description:
    Invoking feature provider to validate the parameters of the administration web portal.
    The configure web applications wizard keeps failing with the same single event log error message from hell:
    Log Name:      Microsoft-Windows-MBAM-Server/Admin
    Source:        Microsoft-Windows-MBAM-Setup
    Date:          3/21/2015 10:54:09 AM
    Event ID:      401
    Task Category: MBAM Configurator
    Level:         Error
    Keywords:      MBAM Configurator
    User:          domain\username
    Computer:      MBAMwebServer.dc.state.fl.us
    Description:
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-MBAM-Setup" Guid="{C00827E6-3AE0-4F0A-8B45-08D05CD8424A}" />
        <EventID>401</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>4</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000080</Keywords>
        <TimeCreated SystemTime="2015-03-21T14:54:09.870728300Z" />
        <EventRecordID>89</EventRecordID>
        <Correlation />
        <Execution ProcessID="2476" ThreadID="2804" />
        <Channel>Microsoft-Windows-MBAM-Server/Admin</Channel>
        <Computer>WSCOC5039DP.dc.state.fl.us</Computer>
        <Security UserID="S-1-5-21-2100957022-532704775-253168949-48346" />
      </System>
      <EventData>
        <Data Name="Message">Exception thrown from feature provider.</Data>
        <Data Name="StackTrace">System.InvalidOperationException: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
    The request failed with the error message:
    &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" &gt;
    &lt;HTML&gt;
    &lt;HEAD lang="en-US"&gt;
     &lt;META HTTP-EQUIV="X-UA-Compatible" CONTENT="IE=5"&gt;
     &lt;script language="JScript" type="text/Javascript" src="/Reports/js/ReportingServices.js"&gt;&lt;/script&gt;
     &lt;TITLE&gt;en-us - Report Manager&lt;/TITLE&gt;
     &lt;link href="/Reports/styles/ReportingServices.css"type="text/css" rel="stylesheet"&gt;
     &lt;META Name="Report Server" CONTENT="http://SCCMserver:80/ReportServer"&gt;
    &lt;/HEAD&gt;
    &lt;BODY style="margin:0px;" class="msrs-normal" onload="InitContextMenu('contextMenuCollection','contextMenuCollection__selectedItemIdHiddenField',new Array('contextMenuCollection_ReportContextMenuIdDiv'),'S_searchTextBoxID','Search');ControlConditionalEnable10(true);"&gt;&lt;form
    name="ui_form" method="POST" action="Folder.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us&amp;ViewMode=List%2fReportService2005.asmx" id="ui_form" enctype="multipart/form-data"&gt;
    &lt;div&gt;
    &lt;input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /&gt;
    &lt;input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /&gt;
    &lt;input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUENTM4MQ8WAh4RUGFnZVZpZXdTdGF0ZVRpbWUoKVlTeXN0ZW0uSW50NjQsIG1zY29ybGliLCBWZXJzaW9uPTIuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjc3YTVjNTYxOTM0ZTA4ORI2MzU2MjU0NjQ0OTgwNjM4NTQWAgIBD2QWAgIDDxYCHgZvbmxvYWQFsgFJbml0Q29udGV4dE1lbnUoJ2NvbnRleHRNZW51Q29sbGVjdGlvbicsJ2NvbnRleHRNZW51Q29sbGVjdGlvbl9fc2VsZWN0ZWRJdGVtSWRIaWRkZW5GaWVsZCcsbmV3IEFycmF5KCdjb250ZXh0TWVudUNvbGxlY3Rpb25fUmVwb3J0Q29udGV4dE1lbnVJZERpdicpLCdTX3NlYXJjaFRleHRCb3hJRCcsJ1NlYXJjaCcpFgJmD2QWAmYPZBYCZg9kFgZmDxYCHgdWaXNpYmxlaGQCAQ9kFgJmD2QWAmYPZBYCZg8WCB4GdmFsaWduBQN0b3AeBmhlaWdodAUCMzAeB2NvbHNwYW4FATQeBWNsYXNzBRRtc3JzLXZhbGlkYXRpb25lcnJvcmQCAg9kFgRmD2QWAmYPZBYCZg9kFgICAQ9kFgJmD2QWAgIBD2QWAmYPFgIeCWlubmVyaHRtbAUdU1FMIFNlcnZlciBSZXBvcnRpbmcgU2VydmljZXNkAgEPZBYCZg9kFgJmD2QWAmYPZBYCZg9kFgJmD2QWAmYPZBYEZg8WAh8CaGQCAQ9kFgJmD2QWAmYPZBYCZg9kFgZmDxYGHghsYW5ndWFnZQUKSmF2YXNjcmlwdB4EdHlwZQUPdGV4dC9KYXZhc2NyaXB0HwcFUGZ1bmN0aW9uIENvbnRyb2xDb25kaXRpb25hbEVuYWJsZTEwKHRvcExldmVsRW5hYmxlKSB7RW5hYmxlTXVsdGlCdXR0b25zKCd1aV8nKTt9ZAICDxYCHwJoZAIDD2QWAmYPZBYGZg8WAh4Fd2lkdGgFAjEwZAIBDxYCHwoFBDEwMCUWAmYPFgQeC2NlbGxwYWRkaW5nBQEwHgtjZWxsc3BhY2luZwUBMBYCZg9kFgJmDxYCHwQFAzVweGQCAg8WAh8KBQIxMGQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgEFHGN0bDE4JGN0bDI0JFNfc2VhcmNoQnV0dG9uSUSAjRh+aj7PwliVb+R+WxpyPL1NeA=="
    /&gt;
    &lt;/div&gt;
    &lt;script type="text/javascript"&gt;
    //&lt;![CDATA[
    var theForm = document.forms['ui_form'];
    if (!theForm) {
        theForm = document.ui_form;
    function __doPostBack(eventTarget, eventArgument) {
        if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
            theForm.__EVENTTARGET.value = eventTarget;
            theForm.__EVENTARGUMENT.value = eventArgument;
            theForm.submit();
    //]]&gt;
    &lt;/script&gt;
    &lt;div&gt;
     &lt;input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="A08DB298" /&gt;
    &lt;/div&gt;&lt;span&gt;&lt;noscript&gt;&lt;table width="100%" class="msrs-normal"&gt;
     &lt;tr&gt;
      &lt;td valign="top" height="30" colspan="4" class="msrs-validationerror"&gt;&lt;img src="/Reports/images/blank.gif" height="1" width="24" border="0" /&gt;&lt;img
    src="/Reports/images/line_err1.gif" height="16" width="16" alt="Error" /&gt;&lt;img src="/Reports/images/blank.gif" height="1" width="12" border="0" /&gt;This page
    might not function correctly because either your browser does not support scripts or active scripting is disabled.&lt;/td&gt;
     &lt;/tr&gt;
    &lt;/table&gt;
    &lt;/noscript&gt;&lt;table width="100%" class="msrs-normal" cellpadding="0" cellspacing="0" height="100%"&gt;
     &lt;tr&gt;
      &lt;td valign="top"&gt;&lt;div&gt;
       &lt;table class="msrs-topBreadcrumb" cellpadding="0" cellspacing="0" border="0" width="100%"&gt;
        &lt;tr&gt;
         &lt;td&gt;&lt;span&gt;&lt;div&gt;
          &lt;a href="/Reports/Pages/Folder.aspx?ViewMode=List%2fReportService2005.asmx"&gt;Home&lt;/a&gt; &gt; &lt;a href="/Reports/Pages/Folder.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring&amp;ViewMode=List%2fReportService2005.asmx"&gt;Microsoft
    BitLocker Administration and Monitoring&lt;/a&gt;
         &lt;/div&gt;&lt;/span&gt;&lt;/td&gt;
         &lt;td align="right"&gt;&lt;span&gt;&lt;a href="/Reports/Pages/Folder.aspx?ViewMode=List%2fReportService2005.asmx"&gt;Home&lt;/a&gt; | &lt;a href="/Reports/Pages/Subscriptions.aspx?ViewMode=List%2fReportService2005.asmx"&gt;My Subscriptions&lt;/a&gt; |
    &lt;a href="/Reports/Pages/Settings.aspx?ViewMode=List%2fReportService2005.asmx"&gt;Site Settings&lt;/a&gt; | &lt;a href="http://go.microsoft.com/fwlink/?LinkID=223508"
    target="MicrosoftReportingServicesHelp"&gt;Help&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;
        &lt;/tr&gt;
       &lt;/table&gt;
       &lt;table class="msrs-header" cellpadding="0" cellspacing="0" border="0" width="100%"&gt;
        &lt;tr&gt;
         &lt;td class="msrs-logo" width="36"&gt;&lt;img src="/Reports/images/folder_32.gif" alt="Folder" style="height:32px;width:32px;border-width:0px;" /&gt;&lt;/td&gt;
         &lt;td&gt;&lt;P class="msrs-site_title"&gt;SQL Server Reporting Services&lt;/P&gt;&lt;P class="msrs-page_title"&gt;en-us&lt;/P&gt;&lt;/td&gt;
         &lt;td class="msrs-searchContainer" align="right" valign="bottom"&gt;&lt;table class="msrs-searchBar" cellpadding="0" cellspacing="0" onfocus="document.getElementById('S_searchButtonID').disabled
    = false" onblur="document.getElementById('S_searchButtonID').disabled = true" onmouseover="document.getElementById('S_searchButtonID').disabled = false" onmouseout="document.getElementById('S_searchButtonID').disabled = true"&gt;
          &lt;tr&gt;
           &lt;td style="padding:0px;"&gt;&lt;input name="ctl18$ctl24$S_searchTextBoxID" type="text" value="Search" id="S_searchTextBoxID" class="msrs-searchDefaultFont"
    onclick="SearchBarClicked('S_searchTextBoxID', 'Search', 'msrs-searchBarNoBorder' );" onblur="SearchBarBlured('S_searchTextBoxID','Search', 'msrs-searchDefaultFont');" onkeypress="
    if ((event.which &amp;&amp; event.which == 13) || (event.keyCode &amp;&amp; event.keyCode == 13))
        var searchButton = document.getElementById('S_searchButtonID');
        searchButton.disabled = false;
        searchButton.click();
        event.cancelBubble = true;
        return false;
    else
        return true;
    " /&gt;&lt;/td&gt;
           &lt;td style="padding:0px;"&gt;&lt;input type="image" name="ctl18$ctl24$S_searchButtonID" id="S_searchButtonID" class="msrs-searchButton" disabled="true"
    src="/Reports/images/search_21x.gif" alt="Go" style="border-width:0px;" /&gt;&lt;/td&gt;
          &lt;/tr&gt;
         &lt;/table&gt;&lt;/td&gt;
        &lt;/tr&gt;
       &lt;/table&gt;
      &lt;/div&gt;&lt;/td&gt;
     &lt;/tr&gt;
     &lt;tr height="100%"&gt;
      &lt;td valign="top"&gt;&lt;table width="100%" class="msrs-contentFrame" cellpadding="0" cellspacing="0" height="100%"&gt;
       &lt;tr&gt;
        &lt;td valign="top" height="100%"&gt;&lt;span&gt;&lt;table width="100%" class="msrs-normal" cellpadding="0" cellspacing="0" height="100%"&gt;
         &lt;tr&gt;
          &lt;td valign="top"&gt;&lt;span style="display:inline-block;height:100%;"&gt;&lt;script language="Javascript" type="text/Javascript"&gt;function ControlConditionalEnable10(topLevelEnable)
    {EnableMultiButtons('ui_');}&lt;/script&gt;&lt;span&gt;&lt;table width="100%" class="msrs-normal" cellpadding="0" cellspacing="0"&gt;
           &lt;tr class="msrs-toolbar_top" height="6"&gt;
            &lt;td valign="top"&gt;&lt;/td&gt;
           &lt;/tr&gt;
           &lt;tr class="msrs-tool"&gt;
            &lt;td valign="top"&gt;&lt;table width="100%" cellpadding="0" cellspacing="0"&gt;
             &lt;tr&gt;
              &lt;td valign="top" width="5"&gt;&lt;img src="/Reports/images/blank.gif" height="0" width="5" /&gt;&lt;/td&gt;
              &lt;td valign="middle"&gt;&lt;a id="ui_btnNewFold" class="msrs-buttonHeaderButton msrs-buttonHeaderText" title="New Folder" href="/Reports/Pages/FolderProperties.aspx?CreateNew=True&amp;ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fNew+Folder&amp;RedirectUrl=http%3a%2f%2fwscoc3761cm2%2fReports%2fPages%2fFolder.aspx%3fItemPath%3d%252fMicrosoft%2bBitLocker%2bAdministration%2band%2bMonitoring%252fen-us%26ViewMode%3dList%2fReportService2005.asmx"
    onmouseover="this.className='msrs-buttonHeaderButtonHover msrs-buttonHeaderText';" onmouseout="this.className='msrs-buttonHeaderButton msrs-buttonHeaderText';" style="display:inline-block;white-space:nowrap;padding-padding-bottom:2px;padding-padding-right:5px;text-decoration:none;"&gt;&lt;img
    align="absmiddle" title="New Folder" src="/Reports/images/16newfolder.gif" alt="New Folder" style="border-style:None;height:16px;width:16px;border-width:0px;margin-right:3px;" /&gt;New Folder&lt;/a&gt;&lt;/td&gt;
              &lt;td valign="top" class="msrs-toolBarSpacerImage"&gt;&lt;img src="/Reports/images/divider.gif" style="height:16px;width:16px;border-width:0px;"
    /&gt;&lt;/td&gt;
              &lt;td valign="middle"&gt;&lt;a id="ui_btnNewDataSource" class="msrs-buttonHeaderButton msrs-buttonHeaderText" title="New Data Source" href="/Reports/Pages/DataSource.aspx?CreateNew=True&amp;ItemsParentPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us&amp;RedirectUrl=http%3a%2f%2fwscoc3761cm2%2fReports%2fPages%2fFolder.aspx%3fItemPath%3d%252fMicrosoft%2bBitLocker%2bAdministration%2band%2bMonitoring%252fen-us%26ViewMode%3dList%2fReportService2005.asmx"
    onmouseover="this.className='msrs-buttonHeaderButtonHover msrs-buttonHeaderText';" onmouseout="this.className='msrs-buttonHeaderButton msrs-buttonHeaderText';" style="display:inline-block;white-space:nowrap;padding-padding-bottom:2px;padding-padding-right:5px;text-decoration:none;"&gt;&lt;img
    align="absmiddle" title="New Data Source" src="/Reports/images/16newdatasource.gif" alt="New Data Source" style="border-style:None;height:16px;width:16px;border-width:0px;margin-right:3px;" /&gt;New Data
    Source&lt;/a&gt;&lt;/td&gt;
              &lt;td valign="top" class="msrs-toolBarSpacerImage"&gt;&lt;img src="/Reports/images/divider.gif" style="height:16px;width:16px;border-width:0px;"
    /&gt;&lt;/td&gt;
              &lt;td valign="middle"&gt;&lt;a id="ui_btnNewReport" class="msrs-buttonHeaderButton msrs-buttonHeaderText" title="Report Builder" href="http://SCCMserver/ReportServer/ReportBuilder/ReportBuilder_3_0_0_0.application"
    onmouseover="this.className='msrs-buttonHeaderButtonHover msrs-buttonHeaderText';" onmouseout="this.className='msrs-buttonHeaderButton msrs-buttonHeaderText';" style="display:inline-block;white-space:nowrap;padding-padding-bottom:2px;padding-padding-right:5px;text-decoration:none;"&gt;&lt;img
    align="absmiddle" title="Report Builder" src="/Reports/images/new_RB_report.gif" alt="Report Builder" style="border-style:None;height:16px;width:16px;border-width:0px;margin-right:3px;" /&gt;Report Builder&lt;/a&gt;&lt;/td&gt;
              &lt;td valign="top" class="msrs-toolBarSpacerImage"&gt;&lt;img src="/Reports/images/divider.gif" style="height:16px;width:16px;border-width:0px;"
    /&gt;&lt;/td&gt;
              &lt;td valign="middle"&gt;&lt;a id="ui_btnSettings" class="msrs-buttonHeaderButton msrs-buttonHeaderText" title="Folder Settings" href="/Reports/Pages/Folder.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us&amp;SelectedTabId=PropertiesTab"
    onmouseover="this.className='msrs-buttonHeaderButtonHover msrs-buttonHeaderText';" onmouseout="this.className='msrs-buttonHeaderButton msrs-buttonHeaderText';" style="display:inline-block;white-space:nowrap;padding-padding-bottom:2px;padding-padding-right:5px;text-decoration:none;"&gt;&lt;img
    align="absmiddle" title="Folder Settings" src="/Reports/images/edit_folder.gif" alt="Folder Settings" style="border-style:None;height:16px;width:16px;border-width:0px;margin-right:3px;" /&gt;Folder Settings&lt;/a&gt;&lt;/td&gt;
              &lt;td valign="top" class="msrs-toolBarSpacerImage"&gt;&lt;img src="/Reports/images/divider.gif" style="height:16px;width:16px;border-width:0px;"
    /&gt;&lt;/td&gt;
              &lt;td valign="middle"&gt;&lt;a id="ui_btnUpload" class="msrs-buttonHeaderButton msrs-buttonHeaderText" title="Upload File" href="/Reports/Pages/Import.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us&amp;&amp;RedirectUrl=http%3a%2f%2fwscoc3761cm2%2fReports%2fPages%2fFolder.aspx%3fItemPath%3d%252fMicrosoft%2bBitLocker%2bAdministration%2band%2bMonitoring%252fen-us%26ViewMode%3dList%2fReportService2005.asmx"
    onmouseover="this.className='msrs-buttonHeaderButtonHover msrs-buttonHeaderText';" onmouseout="this.className='msrs-buttonHeaderButton msrs-buttonHeaderText';" style="display:inline-block;white-space:nowrap;padding-padding-bottom:2px;padding-padding-right:5px;text-decoration:none;"&gt;&lt;img
    align="absmiddle" title="Upload File" src="/Reports/images/UploadFile.gif" alt="Upload File" style="border-style:None;height:16px;width:16px;border-width:0px;margin-right:3px;" /&gt;Upload File&lt;/a&gt;&lt;/td&gt;
              &lt;td valign="top" width="3"&gt;&lt;img src="/Reports/images/blank.gif" height="0" width="3" /&gt;&lt;/td&gt;
              &lt;td width="100%"&gt;&lt;/td&gt;
              &lt;td valign="middle"&gt;&lt;a id="ui_btnSwitchView" class="msrs-buttonHeaderButton msrs-buttonHeaderText" title="Details View" href="http://SCCMserver:80/Reports/Pages/Folder.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us&amp;ViewMode=Detail"
    onmouseover="this.className='msrs-buttonHeaderButtonHover msrs-buttonHeaderText';" onmouseout="this.className='msrs-buttonHeaderButton msrs-buttonHeaderText';" style="display:inline-block;white-space:nowrap;padding-top:2px;padding-bottom:2px;padding-left:5px;padding-right:5px;text-decoration:none;"&gt;&lt;img
    align="absmiddle" title="Details View" src="/Reports/images/view_detail.gif" alt="Details View" style="border-style:None;height:16px;width:16px;border-width:0px;margin-right:3px;" /&gt;Details View&lt;/a&gt;&lt;/td&gt;
              &lt;td valign="top" width="5"&gt;&lt;img src="/Reports/images/blank.gif" height="0" width="5" /&gt;&lt;/td&gt;
              &lt;td valign="top"&gt; &lt;/td&gt;
             &lt;/tr&gt;
            &lt;/table&gt;
            &lt;/td&gt;
           &lt;/tr&gt;
           &lt;tr class="msrs-toolbar_bottom" height="6"&gt;
            &lt;td valign="top"&gt;&lt;/td&gt;
           &lt;/tr&gt;
          &lt;/table&gt;
          &lt;/span&gt;&lt;table width="100%" class="msrs-normal" cellpadding="0" cellspacing="0" TITLE="Items in en-us"&gt;
           &lt;tr&gt;
            &lt;td valign="top" width="10"&gt;&lt;img src="/Reports/images/blank.gif" height="0" width="10" /&gt;&lt;/td&gt;
            &lt;td valign="top" width="100%"&gt;&lt;table width="100%" class="msrs-normal" cellpadding="0" cellspacing="0"&gt;
             &lt;tr&gt;
              &lt;td valign="top" height="5px"&gt;&lt;/td&gt;
             &lt;/tr&gt;
             &lt;tr&gt;
              &lt;td valign="top"&gt;&lt;Div class="msrs-tileView"&gt;&lt;table id="ui_a0" class="msrs-UnSelectedItem" onclick="Clicked(event,'contextMenuCollection_ReportContextMenuIdDiv')"
    onmouseover="ChangeReportItemStyleOnMouseOver('ui_a0', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onmouseout="ChangeReportItemStyleOnMouseOut('ui_a0', 'msrs-UnSelectedItem')" onfocus="ChangeReportItemStyleOnMouseOver('ui_a0', 'msrs-SelectedItem',
    'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a0', 'msrs-UnSelectedItem')" onkeydown="OpenMenuKeyPress(event,'contextMenuCollection_ReportContextMenuIdDiv')" value="/Microsoft BitLocker Administration and
    Monitoring/en-us/Computer Compliance Report"&gt;
               &lt;tr&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fComputer+Compliance+Report"
    onmouseover="OnLink()" onmouseout="OffLink()" TabIndex="-1"&gt;&lt;img src="/Reports/images/RB_document_32.gif" alt="Report" style="height:32px;width:32px;border-width:0px;visibility:visible;"
    /&gt;&lt;/a&gt;&lt;/td&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fComputer+Compliance+Report"
    onmouseover="OnLink()" onmouseout="OffLink()" onfocus="ChangeReportItemStyleOnMouseOver('ui_a0', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a0', 'msrs-UnSelectedItem')" class="msrs-itemName"
    title="Computer Compliance Report"&gt;Computer Compliance Report&lt;/a&gt;&lt;/td&gt;
                &lt;td width="20px;"&gt;&lt;img src="/Reports/images/Menu1.gif" alt="Open Menu" /&gt;&lt;/td&gt;
               &lt;/tr&gt;
              &lt;/table&gt;
              &lt;/Div&gt;&lt;Div class="msrs-tileView"&gt;&lt;table id="ui_a1" class="msrs-UnSelectedItem" onclick="Clicked(event,'contextMenuCollection_ReportContextMenuIdDiv')"
    onmouseover="ChangeReportItemStyleOnMouseOver('ui_a1', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onmouseout="ChangeReportItemStyleOnMouseOut('ui_a1', 'msrs-UnSelectedItem')" onfocus="ChangeReportItemStyleOnMouseOver('ui_a1', 'msrs-SelectedItem',
    'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a1', 'msrs-UnSelectedItem')" onkeydown="OpenMenuKeyPress(event,'contextMenuCollection_ReportContextMenuIdDiv')" value="/Microsoft BitLocker Administration and
    Monitoring/en-us/Enterprise Compliance Report"&gt;
               &lt;tr&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fEnterprise+Compliance+Report"
    onmouseover="OnLink()" onmouseout="OffLink()" TabIndex="-1"&gt;&lt;img src="/Reports/images/RB_document_32.gif" alt="Report" style="height:32px;width:32px;border-width:0px;visibility:visible;"
    /&gt;&lt;/a&gt;&lt;/td&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fEnterprise+Compliance+Report"
    onmouseover="OnLink()" onmouseout="OffLink()" onfocus="ChangeReportItemStyleOnMouseOver('ui_a1', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a1', 'msrs-UnSelectedItem')" class="msrs-itemName"
    title="Enterprise Compliance Report"&gt;Enterprise Compliance Report&lt;/a&gt;&lt;/td&gt;
                &lt;td width="20px;"&gt;&lt;img src="/Reports/images/Menu1.gif" alt="Open Menu" /&gt;&lt;/td&gt;
               &lt;/tr&gt;
              &lt;/table&gt;
              &lt;/Div&gt;&lt;Div class="msrs-tileView"&gt;&lt;table id="ui_a2" class="msrs-UnSelectedItem" onclick="Clicked(event,'contextMenuCollection_ReportContextMenuIdDiv')"
    onmouseover="ChangeReportItemStyleOnMouseOver('ui_a2', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onmouseout="ChangeReportItemStyleOnMouseOut('ui_a2', 'msrs-UnSelectedItem')" onfocus="ChangeReportItemStyleOnMouseOver('ui_a2', 'msrs-SelectedItem',
    'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a2', 'msrs-UnSelectedItem')" onkeydown="OpenMenuKeyPress(event,'contextMenuCollection_ReportContextMenuIdDiv')" value="/Microsoft BitLocker Administration and
    Monitoring/en-us/Recovery Audit Report"&gt;
               &lt;tr&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fRecovery+Audit+Report"
    onmouseover="OnLink()" onmouseout="OffLink()" TabIndex="-1"&gt;&lt;img src="/Reports/images/RB_document_32.gif" alt="Report" style="height:32px;width:32px;border-width:0px;visibility:visible;"
    /&gt;&lt;/a&gt;&lt;/td&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fRecovery+Audit+Report"
    onmouseover="OnLink()" onmouseout="OffLink()" onfocus="ChangeReportItemStyleOnMouseOver('ui_a2', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a2', 'msrs-UnSelectedItem')" class="msrs-itemName"
    title="Recovery Audit Report"&gt;Recovery Audit Report&lt;/a&gt;&lt;/td&gt;
                &lt;td width="20px;"&gt;&lt;img src="/Reports/images/Menu1.gif" alt="Open Menu" /&gt;&lt;/td&gt;
               &lt;/tr&gt;
              &lt;/table&gt;
              &lt;/Div&gt;&lt;Div class="msrs-tileView"&gt;&lt;table id="ui_a3" class="msrs-UnSelectedItem" onclick="Clicked(event,'contextMenuCollection_ReportContextMenuIdDiv')"
    onmouseover="ChangeReportItemStyleOnMouseOver('ui_a3', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onmouseout="ChangeReportItemStyleOnMouseOut('ui_a3', 'msrs-UnSelectedItem')" onfocus="ChangeReportItemStyleOnMouseOver('ui_a3', 'msrs-SelectedItem',
    'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a3', 'msrs-UnSelectedItem')" onkeydown="OpenMenuKeyPress(event,'contextMenuCollection_ReportContextMenuIdDiv')" value="/Microsoft BitLocker Administration and
    Monitoring/en-us/Volume Report"&gt;
               &lt;tr&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fVolume+Report" onmouseover="OnLink()"
    onmouseout="OffLink()" TabIndex="-1"&gt;&lt;img src="/Reports/images/RB_document_32.gif" alt="Report" style="height:32px;width:32px;border-width:0px;visibility:visible;" /&gt;&lt;/a&gt;&lt;/td&gt;
                &lt;td&gt;&lt;a href="/Reports/Pages/Report.aspx?ItemPath=%2fMicrosoft+BitLocker+Administration+and+Monitoring%2fen-us%2fVolume+Report" onmouseover="OnLink()"
    onmouseout="OffLink()" onfocus="ChangeReportItemStyleOnMouseOver('ui_a3', 'msrs-SelectedItem', 'msrs-UnSelectedItem')" onblur="ChangeReportItemStyleOnMouseOut('ui_a3', 'msrs-UnSelectedItem')" class="msrs-itemName" title="Volume
    Report"&gt;Volume Report&lt;/a&gt;&lt;/td&gt;
                &lt;td width="20px;"&gt;&lt;img src="/Reports/images/Menu1.gif" alt="Open Menu" /&gt;&lt;/td&gt;
               &lt;/tr&gt;
              &lt;/table&gt;
              &lt;/Div&gt;&lt;/td&gt;
             &lt;/tr&gt;
            &lt;/table&gt;
            &lt;/td&gt;
            &lt;td valign="top" width="10"&gt;&lt;img src="/Reports/images/blank.gif" height="0" width="10" /&gt;&lt;/td&gt;
           &lt;/tr&gt;
          &lt;/table&gt;
          &lt;script language="Javascript" type="text/Javascript"&gt;var multiButtonList = [];&lt;/script&gt;&lt;/span&gt;&lt;/td&gt;
         &lt;/tr&gt;
        &lt;/table&gt;
        &lt;/span&gt;&lt;/td&gt;
       &lt;/tr&gt;
      &lt;/table&gt;
      &lt;/td&gt;
     &lt;/tr&gt;
    &lt;/table&gt;
    &lt;/span&gt;&lt;div id="contextMenuCollection" class="msrs-MenuUIPopupBody" style="display:none;;"&gt;
     &lt;input name="contextMenuCollection$_selectedItemIdHiddenField" type="hidden" id="contextMenuCollection__selectedItemIdHiddenField" /&gt;&lt;div id="contextMenuCollection_ReportContextMenuIdDiv" onkeydown="NavigateMenuKeyPress(event)"&gt;
      &lt;table cellpadding="0" cellspacing="0" class="msrs-MenuUI"&gt;
       &lt;tr&gt;
        &lt;td&gt;&lt;img class="msrs-MenuUIMinWidth" src="/Reports/images/blank.gif" style="border-width:0px;" /&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmmove" class="msrs-MenuUIItemTableCell" group="0" underline="OGUL:0ReportContextMenuIdDiv" onmouseover="FocusContextMenuItem('ui_rcmmove','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');"
    onmouseout="SwapStyle('ui_rcmmove','msrs-MenuUIItemTableCell');" onblur="SwapStyle('ui_rcmmove','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl05','')"&gt;&lt;Span
    class="msrs-menuItemImageContainer"&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Move&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmdelete" class="msrs-MenuUIItemTableCell" group="0" onmouseover="FocusContextMenuItem('ui_rcmdelete','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');" onmouseout="SwapStyle('ui_rcmdelete','msrs-MenuUIItemTableCell');"
    onblur="SwapStyle('ui_rcmdelete','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();return ShouldDelete('Are you sure you want to delete \u0022{0}\u0022?');" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl09','')"&gt;&lt;Span
    class="msrs-menuItemImageContainer"&gt;&lt;img alt="" src="/Reports/images/delitem.gif" style="border-width:0px;" /&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Delete&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr id="OGUL:0ReportContextMenuIdDiv"&gt;
        &lt;td&gt;&lt;Div class="msrs-MenuUISeparator"&gt;#&lt;/Div&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmmansub" class="msrs-MenuUIItemTableCell" group="1" underline="OGUL:1ReportContextMenuIdDiv" onmouseover="FocusContextMenuItem('ui_rcmmansub','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');"
    onmouseout="SwapStyle('ui_rcmmansub','msrs-MenuUIItemTableCell');" onblur="SwapStyle('ui_rcmmansub','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl16','')"&gt;&lt;Span
    class="msrs-menuItemImageContainer"&gt;&lt;img alt="" src="/Reports/images/subscription_report.gif" style="border-width:0px;" /&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Subscribe...&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmclr" class="msrs-MenuUIItemTableCell" group="1" onmouseover="FocusContextMenuItem('ui_rcmclr','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');" onmouseout="SwapStyle('ui_rcmclr','msrs-MenuUIItemTableCell');"
    onblur="SwapStyle('ui_rcmclr','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl21','')"&gt;&lt;Span class="msrs-menuItemImageContainer"&gt;&lt;img
    alt="" src="/Reports/images/16linked.gif" style="border-width:0px;" /&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Create Linked Report...&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmviewrh" class="msrs-MenuUIItemTableCell" group="1" onmouseover="FocusContextMenuItem('ui_rcmviewrh','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');" onmouseout="SwapStyle('ui_rcmviewrh','msrs-MenuUIItemTableCell');"
    onblur="SwapStyle('ui_rcmviewrh','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl26','')"&gt;&lt;Span class="msrs-menuItemImageContainer"&gt;&lt;/Span&gt;&lt;Span
    class="msrs-menuItemLabelContainer"&gt;View Report History&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr id="OGUL:1ReportContextMenuIdDiv"&gt;
        &lt;td&gt;&lt;Div class="msrs-MenuUISeparator"&gt;#&lt;/Div&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmsec" class="msrs-MenuUIItemTableCell" group="2" underline="OGUL:2ReportContextMenuIdDiv" onmouseover="FocusContextMenuItem('ui_rcmsec','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');"
    onmouseout="SwapStyle('ui_rcmsec','msrs-MenuUIItemTableCell');" onblur="SwapStyle('ui_rcmsec','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl32','')"&gt;&lt;Span
    class="msrs-menuItemImageContainer"&gt;&lt;img alt="" src="/Reports/images/security16.gif" style="border-width:0px;" /&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Security&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmedit" class="msrs-MenuUIItemTableCell" group="2" onmouseover="FocusContextMenuItem('ui_rcmedit','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');" onmouseout="SwapStyle('ui_rcmedit','msrs-MenuUIItemTableCell');"
    onblur="SwapStyle('ui_rcmedit','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl37','')"&gt;&lt;Span class="msrs-menuItemImageContainer"&gt;&lt;/Span&gt;&lt;Span
    class="msrs-menuItemLabelContainer"&gt;Manage&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmdownload" class="msrs-MenuUIItemTableCell" group="2" onmouseover="FocusContextMenuItem('ui_rcmdownload','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');" onmouseout="SwapStyle('ui_rcmdownload','msrs-MenuUIItemTableCell');"
    onblur="SwapStyle('ui_rcmdownload','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl41','')"&gt;&lt;Span class="msrs-menuItemImageContainer"&gt;&lt;img
    alt="" src="/Reports/images/DownloadFile.gif" style="border-width:0px;" /&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Download...&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr id="OGUL:2ReportContextMenuIdDiv"&gt;
        &lt;td&gt;&lt;Div class="msrs-MenuUISeparator"&gt;#&lt;/Div&gt;&lt;/td&gt;
       &lt;/tr&gt;
       &lt;tr&gt;
        &lt;td id="ui_rcmeditrb" class="msrs-MenuUIItemTableCell" group="3" underline="OGUL:2ReportContextMenuIdDiv" onmouseover="FocusContextMenuItem('ui_rcmeditrb','msrs-MenuUIItemTableHover','msrs-MenuUIItemTableCell');"
    onmouseout="SwapStyle('ui_rcmeditrb','msrs-MenuUIItemTableCell');" onblur="SwapStyle('ui_rcmeditrb','msrs-MenuUIItemTableCell');"&gt;&lt;a onclick="HideMenu();" href="javascript:__doPostBack('contextMenuCollection$ReportContextMenuIdDiv$ctl48','')"&gt;&lt;Span
    class="msrs-menuItemImageContainer"&gt;&lt;img alt="" src="/Reports/images/report_edit_01.gif" style="border-width:0px;" /&gt;&lt;/Span&gt;&lt;Span class="msrs-menuItemLabelContainer"&gt;Edit
    in Report Builder&lt;/Span&gt;&lt;/a&gt;&lt;/td&gt;
       &lt;/tr&gt;
      &lt;/table&gt;
     &lt;/div&gt;
    &lt;/div&gt;&lt;/form&gt;&lt;/BODY&gt;&lt;/HTML&gt;
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.SqlServer.ReportingServices.ReportService2005.ReportingService2005.ListChildren(String Item, Boolean Recursive)
       at Microsoft.Mbam.Setup.Common.ParameterValidation.IsValidSsrsUrlToMbamReports(Uri uri, Boolean testUri)
       at Microsoft.Mbam.Setup.WebAdministration.HelpDeskProvider.CheckReportsUrl()
       at Microsoft.Mbam.Setup.Common.ActionItemQueue.Run()
       at Microsoft.Mbam.Setup.WebAdministration.WebProviderBase`1.CheckPrereqs(IProgress`1 progress, CancellationToken cancellationToken, T configuration)
       at Microsoft.Mbam.Setup.Common.FeatureProviderBase`1.&lt;&gt;c__DisplayClass34`1.&lt;InvokeAsync&gt;b__33()
       at System.Threading.Tasks.Task`1.InnerInvoke()
       at System.Threading.Tasks.Task.Execute()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.Mbam.Setup.Common.FeatureProviderBase`1.&lt;InvokeAsync&gt;d__36`1.MoveNext()</Data>
      </EventData>
    </Event>

    I finally found the problem.
    I had the reporting services url wrong. 
    http://sccmserver/Reports (this connects successfully but is wrong.)
    The wizard would say the path was wrong so I changed it by drilling further into the report server.
    By selecting the Bitlocker folder.
    Then the wizard stopped  showing the red error wrong path but it turns out it was still the wrong path.
    A bit misleading. I noticed on my SCCM server in the Reporting Services Configuration Manager under Report manager URL,
    http://sccmserver/ReportServer  Typed this in and finished the wizard for the first time.  :)

  • Podcast not updating in store

    I recently changed the feed url for our podcast using the <itunes:new-feed-url> tag to a different host since our other host was converting the .mp3 files to flash which messed up the album arts among other things.  The redirect is working for anyone who subscribed already and the new episodes are downloading just fine but the preview in the iTunes Music Store still only shows the podcast episodes from before the switch.  I don't know if I set the new feed url wrong or if I need to resubmit the podcast to the Music Store or what.
    This is the old host
    http://storage.cloversites.com/redmountainchristiancenter/documents/Podcast.xml
    This is the new host
    http://rmcchost.com/Podcast.xml
    Thank you in advance for any help or suggestions.

    Everything is correct. The Store is using the new feed, and all the episodes appear in the Store and for subscribers. There is no action you need take.

  • Help needed in EBS cloning.

    Hi,
    Today i am doing cloning from TARGET A to TARGET B. in both locations DB name and ebs instance name is same only the difference is hostname. i am using DB hot backup and followed below method to clone and DB tier clone went fine. While cloning apps-tier every stage is getting completed successfully. but the problem is it is connecting to source database and updating the url. Seems some thing funny. i verified all the inputs while cloning apps-tier and are correct as per the target machine. i verified the .xml file before and after cloning, JDBC url is not getting updated with new value.
    ==========================
    $grep -i qaebsdb qaebiz_drqaebs.xml
    <jdbc_url oa_var="s_apps_jdbc_connect_descriptor">jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=<source_db_hostname>)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=qaebiz)))</jdbc_url>
    $
    ==========================
    Due to this, it is connecting to source DB and updating all the profiles etc. Can any body help me to resolve this problem?
    Regards
    DBA.

    The exact situation happened to me whilst cloning my PRODUCTION to our DR system. Followed all the procedures as stipulated (twice) however the source url got corrupted and pointed to the DR. The only connection to the source I found was the connection string "s_apps_jdbc_connect_descriptor" which pointed to the source instance.
    Re-running autocfg on the source appsTier fixed the connection issues and I believe executing FND_CLONE_CLEAN and rerunning Autocfg on both DB and appsTier on the source will clean up the FND_NODE tbl and make the source 100% o.k. again.
    My only issue here is "WHY WAS THE s_apps_jdbc_connect_descriptor URL WRONG? i.e. holding the source information. Remember adcfgclone creates the xml file and execute same time. Should I have stopped the SOURCE instance before cloning?
    Is there a DOC ID (metalink) I can follow next time?
    WayJam

  • Creative Website Down for X-Fi / Soundblaster Drivers

    I'm trying to download a number of updates from http://support.creative.com/Products/Products.aspx catid=&catName=Sound+Blaster but I keep getting
    "500 Internal Server Error The page you've access is experiencing an error. You might have used an outdated link or typed the address (URL) wrongly. To obtain support for your Creative product, please select one of the following categories"
    Is it going to be fixed today
    Sorry for double post.
    Thanks

    Re: Creative Website Down for X-Fi / Soundblaster Drivers\ Hey guys if yoiu need lastest software and drivers you can used the suite suite has the older drivers not the beta ones. http://forums.creative.com/t5/Sound-Blaster/Pax-PCI-X-Fi-All-OS-Creative-Software-Suite-200-Release-Updated/td-p/55232 if you want the beta ones you can grab them here http://forums.creative.com/t5/Sound-Blaster/PAX-PCI-XFI-All-OS-Driver-V2-00-Base-on-new-March-5-200/td-p/552753 I will be releasing new beta soon I found support card I forget added to the set . like Dell one but should work still.

  • A communication error occurred. Printing will be stopped

    A communication error occurred. Printing will be stopped error occurred when trying to print (activex printing) the crystal reports in Dotnet using webforms.
    The problem occurs when <Session state Cookieless="true"> is assigned in web.config.  Report prints when cookieless is set to false.  To enable Cookieless = u201Ctrueu201D the following have been incorporated in the web.config.
    <configSections>
        <sectionGroup name="businessObjects">
          <sectionGroup name="crystalReports">
            <section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" />
          </sectionGroup>
        </sectionGroup>
      </configSections>
      <businessObjects>
        <crystalReports>
          <crystalReportViewer>
               <add key="resourceURI" value="/crystalreportviewers12" />
          </crystalReportViewer>
        </crystalReports>
      </businessObjects>
    and copied the crystal reports viewer folder crystalreportviewers12 in the application path.
    Operating System is Windows 2003
    Crystal Reports Version u2013 Crystal Report 2008 Service Pack 3 Fix Pack 3.1
    The following are our observations
    1.     Report prints perfectly when Crystal Report 2008 Service Pack 3 Fix Pack 3.1 is installed in Windows 2008 operating system.
    2.     Report prints perfectly when Crystal Report 2008 Service Pack 0 is installed in Windows 2003 operating system
    3.     Printing Communication error occurs when Crystal Reports 2008 Service Pack 1 or above is installed in Windows 2003 operating system.
    Is there any settings or fix required to over come this issue ?
    Is this error is specific to Operating System and Crystal Reports patch ?
    Could you please provide me the solution regarding this.

    Thanks Don.
    when I verify the fiddler, on clicking the print icon in the viewer the aspx post back happens and refers to the url wrongly.  It is referring the virtual directory twice.
    Ex. Actual url should be http://<servername>/<virtual directory>/<application directory>/report.aspx
    But it is calling as http://<servername>/<virtual directory>/<virtual directory>/<application directory>/report.aspx
    This above url problem occurs only during activex printing post back.  This does not occur during exporting the report and report page navigation post back.

  • PDF file not opening

    Why did  I get a document fail to download a PDF from my website [removed]?
    It's on the bottom of the website at [removed] by "Download the digital version here '

    The link is not valid. There is a 404 error, meaning "document not found". Either the document is not where you think it is, or you typed the URL wrong. Nothing to do with PDF.
    I imagine your links will be removed from your post, as they will be seen as advertising.

  • Apple Mac errors

    We're running 7,0,1,116466 on Windows 2000 box.
    All works just fine.
    Except one client using an iMac 10.2.8, 800 MHz power PC G4
    and using Safari browser 1.0.3 (v85.8.1).
    She gets the debug screen even though debugging is only for
    one IP that is set.
    and it says a file is not found when we KNOW it's there.
    Dump shows (the domain has been renamed intentionally):
    anyone have a clue?
    File not found: /www.domain.org/pages.cfm
    Resources:
    Check the ColdFusion documentation to verify that you are
    using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser
    Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us)
    AppleWebKit/85.8.5 (KHTML, like Gecko) Safari/85.8.1
    Remote Address
    75.3.9.215
    Referrer
    http://www.domain.org/home.cfm?CFID=146695&CFTOKEN=94091470
    Date/Time
    11-Jul-06 07:11 PM
    Stack Trace
    coldfusion.runtime.TemplateNotFoundException: File not found:
    /www.domain.org/pages.cfm
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:83)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
    at
    coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at
    coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
    at coldfusion.CfmServlet.service(CfmServlet.java:107)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
    at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    Pete
    I have discovered the CAUSE of this problem. Now the cure?
    In her browser, when she pulls up the site, she can get into
    the site fine.
    It's when she clicks on any link within the site.
    So the next screen she gets, the URL reads ...
    http://www.domain.com/www.domain.com/pages.cfm
    Somehow Safari is reading the URL wrong.
    Robert

  • OVM 3.0.3 unable to Import RAC Template

    This could be just a minor issue, but I need assistance to troubleshoot.
    A) Problem: Server error message: Template import error: [Errno 14] curl#7 - "couldn't connect to host"
    B) Environment:
    OVS 3.0.3 fresh install
    - hostname OVServer & ip address = 192.168.1.222
    - Downloaded RAC templates: OVM_EL5U5_X86_64_11201RAC_PVM-1of2.tgz & OVM_EL5U5_X86_64_11201RAC_PVM-2of2.tgz
    - unzipped templates in /OVS/seed_pool
    - Storage: 2 Hard drives: 1 TB & 80 GB - The 80GB is used for the Repositories at this time.
    - I have created 5 Virtual Disks disks as per RAC11201-OVM-template-TestConfiguration.pdf
    OVM 3.0.3 fresh install
    - hostname: OVManager & ip address = 192.168.1.223
    Doubts: Wile trying to import the Template, I was not sure of what to enter for "Template URL". I tied different entries but they all failed including:
    https://192.168.1.222//OVS/seed_pool/OVM_EL5U5_X86_64_11201RAC_PVM-1of2.tgz
    https://192.168.1.222//OVS/seed_pool/OVM_EL5U5_X86_64_11201RAC_PVM-2of2.tgz
    where 192.168.1.222 is the ip address of the OVS.
    C) Error details:
    Job Construction Phase
    begin()
    Appended operation 'Import Virtual Machine Template' to object 'cfgFile_0004fb0000140000d751156e96401489'.
    Appended operation 'Virtual Machine Cfg File Configure' to object 'cfgFile_0004fb0000140000d751156e96401489'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (CREATED): [VirtualMachineCfgFile] cfgFile_0004fb0000140000d751156e96401489
    Operation: Import Virtual Machine Template
    Operation: Virtual Machine Cfg File Configure
    Object (CREATED): [VirtualMachineTemplate] 0004fb0000140000d751156e96401489 (OVM_EL5U5_X86_64_11201RAC_PVM-1of2.tgz)
    Job Running Phase at 00:41 on Wed, Jan 4, 2012
    Job Participants: [53:4d:43:49:00:02:2b:90:25:00:2b:90:25:00:f1:d7 (OVServer)]
    Actioner
    Starting operation 'Import Virtual Machine Template' on object 'cfgFile_0004fb0000140000d751156e96401489'
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.JobFailureException: OVMAPI_5001E Job "1325655693252" Failed due to failure "(01/04/2012 12:41:35:964 AM)
    Async operation failed on server: OVServer.
    Object: cfgFile_0004fb0000140000d751156e96401489,
    PID: 2211,
    Server error message: Template import error: [Errno 14] curl#7 - "couldn't connect to host"
    " on server "53:4d:43:49:00:02:2b:90:25:00:2b:90:25:00:f1:d7" associated with object "cfgFile_0004fb0000140000d751156e96401489"
    Wed Jan 04 00:41:36 EST 2012
    at com.oracle.ovm.mgr.api.job.JobEngine.checkJobStatus(JobEngine.java:602)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:580)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:564)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineTemplateImport.action(VirtualMachineTemplateImport.java:68)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:193)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:264)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1090)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    FailedOperationCleanup
    Starting failed operation 'Import Virtual Machine Template' cleanup on object 'cfgFile_0004fb0000140000d751156e96401489'
    Complete rollback operation 'Import Virtual Machine Template' completed with direction=cfgFile_0004fb0000140000d751156e96401489
    Rollbacker
    Objects To Be Rolled Back
    Object (CREATED): [VirtualMachineCfgFile] cfgFile_0004fb0000140000d751156e96401489
    Object (CREATED): [VirtualMachineTemplate] 0004fb0000140000d751156e96401489 (OVM_EL5U5_X86_64_11201RAC_PVM-1of2.tgz)
    Write Methods Invoked
    Class=InternalJobDbImpl vessel_id=3428 method=addTransactionIdentifier accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=3446 method=setName accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=3446 method=setFoundryContext accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=3446 method=onPersistableCreate accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=3446 method=setLifecycleState accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=3446 method=setRollbackLifecycleState accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=3451 method=setName accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=3451 method=setFoundryContext accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=3451 method=onPersistableCreate accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=3451 method=setLifecycleState accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=3451 method=setRollbackLifecycleState accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=3451 method=setJobAsset accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=3446 method=setVirtualMachineCfgFile accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=3451 method=setVirtualMachine accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=3451 method=importVirtualMachineTemplate accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=3446 method=setSimpleName accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=3451 method=setAsset accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=3451 method=configure accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=3446 method=setOrigin accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=3446 method=setDescription accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=3451 method=setAsset accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=3451 method=configure accessLevel=6
    Class=InternalJobDbImpl vessel_id=3428 method=setCompletedStep accessLevel=6
    Class=InternalJobDbImpl vessel_id=3428 method=setAssociatedHandles accessLevel=6
    Class=InternalJobDbImpl vessel_id=3428 method=setFailedOperation accessLevel=6
    Class=VirtualMachineCfgFileDbImpl vessel_id=3451 method=nextJobOperation accessLevel=6
    Class=VirtualMachineTemplateDbImpl vessel_id=3446 method=nextJobOperation accessLevel=6
    Completed Step: ROLLBACK
    Job Failed Commit due to OVMAPI_5001E Job "1325655693252" Failed due to failure "(01/04/2012 12:41:35:964 AM)
    Async operation failed on server: OVServer.
    Object: cfgFile_0004fb0000140000d751156e96401489,
    PID: 2211,
    Server error message: Template import error: [Errno 14] curl#7 - "couldn't connect to host"
    " on server "53:4d:43:49:00:02:2b:90:25:00:2b:90:25:00:f1:d7" associated with object "cfgFile_0004fb0000140000d751156e96401489"
    Wed Jan 04 00:41:36 EST 2012
    com.oracle.ovm.mgr.api.exception.JobFailureException: OVMAPI_5001E Job "1325655693252" Failed due to failure "(01/04/2012 12:41:35:964 AM)
    Async operation failed on server: OVServer.
    Object: cfgFile_0004fb0000140000d751156e96401489,
    PID: 2211,
    Server error message: Template import error: [Errno 14] curl#7 - "couldn't connect to host"
    " on server "53:4d:43:49:00:02:2b:90:25:00:2b:90:25:00:f1:d7" associated with object "cfgFile_0004fb0000140000d751156e96401489"
    Wed Jan 04 00:41:36 EST 2012
    at com.oracle.ovm.mgr.api.job.JobEngine.checkJobStatus(JobEngine.java:602)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:580)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:564)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineTemplateImport.action(VirtualMachineTemplateImport.java:68)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:193)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:264)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1090)
    at sun.reflect.GeneratedMethodAccessor1097.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    End of Job
    Why can't I connect to the host - "couldn't connect to host"?
    Is my URL wrong?
    In addition to the above, Is the location of my templates correct?
    Thanks

    Thanks. I didn't see that fact in the docs.
    I moved the templates into my VM Manager box (192.168.1.223) into a new folder /ora_templates which has chmod 777.
    192.168.1.223 is a Virtual Machine.
    I tried testing the URL http://192.168.1.223/ora_templates in my windows browser and it failed with "HTTP Error 403" & "The server has denied your browser request"
    I tried the Template import again using the following url and it failed again with similar errors:
    http://192.168.1.223/ora_templates/OVM_EL5U5_X86_64_11201RAC_PVM-1of2.tgz
    http://192.168.1.223/ora_templates/OVM_EL5U5_X86_64_11201RAC_PVM-2of2.tgz
    Error Details:
    Job Construction Phase
    begin()
    Appended operation 'Import Virtual Machine Template' to object 'cfgFile_0004fb00001400007ce6220db5c76163'.
    Appended operation 'Virtual Machine Cfg File Configure' to object 'cfgFile_0004fb00001400007ce6220db5c76163'.
    commit()
    Completed Step: COMMIT
    Objects and Operations
    Object (CREATED): [VirtualMachineCfgFile] cfgFile_0004fb00001400007ce6220db5c76163
    Operation: Import Virtual Machine Template
    Operation: Virtual Machine Cfg File Configure
    Object (CREATED): [VirtualMachineTemplate] 0004fb00001400007ce6220db5c76163 (OVM_EL5U5_X86_64_11201RAC_PVM-1of2.tgz)
    Job Running Phase at 00:02 on Thu, Jan 5, 2012
    Job Participants: [53:4d:43:49:00:02:2b:90:25:00:2b:90:25:00:f1:d7 (OVServer)]
    Actioner
    Starting operation 'Import Virtual Machine Template' on object 'cfgFile_0004fb00001400007ce6220db5c76163'
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.JobFailureException: OVMAPI_5001E Job "1325739720365" Failed due to failure "(01/05/2012 12:02:04:344 AM)
    Async operation failed on server: OVServer.
    Object: cfgFile_0004fb00001400007ce6220db5c76163,
    PID: 15086,
    Server error message: Template import error: [Errno 14] curl#7 - "couldn't connect to host"
    " on server "53:4d:43:49:00:02:2b:90:25:00:2b:90:25:00:f1:d7" associated with object "cfgFile_0004fb00001400007ce6220db5c76163"
    Thu Jan 05 00:02:04 EST 2012
    at com.oracle.ovm.mgr.api.job.JobEngine.checkJobStatus(JobEngine.java:602)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:580)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectAsyncStart(JobEngine.java:564)
    at com.oracle.ovm.mgr.op.virtual.VirtualMachineTemplateImport.action(VirtualMachineTemplateImport.java:68)
    at com.oracle.ovm.mgr.api.job.JobEngine.operationActioner(JobEngine.java:193)
    at com.oracle.ovm.mgr.api.job.JobEngine.objectActioner(JobEngine.java:264)
    at com.oracle.ovm.mgr.api.job.InternalJobDbImpl.objectCommitter(InternalJobDbImpl.java:1090)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:247)
    at com.oracle.odof.core.AbstractVessel.invokeMethod(AbstractVessel.java:207)
    at com.oracle.odof.core.BasicWork.invokeMethod(BasicWork.java:136)
    at com.oracle.odof.command.InvokeMethodCommand.process(InvokeMethodCommand.java:100)
    at com.oracle.odof.core.BasicWork.processCommand(BasicWork.java:81)
    at com.oracle.odof.core.TransactionManager.processCommand(TransactionManager.java:751)
    at com.oracle.odof.core.WorkflowManager.processCommand(WorkflowManager.java:401)
    at com.oracle.odof.core.WorkflowManager.processWork(WorkflowManager.java:459)
    at com.oracle.odof.io.AbstractClient.run(AbstractClient.java:42)
    at java.lang.Thread.run(Thread.java:662)
    Questions:
    1. How do I test access to these files from a browse?
    2. If I have to ftp, what will the entry look like.
    3. ftp doesn't seem to be installed on the OVM Server - how do I install it or activate if it there?
    4. What is the solution to my problem above?
    Trying to get these templates working has been pretty time consuming much more than described and expected.
    Thanks for your help.
    MAC

Maybe you are looking for

  • Multipoint Publishing

    The documentation for multipoint publishing says you need to use Flash Media Interactive Server. Can you get away with a single version of the Interactive server and have it broadcast to multiple Flash Media Streaming Servers? We're looking to set up

  • Creating a recipe book app

    Hey all! I'm putting together a recipe book for my mum but wanted to give it to her as an app on her phone rather than in print. Looking into it, it seems creating an app to just put on one person's phone isn't as straight forward as I'd hoped so I'm

  • Error in SXMS_LMS_CONF-User Defined Message Search

    Hi Experts, I  am trying to implement the user defined message search feature in PI 7.1 EHP1. I have done the require configuration as mentioned in the help document http://help.sap.com/saphelp_nwpi711/helpdata/en/48/c85598f63335bfe10000000a42189d/fr

  • Database Link  thru PRocedure

    I need to create a database link thorugh Procedure.But it's not allowing Create statement in a procedure,so i did in following way CREATE OR REPLACE PROCEDURE create_db_link IS SQLSTR VARCHAR2(300); BEGIN SQLSTR:='CREATE DATABASE LINK'|| 'TEST'||'CON

  • Icon change in tree

    Hi , we develope a recursive tree in which we have two thing at folder level.i have to assign diffrent icon for both.for that i create a attribute at context level.and bind it from layout(source icon).and get attribute & set attribute at creatation o