Getting error in using the create Reservation API in OM

Hi All,
we want to reserve the item while creating the orders from interface tables.
We are using the INV_RESERVATION_PUB.Create_Reservation for creating the reservation based upon the Lot numbers.
We have first written the declare block(Anonymous) and reserved the quantity that was working fine using the batch is, orig reference (source order number) etc.
But when we are using the same code to create a procedure it is giving us the following two errors.
INV_RSV_SR_DETAIL
Invalid Serial Number.
We have checked that these errors are in the validate_serials proc in inv_reservation_validate_pvt Package.
Can any of you please help us here so that we can overcome this issue.
Thanks
-Shivdeep Singh
We got the error ... we are using a tbl type var for serial nos and initializing it from 0. Now are initializing it with 1. Everything is working fine now.
Thanks
-Shivdeep Singh
Edited by: user1054040 on Apr 25, 2012 11:10 PM

Hello Aditya,
Thanks for showing interest in my question.
To answer your question of what I am trying to do, I hope this can shed some light.
I was given a PO number and an Outbound delivery number to work with.
We have created a custom (module) program that handles transactions regarding outbound deliveries, and one feature of this program is to do a reversal of Outbound deliveries already posted.
When using this reversal feature using the given PO as reference, the error message which I mentioned in my previous post, is displayed on screen.
The user is curious why this happens and yet the posted outbound delivery involved is reversed.
Additional info:
• VL02n > Post Goods Issues - to process(?) given Outbound delivery
• Custom program - to do the reversal process
• VL02n does Mvt 641 while the reversal does Mvt 642.
I apologize as to not being so clear but I am not so well versed with MM and its workings.
Thanks.
~ ric

Similar Messages

  • Getting error when using the option "Open Shared Calendar"

    Hello Everyone,
    I have created four calendars for our office all of them for booking meeting rooms.
    Three of the four work just fine but the fourth is being a pain.
    I'm running Exchange 2010 and all our clients are running Outlook 2007. I have re-created
    the meeting room a couple of times just to make sure I hadn't missed anything.
    When I, or another staff memeber tries to use the "Open a Shared Calendar"
    withing Outlook 2007 in Calendar view, we get the below error.
    Cannot display the folder. Microsoft Exchange is not available. Either there are
    network problems or the Exchanges computer is down for maintenance.
    Any ideas why I'm getting this error?
    Thanks,
    Sean

    Hi Sean,
    Could you please check the conference room type,whether it is an Auto Accept or Delegate Type.
     checking the conference room type :
    Get-CalendarProcessing conference room| fl *policy*
    you may get the below results:
    >Get-CalendarProcessing conferenceroom name| fl *policy*
    RequestOutOfPolicy    : {}
    AllRequestOutOfPolicy : False
    BookInPolicy          : {}
    AllBookInPolicy       : True
    RequestInPolicy       : {}
    AllRequestInPolicy    : True
    If "AllBookInPolicy       : True" it mean it is an Auto Accept type and if "AllBookInPolicy : False" then it is Delegate type conference room.
    If it is an Auto accept type then you should have Editor access on the concern room calendar to manage it and the same time if the room is an Delegate type you suppose to have Delegate access over the room.
    To check whether you have permissions to access the room calendar.
    >Get-MailboxFolderPermission -Identity conferenceroom name:\calendar
    RunspaceId   : b36c1c40-34df-49de-a978-792c216c211e
    FolderName   : Calendar
    User         : Default
    AccessRights : {LimitedDetails}
    Identity     : Default
    IsValid      : True
    RunspaceId   : b36c1c40-34df-49de-a978-792c216c211e
    FolderName   : Calendar
    User         : Anonymous
    AccessRights : {None}
    Identity     : Anonymous
    IsValid      : True
    RunspaceId   : b36c1c40-34df-49de-a978-792c216c211e
    FolderName   : Calendar
    User         : skumar(s)
    AccessRights : {Editor}
    IsValid      : True

  • Getting error while using the data element in ztable

    though i specified the length as 20 in dataelement when i am entering the dataelement i am getting this error
    while i used help i got the following information
    Number of positions < minimum number (1) for data type CHAR
    Message no. DO253
    Diagnosis
    A minimum length is required for the specified data type.
    This minimum length is not reached by the specified number of positions.
    Procedure
    Increase the number of positions or select a more appropriate data type with the possible entries help F4.

    This is strange, you shouldn't even be able to activate the dataelement type char with a length of 0. Revisit your data element and make sure that the length shows to be greater than 0 and reactivate your data element to make sure the newest version is active. In case you are referencing a domain in your data element do the same with the domain after validating that everything is correct (you can also use the check function). Then go back to your table and reenter the data element before activating your table.
    Hope that helps,
    Michael

  • Getting error on clicking the create button in apps which is working fine

    Hi All.
    We had created an application using OAF technology which is working fine in Jdeveloper.
    Basically the application consists of 3 pages.
    1) MainPG
    2) CreatePG
    3) UpdatePG.
    Now after deploying all the required files in apps environment,i am able to open the pages individually.
    Now after opening the MainPG i clicked on the create button which directs to CreatePG,but CreatePG is not opening instead its giving below error.(Individually if i click on CreatePG,UpdatePG pages are opening),where as the CreatePG and UpdatePG working fine in Jdeveloper.
    Below is the error i am receiving.PLease Help.
    oracle.apps.fnd.framework.OAException: No data found for region (/oracle/apps/ar/VOAM/webui/CreatePG).
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:529)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3719)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3452)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1006)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
         at oa_html._OA._jspService(_OA.java:84)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:94)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/ar/VOAM/webui/CreatePG, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1350)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:503)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3719)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3452)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1006)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
         at oa_html._OA._jspService(_OA.java:84)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:94)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    Exception:
    oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /oracle/apps/ar/VOAM/webui/CreatePG, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
         at oracle.adf.mds.internal.MetadataManagerBase.findElement(MetadataManagerBase.java:1350)
         at oracle.adf.mds.MElement.findElement(MElement.java:97)
         at oracle.apps.fnd.framework.webui.JRAD2AKMapper.getRootMElement(JRAD2AKMapper.java:503)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getWebBeanTypeDataFromJRAD(OAWebBeanFactoryImpl.java:3719)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.getRootApplicationModuleClass(OAWebBeanFactoryImpl.java:3452)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1006)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
         at oa_html._OA._jspService(_OA.java:84)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:94)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)

    Hi gaurav,
    After your update i remember that the path should be uploaded one.i had imported the PG with the below command.
    import f:\p4045639_11i_GENERIC\jdevbin\Tutorial\jdev\myprojects\oracle\apps\ar\VOAM\webui\UpdatePG.xml -rootdir f:\p4045639_11i_GENERIC\jdevbin\Tutorial\jdev\myprojects -userId vramana -rootPackage /oracle/apps/ar/VOAM/webui -username apps -password testmunim -dbconnection "(description = (address_list =(address = (community=tcp.world)(protocol = tcp)(host =)(port = )))(connect_data = (sid =TEST)))"
    which has give imported page as /oracle/apps/ar/VOAM/webui/oracle/apps/ar/VOAM/webui/UpdatePG.I need to give this path in jdeveloper which i had forgotten,instead i have given as /oracle/apps/ar/VOAM/webui/UpdatePG.
    My issue is resolved.
    Thanks a lot gaurav and all the people who participated in this thread.
    Regards

  • Catalog Manager Error when using the Create Report under Tools

    When trying to save the output from the Create Report option under Tools in the Catalog Manager, I get "An Internal error has occurred during: 'Catalog Report'".
    Has anyone else encountered this or does anyone have a suggestion?
    Thanks

    Hi Thaigo,
    We are also having the same problem with 2004s SP9 and SP10.
    1. All the 0TCA* are active.
    2. Super admin role is assigned.
    But still getting the above three errors. Somebody who have overcome this problem please share the corresponding changes to be made in KM Configuration
    Thanks and Regards
    Giri Nath

  • Getting error when using the "/parameter" switch in command line run

    Has anyone experienced this problem before?
    My report queries over 100,000 records from a view. When the report is run from the command line every thing works fine.
    But when I add a condition using a "parameter", although the report still runs fine from the destop, when launched from the command line it errs.
    "Oracle Discoverer Desktop has encountered a problem and needs to close. ..."
    "The instruction at "0x0044397c" referenced memory at "0x0000004e". The memory cound not be "read"...."
    I'm guessing its a memory issue with my PC. I've tested using a parameter with other reports using fewer records and it doesn't err from the command line.
    I can work around the issue by not using a parameter but then I have 20 versions of the same report each with a different condition.
    Any suggestions would be appreciated.
    Lise McGillis

    Hi Michael,
    I'm using an DELL Intel Pentium 4 CPU 3.00 GHz with 1 GB of RAM. We use Microsoft Windows XP Prof version 2002.
    As for Discoverer we are using 10G, Desktop Client 10.1.2.48.18 - 1047500 KB available memory , 2099744 KB Free disk space.
    I'm not sure I have acess to a computer with more RAM but I'm looking into it.
    What I'm frustrated by is the fact that the parameter works fine when run directly from the desktop but when passed from the command line it bombs... but only when dealing with mega records.
    Lise.

  • Getting error while using HTTP connector and calling POST action to a Web API which is deployed as website on Azure

    I have create Logic App under Azure App Services, I am getting
    error while using HTTP connector and calling POST action to a Web API which is deployed as website on Azure.
    Following are the screen shots:
    Login App Connector Diagram:
    hema

    Marking as answered since no response on request for more information - assuming that you found what was wrong in the inputs. Let us know if you're still having trouble.
    http://twitter.com/joshtwist

  • I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    The template is a document in itself, it is not applied to an existing document whether it is a Pages document or a Word document converted to a Pages document.
    You would need to either copy and paste content, using existing styles, or apply the styles to the converted Word document.
    You can Import the Styles from an existing document and those imported Styles can be used to override the current document's styles:
    Menu > Format > Import Styles
    The process is simplified if the styles use the same names, otherwise you will need to delete the style you don't want and replace it with the one that you do want when asked, then the substitution is pretty straightforward.
    Peter

  • HT203180 I purchased a video from iTunes but it will not sync to my iPod.  I get a message stating that the video "was not loaded to the iPod because iyt cannot be played on this iPod."  I tried to use the "create an iPod version" but the command is graye

    I purchased a video from iTunes but it will not sync to my iPod.  I get a message stating that the video "was not loaded to the iPod because iyt cannot be played on this iPod."  I tried to use the "create an iPod version" but the command is grayed out

    I was refering to the "sample rate", normally 44.1 KHz, the iPod might not be able to play tracks with a non-standard rate. Otherwise I'm not sure what the issue might be.
    tt2

  • How to create a listener using the new MDM API

    Does anyone have an example on how to create a addrecord listener using the new MDM API?

    Refresh!
    Hi all,
    Looking for some sample codes on the same
    Best regards,
    Arun prabhu S

  • [svn:osmf:] 11226: Updated DRM Sample to not use the removed DRMUpdater API .

    Revision: 11226
    Author:   [email protected]
    Date:     2009-10-28 09:21:13 -0700 (Wed, 28 Oct 2009)
    Log Message:
    Updated DRM Sample to not use the removed DRMUpdater API.
    Modified Paths:
        osmf/trunk/apps/samples/framework/DRMSample/.actionScriptProperties
        osmf/trunk/apps/samples/framework/DRMSample/src/DRMSample.mxml
        osmf/trunk/apps/samples/framework/DRMSample/src/ui/RegionComponent.as

    Hi, 
    I was trying to create and update the calendar event using [POST] https://outlook.office365.com/api/v1.0/me/events and [PATCH] https://outlook.office365.com/api/v1.0/me/events/<eventId> respectively.
    When i try with poster or postman, I get this error
    {error: {code: "ErrorInvalidRequest" message: "Cannot read the request body."} }
    its not working . Any help will be appreciated.
    Note: GET events and DELETE Events are working. I think the API with payload is not working.

  • Get File Information using the Document ID in Javascript

    I store in a custom list the Document Id of a linked document. I need to retrieve some metadata - at least the filename - of that document. I have tried using the Search REST API specifying something like "DocID:INGX1-2-26" in my search query,
    but nothing is returned, nothing found.
    Is there any other way to get the file info when all I have is the Document ID? In the managed code, I could use the Microsoft.Office.DocumentManagement.dll which provides a way to get the file info using the DocId, but this is not available in Javascript.
    Any ideas?
    thanks.

    Hi,
    As a workaround, we can create a custom web service with the Microsoft.Office.DocumentManagement.dll, then you can call the web service using JavaScript.
    Here are some links about Building and Consuming Custom WCF Services hosted in SharePoint for your reference:
    http://nikpatel.net/2012/02/29/step-by-step-building-custom-wcf-services-hosted-in-sharepoint-part-i/
    http://www.c-sharpcorner.com/uploadfile/sridhar_subra/consuming-wcf-asmx-rest-service-using-jquery/
    http://leonidius2010.wordpress.com/2011/05/06/custom-web-service-for-sharepoint-an-easy-way/
    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

  • Exception NoClassDefFoundError while using the plug-in API IResource

    hi,
    i am trying to use the plug-in API IResource .
    for this i have included the necessary jar files.
    when i am using the class Iresource in my application then it is throwing the following exception :
    Error stacktrace:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for view com.sap.app.FileAppView. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.<init>(DelegatingView.java:41)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.createUninitializedView(ViewManager.java:487)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:524)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:422)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:130)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:41)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.displayToplevelComponent(ClientComponent.java:134)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:371)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:599)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:391)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:265)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         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: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
         ... 31 more
    Caused by: java.lang.NoClassDefFoundError: org/eclipse/core/resources/IResource
         at com.sap.app.wdp.InternalFileAppView.<init>(InternalFileAppView.java:90)
         ... 36 more
    can anyone suggest hte solution to this?
    Regards,
    Ashish

    Greg,
    Have you been able to resolve this problem? I have a user complaining of the same thing and have not seen a resolution posted anywhere.
    Thx, Rich

  • Getting error when trying to create Exchange Connector in System Center Service Manager 2012

    Getting error when trying to create Exchange Connector in System Center Service Manager 2012
    The connection to the server was unsuccessful. Please check the server name and/or credentials entered.
    Additional Information: The server URL is not accessible or the user does not have permission to access it (message: The request failed. The remote server returned an error: (401) Unauthorized.
    Warm Regards, Pramod Kumar Singh Manager-IT

    Someone sorted out this issue by installing API 1.2 and copying the dll files to the service manager server ,service folder and replacing it with API 2.0 dll files.
    Also, your question is related to SCSM, please post at SCSM forum if you have further question.
    Juke Chou
    TechNet Community Support

  • ARM approval error after upgrading to SP14: Database error while using the secure store.

    Dear GRC experts,
    After upgrading GRC 10 to SP14, assigning manual passwords during the approval of a request, the approval process is failing.
    Here is the scenario; your advice will be appreciated.
    Task: Manually assign passwords to multiple systems contained in the request
    Where: On the access request, go to “User System Details” tab
    Issue: After approving/submitting the request, the error “Database error while using the secure store” is generated
    Logs: Nothing on transactions SLG1 or ST22; however ST11 shows the error attached below:
    This is the failed approval of the request:
    Other scenarios executed as a workaround, and passed the password assignment this time:
    The approval will work if only one password is assigned to any of the given systems. The rest of the systems get an auto-generated
    password.
    ARM also accepts multiple passwords when the requestor assigns passwords on the “User System Details” prior submitting a
    request. The GRC admin can approve once reached for system approval.
    AS FYI, “Confirm Password” is only required when creating the request but not on any other stage.
    System information:
      -Netweaver 7
      -GRCFND_A SP14
      -GRCPINW SP13
    Regards,
    Gustavo

    SAP just delivered a note to fix this issue. The number is 2022294.

Maybe you are looking for

  • Seeking help for a  report design

    How to create dynamic footnotes, if it's even possible, with Oracle Reports? A dynamic footnote would be one that appears on a page only if it is used on that page. For example: Regions: South East West North Widget A S: $1500. E: $100. Footnotes: S

  • WLCS 3.1 + WLS SP 9 --*** PORTALS Not WORKING!!!!

    After applying WLS SP 9.0 our portals not working. Can anybody throw some light, PLEASE !!! **URGENT** We are getting the following Error: Sun May 06 21:24:44 GMT+03:00 2001:<E> <ServletContext-General> Servlet failed with Exception weblogic.servlet.

  • E Rec integration issue while data transfer

    Hi Experts, In E Recruitment we are facing an issue that when education is getting transferred from E Rec to PA then education is not getting transferred correctly. The issue is because in E Rec we are using table T77RCF_DEGREE & in PA we are using T

  • Auto size column width in repor generation toolkit

    Im using RGT for excel creating tables i excel i wan to auto size the column width automatically.how to do this? kavi

  • IPhoto messed up some pics

    I am running iPhoto 09 and Mac OS X. I recently had to go to the Genius Bar  abd they helped me partition my drive so that I could still run an older OS on part of since some of my company access software isn't compatible with OS X. All went well unt