Is fileReference DataEvent.UPLOAD_COMPLETE_DATA 100% guaranteed to execute a service call?

I am making a file upload system and I would like to ask one thing about it. Here is how it works at the moment:
1. You select the file and upload it with the fileReference.upload(path/to/upload.php).
2. On DataEvent.UPLOAD_COMPLETE_DATA the upload.php returns a xml data with file properties like new fileName, filePath, fileUrl etc
which I pass to a php service which writes the data to a database along with other stuff.
My question here is: Is it possible for someone to interupt this chain of events. By this I mean - is it possible for the file to get uploaded but the service which writes the data to the database to never be executed. For example if the user closes the browser at 100% video upload right after it's uploaded and right before the service is called? This would cause the file to be uploaded and the system wouldn't know about it and the server might get overloaded with files that don't exist in the system.
Help please!

I guess the question to this answer is like asking if on web browser's unload event you call ExternalInterface to call a function in flash which executes an http request before closing. I am not sure that it's the same thing though!
Would both examples work ? Is it 100% guaranteed that they won't sometimes fail to execute?

Similar Messages

  • Truncated response on DataEvent.UPLOAD_COMPLETE_DATA

    Hello,
    We are developing an mobile AIR application, using the Flex 4.6 SDK, which uploads a file to a server and then relies on getting some information (the upload’s ID) from the server’s response.
    It all works fine when running through the AIR simulator, but when we run the app on an iPhone or an iPad, the server’s response after the upload has finished seems truncated.
    We weren’t sure where the response might get truncated, so we tried Wireshark to compare the packets that come back from the server for a “good” and for a truncated response and they seem to be exactly the same in size.
    This is an example code of what we’re trying to do:
    public function uploadFileToServer( _filePath : String ) : void
              var file : File = new File( _filePath );
              var requestText : String = “...”;
              var request : URLRequest = new URLRequest( requestText );
              request.method = URLRequestMethod.POST;
              request.contentType = "multipart/form-data";
    file.addEventListener( DataEvent.UPLOAD_COMPLETE_DATA, handleFileUploadComplete );
              file.upload( request, "File1" );
    in handleFileUploadComplete is where the DataEvent’s data is truncated on a mobile device, but not when the application runs through the simulator.
    The “good” response isn’t large and is no more than 130 symbols. On a mobile device it always gets truncated to 48 symbols.
    Assuming that the server sends exactly the same response each time (or so it seems when looking at the communication with Wireshark), is there a way to track what happens to it between its arrival and what comes in on the DataEvent.UPLOAD_COMPLETE_DATA event?
    Thank you in advance.
    DiaDraw.com

    Hi Sanika and thank you for responding so quickly!
    I should have provided these answers in my initial question - thanks for the reminder:
    1. The file does get uploaded successfully to the server every time (including when running the app on the iPhone and the iPad).
    2. There are listeners in the code to the rest of the events (securityError, httpStatus, httpResponseStatus and ioError) - I omitted them from the example to avoid clutter.
    3. None of the error events fire.
    I'll bundle an application for reproducing the problem and will file a bug report.
    Thank you,
    DiaDraw.com

  • AD: Visa - MasterCard - 100% Guarantee Regardless of CreditProblems

    This message is sent in compliance of the new e-mail bill: SECTION 301, Paragraph (a)(2)(C) of s. 1618
    Sender : America First Financial, 15615 Waterloo Road, Cleveland, OH 44110
    Phone : 216-481-3573
    E-mail : [email protected]
    To be removed from our mailing list, simply reply with "REMOVE" in the subject.
    Welcome to America First Financial, your credit card connection.
    We're a company designed to help you obtain a major unsecured credit card
    regardless of your past credit problems.
    Apply right now online. http://www.aamericafirstfinancial.com/
    100% Guarantee - No one is denied!
    UNSECURED!! - Visa - MasterCard
    Click here to apply: http://www.aamericafirstfinancial.com/
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    As the last posts suggest I did buy a purportedly good dual 1.25 Hz CPU that the seller says came from a 167 motherboard.
    The seller also told me that ALL dual 1.25 CPU's came from 167MHz motherboards.
    IS THIS TRUE?
    I don't know if he's right, but when I installed the "new" dual 1.25 MHz CPU, it started once, and fried. The thermal compound and heat sink were installed... the compound was NOT overly applied.
    I sent the chip back to him, and he claims that his records show the chip tested good before shipping and that it is now fried.
    He suggests only two possibilities:
    1. Too much thermal was applied (didn't happen, I was thoroughly schooled in the application of the compound & have done it before).
    2. The chip was run without the heat sink. Neither is true. I actually had a second fan blowing directly on the heat sink, since the cover was open.
    From his standpoint, my board or technique fried the chip. From my standpoint, the chip may simply have been ready to go, and when installed with a new motherboard and new PSU, it simply went, OR he's wrong about dual 1.25 chips ONLY coming from 167 MHz boards.
    I'm basically in a situation where one seller is going to blame the other, and/or me. The seller I got the motherboard from immediately sent me a new one, no questions asked. The CPU seller, wrote to me and is awaiting a reply.
    I need the question above regarding were there dual 1.25 CPU's ever sold with 133 MHz motherboards to begin to respond to his well, accusation essentially.
    I can't do any further testing without another chip. I already paid $100 plus for that chip.

  • Error while executing the service - The service method not defined error

    Hi,
    I am using Oracle UCM Content server 11g. I have created a custom service using component wizard. I have provided class name and method correct in the service declarations. The method should return manipulated Revision Label value. I am executing the service as a direct service and not subservice from a resource file using the following command.
    <$executeService("servicename")$>
    The serice is getting called but I am getting the following error log
    Event generated by user 'weblogic' at host 'localhost:16200'. Unable to execute service Edit_Revision_Label and function generateRevLabelInfo.
    The service method 'generateRevLabelInfo' is not defined. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,weblogic,localhost:16200!$!csServiceDataException,Edit_Revision_Label,generateRevLabelInfo!$!csMethodNotDefined,generateRevLabelInfo
    intradoc.common.ServiceException: !csServiceDataException,Edit_Revision_Label,generateRevLabelInfo!$
    *ScriptStack Edit_Revision_Label
    Edit_Revision_Label,dDocName=3:generateRevLabelInfo,dDocName=
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    at intradoc.server.Service.buildServiceException(Service.java:2260)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
    at intradoc.server.Service.createServiceException(Service.java:2249)
    at intradoc.server.ServiceRequestImplementor.handleActionException(ServiceRequestImplementor.java:1766)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1716)
    at intradoc.server.Service.doAction(Service.java:477)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1322)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3866)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1200)
    at intradoc.server.Service.executeServiceEx(Service.java:3861)
    at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:1231)
    at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:3856)
    at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:269)
    at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1430)
    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:908)
    at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:623)
    at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1394)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1110)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:991)
    at intradoc.common.DynamicHtmlMerger.outputDynamicHtmlPage(DynamicHtmlMerger.java:2007)
    at intradoc.server.Service.buildResponsePage(Service.java:1267)
    at intradoc.server.Service.doResponse(Service.java:2076)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:802)
    at intradoc.server.Service.doRequest(Service.java:1890)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1343)
    at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1715)
    at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:222)
    at sun.reflect.GeneratedMethodAccessor1173.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
    at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
    at idcservlet.ServletUtils.executeContentServerIntegrateMethodOnConfig(ServletUtils.java:1600)
    at idcservlet.IdcFilter.doFilter(IdcFilter.java:352)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: intradoc.data.DataException: !csMethodNotDefined,generateRevLabelInfo
    at intradoc.server.Service.doCodeEx(Service.java:561)
    at intradoc.server.Service.doCode(Service.java:505)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:477)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:473)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1323)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3867)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1200)
    at intradoc.server.Service.executeServiceEx(Service.java:3862)
    at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:1231)
    at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:3857)
    at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:269)
    at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1430)
    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:908)
    at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:623)
    at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1394)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1110)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1227)
    at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:991)
    at intradoc.common.DynamicHtmlMerger.outputDynamicHtmlPage(DynamicHtmlMerger.java:2007)
    at intradoc.server.Service.buildResponsePage(Service.java:1267)
    at intradoc.server.Service.doResponse(Service.java:2076)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:802)
    at intradoc.server.Service.doRequest(Service.java:1890)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1346)
    at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1715)
    at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:222)
    at sun.reflect.GeneratedMethodAccessor1173.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:88)
    at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
    at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
    at idcservlet.ServletUtils.executeContentServerIntegrateMethodOnConfig(ServletUtils.java:1600)
    at idcservlet.IdcFilter.doFilter(IdcFilter.java:352)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Please let me know the suggestions and the resolution on the above issue
    Thanks in advance,
    Sarang

    Hirva wrote:
    Trying to get access to the sun convergence we get this error
    "Error while executing the service request : : Login to Mail Service failed " after a look around we found out that the problem was that some one had deleted the msg-admin-server user from the ldap.What else was "accidentally" deleted? Do you have audit logging enabled for Directory Server?
    but still doesnt work? where else should we look?Messaging Server also creates a msg-admin group ("cn=Messaging End User Administrators Group") which is used for Directory Server ACI purposes. You can see the entries that Messaging Server added during initial configuration by reviewing the *.ldif files under the following directory (MS7.0 32bit):
    /var/opt/sun/comms/messaging/install/Regards,
    Shane.

  • Execute UCM Service in custom component

    Hi ,
    I was looking for information how to execute the UCM service in custom component and found a couple of blogs regarding the same :
    http://jonathanhult.com/blog/2012/06/execute-a-service-from-a-java-filter/
    http://jonathanhult.com/blog/2012/10/who-created-that-site-studio-section/
    http://www.redstonecontentsolutions.com/5/post/2012/05/executing-a-service-from-aservicehandler.html#sthash.X31M6ZCS.tvlE83Km.dpbs
    I am new to webcenter content and couldn't understand above blog stuff properly. Queries :
    1. We may need to call the UCM service in filter, Service or ServiceHandler. Is there any difference in code required to execute a service ?
    2. What is the correct code to execute the UCM service ?

    Ad 1) the reason why the same service might be executed slightly differently from e.g. a filter or another service/service handler is that classes Service, ServiceHandler, and the interface FilterImplementor provide slightly different attributes. Note that you may also execute a service from iDocScript (via the executeService command - see http://docs.oracle.com/cd/E23943_01/doc.1111/e10726/c08_config_ref.htm#i1078100)
    Ad 2) There is no 'correct' or 'incorrect' way/ Simply, from a filter you will do it this way, and from a service that way. I think you should ask, what is the correct way to implement my custom service - should it be a filter? Or rather a service handler? Will I need Java, or is iDocScript enough? Unfortunately, you have not shared anything about what your component should do.

  • Where to execute the services? i.e., SICF or SE80

    Hi friends,
    Can anybody tell me the difference between services created in SICF and the services in SE80.From where i have to execute the services?
    I have created a screen-based service in se80 and published the service.
    In SICF i have created the sub-element for the same service created in se80.I have done all the settings.and activated the service and tested that service here itself.
    But my doubt is once the service is activated in SICF , from where this service should be excuted? ie., either from SICF or from SE80?
    Am confusing at this step.please help me out.
    Thanks in advance.
    Regards
    sireesha

    Hi,
          Kindly go through this webBlog,this wil answer ur Question.
    Service Enable Your SAP Application Component
    Plz reward Points,if helpful
    Thanks and Regards
    Santos Saraf

  • How to execute IDC services from command line

    Hey Guys,
    is there some way we can execute IDC Services from command prompt.
    your any pointers will be highly appriciated.
    regards,
    sapan
    Edited by: sapan on Mar 9, 2009 7:26 AM

    Hey sapan,
    You can use IdcCommand to execute services from the command line. The process is as follows:
    1. Create a text file with the services calls you want to make, the definitions are in hda format:
    @Properties LocalData
    IdcService=UPDATE_DOCINFO
    dID=1
    dDocName=000001
    dDocType=MyType
    dSecurityGroup=Public
    dRevLabel=1
    dDocAuthor=sysadmin
    dDocTitle=My Title
    @end
    <<EOD>>
    (Note: for multiple entries in the file <<EOD>> is very important)
    2. Execute IdcCommand from the <content server install>/bin directory:
    IdcCommand -f image_update.hda -u sysadmin -l c:\idccommand.log
    Options:
    -f = file with service definitions
    -u = user to run as
    -l (lowercase L) = location for log of execution
    More detailed documentation can be found in the Idc Command Reference (idc_command_reference_10en.pdf).
    Hope that helps,
    Andy Weaver - Software Consultant
    Fishbowl Solutions < http://www.fishbowlsolutions.com?WT.mc_id=L_Oracle_Consulting_amw >

  • Indesign CC stuck at "Executing startup services".

    As per title,. Indesign CC won't start at all, it gets stuck at "Executing startup services".
    I have reinstalled without any change.
    Running - Win 7 64bit

    See Troubleshooting 101: Replace, or "trash" your InDesign preferences for the paths to the two folders ID uses to store the prefs and make sure that both your user and System have Full Control permissions. If that doesn't solve it, reinstall.

  • How to execute a service from a filter in custom component

    I want to execute a service from my filter.
    Then get a resultset from service.
    How do I do it?

    You have to look at Bex book - you will find exactly what you need. You can also could search the forum, i think this was discussed in some threads.

  • Can not execute web service out of vc modelled in nwds

    Hi,
    I am working on CE 7.11 and modelled in NWDS a VC model. I am using several web services. The web services was found by Service Registry and could be added to the vc model without any problems.
    But when I deploy my vc model and try to execute a service I got two errors:
    Error occurred while identifying the destination : Destination CE2 not found
    Error occurred during Destination Lookup
    I know that I have to set something, somewhere but I do not know where. I could cry!
    May somebody help me please?
    Regards

    Hi,
    thats really crazy. You lead me to a new thinking and after hours I got my example running!
    In NWDS:
    When I search and add the web service over the Service Registry and right click at the method > Configure > Target Component I see that NWDS takes as System alias "CE2". Thats wrong because, actually it should take the service name!
    To handle this problem at Window > Preferences > Web Service Configuration I define new service, refresh my service search in NWDS and add it to the model. Now at "Configure > Target Component" I have the correct system alias.
    As final step I only have to define in NWA a HTTP Destination with the exactly same name as defined in System alias.
    But do you know why NWDS takes wrong "System alias" over Service Registry menue?
    Regards

  • I recently forgot the password for my iTunes UK account with 100 pounds of credit. I called apple and said no one could help me if I did not know the security questions. Really?

    I recently forgot the password for my iTunes UK account with 100 pounds of credit. I called apple and said no one could help me if I did not know the security questions. Really? This company that pretty much can do anything is not able to tell me what the password is?
    Any help i appreciated!!!! what doe aApple do with all the unclaimed money from lost or forgotten accounts?
    Jeffrey

    For a forgotten password: go to http://iforgot.apple.com and sign in with your iCloud login. A new password will be sent to your associated email address. If this doesn't work you will have to contact Support. Go to https://getsupport.apple.com; click' See all products and services', then 'More Products and Services, then 'Apple ID', then 'Other Apple ID Topics' then 'Lost or forgotten Apple ID password'.
    For forgotten security questions log in at http://appleid.apple.com and click 'Password and Security' in the sidebar. There should be a link in the Security Questions section to send the answers to an email you have specified. Failing this, go to https://getsupport.apple.com click 'See all products and services', then 'More Products and Services, then 'Apple ID', then 'Other Apple ID Topics' then 'Forgotten Apple ID security questions'.

  • Audigy2 Value_Can't execute driver service or load AsmiHwIo.

    When I installed?my Audigy 2 Value sound card I got these two messages at desktop:
    Can't Execute Driver Service
    Cant Load AsmiHwIo.dll
    I then updated the driver with SBAX_PCDRV_LB_2_8_000.exe
    It seems to be working from what I can tell.
    ? Jim

    Thanks for the reply.
    I found out that the Asus Probe was the main culprit in reguards to my specific problem but I
    do intend to remove the old drivers and reinstall the new ones to resolve some other issues.
    ? Jimato

  • Cpu 100 percent in executable

    I've developed an application that uses UDP messaging to communicate with a cRIO 9022.
    When running the application on the development system, it sends and receives messages, no problem.
    However, when I build an executable, and try to deploy it on a clean system, (no prior LabView RTE), the application seems to run up to 100% when trying to run the UPD messaging.
    Has anyone had anything remotely similar ?

    Hi DeOdderKeith,
    That is odd, I have never seen this. Is it running a while loop at full speed?
    Flash
    National Instruments
    Applications Engineer

  • HT5312 what is the 100% guaranteed way to reset the security questions? i forgot how the answers were typed specifically and i need help. there is no email address for them to send the answers to for some reason, and the "change payment method" idea didnt

    somebody please know something. for some reason apple doesnt want problems to be settled over email and everything has to be fixed over the phone, but i hate calling people and would rather email. so is there a way or do i have to call them?

    If you don't have a rescue email address (you won't be able to add one until you can answer your questions) then you will need to contact iTunes Support / Apple in your country to get the questions reset - which will be by phone as they need to confirm your id and that it's your account
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    You can try contacting them via email via this link, but you might have to wait 24 to 48 hours for a reply, and they then might just tell to you to use the HT5699 link above : https://ssl.apple.com/emea/support/itunes/contact.html

  • Office 2013 "Help" -- What Executables Does it Call?

    The help function in Office 2013 applications running under 64-bit Windows 7 Professional SP1 is blocked by my Software Restriction Policy (e.g.,.http://www.mechbgon.com/srp/).  Neither clicking "?" in the upper right of the application window
    nor pressing F1 appears to do anything at all (not even generate a group-policy message) when SRP is turned on.  It does not help to limit the restrictions to executables (ignoring DLLs and other libraries).  I think this means that Help calls some
    executable that resides outside the usual C:\Program Files or C:\Program Files (x86) directory trees.
    I would really like to run an SRP but need to create a specific Path (or other) exception in order to do so.  No answer to this from answers.microsoft.com.  Does anybody here know what program(s) "help" is running behind the scenes that
    reside in unusual locations or how to find out? -- JCW2

    CLVIEW.EXE might be the file you want:
    C:\Program Files\Microsoft Office 15\root\office15\CLVIEW.EXE
    Thanks.
    Tony Chen
    TechNet Community Support

Maybe you are looking for

  • Endless backup after hard reset

    After i hav had a hard reset of my macbok pro my time machine (with time capsule) always start doing a full backup even though it's not necessary. It seems it doesn't remeber the previous made backups. Do anyone know a solution to this? Rather anoyin

  • Guest pass word

    on my phone i have down load cisco now i need a guest pass word can you help me

  • XML idoc - PI - IDOC scenario

    We have a scenario where input IDOC is stored in input XML format (and on file)... We need to pick up the file via XI and post the IDOC in R/3 system... once the IDOC is posted, we need to send the document number back to sender system.. How do we go

  • Renumber Pages in Pages Panel

    Good Morning! Would any of you Acrobat Gurus know of a automatic way or an action to change the way the pages are numbered in the Pages Panel? I know you can manually choose "options" > "number pages" and do it that way. Just looking for more of an a

  • Autodisplay based on interval

    Hi, Often we running a query every 30 / 60 / 90 seconds in sql plus. Every time we used */ & Ente*r button. Is there any command for autodisplay based on interval?