News in different folder than /documents/News

Hi!
I've to display different News for different users/roles.
I've created deltalinks for the news-iView (com.sap.km.NewsBrowser_0) and entered the path to the initial displayed folder /documents/Public Documents/group1/HotNews and the path to the rootfolder for navigation to the same value.
When starting the browser for a user of this group, the News-Browser displays a message "No entry's found", but there are files in the folder.
The files and the folder's rights are set to "full rights".
Thanks for any hints
Peter

For creating news authoring iview create news by using xml form builder (i.e)
goto content management-> goto public documents->folder-> new->forms->sap demo news.
Here create the news u need and add to a folder
Now create a KM Navigational iview
In the properties of tht iview:
1)path to initially displayed folder: (root of folder containing news eg:/documents,/Public Documents/foldername)
check the path of your correctly and give above.
2)Layout set : NewsExplorer (if u want to give this iview to news authors for editing for creating news )
or else
NewsBrowser(if u want to give this iview to general users)
Koti Reddy

Similar Messages

  • How to generate & publish  webhelp html files in different folder than default folder

    Hi All,
    I am new to robo help. I have a requirement to generate & publish webhelp html files in a different folder than default folder.
    Could anyone please tell me the steps to change the folder
    Thanks
    Rashmi

    You change the generate folder and filename in the first field on the first page of the wizard. It must be a folder on your hard disk.
    You change the publish folder in the last page of the wizard. Anywhere you like.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • HT201361 Is it possible to save the screenshot files to a different folder than desktop. How can I change the folder?

    Is it possible to save the screenshot files to a different folder than desktop (that is the default). How can I change the destination folder? Thank you, Sal

    To change the screenshot capture location to a new place on your Mac, first think of a location that would serve you properly. We like to place ours in a "Screenshot" folder located inside of the User's "Pictures" folder. To change the location to this new location, open the Terminal and enter the following command:
    defaults write com.apple.screencapture location /Users/[u]/Pictures/Screenshots/
    Replace "[u]" with the name of the user on your system. Once you have entered this command, let's restart the screen capture utility by restarting the SystemUIServer by entering the following command:
    killall SystemUIServer
    You can optionally log out and back in instead of entering this second command, thus restarting the SystemUIServer. Once restarted, all screen captures taken from here on out will end up in your /Pictures/Screenshots/ folder in the User's home folder on your Mac.

  • How do I set a different folder than the Windows MyDocuments/Downloads folder? I do not use 'My Documents' at all, all my saved files go to other hard drives for storage, and I do not want to bother with the My Docs route. I used to have downloads set to

    I want to set a different folder from the My Documents/Downloads folder for Firefox to put everything I download, like I used to have it. I recently rebuilt my computer and reinstalled everything from WinXP to security software to Firefox, and I cannot find any options anywhere to set a different folder like I used to have it... with the same software, other than it being a newer iteration of Ff. So tell me, am I losing my mind so bad that I just can't remember how I did it before, or have things changed so much that what I want is no longer possible? Please, someone tell me how to set it to do what I want, I can't stand to have what I do on my computer dictated by programmers who only think that they know what people want. If that sounds a little angry, I apologize with the disclaimer that I suffer from Post Traumatic Stress Disorder and therefore cannot handle frustration... and this kind of thing frustrates me to the point of rage.

    Tools > Options - General tab = Downloads
    Set your preferences there.

  • How do I create an action to save as, but into a different folder than the one I used to create the action?

    I am having an issue with my action being created to save under the same folder that my action was created with.  For instance, I opened an image, recorded the action, then I went to a different folder to play the action, but it saves to the previous folder.  How do I add some way to change the folder I want my pics to save to?

    If you want to give Scripting a try paste the following text into a new file in ExtendScript Toolkit and save it as a jsx-file into Photoshop’s Presets/Scripts-folder.
    // saves jpg into same folder;
    // be advised: this  overwrites existing jpgs of the same name without prompting.
    // 2010, use it at your own risk;
    #target photoshop;
    if (app.documents.length > 0) {
    var thedoc = app.activeDocument;
    // getting the name and location;
    var docName = thedoc.name;
    if (docName.indexOf(".") != -1) {var basename = docName.match(/(.*)\.[^\.]+$/)[1]}
    else {var basename = docName};
    // getting the location, if unsaved save to desktop;
    try {var docPath = thedoc.path}
    catch (e) {var docPath = "~/Desktop"};
    // jpg options;
    var jpegOptions = new JPEGSaveOptions();
    jpegOptions.quality = 12;
    jpegOptions.embedColorProfile = true;
    jpegOptions.matte = MatteType.NONE;
    //save jpg as a copy:
    thedoc.saveAs((new File(docPath+'/'+basename+'.jpg')),jpegOptions,true);
    //that’s it; thanks to xbytor;

  • Restore file to a different folder than original?

    Hi I work with a lot of password protected word documents (can't be viewed in quick look)... and often want to look at the changes that are made with previous versions. Is there a way to be able to restore time machine backups to a different folder so it doesnt overwrite the current version

    Yes, you can!
    While in the TM interface, just choose the file(s) that you want to restore to a different location, click on the Gear Icon and choose "Copy ...". Then come out of the TM browser by clicking Cancel or pressing Esc key and browse over to the destination folder in the Finer. Right click and choose "Paste ...". This will restore the file from your chosen backup to this folder.

  • Consolidating library but to a different folder than itunes music

    so if i consolidate my library, will it all just be copied to my "itunes music" folder? or can i create a different folder and have my library consolidated to that folder? here's my problem: i have lots and lots of music, and whenever i get more, i put it in the "itunes music" folder, so as to never get confused. but, i have started to sift through my music and have deleted countless songs just to save space. but i only deleted them off of itunes, therefore the files are still in the "itunes music" folder and hogging space. there are far too many files in there to just sift through and find the ones i deleted and delete them off my hard drive, so i would like to just copy all the files that are still in my itunes library to a different folder and then delete the old "itunes music" folder. see what i mean? please help

    Click here and follow the instructions.
    (38170)

  • How to make versionable object of different class than Document?

    In the programmers reference is that every PublicObject can be versioned, but there are only samples for versioning documents. I would like to keep history on folder hierarchy changes, so I think I need a Folder that can be versioned.
    The question is how to do this?
    Should I override isVersionable method in subclass of Folder to return true?
    Please help

    Hi
    I am havin 10 text boxes in my application.
    But out of 10 , 3 will be always together(existence of one is not possible without the other two.)
    Now i want to create a vector of objects ( here object will consist of the value corresponding to these three boxes),there can be many elements in this vector.
    So i m thinking to make an inner class which have three String variables corresponding to these text boxes that exists together.
    What can b done ?

  • Tax account different currency than document

    Experts,
    I have a client who need to create a US Dollar AR Invoice but track the Tax on that Invoice in Euro on the accoutn level.
    I have created a Sales Tax Account that only allows Euro currency, but when I enter this Invoice, I get an error on the currency in that account.
    Is there no way to have 2 currencies in one document?
    Thanks,
    Marli

    Hi Marli.......
    Transactions in Two different currencies are not possible at a time. If you want it to be happened then go for Multicurrency transaction. Here at the time of transaction put the Ex rate for US Dollar as well as for EURO.
    When you run the ex rate report hope this will give you correct effect.
    I would suggest you to do it in Demo version.....
    Regards,
    Rahul

  • Downloads to Different folder than Downloads

    Does anyone know if it is possible to set Safari up so it ASKS me what folder I want to put a download in? Firefox allows this but Safari as far as I can figure just gives me the option to download into the The Download folder. I want to organize it without having to got to the download folder and move it to where I want it. I checked Preferences and this option isn't listed.

    You can Control-click on the link for the file you want to download and choose "Download Linked File As…". That will bring up the Save As… dialog box where you can choose where to save it.

  • Using GetResource to get a file from a different folder than bin

    Hi guys,
    here is the line of code I am working with:
    final static URL musicD = Sound.class.getResource("Sound//MusicD.mid")this loads MusicD.mid from the project/bin/Sound folder. However, SVN messes up my bin folder badly, how can I get a resource from the project folder, or better yet project/sound folder as opposed to the bin folder? Thanks!
    P.S. I am on a tight deadline, so a straight answer would be very helpful, what I dont need is more smug advice! =) thanks!

    hiwa wrote:
    Christ_Guard wrote:
    Hi guys,
    here is the line of code I am working with:
    final static URL musicD = Sound.class.getResource("Sound//MusicD.mid")this loads MusicD.mid from the project/bin/Sound folder. However, SVN messes up my bin folder badly, how can I get a resource from the project folder, or better yet project/sound folder as opposed to the bin folder? The syntax is wrong. Besides, what is your current current directory from where your application is launched? Is it in a jar file?Thanks for the honest help, I really appreciate it! I am working out of eclipse and compiling it there, so it is not yet a jar file. How would you suggest fixing the syntax to work?
    P.S.
    the directory I am working from is this:
    C:\Users\Christian\TCSS 305 Workspace\shielc-tetristhis directory has the src and bin directories, yet I dont know how to get the resources from this directory instead of the bin directory.

  • How to import catalog and create new link to folder in a new external disk

    I lost my data in my laptop. I have a back-up into an external hd. Now I would like to import the catalog and change the link of folder to external disk

    You can open the backup of your catalog file by copying it to wherever you want it to be and then double-click on it.
    You would have to re-link all the photos inside of Lightroom using these instructions: Adobe Lightroom - Find moved or missing files and folders

  • Openning a form in a new tab, rather than a new window

    I have a BSP application that generates a smartform as a PDF, then renders the binary data to a new window using CL_HTTPSERVER=>SERVER_CACHE_UPLOAD. This is working fine for creating a new window. But, i want to create the smartform output in a new browser tab, rather than a new browser window.
    Can this be done?

    Disregard... I guess it is opening a separate tab after all in FF.

  • Start webserver in different folder

    I've developed a compiled VI (Smarts-Net.exe) that was built to run in a specific folder (\Smarts-Net), and enabled the webserver to show the Smarts-Net.html page in that same folder.  So far, so good.
    The application received real-time data generated from another of our programs and generates graphics to show 'what's going on'.
    My customers would like to run multiple instances of my program for their customers, but want to isolate their Customer 'A' from Customer 'B' so that they can't view each other's data.  I can start up my applicaiton using different IP ports so that I can have multiple views, but I'd like to further isolate the end-customer's data into different folders.
    I've made a 'manager' program that will create a sub-folder from my main application's folder (\Smarts-Net) so that it would appear like '\Smarts-Net\JobA', and copies all files from the main folder into the new sub-folder.  I then modify the Smarts-Net.ini file with the new folder path and the new port number like this:
    [Smarts-Net]
    server.app.propertiesEnabled=True
    server.ole.enabled=True
    server.tcp.servic="My Computer/VI Server"
    server.vi.propertiesEnabled=True
    WebServer.DirectoryIndex="index.htm"
    WebServer.LogEnabled=True
    WebServer.LogPath=C:\Smarts-Net\Logs\Smarts-Net.log
    WebServer.MimeTypes= (LOTS of Mime types in here ... I left out for this post)
    WebServer.Port=9501
    WebServer.Enabled=True
    WebServer.RootPath=C:\Smarts-Net\JobA
    WebServer.TcpAccess="c+*"
    WebServer.ViAccess="+*"
    DebugServerEnabled=False
    DebugServerWaitOnLaunch=False
    After modifying the .ini file, I start up the application (Smarts-Net.exe) from the new folder.
    This is where I need some help.  If I try to view the VI from another computer using an address like http://snape:9600/JobA/Smarts-Net.html, I get a 'HTTP 404 - File not found' error.  But, if I try it at http://snape:9600/Smarts-Net.html, I get the VI's panel!
    So, it appears that I can change the Port in the .ini file, but not the RootPath.  Does anyone know of a way to get the html to load from a different folder than the one specified when I built the application?
    Solved!
    Go to Solution.

    I'm very glad if I was helpful.
    A word of caution:
    Nothing we have talked about here is a security mechanism. If you have two web servers on different ports they will still be available to anyone. In fact if they serve up the same document root then all web pages will be available at either port. Don't count on this as a way to keep one customer from accessing another customer's pages.
    For example:
    Lets say you set up one instance of your application for customer A. The document root is C:\Smarts-Net. The URL to customer A's page is http://computer:APort/jobA/A'sPage.html.
    Customer B also has a separate instance of the application but it us using the same document root, C:\Smarts-Net. Customer B's URL is http://computer:BPort/jobB/B'sPage.html.
    You have two web servers running on two different ports but since they are serving the same document root all the same pages are available. Customer A could navigate to the URL http://computer:APort/jobB/B'sPage.html.
    If you really need security you will have to setup something a little more sophisticated than just using a different port.
    Nathan
    Message Edited by NathanK on 02-19-2009 02:02 PM

  • Archiving/zipping to different folder

    Hello
    Normally the Finder Archive function (accessible e.g. from contextual menu in Finder) archives to a .zip archive in the same folder as the original object being archived.
    The Finder Archive function use BOMArchiveHelper, which is in:
    /System/Library/CoreServices/BOMArchiveHelper.app/Contents/MacOS/BOMArchiveHelpe r
    So the same archiving can be achieved in an AppleScript by the following statement:
    do shell script "/System/Library/CoreServices/BOMArchiveHelper.app/Contents/MacOS/BOMArchiveHel per" "theUnixname"
    where theUnixname is the Unix name of the file or folder being zipped. This works.
    My question is the following: Is there any option to BOMArchiveHelper that permits the resulting file to be in a different folder than the original file or folder? This would permit archiving directly to another disk, e.g. an external hard disk, without first copying the uncompressed files or without using disk utility to make a compressed disk image.
    (The reason I would like to use the zip files is that they are more universal than the compressed disk images. And I want to use BOMArchiveHelper rather than another ZIP program such as ZipIT because the Macintosh structure with resource forks is preserved by BOMArchiveHelper in a way that still permits the ZIP archive to be opened on e.g. a Windows or Linux machine, which is not the case for the MacBinary implementation in ZipIt).
    Thanks in advance

    I think you can use a shell-like command in an AppleScript.
    In this command you could use gzip "sourcefile" > "targetfile"

Maybe you are looking for

  • My safari keeps crashing after its been open for a few minutes.

    My safari keeps crashing after a web page has been opened for a few minutes. I've attached the error report below. Hope someone can help. Thanks Process:         Safari [1595] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier

  • Security updates takes long time to install through Software Center

    Hi Folks, We have a setup with SCCM 2012 R2 CU4 as a Primary Site server where SUP also enabled. I deployed the windows security updates to the test servers collection by deployment type as Available. I verified in test servers that all the deployed

  • How do I make a voice memo into a ringtone?

    Hi, I've got a voice memo which I'd like to make into a ringtone for my iphone. My friend told me how to do it a while back but I've forgotten how to do it. Can anyone help? Jenny

  • Sound quality is poor

    hi there, I have an ipod touch 4th generation which has started to sound 'tinniy' when I play any music from my itunes/music files. The gaurentee is up so no help from Apple. Has anyone else had this problem and any thoughts on how to fix it. I see t

  • Web template varaints

    hi, I want to change via program (abap or java) values in web template variants, but I dont know where this information is stored. Thanks for advice pp