Archiving the Expired content in URM

Hi Everyone,
We need to archive an expired document, URM provides this facility out of box ...
While we specify the disposition rule as archiving, i am clueless where the expired gets archived.
I tried looking in the archives for Contentserver but couldnt find any.
Please Help
Thanks in Advance.

I think you should get a working copy of URM and play around a little bit with that.
To answer your question: URM itself (if you use URM-specific processes) does not change location of content items. What it does that it changes content items metadata. If you want to change physical location of the content item (fast disk, slow disk, tape, etc.) you have to combine URM's metadata with other product's features. You have two options:
- if you store items in the database you can use Automatic Storage Management (ASM) feature of the database
- if you store items in a filesystem, you can use ZFS (got it from Sun Microsystems, more details see here http://www.oracle.com/technetwork/server-storage/solaris/overview/zfs-jsp-138393.html)

Similar Messages

  • How to set the expiration date in content server

    Hi all,
    I wish to set the expiration date as 3 years later the current date. I have current Date in DocCreateDate but I am not able to set it as DocCreateDate + 3 years.
    Can anyone tell me how to set it?
    Any help appreciated..
    Thanks

    You will need to use an idocscript function, most likely in a global rule.
    One option could be dateCurrent, which can take a number of days to move it forward or back. See http://docs.oracle.com/cd/E23943_01/doc.1111/e10726/c08_config_ref.htm#i1053616

  • How do I dispute a copyright claim against a video i made using a trailer in iMovie? The only content I used was the video I shot of friends daughter on a merry-go-round.IMovie had the music etc that I used.

    How do I dispute a copyright claim against a video i made using a trailer in iMovie? The only content I used was the video I shot of friends daughter on a merry-go-round.IMovie had the music etc that I used. Here's the message It gives a number of options to choose from if I want to dispute the claim but I don't know which one this would come under. Several obviously don't apply and of the ones left I don't know which content that is in IMovie that I use comes under. "This video is my original content and I own the rights to it" "I have a license or written permission of the property rights holder to use this material" "My use of the content meets the legal requirements for fair use of fair dealing under applicable copyright laws" or "The content is in the public domain or is not eligible for copright protection."

    You want to use the "I have a license..." option, since clearly the music is not yours, but Apple has granted you a license.
    For your license, see this document, section 2.M. http://images.apple.com/legal/sla/docs/iMovie.pdf
    For more on this irritating problem and why it is so hard to solve, see this article. (It is a problem for Final Cut Pro users as well.)
    http://www.larryjordan.biz/app_bin/wordpress/archives/1842

  • How to view the file content from the directory? getting Error:ORA-21560

    SQL> create directory READ_LOB_DIR as 'D:\Prj\Comm\Data';
    CREATE OR REPLACE Procedure READ_FILE_LOB IS
    -- Input Directory as specified in create directory
    l_dir CONSTANT VARCHAR2(30) := 'READ_LOB_DIR';
    -- Input File which is read word by word
    l_fil CONSTANT VARCHAR2(30) := 'testfile.txt';
    -- Separator Character between words is a BLANK (ascii = 32)
    l_seb CONSTANT RAW(100) := UTL_RAW.CAST_TO_RAW(CHR(32));
    -- Character at the end of the file is NEWLINE (ascii = 10)
    l_sen CONSTANT RAW(100) := UTL_RAW.CAST_TO_RAW(CHR(10));
    -- Pointer to the BFILE
    l_loc BFILE;
    -- Current position in the file (file begins at position 1)
    l_pos NUMBER := 1;
    -- Amount of characters have been read
    l_sum BINARY_INTEGER := 0;
    -- Read Buffer
    l_buf VARCHAR2(500);
    -- End of the current word which will be read
    l_end NUMBER;
    -- Return value
    l_ret BOOLEAN := FALSE;
    BEGIN
    -- Mapping the physical file with the pointer to the BFILE
    l_loc := BFILENAME(l_dir, l_fil);
    -- Check if the file exists
    l_ret := DBMS_LOB.FILEEXISTS(l_loc) = 1;
    IF (l_ret) THEN
    dbms_output.put_line('File ' || l_fil || ' in Directory ' || l_dir ||
    ' exists');
    -- Open the file in READ_ONLY mode
    DBMS_LOB.OPEN(l_loc, DBMS_LOB.LOB_READONLY);
    LOOP
    -- Calculate the end of the current word
    l_end := DBMS_LOB.INSTR(l_loc, l_seb, l_pos, 1);
    -- Process end-of-file
    IF (l_end = 0) THEN
    l_end := DBMS_LOB.INSTR(l_loc, l_sen, l_pos, 1);
    l_sum := l_end - l_pos - 1;
    DBMS_LOB.READ(l_loc, l_sum, l_pos, l_buf);
    dbms_output.put_line(UTL_RAW.CAST_TO_VARCHAR2(l_buf));
    EXIT;
    END IF;
    -- Read until end-of-file
    l_sum := l_end - l_pos;
    DBMS_LOB.READ(l_loc, l_sum, l_pos, l_buf);
    dbms_output.put_line(UTL_RAW.CAST_TO_VARCHAR2(l_buf));
    l_pos := l_pos + l_sum + 1;
    END LOOP;
    DBMS_LOB.CLOSE(l_loc);
    ELSE
    dbms_output.put_line('File ' || l_fil || ' in Directory ' || l_dir ||
    ' does not exist');
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
    dbms_output.put_line('Error:' || SQLERRM);
    DBMS_LOB.CLOSE(l_loc);
    END;
    The Text file content is...
    Copyright 1996,2001 Oracle Corporation.     All Rights Reserved
    This file contains installation instructions for installing the
    Oracle8 ODBC Driver software.
    It is divided into four parts:
    o Part I: Summary of systems supported by Oracle8 ODBC client
    software
    Lists the platforms on which the Oracle8 ODBC Client software can
    be installed.
    o Part II: Oracle8 ODBC Driver software.
    Describes the files, and installation prerequisites for the Oracle8
    ODBC driver software.
    o Part III: Exploding the kit onto your system
    Describes how to explode the kit onto your system hard drive.
    o Part IV: Installation Instructions
    Describes how to install the Oracle8 ODBC driver.
    Part I: Systems supported by the Oracle8 client software
    You can install the ODBC client software on any of the following systems:
    o Windows 2000
    o Windows NT X86
    o Windows 95
    o Windows 98
    The Oracle8 ODBC Driver provides support for ODBC connections
    from Windows 2000, Windows NT, Windows 95, and Windows 98 systems
    to Oracle databases.
    o Part II: Oracle8 ODBC Driver software.
    Refer to the following files for information about the Oracle8 ODBC Driver:
    LICENSE.TXT - Oracle8 ODBC Driver License Agreement. Read carefully
    before installing and/or using this product. Enclosed in
    your software distribution kit.
    SQORA.HLP - A Window's Help file which is the primary reference
              manual for the Oracle8 ODBC Driver.
    ODBCRelnotes.WRI - The release notes for the Oracle8 ODBC Driver
    which contains information which may have not been
    included in the Help file.
    Installation Prerequisites
    See the Oracle8 ODBC Driver release notes (ODBCRelnotes.WRI),
    for a complete list of software products required and their versions.
    Time Required
    The installation of the Oracle8 ODBC Driver takes approximately 5
    minutes. The actual time may be shorter or longer, depending upon
    your hardware configuration.
    Disk Space Required
    The Oracle8 ODBC driver installation requires approximately 2
    megabytes of available storage space. The space required depends upon
    what files you already have installed. The installation procedure
    checks to see if you have enough available disk space. If you do not,
    the installation fails.
    Part III: Exploding the Kit onto your system
    Expand the self-extracting archive file onto your hard drive.
    C:\> ORA8174.EXE
    Part IV: Installation Instructions
    Oracle8 ODBC Driver 8.1.7.4.0
    This section assumes the following:
    1. MS Windows 2000, Windows NT, Windows 95 or Windows 98 is running.
    2. Oracle Universal Installer shipping with 8.1.7 has already been
    installed on your system.
    3. Part III has been completed.
    Software fixes:
    Refer to release notes (ODBCRelnotes.wri) for a complete list of
    Software fixes.
    Installation Instructions
    Once the self-extracting archive file ORA8174.EXE has been
    exploded it will create an installable directory structure
    onto your hard drive. Run the Oracle Universal Installer from
    your local drive.
    1. On the screen "File Locations" use the "Browse" button of
    the source path to choose the file 'products.jar' from the
    folder that ORA8174.EXE was extracted to. Choose 'Next'.
    2. You will receive a warning that some of the dependencies of
    this product are not found in the staging area. This warning
    is OK. The ODBC driver depends on the Net8 Client being already
    installed on the system. Answer 'Yes' to continue.
    Oracle is a registered trademark of Oracle Corporation.
    Microsoft, MS are registered trademarks of Microsoft Corporation.
    Microsoft Windows, Windows NT, Windows 95, Windows 98 and Open Database
    Connectivity are trademarks of Microsoft Corporation.
    All other trademarks and registered trademarks are the property
    of their respective owners.
    The output was...
    File testfile.txt in Directory READ_LOB_DIR exists
    Copyright
    1996,2001
    Oracle
    Corporation.     
    All
    Rights
    Reserved
    This
    file
    contains
    installation
    instructions
    for
    installing
    the
    Oracle8
    ODBC
    Driver
    software.
    It
    is
    divided
    into
    four
    parts:
    o
    Part
    I:
    Summary
    of
    systems
    supported
    by
    Oracle8
    ODBC
    client
    Error:ORA-21560: argument 2 is null, invalid, or out of range
    I want to diplay/view as per file content format from the file under that specified directory.
    Have any other method / any help or suggestions would be really appreciated.

    I changed the code like...
    CREATE OR REPLACE Procedure READ_FILE_LOB_tmp IS
    -- Input Directory as specified in create directory
    l_dir CONSTANT VARCHAR2(30) := 'READ_LOB_DIR';
    -- Input File which is read word by word
    l_fil CONSTANT VARCHAR2(30) := 'testfile.txt';
    -- Separator Character between words is a BLANK (ascii = 32)
    l_seb CONSTANT RAW(100) := UTL_RAW.CAST_TO_RAW(CHR(32));
    -- Character at the end of the file is NEWLINE (ascii = 10)
    l_sen CONSTANT RAW(100) := UTL_RAW.CAST_TO_RAW(CHR(10));
    -- Pointer to the BFILE
    l_loc BFILE;
    -- Current position in the file (file begins at position 1)
    l_pos NUMBER := 1;
    -- Amount of characters have been read
    l_sum BINARY_INTEGER := 0;
    -- Read Buffer
    l_buf VARCHAR2(4000);
    -- End of the current word which will be read
    l_end NUMBER;
    -- Return value
    l_ret BOOLEAN := FALSE;
    BEGIN
    -- Mapping the physical file with the pointer to the BFILE
    l_loc := BFILENAME(l_dir, l_fil);
    -- Check if the file exists
    l_ret := DBMS_LOB.FILEEXISTS(l_loc) = 1;
    IF (l_ret) THEN
    dbms_output.put_line('File ' || l_fil || ' in Directory ' || l_dir ||
    ' exists');
    -- Open the file in READ_ONLY mode
    DBMS_LOB.OPEN(l_loc, DBMS_LOB.LOB_READONLY);
    LOOP
    -- Calculate the end of the current word
    l_end := DBMS_LOB.INSTR(l_loc, l_sen, l_pos, 1);
    -- Process end-of-file
    IF (l_end = 0) THEN
    EXIT;
    END IF;
    -- Read until end-of-file
    l_sum := l_end - l_pos;
    DBMS_LOB.READ(l_loc, l_sum, l_pos, l_buf);
    dbms_output.put_line(UTL_RAW.CAST_TO_VARCHAR2(l_buf));
    l_pos := l_pos + l_sum + 1;
    END LOOP;
    DBMS_LOB.CLOSE(l_loc);
    ELSE
    dbms_output.put_line('File ' || l_fil || ' in Directory ' || l_dir ||
    ' does not exist');
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
    dbms_output.put_line('Error:' || SQLERRM);
    DBMS_LOB.CLOSE(l_loc);
    END;
    Now its working fine with one addtional line...
    The file content is...
    This is My Content
    This is My Content
    This is My Content
    This is My Content
    This is My Content
    But The output was...
    File testfile.txt in Directory READ_LOB_DIR exists
    This is My Content
    This is My Content
    This is My Content
    This is My Content
    This is My Content
    here, i want to delete that additonal line...?

  • Hash could not be matched for the downloded content. Original ContentHash = , Downloaded ContentHash

    <![LOG[Download done setting progress bar to 100]LOG]!><time="15:54:30.490-120" date="01-21-2013" component="InstallSoftware" context="" type="1" thread="2544"
    file="downloadcontent.cpp:1603">
    <![LOG[VerifyContentHash: Hash algorithm is 32780]LOG]!><time="15:54:30.490-120" date="01-21-2013" component="InstallSoftware" context="" type="1" thread="2544"
    file="downloadcontent.cpp:1726">
    <![LOG[Failed to open file c:\_smstasksequence\packages\cms00007\configmgr2012adminui-rtm-kb2717295-i386.msp with error [32].
    ]LOG]!><time="15:54:30.490-120" date="01-21-2013" component="InstallSoftware" context="" type="3" thread="2544" file="securityutil.cpp:478">
    <![LOG[HashFile - exclusive access check for the file failed.]LOG]!><time="15:54:30.490-120" date="01-21-2013" component="InstallSoftware" context=""
    type="3" thread="2544" file="hashdir.cpp:227">
    <![LOG[Failed to hash file, Win32 error = 4103]LOG]!><time="15:54:30.490-120" date="01-21-2013" component="InstallSoftware" context="" type="3"
    thread="2544" file="hashdir.cpp:631">
    <![LOG[Hash could not be matched for the downloded content. Original ContentHash = 0617F93A16E48E5E4AE958081967812D78AF06F608A1C39CD9DE85D97003AD01, Downloaded ContentHash = ]LOG]!><time="15:54:30.490-120"
    date="01-21-2013" component="InstallSoftware" context="" type="3" thread="2544" file="downloadcontent.cpp:1771">
    <![LOG[0L == TS::Utility::VerifyPackageHash(pszContentID, sDestination), HRESULT=80091007 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,2900)]LOG]!><time="15:54:30.490-120" date="01-21-2013"
    component="InstallSoftware" context="" type="0" thread="2544" file="resolvesource.cpp:2900">
    <![LOG[DownloadContentAndVerifyHash(pszPackageID, L"SMSPackage", saHttpContentSources, saSMBContentSources, saMulticastContentSources, sDestination, dwFlags, L"", 0, dwPackageFlags, pszUserName, pszUserPassword
    ), HRESULT=80091007 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,3007)]LOG]!><time="15:54:30.490-120" date="01-21-2013" component="InstallSoftware" context="" type="0" thread="2544"
    file="resolvesource.cpp:3007">
    i saw this links :
    http://social.technet.microsoft.com/forums/en-US/configmgrosd/thread/909ea31c-7bda-49e2-8b06-ed4fc9c3c48c/
    http://social.technet.microsoft.com/Forums/en-US/configmgrosd/thread/4801408b-de60-488c-9d80-7a87134abbaf/
    http://social.technet.microsoft.com/Forums/en-US/configmgrosd/thread/4942384c-161c-454f-b8da-bc2a24844602
    http://social.technet.microsoft.com/Forums/en-US/configmgrosd/thread/a57bb130-f231-4ced-8ec9-2f645ef9e5f1
    http://social.technet.microsoft.com/Forums/en-US/configmgrosd/thread/7146fa83-d00e-4fc1-924b-a829860e506a
    i did not try to do this  Antivirus Scan and Exclusion Recommendations (i relay don't see why i need this if all oder task finshing succesfuly
    http://blogs.technet.com/b/configurationmgr/archive/2010/11/30/configmgr-2007-antivirus-scan-and-exclusion-recommendations.aspx
    i redownload the file from the -kb2717295 and recreate the package , i run this image deployment on all kind of PC they all failed, here is the
    file : configmgr2012adminui-rtm-kb2717295-i386.msp
    i don't know why this file failed, i run this manual it work and this task is also a deployment on collection and it have 100% successes on 8 pc
    i wander what make it failed .

    This is what worked for me. I had to create a brand new package and push it out to the DP's. Then updated my Task Sequence with the new package. It worked perfectly for me. I hope this helps.

  • How to use an self-made iView in the Portal Content?

    Hi everybody,
    I followed the instructions to set up a Portal (6.0 SP 2) with the PDK. Now I just wrote a simple "Hello-World" iView and deployed it into the portal server. It worked fine when I clicked to test it in the Java Development Inspector.
    But...
    In the Portal Content I can not find my self-made iView? How do I get it there? I coudn't find any documentation.
    I'd appreciate your help!

    In the portal content try to create a new Iview and select the option (create new iview from portal Archive).
    After selecting that you will see all the PARs deployed on your server, just select yours and follow on.
    Hope that helps.
    Thanks
    Ankur

  • Issue while archiving the processed file in sender communication channel using SFTP adapter

    Hi All,
    In one of my scenario (File to IDOC), we are using SFTP sender communicationchannel.
    we are facing an issue while archiving the processed file. Some times PI processed the file successfully but unable to archive it and in the next poll PI process & archives the same file successfully which will creates duplicate orders in ECC.
    Please let us know how to resolve this issue.

    Hi Anil,
    Refer Archiving concepts in below links.
    http://help.sap.com/saphelp_nw73/helpdata/en/44/682bcd7f2a6d12e10000000a1553f6/content.htm?frameset=/en/44/6830e67f2a6d12e10000000a1553f6/frameset.htm
    http://scn.sap.com/docs/DOC-35572
    Warm Regards,
    DNK Siddhardha.

  • User unable to check in content in URM 10g

    We have a user that is unable to check in content in URM. the access provided to this user was added the same way as every other user within our organisation and there was also another user added the same time with identicle access who is not having any issues.
    The user is able to go through the entire check in process however as they select the 'check in' option at the end of completing metadata fields an error is thrown.
    ERROR:
    Content Server Request Failed
    Content item <undefined> was not successfully checked in. User 'username' does not have sufficient privileges.
    we have deleted the user several times, gone through providing the user with additional roles, checked logs but we cannot identify what the cause is. if the user is granted sysadmin access they can check in content but as soon as that access is reoved they can no longer.
    just to make this even more confusing lthe user is able to check in content in our test instance no problems.
    Any ideas as to what could possibly be causing this would be appreciated as we have run out.
    Cheers

    If you have taken a dump from somewhere and setting it up on ur local, you should cleanup the database a bit before actually deploying any project.
    I would suggest you rollback any of your current projects and run the following scripts to remove any staled/existing projects in CA.
    DELETE FROM EPUB_PR_HISTORY;
    DELETE FROM EPUB_PROC_HISTORY;
    DELETE FROM epub_proc_prv_prj;
    DELETE FROM EPUB_PROJECT;
    DELETE FROM EPUB_IND_WORKFLOW;
    DELETE FROM EPUB_PROC_TASKINFO;
    DELETE FROM EPUB_PROCESS;
    DELETE FROM EPUB_HIS_ACT_PARM;
    DELETE FROM EPUB_HISTORY;
    DELETE FROM EPUB_TASKINFO;
    DELETE FROM EPUB_DEP_LOG;
    DELETE FROM epub_file_asset;
    DELETE FROM avm_asset_lock;
    DELETE FROM dss_server_id;
    DELETE FROM dsi_server_id;
    commit;
    Now start your server again and check the deployment.
    Hopefully it should work!

  • Downloading ASPX files throuhg File Explorer - Why is the original content replaced?

    Hi All,
    I have hit upon this very annoying problem which is dragging down my productivity. I hope some of the experts here might be abble to offer a solution.
    My company has SP 2013 deployed. I have some custom ASPX pages deployed to a document library and these pages have no reference to anything of SharePoint at all. Everything works fine. However, when I download those files to local disk using the File Explorer
    view, the content of the ASPX pages are modified.
    If I look into the original files through SharePoint Designer then everything looks fine. Why would the File Explorer view of SharePoint do such a covert thing.
    example of modified content below:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns:o="urn:schemas-microsoft-com:office:office" lang="en-us" dir="ltr">
    <head><meta name="GENERATOR" content="Microsoft SharePoint" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta http-equiv="Expires" content="0" /><meta http-equiv="X-UA-Compatible" content="IE=8"/><meta name="ROBOTS" content="NOHTMLINDEX" /><title>
    Error: User Settings Not Initialized.
    </title><link rel="stylesheet" type="text/css" href="/_layouts/15/1033/styles/corev15.css?rev=5vnvqGmlkKiZE7lIH7ENng%3D%3D"/>
    <link rel="stylesheet" type="text/css" href="/_layouts/15/1033/styles/error.css?rev=nc1850SZNy60qTAeQIRxsA%3D%3D"/>
    <script type="text/javascript" src="/_layouts/15/init.js?rev=ZCyl%2Bj%2B4NZLoeodWTEXQ0Q%3D%3D"></script>
    <script type="text/javascript" src="/ScriptResource.axd?d=waxIQA_sGf4iJF1mpDQ_h_7Bnp7l3Lb3pIc6d0Qn3v2S7zRP84uas_kZlheIew9n1ZY8LsdDvP_VUtLmPewi5Lt5GXCQln0TmnIM04UIBOCbicbhxC3tMhCPYfqxnFmO3r2Hy0TZ7TjAY4dqK7ge4yZ7s4MyKLIczZOrR3Ommjfjvo6pdzF8kZB0TX-DJZjY0&amp;t=6119e399"></script>
    <script type="text/javascript" src="/_layouts/15/blank.js?rev=ZaOXZEobVwykPO9g8hq%2F8A%3D%3D"></script>
    <script type="text/javascript">RegisterSod("initstrings.js", "\u002f_layouts\u002f15\u002f1033\u002finitstrings.js?rev=uNmvBiHdrBzcPQzXRpm\u00252FnQ\u00253D\u00253D");</script>
    <script type="text/javascript">RegisterSod("strings.js", "\u002f_layouts\u002f15\u002f1033\u002fstrings.js?rev=DY9A0USYODVw86N0trJTSw\u00253D\u00253D");RegisterSodDep("strings.js", "initstrings.js");</script>
    <script type="text/javascript">RegisterSod("sp.init.js", "\u002f_layouts\u002f15\u002fsp.init.js?rev=QI1yUCfCoUkadL93jNZLOg\u00253D\u00253D");</script>
    <script type="text/javascript">RegisterSod("sp.res.resx", "\u002f_layouts\u002f15\u002fScriptResx.ashx?culture=en\u00252Dus\u0026name=SP\u00252ERes\u0026rev=yNk\u00252FhRzgBn40LJVP\u00252BqfgdQ\u00253D\u00253D");</script>
    <script type="text/javascript">RegisterSod("sp.ui.dialog.js", "\u002f_layouts\u002f15\u002fsp.ui.dialog.js?rev=0xf6wCIW4E1pN83I9nSIJQ\u00253D\u00253D");RegisterSodDep("sp.ui.dialog.js", "sp.init.js");RegisterSodDep("sp.ui.dialog.js", "sp.res.resx");</script>
    <script type="text/javascript">RegisterSod("core.js", "\u002f_layouts\u002f15\u002fcore.js?rev=ZvHGYvPbR2jV\u00252B4xx2UhUzQ\u00253D\u00253D");RegisterSodDep("core.js", "strings.js");</script>
    <meta name="Robots" content="NOINDEX " />
    <meta name="SharePointError" content="1" />
    <link rel="shortcut icon" href="/_layouts/15/images/favicon.ico?rev=23" type="image/vnd.microsoft.icon" /></head>
    <body id="ms-error-body" onload="if (typeof(_spBodyOnLoadWrapper) != 'undefined') _spBodyOnLoadWrapper();">
    <form method="post" action="usersettingserror.aspx?source=http%3a%2f%2friskpoints.nomura.com%2fsites%2frpg%2fWebResources%2fMay28%2fTestTree.aspx&amp;loginName=i%3a0%23.w%7ceurope%5cdasgupsa" id="aspnetForm" onsubmit="if (typeof(_spFormOnSubmitWrapper) != &#39;undefined&#39;) {return _spFormOnSubmitWrapper();} else {return true;}">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEzODY5NzkzMDQPZBYCZg9kFgICAQ9kFgICAw9kFgICCQ9kFgICAQ9kFgICAQ9kFgQCAQ8PFgIeC05hdmlnYXRlVXJsBeQBaHR0cDovL215c2l0ZXNzLm5vbXVyYS5jb206ODAvX2xheW91dHMvMTUvRWRpdFByb2ZpbGUuYXNweD9Vc2VyU2V0dGluZ3NQcm92aWRlcj0yMzRiZjBlZCUyRDcwZGIlMkQ0MTU4JTJEYTMzMiUyRDRkZmQ2ODNiNDE0OCZSZXR1cm5Vcmw9aHR0cCUzQSUyRiUyRnJpc2twb2ludHMlMkVub211cmElMkVjb20lMkZzaXRlcyUyRnJwZyUyRldlYlJlc291cmNlcyUyRk1heTI4JTJGVGVzdFRyZWUlMkVhc3B4ZGQCAw8PFgIfAAWPAWphdmFzY3JpcHQ6T25QcmV2aW91c1BhZ2VDbGlja2VkKCJodHRwOlx1MDAyZlx1MDAyZnJpc2twb2ludHMubm9tdXJhLmNvbVx1MDAyZnNpdGVzXHUwMDJmcnBnXHUwMDJmV2ViUmVzb3VyY2VzXHUwMDJmTWF5MjhcdTAwMmZUZXN0VHJlZS5hc3B4Iik7ZGRk/8DhVeqMpCBkDLwMGbJHyjvtFVboldzRyN3N1oU7pws=" />
    <script type="text/javascript">
    //<![CDATA[
    var g_presenceEnabled = true;
    var g_wsaEnabled = false;
    var g_wsaQoSEnabled = false;
    var g_wsaQoSDataPoints = [];
    var g_wsaLCID = 1033;
    var g_wsaListTemplateId = null;
    var g_wsaSiteTemplateId = 'STS#0';
    var _fV4UI=true;var _spPageContextInfo = {webServerRelativeUrl: "\u002fsites\u002frpg", webAbsoluteUrl: "http:\u002f\u002friskpoints.nomura.com\u002fsites\u002frpg", siteAbsoluteUrl: "http:\u002f\u002friskpoints.nomura.com\u002fsites\u002frpg", serverRequestPath: "\u002f_layouts\u002f15\u002fusersettingserror.aspx", layoutsUrl: "_layouts\u002f15", webTitle: "Global Risk Programmes Group", webTemplate: "1", tenantAppVersion: "0", webLogoUrl: "_layouts\u002f15\u002fimages\u002fsiteicon.png", webLanguage: 1033, currentLanguage: 1033, currentUICultureName: "en-US", currentCultureName: "en-GB", clientServerTimeDelta: new Date("2014-06-02T09:22:36.9098601Z") - new Date(), siteClientTag: "12$$15.0.4551.1001", crossDomainPhotosEnabled:false, webUIVersion:15, webPermMasks:{High:2147483647,Low:4294967295}, pagePersonalizationScope:1,userId:10, systemUserKey:"i:0\u0029.w|s-1-5-21-477418155-1331950027-3872095834-234225", alertsEnabled:true, siteServerRelativeUrl: "\u002fsites\u002frpg", allowSilverlightPrompt:'True',"themedCssFolderUrl" : "/sites/rpg/_catalogs/theme/Themed/37D18848","themedImageFileNames" : {"spcommon.png" : "spcommon-B35BB0A9.themedpng?ctag=6","ellipsis.11x11x32.png" : "ellipsis.11x11x32-2F01F47D.themedpng?ctag=6","O365BrandSuite.95x30x32.png" : "O365BrandSuite.95x30x32-C212E2FD.themedpng?ctag=6","socialcommon.png" : "socialcommon-6F3394A9.themedpng?ctag=6","spnav.png" : "spnav-230C537D.themedpng?ctag=6"}};function OnPreviousPageClicked(sourceUrl)
    document.cookie = "WSS_IgnoreUserSettingsOutOfSync=1; path=/";
    window.location = sourceUrl;
    }var MSOWebPartPageFormName = 'aspnetForm';//]]>
    </script>
    <script src="/_layouts/15/blank.js?rev=ZaOXZEobVwykPO9g8hq%2F8A%3D%3D" type="text/javascript"></script>
    <script type="text/javascript">
    //<![CDATA[
    if (typeof(DeferWebFormInitCallback) == 'function') DeferWebFormInitCallback();//]]>
    </script>
    <div id="ms-error-header" class="ms-pr">
    <h1 class="ms-core-pageTitle">
    </h1>
    <div>
    </div>
    </div>
    <div id="ms-error">
    <div id="ms-error-top">
    </div>
    <div id="ms-error-content">
    <div id="ms-error-error-content">
    <div id="DeltaPlaceHolderMain">
    <div>
    <span>
    <div id="ctl00_PlaceHolderMain_PanelSettingsOrReturnLink">
    <a id="ctl00_PlaceHolderMain_HLinkSettingsEditorPage" class="ms-descriptiontext" href="http://mysitess.nomura.com:80/_layouts/15/EditProfile.aspx?UserSettingsProvider=234bf0ed%2D70db%2D4158%2Da332%2D4dfd683b4148&amp;ReturnUrl=http%3A%2F%2Friskpoints%2Enomura%2Ecom%2Fsites%2Frpg%2FWebResources%2FMay28%2FTestTree%2Easpx">Edit user settings</a>
    <br/>
    <a id="ctl00_PlaceHolderMain_HLinkSettingsPreviousPage" class="ms-descriptiontext" href="javascript:OnPreviousPageClicked(&quot;http:\u002f\u002friskpoints.nomura.com\u002fsites\u002frpg\u002fWebResources\u002fMay28\u002fTestTree.aspx&quot;);">Return to original page.</a>
    </div>
    </span>
    </div>
    </div>
    </div>
    <div id="ms-error-gobackcont" class="ms-calloutLink">
    <a href="/sites/rpg" class='ms-calloutLink' id="ctl00_PlaceHolderGoBackLink_idSimpleGoBackToHome">Go back to site</a>
    </div>
    </div>
    </div>
    <script type="text/javascript">
    //<![CDATA[
    var _fV4UI = true;var g_MinimalDownload = true;var g_WebServerRelativeUrl = "/sites/rpg";var _spFullDownloadList = ['closeconnection', 'download', 'signout', 'xlviewer', 'wordviewer', 'wordeditor', 'powerpoint', 'powerpointframe', 'onenote', 'visiowebaccess', 'storefront', 'wopiframe', 'appredirect', 'wfstart'];
    //]]>
    </script>
    </form>
    </body>
    </html>
    Any help is appreciated. 
    thanks,
    Saurabh

    Hi,
    Would you mind providing the original version of your custom .aspx page? Can you just copy the content while open in SharePoint Designer and paste in a notepad?
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Patrick Liang
    TechNet Community Support

  • Error running the expiration action and The workflow is no longer available

    I make a content type expiration policy with action is run a workflow. When the jobs run a have this error in the evnt viewer
    Error running the expiration action on item http://xxxxx/xxx/New.docx.
    Error:  System.InvalidOperationException: The workflow with id=xxxx is no longer available.
       at Microsoft.Office.RecordsManagement.PolicyFeatures.WorkflowExpirationAction.RunExpirationWithPostActions(SPListItem item, XmlNode parametersData, DateTime expireDate)
       at Microsoft.Office.RecordsManagement.PolicyFeatures.BaseExpirationAction.Microsoft.Office.RecordsManagement.PolicyFeatures.IExpirationActionWithPostActions.OnExpirationWithPostActions(SPListItem item, XmlNode parametersData, DateTime expireDate)
       at Microsoft.Office.RecordsManagement.PolicyFeatures.ExpirationTask.ExpirationActionData.RunExpirationAction(SPListItem item, DateTime expireDate)
       at Microsoft.Office.RecordsManagement.PolicyFeatures.ExpirationTask.<>c__DisplayClass19.<ProcessExpiredItems>b__17(SPListItem item)
       at Microsoft.Office.Server.Utilities.MonitoredScopeWrapper.RunWithMonitoredScope(Action code)
       at Microsoft.Office.Server.Utilities.ContentIterator.ProcessItem(SPListItem item, Boolean fIncludeFolderItems, MonitoredScopeWrapper monitoredScopeWrapper, ItemProcessor itemProcessor, ItemProcessorErrorCallout errorCallout)

    Hi,
    We have not heard from you in a couple of days.
    Please post back at your convenience if we can assist further.
    Best Regards,
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Lisa Chen
    TechNet Community Support

  • SAP XI Archive retrieval on content of archived invoice

    In SAP XI i have succesful activated archiving of the xml-messages of inbound invoices. <b>The first problem is how do i select only the invoice messages instead of all xml- messages</b>
    I have succesful stored the xml-messages on a file system location with a write-job. After that i have deleted the archived xml messages succesful. With transaction SARI i can retrieve the archived xml-messages on generated key, <b>but i want to retrieve the archived messages on CONTENT of the xml-message (for example document-nr). How is that possible, is there a retrieval component ??</b>

    Hi,
    you can both in the rwb and in the sxmb_moni indicate which message interface you want to select. There you have to specifyyour invoice interface.
    Concerning searching the content: As far as I know you can only search on XI's content if you have a TREX connected to your XI.
    For archived message you would need to configure TREX for indexing your backups as well. But even then you won't be able to search for messages based on content in the RWB.
    Hope this helps,
    helge

  • Best option for hosting forms online and archiving the completed forms?

    Forgive the length of this post, but I feel it necessary to give a little background information into our problem.
    We were looking for a simple solution to a seemingly simple problem: Host ~15 safety forms online for field technicians (electricians) to fill out via their netbooks and submit to some sort of repository for archiving with the ability for the technicians to reopen the forms and make additions over the course of the job / week as well as firing an email off to our H&S rep per form submitted.
    Acrobat + Remote Desktop Services (SBS 2011 network) + Reader seemed like a good solution and does work, but it's somewhat cumbersome for the less computer literate techs and proving to be more time in support then we are potentially saving going with paperless forms. This is the system we have in place now.
    We initially purchased Acrobat Standard and subsequently upgraded to Professional when we found some limitations we weren't expecting in Acrobat Standard. An Adobe Sales rep also suggested that we check out Livecycle Designer 9, which was included with Acrobat Pro which included even more nice stuff. I started re-authoring the forms in LCD9.
    The issue now is that I have Dynamic XML forms with flowed content that cannot be submitted by Reader to sharepoint. Why? You can't reader extend livecycle forms with acrobat, which it is bundled with.....
    Why exactly adobe has two different and somewhat incompatible forms authoring tools bundled in the same product is beyond me, especially when one of them requires what I would imagine is an expensive server product to enable it's full use?
    So it seems I have a choice between having my employer purchase Reader Extensions ES2 to maintain the nice form design with flowed content, purchasing 12 copies of acrobat to put on the netbooks when Reader SHOULD be all that we need or converting all the dynamic XML forms authored in LCD9 into static AcroForms so they can be reader extended and deployed to sharepoint.
    We envision our technicians browsing to and logging in to our hosted sharepoint server, selecting the appropriate form template from a drop down list in a doc library or list, which opens the form for completion in the browser and on submit posts the form to a list on sharepoint for completed forms, preferably with some key fields mapped to custom columns in said list AND with the ability for the submitting technician to re-open the submitted form from sharepoint and make additions as the week / job progresses.
    What would be the best option given our current situation and needs? With all due respect, I am looking for suggestions from technically oriented or experienced persons, not sales reps that don't fully know the product.    

    Ok, so I have done some additional reading and I've found out that Livecycle forms can be submitted via reader without reader extensions so long as the submit is via HTTP Post or as XML data only.
    This effectively means you can collect the data from the submitted forms for processing, but you can not re-render the form from the form template and the XML without the presumably expensive server component, Reader Extensions, which for all I know, requires other components to run.
    This all seems awfully expensive for a solution to host a dozen or so forms and archive the submissions in one place where they can be re-opened and added to.
    I don't undestand why it's so prohibitively expensive to submit dynamic PDF forms as PDF vs submitting static PDF forms as PDF, which can be done with Acrobat Pro all by itself at ~$500.

  • JRE Cache ignores the "Expire" and "Cache-Control: no-cache" directives.

    My applet is using HttpURLConection to retrieve data from a server with Caching enabled. The cache contents are "revalidated" (via "if-modfied-since") each time the applet is started. However, subsequent requests to retrieve the same resource are always read from the cache with no validation even if the resource has expired.
    The server is sending a valid "Expires:" tag and "Cache-Control: no-cache" tag in the response; but, the JRE refuses to recheck for an updated version of the resource even after the file has expired.
    The JRE does seem to understand the "Cache-Control: no-store" tag; but, this is inefficient (no caching at all) when I'm tring to get it to not refetch the resource unless there's a change. Is there some other tag that the JRE is expecting to see?

    I have a similar problem except that I want my pages to not cache at all. The server is setting the Cache-Control: max-age to 0 and the Expires to "now" but JRE seems to ignore these settings, but only sometimes. Sometimes pages are fetched from cache and sometimes from the server.
    In my applet I'm using a normal URLConnection like this:
    URLConnection uc = new URL("http://<server>/method").openConnection();
    uc.connect();
    InputStream is = uc.getInputStream();
    is.read();When my request headers look like this:
    accept-encoding: gzip
    Host: <server>
    Cache-Control: no-cache
    Pragma: no-cache
    User-Agent: Mozilla/4.0 (Windows XP 5.1) Java/1.6.0_13
    Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    Connection: keep-alivethe page will not be cached and is requested again but this time without the accept-encoding, Pragma and Cache-Control. The adding (and removal) of the headers seems to happen inside the JRE, though. I'm not explicitly setting them.
    The response header of the first request looks like this:
    HTTP/1.1 200 OK
    Date: Wed, 20 May 2009 12:55:07 GMT
    Server: Apache/2.2.11 (Win32) mod_jk/1.2.26 PHP/5.2.8
    Cache-Control: max-age=0
    Expires: Wed, 20 May 2009 12:55:07 GMT
    Vary: User-Agent,Accept-Encoding
    Content-Encoding: gzip
    Keep-Alive: timeout=120, max=79
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    Content-Type: text/html;charset=iso-8859-1When the request is made with this header:
    User-Agent: Mozilla/4.0 (Windows XP 5.1) Java/1.6.0_13
    Host: <server>
    Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
    Connection: keep-aliveThe response headers looks like this:
    HTTP/1.1 200 OK
    Date: Wed, 20 May 2009 12:55:07 GMT
    Server: Apache/2.2.11 (Win32) mod_jk/1.2.26 PHP/5.2.8
    Content-Length: 1016
    Cache-Control: max-age=0
    Expires: Wed, 20 May 2009 12:55:07 GMT
    Vary: User-Agent,Accept-Encoding
    Keep-Alive: timeout=120, max=83
    Connection: Keep-Alive
    Content-Type: text/html;charset=iso-8859-1And in this case the JRE sometimes fetches the request from the server and sometimes from cache. I have not been able to determine how the JRE decides to refresh, or why it sometimes sends an accept-encoding and Pragma header and sometimes not.
    any help would be appreciated.
    Alex

  • How to Sync/archive the OBIEE catalog in linux

    Hi,
    How to Sync/archive the catalog in linux server.Kindly let me know.

    Since,we donot have Catalog Manager in Linux.We can unarchive and archive catalog from one instance to another instance.Login in analytics as "weblogic"
    1)Navigate to catalog->select on the folder(Which want to be archive)->right click->Select Archive->Save the Catalog and File will get stored in .Catalog format
    2)Another instance,Naviagte to catalog->Click on the shared Folder->Right Click->select Unarchive->Browse and select the catalog file saved from first instance.
    Then check the content get reflected in another instance.
    Hope your question is answered.if helps Mark

  • Archive Link Error - Content Repsoitory does not exist

    Hi,
    I have created a content repository which points to our own external HTTP content server which is a DMS server through transaction OAC0.
    In transaction CSADMIN I can see our server's status as running, still it shows yellow icon "customizing missing" in CSADMIN and in transaction OAC0 whenver I click "Test Connection" it gives the message" Content Repository does not exist". CMS 106.
    Kindly help.
    Regards
    Neha

    Hi,
    Check this URL for Content Repository Archive set up guidelines:
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARC/CAARC_INTRO.pdf
    Thanks.
    Boopathi

Maybe you are looking for

  • Data Federator Universe Date Functions

    Hi, I created a Data Federator Universe from target tables (Source Tables from: Sql Server 2005 and Oracle 10g). Now, I want to create a object in the universe: "Days between 2 dates"(coming from 2 different target tables). I don't see any other date

  • Printing in color on HP Photosmart C1400 series

    Looking for help, please. As a result of buying a new computer running Windows 7, I found that my printer's disk could not be recognise (my previous OS was XP).  So I found on an HP site that I could download a 304 MG reinstall for Windows 7 and did

  • Problem with wireless printer HP photosmart by using iPad

    How can I use my wireless printer HP photosmart D 7460 with my iPad? jacques

  • Nokia N73 & PC Suite 6.82.22.0

    I recently purchased a Nokia N73 from 3 Australia, and installed PC Suite from the CD, and upgraded to PC Suite 6.82.22.0 During one of the installs my computer had a problem and seemed to hang the installation (it stalled for some five minutes befor

  • Error with iPhone app download, now can't find or open app

    I recently tried to download an app on my iPhone 4S.  There was an error with my phone mid-download.  After a restart, the app is nowhere to be found on my phone, but I cannot re-download the app, as the app store thinks it is already on my phone.  W