Error - Unable to execute service and function

Hi all,
   I created a sample component with service handlers but it is giving errors Unable to execute service GET_PURGE_LIST and function getPurgeList.
(System Error: The service method 'getPurgeList' is not defined.) Please let me know what changes to be made to fix this
Below are the files I used:
======================
ampfacpurgecontents_resource.htm
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
ServiceHandlerSample htmlIncludeOrString
</title>
</head>
<body>
<@dynamichtml custom_finish_layout_init@>
<$include super.custom_finish_layout_init$>
if (navBuilder)
  if (isLoggedIn)
  navBuilder.addChildNodeTo('MY_CONTENT', 'item', 'id==GET_PURGE_LIST',
  'label=='+'Show Purge List',
  'url==<$HttpCgiPath$>?IdcService=GET_PURGE_LIST');
<@end@>
</body></html>
===============================================
Services
======
servicehandlersample_service.htm
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
ServiceHandlerSample service
</title>
</head>
<body>
<@table ServiceHandlerSample_Services@>
<table border=1><caption><strong>Scripts For Custom Services</strong></caption>
<tr>
  <td>Name</td><td>Attributes</td><td>Actions</td>
</tr>
<tr>
  <td>GET_PURGE_LIST</td>
  <td>DocService
  0
  PUTRGE_LIST_PAGE
  null
  null<br>
  null</td>
  <td>3:getPurgeList:GET_LIST:0:null</td>
</tr>
</table>
<@end@>
</body></html>
======================
service handler
============
servicehandlers_handlers.htm
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>
ServiceHandlerSample htmlIncludeOrString
</title>
</head>
<body>
<@table SampleServiceHandlers@>
<table border=1><caption><strong>ServiceHandlers</strong></caption>
<tr>
  <td>serviceName</td><td>handler</td><td>searchOrder</td>
</tr>
<tr>
  <td>DocService</td>
  <td>com.ameriprise.ServiceHandlerSample.getPurgeList</td>
  <td>100</td>
</tr>
</table>
<@end@>
</body></html>
======================================================
ServiceHandlerSample.hda
<?hda version="10.1.3.3.3 (080807)" jcharset=UTF8 encoding=utf-8?>
@Properties LocalData
version=2013_09_25(build 1)
blFieldTypes=
ComponentName=ServiceHandlerSample
hasPreferenceData=false
blDateFormat=M/d/yy {h:mm[:ss] {aa}[zzz]}!mAM,PM!tAsia/Calcutta
@end
@ResultSet ResourceDefinition
4
type
filename
tables
loadOrder
resource
resources/servicehandlersample_resource.htm
null
1
resource
resources/servicehandlers_handlers.htm
SampleServiceHandlers
1
service
resources/servicehandlersample_service.htm
ServiceHandlerSample_Services
1
template
templates/servicehandlersample_template.hda
null
1
@end
@ResultSet Filters
4
type
location
parameter
loadOrder
@end
@ResultSet MergeRules
4
fromTable
toTable
column
loadOrder
ServiceHandlerSample_Templates
IntradocTemplates
name
10
SampleServiceHandlers
ServiceHandlers
null
1
@end
@ResultSet ClassAliases
3
classname
location
loadOrder
@end
========================
Java Class
package com.ameriprise.ServiceHandlerSample;
import java.util.*;
import java.io.*;
import java.net.*;
import intradoc.common.*;
import intradoc.data.*;
import intradoc.shared.*;
import intradoc.server.*;
public class GetPurgedList extends ServiceHandler {
  public void getPurgeList() throws ServiceException, DataException
  DataResultSet fullStockData = new DataResultSet(new String[] {"Sample Content",
  "11111", "123", "Sept-25-13" });
  String resultSetName = m_currentAction.getParamAt(0);
  m_binder.addResultSet(resultSetName, fullStockData);
============================================================
Template
servicehandlersample_template.hda
<?hda version="10.1.3.3.3 (080807)" jcharset=UTF8 encoding=utf-8?>
@Properties LocalData
blFieldTypes=
blDateFormat=M/d/yy {h:mm[:ss] {aa}[zzz]}!mAM,PM!tAsia/Calcutta
@end
@ResultSet ServiceHandlerSample_Templates
5
name
class
formtype
filename
description
PUTRGE_LIST_PAGE
Document
null
purge_list_page.htm
null
@end

Hi Ashok,
In your servicehandlersample_service.htm the Service Class should be your package name and not DocService. Here is how it should be:
<@table ServiceHandlerSample_Services@>
<table border=1><caption><strong>Scripts For Custom Services</strong></caption>
<tr>
  <td>Name</td><td>Attributes</td><td>Actions</td>
</tr>
<tr>
  <td>GET_PURGE_LIST</td>
  <td>com.ameriprise.ServiceHandlerSample
  0
  PUTRGE_LIST_PAGE
  null
  null<br>
  null</td>
  <td>3:getPurgeList:GET_LIST:0:null</td>
</tr>
</table>
<@end@>
HTH
- Anand

Similar Messages

  • Authorware error "Unable to execute user code function this file may be damaged"

    I'm having problem installing Authorware correctly for IE7 or IE8. I've installed the 2004 version an continue receiving this error.
    After clicking 2 or three times on "Don't Show Further Errors" button, sometimes I see the page correctly but sometimes I receive this second error
    If I click on "Continue" I receive this error
    I've tried everything but anyway I receive these error
    Any help would be apreciated

    I am relatively sure that the problem can be found under the mime settings for the server.
    Make sure that you added .u32 to the mime extensions as well.
    +27 82 853 1010
    http://www.jfmultimedia.co.za
    Skype:  johannfouche
    Telephone VOIP:  +27 127435670

  • Unable to execute service SS_GET_PAGE and function getRssFeedForUrl.in ucm

    When i update rss feed information i am unable to update the rss logo getting the below error
    Unable to execute service SS_GET_PAGE and function getRssFeedForUrl.
    $ucmapp41: !csUserEventMessage,anonymous,portalcmd1.bb.wan:8055!csFileServiceUserAgent,Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2; MS-RTC LM 8; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),GET!csServiceDataException,SS_GET_PAGE,getRssFeedForUrl!$!csSystemError,www.google.com!syExceptionType2,intradoc.data.DataException,www.google.com!syExceptionType2,java.net.UnknownHostException,www.google.com
    intradoc.common.ServiceException: !csServiceDataException,SS_GET_PAGE,getRssFeedForUrl!$!csSystemError,www.google.com
         at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:1760)
         at intradoc.server.Service.buildServiceException(Service.java:1997)
         at intradoc.server.Service.createServiceExceptionEx(Service.java:1991)
         at intradoc.server.Service.createServiceException(Service.java:1986)
         at intradoc.server.ServiceRequestImplementor.handleActionException(ServiceRequestImplementor.java:1460)
         at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1427)
         at intradoc.server.Service.doAction(Service.java:452)
         at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1201)
         at intradoc.server.Service.doActions(Service.java:447)
         at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1071)
         at intradoc.server.Service.executeSubServiceCode(Service.java:3568)
         at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:942)
         at intradoc.server.Service.executeServiceEx(Service.java:3563)
         at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:973)
         at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:3558)
         at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:259)
         at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1209)
         at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:825)
         at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:597)
         at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1244)
         at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:986)
         at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1006)
         at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1050)
         at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1086)
         at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:906)
         at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:1818)
         at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1645)
         at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1615)
         at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1573)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:592)
         at sitestudio.SSClassHelper.invokeRaw(Unknown Source)
         at sitestudio.SSClassHelper.invoke(Unknown Source)
         at sitestudio.SSScriptExtensions.evaluateIncludeXmlEx(Unknown Source)
         at sitestudio.SSWCMScriptExtensions.evaluateTemplate(Unknown Source)
         at sitestudio.SSWCMScriptExtensions.getPlaceholderContent(Unknown Source)
         at sitestudio.SSWCMScriptExtensions.evaluateFunction(Unknown Source)
         at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1209)
         at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:825)
         at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:597)
         at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1244)
         at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:986)
         at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:906)
         at intradoc.common.DynamicHtmlMerger.outputDynamicHtmlPage(DynamicHtmlMerger.java:1769)
         at intradoc.server.Service.buildResponsePage(Service.java:1199)
         at intradoc.server.Service.doResponse(Service.java:1868)
         at intradoc.server.FileService.doResponse(FileService.java:1412)
         at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:664)
         at intradoc.server.Service.doRequest(Service.java:1707)
         at intradoc.server.ServiceManager.processCommand(ServiceManager.java:359)
         at intradoc.server.IdcServerThread.run(IdcServerThread.java:197)
    Caused by: intradoc.data.DataException: www.google.com
         at rssfeeds.RssHelper.getXmlHttpContentsAsString(Unknown Source)
         at rssfeeds.RssServiceHandler.getRssFeedForUrl(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:592)
         at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:617)
         at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:293)
         at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
         at intradoc.server.Service.doCodeEx(Service.java:490)
         at intradoc.server.Service.doCode(Service.java:472)
         at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1360)
         ... 47 more
    Caused by: java.net.UnknownHostException: www.google.com
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
         at java.net.Socket.connect(Socket.java:524)
         at java.net.Socket.connect(Socket.java:474)
         at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:388)
         at sun.net.www.http.HttpClient.openServer(HttpClient.java:523)
         at sun.net.www.http.HttpClient.&#60;init&#62;(HttpClient.java:231)
         at sun.net.www.http.HttpClient.New(HttpClient.java:304)
         at sun.net.www.http.HttpClient.New(HttpClient.java:321)
         at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:839)
         at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:791)
         at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:716)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:960)
         ... 59 more
    Any help is required
    Thanks
    Sravani

    Hi Ryan,
    Thanks for your reply.
    Yes, I checked in the configuration manager and the DB (Logged into the DB and ran a query on Users) as well.
    I can see the column name dPassword.
    Thanks

  • SharePoint Web Part: "Unable to Execute Service Method getLocaleStrings

    When using the UCM Web Part to promote content from SharePoint 2007 to UCM 11.1.1.3, I am getting an error: "Unable to Execute Service Method getLocaleStrings"
    Does this mean there is an incompatibility between the UCM web part and UCM 11.1.1.3, or is there a workaround?
    In my UCM logs, I am seeing:
    Unable to execute service method 'getLocaleStrings'. java.lang.NoSuchFieldError: m_locales. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,weblogic,10.2.20.96!$!csUnableToExecMethod,getLocaleStrings!syJavaExceptionWrapper,java.lang.NoSuchFieldError: m_locales
    intradoc.common.ServiceException: !csUnableToExecMethod,getLocaleStrings
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2071)
    at intradoc.server.Service.buildServiceException(Service.java:2207)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2201)
    at intradoc.server.Service.createServiceException(Service.java:2196)
    at intradoc.server.Service.doCodeEx(Service.java:583)
    at intradoc.server.Service.doCode(Service.java:504)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1622)
    at intradoc.server.Service.doAction(Service.java:476)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1439)
    at intradoc.server.Service.doActions(Service.java:471)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1371)
    at intradoc.server.Service.executeActions(Service.java:457)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:723)
    at intradoc.server.Service.doRequest(Service.java:1865)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.NoSuchFieldError: m_locales
    at intradoc.custom.integrationsupport.services.LocaleStringsService.getLocaleStrings(LocaleStringsService.java:45)
    at sun.reflect.GeneratedMethodAccessor549.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    at intradoc.server.Service.doCodeEx(Service.java:549)
    ... 15 more

    did you solve the problem???

  • Error while checking in a document: Unable to execute service

    Hi,
    I am using oracle UCM 11g. When i am checking in a document, i am getting error as "Unable to execute service CHECKIN_NEW_SUB and function validateCheckinData."
    In stacktrace found this is caused by:
    "Unable to find query or idc data source with 'DdeletedRows'. "
    How to resolve this?
    Thanks in advance

    Please refer to this thread ...may be u get ur answer out of it...........................
    Error while checking in and storing: C:\ ..... (Message no. 26253)
    regards,
    Tushar Dave

  • TS5376 Every time I try to install Itunes I get an error message saying it is unable to start services and to verify that I have sufficient privileges.  I am the administrator.  I have tried everything I can think of.

    Every time I try to install Itunes I get an error message saying it is unable to start services and to verify that I have sufficient privileges.  I am the administrator.  I have tried everything I can think of.  When I click the ingore option it doesn't install corectly and I get a message saying MSVCR80.dll file is missing.

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Unable to convert pdf to any other format. Tried cloud as well as acrobat reader. Reader error message "unable to contact service" and Cloud message "conversion error". I tried multiple pdf documents and checked security settings on all of them. Help Plea

    nable to convert pdf to any other format. Tried cloud as well as acrobat reader. Reader error message "unable to contact service" and Cloud message "conversion error". I tried multiple pdf documents and checked security settings on all of them. Help Please!

    Hi skydivingsnowman,
    I'm sorry you're having such trouble using the ExportPDF service. What browser are you using?
    Please try clearing your browser cache, or using a different browser (here's a list of supported browsers:   http://www.adobe.com/acom/systemreqs/.
    Please let me know if that works.
    Best,
    Sara

  • Unable to execute service method 'updateWorkflowAndDocState'

    Hi All,
    When i approve the content from workFlow, im getting the following erro. Anyone can help me
    Unable to execute service method 'updateWorkflowAndDocState'. (System Error: Runtime error: java.lang.NullPointerException
    at intradoc.server.workflow.WorkflowStates.updateStateForDocRevisions(WorkflowStates.java:997)
    at intradoc.server.workflow.WorkflowStates.advanceDocumentStateImplement(WorkflowStates.java:656)
    at intradoc.server.workflow.WorkflowStates.advanceDocumentState(WorkflowStates.java:518)
    at intradoc.server.DocStateTransition.advanceDocumentState(DocStateTransition.java:74)
    at intradoc.server.workflow.WorkflowHandler.updateWorkflowAndDocState(WorkflowHandler.java:513)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:617)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:293)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.workflow.WorkflowHandler.executeAction(WorkflowHandler.java:82)
    at intradoc.server.Service.doCodeEx(Service.java:490)
    at intradoc.server.Service.doCode(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1360)
    at intradoc.server.Service.doAction(Service.java:452)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1201)
    at intradoc.server.Service.doActions(Service.java:447)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1121)
    at intradoc.server.Service.executeActions(Service.java:433)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:635)
    at intradoc.server.Service.doRequest(Service.java:1707)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:359)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:197))

    Thanks for the reply.
    I have written a java componet to check in a file in to the content server. Im invoking this service from the work flow appoval step. Im getting the above error upon approval.
    I have given my full code here, any idea?
    public class SampleComponentSH extends ServiceHandler {
         @SuppressWarnings("deprecation")
         public void callSH(){
              String originaDocTitle = m_binder.getLocal("dDocTitle");
              SystemUtils.outln("dDocTitle ::" + originaDocTitle);
              String originalFileName = m_binder.getLocal("primaryFile");
              String originalFilePath = m_binder.getLocal("primaryFile:path");
              m_binder.putLocal("dSecurityGroup", "Public");
              m_binder.putLocal("primaryFile", "test1");
              m_binder.putLocal("primaryFile:path","D:\\checkIn\\test1");
              m_binder.putLocal("dDocTitle","test1");
              m_binder.putLocal("IdcService", "CHECKIN_NEW");
              try {
                   executeService(m_binder, "sysadmin", false);
                   m_binder.putLocal("primaryFile", originalFileName);
                   m_binder.putLocal("primaryFile:path",originalFilePath);
                   m_binder.putLocal("dDocTitle",originaDocTitle);
              } catch (DataException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              } catch (ServiceException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
         public void executeService(DataBinder binder, String userName,     boolean suppressServiceError)
         throws DataException, ServiceException{
         // obtain a connection to the database
         Workspace workspace = getSystemWorkspace();
         // check for an IdcService value
         String cmd = binder.getLocal("IdcService");
         if (cmd == null)
              throw new DataException("!csIdcServiceMissing");
         // obtain the service definition
         ServiceData serviceData = ServiceManager.getFullService(cmd);
         if (serviceData == null)
              throw new DataException(LocaleUtils.encodeMessage("!csNoServiceDefined", null, cmd));
         // create the service object for this service
         Service service = ServiceManager.createService(     serviceData.m_classID, workspace,null, binder, serviceData);
         // obtain the full user data for this user
         UserData fullUserData = getFullUserData(userName,service, workspace);
         service.setUserData(fullUserData);
         binder.m_environment.put("REMOTE_USER", userName);
         ServiceException error = null;
         try
              // init the service to not send HTML back
              service.setSendFlags(true, true);
              // create all the ServiceHandlers and implementors
              service.initDelegatedObjects();
              // do a security check
              service.globalSecurityCheck();
              // prepare for the service
              service.preActions();
              // execute the service
              service.doActions();
              // do any cleanup
              service.postActions();
              // store any new personalization data
              service.updateSubjectInformation(true);
              service.updateTopicInformation(binder);
         catch (ServiceException e)
              error = e;
         finally
              // Remove all the temp files.
              service.cleanUp(true);
              workspace.releaseConnection();
         // handle any error
         if (error != null){
              if (suppressServiceError){
                   error.printStackTrace();
                   if (binder.getLocal("StatusCode") == null){
                        binder.putLocal("StatusCode", String.valueOf(
                        error.m_errorCode));
                        binder.putLocal("StatusMessage",
                        error.getMessage());
              else{
                   throw new ServiceException(error.m_errorCode,
                   error.getMessage());
         public UserData getFullUserData(String userName,ExecutionContext cxt, Workspace ws)
         throws DataException, ServiceException {
              if (ws == null)
                   ws = getSystemWorkspace();
              UserData userData = UserStorage.
              retrieveUserDatabaseProfileDataFull(userName,ws, null, cxt, true, true);
              ws.releaseConnection();
              return userData;
         public Workspace getSystemWorkspace(){
              Workspace workspace = null;
              Provider wsProvider =
              Providers.getProvider("SystemDatabase");
              if (wsProvider != null)
                   workspace = (Workspace)wsProvider.getProvider();
              return workspace;
    }

  • An error occurred when executing a REMOTE FUNCTION CALL.

    Dear all,
    We have two syetms called DXD and GRD , we have a remote enabled function module in the DXD system , when i am trying to call this Function module from
    GRD system it is going for the short dump, and giving the follwing error,
    <b>Error analysis
        An error occurred when executing a REMOTE FUNCTION CALL.
        It was logged under the name "RFC_NO_AUTHORITY"
        on the called page.</b>
    But i do have the access for the DXD system also, i am really struggling to solve this problem, if any lights are there to help me , i will be thank full for then,
    some body suggested for me that we need to maintain the Trusted system tables in the target system.
    Thanks & regards
    Satya.

    first u( user id ) have to get the Authorizations to use RFC ?
    object will be  like S_RFC or some thing like this.
    when u get this kind of error just call /NSU53 then u will come to know which Authorization Object is missing from ur User Profile.
    Regards
    Prabhu

  • Request Failed : Unable to execute service method 'getHistory'

    Content Server Request Failed
    csUnableToRetrieveHistory Unable to execute service method 'getHistory'. The error was caused by an internally generated issue. The error has been logged.

    As Fabian said, there should be more information in the Content Server logs.
    Jonathan
    http://jonathanhult.com

  • I am trying to setup Microsoft office mail and need assistance  - I am receiving the error, unable to find server and DNS setting in the Network

    I am trying to setup Microsoft office mail and need assistance  - I am receiving the error, unable to find server and DNS setting in the Network

    Which version of OSX and what email provider are you using.

  • Error - unable to determine DB and SAP version

    Hi!
    Getting struct in prepare phase of solution manager 3.2 to 4 upgrade.
    Getting error unable to determine the DB and SAP version.
    during the prepare during the DBCHK
    phase of solution manager getting the error " SEVERE ERROR: unable to
    determine DB and SAP version."
    The following files must be in the path described by
    the environment variable "PATH":
    icuuc30.dll, icudt30.dll, icuin30.dll [nlsui0.c 1489] pid = 2268
    Kindly assist

    dear Elmar,
    Hi!
    The entries are not there in path, but R3trans -d IS SHOWING ONLY following-
    C:\Documents and Settings\smpadm>r3trans.exe -d
    This is r3trans.exe version 6.13 (release 640 - 26.02.07 - 15:37:00).
    r3trans.exe finished (0000).
    And Echo path is - E:\oracle\SMP\102\bin;C:\WINDOWS;C:\WINDOWS\System32;E:\usr\sap\SMP\SYS\exe\run
    Kindly suggest
    sanjay
    Message was edited by:
            Sanjay Birari

  • Error "Unable to execute function. (USER_ID=1087)"

    Hi,
    I got the error message when I access the R12 login link. I tried to restart the application but it doesn't help. Do anybody know how to fix it? Thanks.
    "Unable to execute function. (USER_ID=1087)"
    Edmond
    Edited by: Twenty4billy on Sep 13, 2012 6:30 PM
    Edited by: Twenty4billy on Sep 13, 2012 6:30 PM

    Please post the details of the application release, database version and OS.
    I got the error message when I access the R12 login link. I tried to restart the application but it doesn't help. Do anybody know how to fix it? Thanks.
    "Unable to execute function. (USER_ID=1087)"
    EdmondWas this working before? If yes, any changes been done recently?
    Can you find any details about the error in Apache log files?
    Any errors in the database log file?
    Please run AutoConfig and make sure it completes successfully.
    Thanks,
    Hussein

  • Aerender error: "Unable to execute script at line 95. Window does not have a constructor"

    A BG Renderer user is getting this error when running aerender version 10.5.1x2:
    "Unable to execute script at line 95. Window does not have a constructor"
    The render proceeds but the process never completes which is preventing the rest of the BG Renderer notifications from triggering.  Any idea what this error means and how to fix it?
    Thanks,
    Lloyd

    I guess we'll have to wait for Adobe to answer what could be causing the transmission to drop on Line 95. Todd's out of the office for a month or two, but maybe someone else can shed some light.

  • One of cloud doesn't work in failover with Event ID 1205 and 1069 and unable to move services and application another node

    Any one please respond.
    I've been working on creating a windows server 2008 R2 cluster for about a month now and I keep getting an error whenever I try to add a 2nd node. I keep
    getting The cluster node is not reachable. However, when I validate the configuration, everything goes through success. I created and destroyed the cluster a couple of times, but no luck. I even re-installed Windows Server 2008 R2 on both servers, re-configured
    the iSCSI, and the same warning keeps coming up. 
    I installed a new a new SQL Server 2008R2 Named Instance on an exisiting SQL Server cluster node (Node 1 &Node2). When I try to manually fail
    over 
    the Services and applications  to another node (Node1 to node2) using Failover Cluster Manager, I get the errors
    The cluster has these Events:
    Event ID
    1069: Cluster resource 'IP Address xx.xx.xx.xx' in clustered service or application 'ClusterDtc' failed.
    Event ID 1205:The Cluster service failed to bring clustered service or application 'ClusterDtc' completely online
    or offline. One or more resources may be in a failed state. This may impact the availability of the clustered service or application..
    Why the cloud server doesn’t move to node2? you can see screen shorts below.
    1.
    in system configuration-
    3. in
    system configuration---->warning--->Validate All Drivers Signed
    after creating cluster I got below errors.
    Any info you might know would be really helpful.

    Dear Ravikumar
    From clone support they given reply mail...
    mail from Ramu...
    That would be a typical work around in this situation. But what we intend to do cannot be accomplished through this work around as we need the validations to complete successfully.
     We are looking for an option either to get the driver signed or use a different signed adapter for the same. Could you please suggest us something on that line. 
    Mail from Support....
    Hello,
    Unfortunately this is not something that we would be able to do in a virtual environment; You are welcome to try different drivers however we would not be able to provide any support 
    for untrusted drivers. The only true solution would be to upgrade from a VM to a dedicated server where you would have control of all the drivers as there is no virtualization layer to
     contend with. Stepping into the territory of untested drivers for a custom configuration in a virtual environment will certainly prove to be an uphill battle.
     I would advise contacting Microsoft's support for additional assistance as they will be able to provide the most accurate information regarding this concern. 
    Regards
    Systems Administrator

Maybe you are looking for