Problem with short id

hello everyone,
Does someone know how we can use in km6 sp13 the short id atrebuite for opening documents
Thanks
Asher Benbenisty

You can use it instead of URI to resourse to access the document (resource). ShortID is generated when you create resource and doesn't depend on KM&C folder hierarchy

Similar Messages

  • HT1694 I'm having a lot of problems with the hotmail account, regularly is indicating an error in the server, that I have to introduce the password again that late that this is wrong. I have changed the password making this shorter but it does not work.

    I'm having a lot of problems with the hotmail account, regularly is indicating an error in the server, that I have to introduce the password again that late that this is wrong. I have changed the password making this shorter but it does not work.

    bump? Is bumping allowed? Lol.
    I just really need some help here.

  • SAP CRM middleware problem (sysfail ) The current application has triggered a termination with short dump

    i'm having a proplem during  starting initial load although i'm using the best practice documents C71 and B09 and all the configration was done by them .... could any one help ??

    this is the first dump error for my RFCUSER on the ECC server
    Category               ABAP Programming Error
    Runtime Errors         MESSAGE_TYPE_X
    ABAP Program           SAPLCRMC
    Application Component  CA
    Date and Time          05.03.2014 17:50:47
    Short Text
         The current application has triggered a termination with a short dump.
    What happened?
         The current application program has detected a situation that should
         not occur. A termination with short dump has therefore been triggered
         by the key word MESSAGE (type X).
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
    Error analysis
        Short text of the error message:
        See SAP Note 1498111
        Long text of the error message:
         Diagnosis
         System Response
         Procedure
             Refer to the SAP Note that was mentioned.
         Procedure for System Administration
        Technical information about the message:
        Message class....... C_
        Number.............. 330
        Variable 1.......... 1498111
        Variable 2..........
        Variable 3..........
        Variable 4.......... " "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occurs in a non-modfied SAP program, you might be able to
        find a solution in the SAP Notes system. If you have access to the SAP
        Notes system, check there first using the following keywords:
        "MESSAGE_TYPE_X"
        "SAPLCRMC" bzw. LCRMCF0C
        "CHECK_CRMATAB"
        If you cannot solve the problem yourself, please send the following
        information to SAP:
        1. This description of the problem (short dump)
        To do this, choose  System -> List -> Save -> Local File (unconverted)
        on the screen you are in now.
        2. A suitable system log
        To do this, call the system log in transaction SM21. Restrict the time
        interval to ten minutes before the short dump and five minutes after
        it. In the display, choose System -> List -> Save -> Local File
        (unconverted).
    3. If these are programs of your own, or modified SAP programs: Source
    code of these programs
    To do this, choose  More Utilities -> Upload/Download -> Download in
    the Editor.
    4. Details regarding the conditions under which the error occurred or
    which actions and input caused the error.
    thanks

  • Taglib problem: Cannot parse custom tag with short name table

    Hello!
    I am having problems deploying a jsp tag in web as. The same war file works fine on websphere, jboss. SAP web as seems to be complaining about the short name in the tld.
    Can any body me to any known web as issues with jsp tags?
    Thanks
    [code]
    Application error occurs during processing the request.
    Details: com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: Internal error while parsing JSP page /usr/sap/J2E/JC00/j2ee/cluster/server0/apps/sap.com/dispear/servlet_jsp/disp/root/test.jsp.
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:85)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.getClassName(JSPServlet.java:207)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.compileAndGetClassName(JSPServlet.java:369)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:164)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Cannot parse custom tag with short name table.
         at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:129)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.ElementCollection.action(ElementCollection.java:52)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.initParser(JSPParser.java:307)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:74)
         ... 18 more
    Caused by: com.sap.engine.services.servlets_jsp.lib.jspparser.exceptions.JspParseException: Unknown class name java.lang.Object.
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.convertString(TagBeginGenerator.java:365)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.generateSetters(TagBeginGenerator.java:187)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.generateServiceMethodStatements(TagBeginGenerator.java:212)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.taglib.TagBeginGenerator.generate(TagBeginGenerator.java:269)
         at com.sap.engine.services.servlets_jsp.lib.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:127)
         ... 21 more
    [/code]

    Hi Ray,
    I am facing similar kind of issue.
    Can you please help to resolve it?
    Thanks in advance.
    Logs are as below [Here I am using standard tag lib]::
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Cannot parse custom tag with short name [out].
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:183)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspIncludeDirective.action(JspIncludeDirective.java:51)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.customTagAction(JspElement.java:994)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.action(JspElement.java:228)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:69)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.GenerateJavaFile.generateJavaFile(GenerateJavaFile.java:72)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:270)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.generateJavaFile(JSPProcessor.java:194)
         at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:126)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassName(JSPChecker.java:319)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.compileAndGetClassName(JSPChecker.java:248)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassNameForProduction(JSPChecker.java:178)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.processJSPRequest(JSPChecker.java:109)
         at com.sap.engine.services.servlets_jsp.jspparser_api.JspParser.generateJspClass(JspParser.java:154)
         at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:193)
         ... 47 more
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Attribute [value] of [<c:out>] can accept only static values.
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.calculateAttributeValue(TagBeginGenerator.java:476)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateSetters(TagBeginGenerator.java:394)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateServiceMethodStatements(TagBeginGenerator.java:562)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generate(TagBeginGenerator.java:678)
         at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:181)
         ... 64 more
    Regards,
    Sankalp

  • Any Security Problems with Navigation with Short URLs?

    Hi ,
    I want to use Navigation with Short URLs for my users to access the portal. But if the users give that Short URLs to other non-users , will the URL open?
    I will give the role for the users only. Non-users will not have particular role.
    Are these Navigation with Short URLs are safe to use?
    Advise me.

    Hi,
    The iview have "EveryOne Role" and "Super Admin Role".
    The portal will not allow any "anonymous" users, because it needs atleast "EveryOne Role" for the access.
    Will this create any problem.
    I think the "EveryOne Role" is there for the user, if the iview1 assigned for role1 but still in the permissions of iview1 have the "Everyonerole" , it is allowing user to access this right?
    Then I need to remove the EveryOne Role from the permissions.
    Regards
    Kiran

  • TS3899 I HAVE IPAD AIR HAVING PROBLEMS WITH EMAIL DELETING AFTER A SHORT TIME WITHOUT COMMAND CAN YOU HELP

    Q. I have an IPAD air having problems with my email deleting after a short while without command.

    I've had issues like this before.
    I ended up having to call my provide to reset the connection, which worked for a while, then quit. i then took it into my provider for a new sim card and had the connection re-established again. I haven't had issues since.
    hopefully for you resetting the connection with your provider will do the trick and a new SIM card wont be nessesary.

  • I have got new hardrive windows 8.1 and i have downloaded PS, LE and AE...Clouds...when i open PC so i get massage on rigth corner short time." your photoshop has problem with compalitet"....i have not put things back or used PS,,,what shall i do? LR work

    i have got new hardrive to windows 8.1....when i open my PC so i get message on lower right corner  - very short time - your photoshop has problem with compalitet....i have not used it yet or put brushes and so on back....LR is working fine...i can open photoshop without problem..and AE...what shall i do?...

    Thanks for info:
    A. Backup before doing anything advanced is recommended but not widely used.
    B. Upgrade on vanilla plain (and updated) operatiing system goes flawlessly. Upgrade on "real" computer may depend on "status" of operating system and applications installed. You may not be the last experiencing troubles.
    C. Software vendors expect that users has nearly unlimited disk size, large memory and latest processor.
    D. It is on you to find anything positive to compensate annoyances. Mental balance is in your hands ;-)

  • My iPhone 5 crackles and pops loudly during calls (with and without speaker phone.)  I'm experiencing this same same issue on my third iPhone.  Is this a common problem?  Short of getting the phone replaced (yet again!) is there a solution?

    My iPhone 5 frequently crackles and pops loudly during calls (while using speaker phone, as well as not using speaker phone.)  After being inspected by techs at the Genius Bar, my phone has been replaced twice; thus, I am currently on my third iPhone 5.  Incredibly, I am, yet again, experiencing the exact same issue. Short of getting my fourth iPhone, is anyone aware of a solution?

    if it's the exact same issue, either it's a problem with your service or with your software if you're restoring from a backup each time. it's pretty darn near impossible for 3 phones to have the same exact hardware issue, so that's unlikely. is this an at&t iphone? if so, are you continuing to use the same sim card? if so, get a new one and try that out. if that's not the issue, restore the phone as new and make a few phone calls. if the issue's gone away, there's something wrong with your backup

  • Does anyone else have problems with retina screens? My eyes are constantly hurting and my eyesight is getting worse in a short period of time.

    I've been using high quality retina screens for about nine months now and my vision has gone downhill quickly. I got my first ever prescription for eye glasses and my eyes are constantly strained. High resolution screens also cause other problems with my normal work flow as a web designer but that is a whole other topic.

    try turning down the brightness, If i even have it past half way my eyes hurt. maybe it'll help

  • I got my iphone 5 3 weeks ago and the battery life is very short. It drains out very fast. Does anyone know if it's a problem with the iOS or with my phone? Because I'm a bit concerned

    I recieved my iPhone 5 3 weeks ago and the battery life completely *****! After doing a few things and maybe using it for about 30 minutes the phone start overheating like crazy then the battery starts dropping very fast. Does anyone know if it's a problem with the iOS or with my phone? And is anyone else expierenceing these problems?

    It sounds like you have an app that is incorrectly continuously using data and power... from normal use the phone should NOT be getting that warm... only constant video playing via data like Netflix for example would result in that...
    I'd say that you should remove all apps in the recent app tray... tunr phone off... then once you power back on...
    Hold BOTH home and sleep wake buttons together until you see a white apple symbol... then release both buttons...
    This will ensure you have no apps running...
    I've experienced a hang up with mail while out and about that has resulted in this on my iPhone as well... Once I performed these steps it was fixed... it seemed like it got stuck and that's what caused the warm phone and battery drain...
    I notived that when it gets stuck (mail app that is) I will see the text connecting at the bottom and it never changes to "updated" like it should... this is my trigger that it's gotten stuck.
    Have not really figured out what causes mail app to get stuck yet...

  • Smartform problem with FS [short dump]

    Hi Abapers,
    Am using <FS> in my smartform
    it is using as Work area.
    Bcoz my line item data Containing Amount and Quantity fields.
    so when am not using <FS> i.e., if am declaring WA like <struc>
    then its giving error message like Quantity does not exist.
    when for is printing.
    so thats why am using <FS> as my Work area.
    when am looping my table data into <FS>.
    for my main window table.
    so when ever am having no line item data with respect to my Selection screen.
    Then my line item internal table is empty in my driver program.
    so when it comming to smartform <FS> is empty
    then my form is going to Shortdump.
    so how can i over come that it should not go to shortdump
    even my line item data is not having records.
    Pls give me any solution .....!
    Thanks & Regards,
    Rajeshk

    Thanks for ur immd. response.
    Actually am not having problem with Quantity and Currency fields.
    My form is executing alright.
    But ,
    when ever am having no line item data with respect to my Selection Criteria.
    Then my line item internal table is empty in my driver program.
    so when it comming to smartform <FS> is empty
    then my form is going to Shortdump.
    I think you under stood my problm.
    ThankQ

  • Problems with AirPort - WRT54GL (for a short time)

    Hi!
    If have an old MacBook with Core Duo (OS X 10.4.10, all updates installed). The last days I have more and more problems with my WLAN. I use a WLAN DSL-Router (Linksys WRT54GL with original firmware v4.30.7). The problem is, that after some time while everything works perfectly, AirPort is still connected to the WRT54GL, but I cannot reach the Router anymore (no ping, no tcp connection to the router or to any computer in my network or the internet). At the same time router works fine for other computers. When I disable AirPort and enable it again, it connects again and everything works fine again. Any idea what the problem could be? Before the problem occured for the first time some weeks ago, it worked perfectly for more than one year with the router (no firmware update). The WLAN signal strengh is between medium and strong.
    The only problem I had with the router was, that I had to use WPA2, because WPA did not work for my MacBook. And it's not very fast, but that's not so important. The latest problems are really annoying, e.g. when I wrote a long email using webmail, the connection was lost and after I reenabled AirPort, the text was gone.
    Does anybody know how I could find and solve the problem?
    best regards
    Andreas

    You can't power it down from the AirPort Utility, but you could use the Timed Access feature to control when certain network devices can access the base station itself. Timed Access relies on the device's MAC hardware address and will control access to the router on a time basis.
    You would find this feature on the AirPort > Access Control tab within the AirPort Utility.

  • I'm having problems with iPad 2 and my smart cover.  The attachment seems to be depolarized and it moves around causing the device to toggle and flash like its coming on or shorting.  Anyone having problems?

    I'm having problems with iPad 2 and my smart cover.  The attachment seems to be depolarized, trys to connect using the back (curved) edge of the magnetized bracket.  When I try to attach it, it moves around causing the device to toggle in a way that looks like the camera flash.  Anyone having problems? Help.

    Update. My carrier says the antenna of my iPhone 4s is not so good as the one in the iPhone 3G. They can't solve the problem. Their signal is too weak for the 4s at places I spend most of my time. Not the answer I expected, but I'm free to choose an other carrier. Hope this will help.
    This was not the correct answer, I accidentially clicked the button..
    Message was edited by: vasch

  • Having problems with audio jacks, connections are shorting. i need an alternative solution for mixing in logic

    i am having problems with mac pros audio jacks,any alternative solutions ?

    If you're mixing in Logic, buy a FireWire audio interface. So many people make them, that it isn't funny. Personally, I'm a fan of M-Audio interfaces for a cheap, high quality device.
    Here's some FireWire interfaces, they also make USB products.
    http://m-audio.com/index.php?do=products.family&ID=FWinterfaces

  • "short-term memory loss": problems with iTunes, iPhoto, and others

    Recurring problems been frustrated with for several weeks, likely related in some way:
    1. iTunes (10) keeps asking for me to agree to license agreement every time it boots up.
    2. iPhoto (8.1.2) and Keynote (5.0.5) and iMovie (8.0.5) repeatedly give Start-up launch screen even though I click not to see it. iPhoto repeatedly asking me if I want to GPS my pictures.
    3. Google Earth stopped working.
    4. Skype also keeps asking me to agree to license agreement upon every launch.
    4. Skype upgrade (going from 2.8 to 5) runs and goes through all the way to relaunch but old version still there and no v. 5 to be seen.
    5. Adobe Acrobat repeatedly asking for log-in agreement too.
    HELP!
    I have already reset PRAM and SMC.

    Sorry for the length, got carried away trying to touch on main points.
    Okay, 2006 model, which came out Aug 2006-7.
    Heat. Good idea to run SmcFanControl 2.x to run default rpm 800-900 instead of too slow 500-600. Heat really harms those extra hot FBDIMM RAM chips.
    You need to boot from another hard drive to repair your boot drive.
    I would not go with DU and trust its verify. Alsoft Disk Warrior.
    You probably have a dying OEM Nvidia 7300GT or ATI X1900 that clogs itself with dust (poor air chamber design) and has to be pulled and cleaned 3-4x a year. There is even a recall-exchange program for some of the ATI X1900s, based on card serial number.
    Upgrades almost never do fix problems with hardware except once in awhile where graphic card drivers can always use some help.
    At the least, to repair your drive, boot from SL DVD and "Utility Menu => Disk Utility" until you have OS X installed on a small 30GB "emergency Mac" volume (from which to run DU but also Disk Warrior).
    I am not a fan of upgrading the OS to a new version. Format a new drive, and even actually new drives can ship with bad sectors. Think they don't? it would cost much more and longer to test even 1TB drive. And format a drive with Disk Utility from the new OS with Disk Utility, not older version.
    I would do a +clean install+ of 10.6 to another hard drive and fully update that and test things out. Then, clone/backup that with SuperDuper (safety net) and install software (10.6 upgrade editions that are compatible only).
    You may have something left in your system or installed that is corrupt, not compatible. Even a bad USB cable or device.
    Then import (Migrate) or hand copy your home account from backup (data is usually fine, thinking of /account/Library/ items.
    Creating a new user account can also be helpful to test a system, but first do a clean install so you know you are only using Apple OS.

Maybe you are looking for

  • Want to set Min Max for a material for PD MRP type

    Hi, I know Maximum stock level field in Material master MRP 2 view ? but where do i maintain minimum stock level? not procured? My client wants to set up his inventory with Min Max levels using MRP PD? Thanks and Apprecaites help. Regards, Siva

  • Windows XP Pro Running on MacBook Pro

    With the MacBook Pro's running on Intel processors, can the MacBook Pro run Windows XP Pro? I love my Mac (currently a 15" G4, before that a Wall Street) but my work requires running applications that work on Windows. Virtual PC use to be descent but

  • CacheConnect

    Hello. I try to install cache connect but have error. Can anybody help me? thanks ./ttisql cc_name Copyright (c) 1996-2008, Oracle. All rights reserved. Type ? or "help" for help, type "exit" to quit ttIsql. All commands must end with a semicolon cha

  • How to use RSLDAPTEST?

    hi friends     we are trying to keep in synch our crm system (company data) to one of our LDAP servers...we have done LDAP configuration (txn. LDAP) and have established a LDAP connector...v need to transfer some around 15 fields from CRM to the LDAP

  • Every text line automatically same width?

    I want to create a design were text on every line/row is exactly the same width, see example photo. What is the best and easiest way to do that?