Error when running any kind of adobe based webdynpro application

Hi,
I dont get this error for other kinds of web dynpro application, but whenever I deploy an adobe based application, I get the following error on running it.
My Portal is NW04S SP9.
I have a very simple adobe application and atleast the initial page should come up.
It is based on the following example in help.sap.com
http://help.sap.com/saphelp_nw04s/helpdata/en/dc/f1783fe3263042e10000000a114084/frameset.htm
The initial exception that caused the request to fail, was:
<b>Error Summary</b>
<i>While processing the current request, an exception occured which could not be handled by the application or the framework.
If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).</i>
<b>Root Cause</b>
  <b> <i>java.net.ConnectException: A remote host refused an attempted connect operation.
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:336)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:201)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:188)
    at java.net.Socket.connect(Socket.java:482)
    ... 47 more</i></b>
Detailed Exception:
<i>com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
     at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException.<init>(PDFDocumentRuntimeException.java:25)
     at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:396)
     at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
     at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
     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:390)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
     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:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(AccessController.java:215)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process Render Request.
     at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException.<init>(PDFDocumentRuntimeException.java:25)
     at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
     at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:98)
     at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:121)
     at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:341)
     ... 29 more
Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
     java.net.ConnectException: A remote host refused an attempted connect operation.
     at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:382)
     at com.sap.tc.webdynpro.pdfobject.core.PDFObject.render(PDFObject.java:3710)
     at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:139)
     at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)
     ... 32 more
Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
     java.net.ConnectException: A remote host refused an attempted connect operation.
     at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:89)
     at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)
     at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:359)
     ... 35 more
Caused by: java.net.ConnectException: A remote host refused an attempted connect operation.
     at java.net.PlainSocketImpl.socketConnect(Native Method)
     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:336)
     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:201)
     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:188)
     at java.net.Socket.connect(Socket.java:482)
     at java.net.Socket.connect(Socket.java:432)
     at java.net.Socket.<init>(Socket.java:339)
     at java.net.Socket.<init>(Socket.java:150)
     at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initStreamsFromSocket(HTTPSocket.java:648)
     at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initializeStreams(HTTPSocket.java:470)
     at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getOutputStream(HTTPSocket.java:427)
     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getRequestStream(HTTPTransport.java:355)
     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.outputMessage(MimeHttpBinding.java:548)
     at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1425)
     at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)
     ... 37 more</i>
Thanks,
Harish P Subramanian
Mobile : 9903306035

Hi
I believe that u have all the prerequisites ie
NWDS with Adobe lifecycle designer
Adobe installed
Adobe document services configured in J2ee engine
Apart from that check whether you have the context structure and its properties same as that given in the example
I had faced a problem because of that...
pdfsource should be binary
and there should b a attribute for the value node
Regards
Krishna

Similar Messages

  • Error When Running ANY Program

    Anytime I try to run ANY Java program, i get the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: Program Name
    I am POSITIVE I have compiled the programs and the *.class file appears. Anyone have any idea whats going on?

    Anytime I try to run ANY Java program, i get the
    following error:
    Exception in thread "main"
    java.lang.NoClassDefFoundError: Program Name
    I am POSITIVE I have compiled the programs and the
    *.class file appears. Anyone have any idea whats going
    on?I just ran across what appears to be the exact same problem. The solution was to clear the CLASSPATH variable in the registry first, by entering "set classpath=", then calling the program with "java <program name>". In your case:set classpath=
    java InvoiceAppType both in the directory where InvoiceApp.class is located. If, for some reason, that doesn't work, try:set classpath=<path to library directory of Java installation>
    set classpath=
    java InvoiceAppAn example of the library directory of the Java installation would be "\Program Files\Java\j2re1.4.2_02\lib"
    A more permanent solution would be to remove the CLASSPATH key from the registry (the one under the SYSTEM category). This should also cause any other Java program to run correctly. However, the above should take care of the problem in the short-term.
    Here is the link to the thread, in case it might help you out further:
    http://forum.java.sun.com/thread.jsp?forum=32&thread=467639&tstart=0&trange=15
    Best of luck, and hope this helps.

  • Why do this error when opening any of my adobe programs

    Hi,
    I recently reinstalled windows on my PC as I was having issues but had installed adobe cs5.5 production premium on a separate hard drive. Now when I open any of those applications, it says please reinstall or uninstall, Error 16.
    Then it closes. Any ideas would be greatly appreciated!! (I would have called adobe support but I called after operating hours and will not be able to call till monday, unfortunately i need the suite before Monday (hack avatar)
    Please help!!
    Thanks
    Khoa

    I may have already resolved this issue buy removing the device from my computer and re-pairing it. It is currently working just fine.

  • Errors when running Windows App Certification Kit for desktop application

    Hi,
    I ran the tool over our application and there was only one area in which it failed. However, all the files it mentions in the log are files that were created by the tool itself!
    The errors are included below.
    Can you please advise how I should proceed?
    Attack surface analyzer
    Error Found: The attack surface analyzer test detected the following errors:
                Weak ACL on C:\Temp\Default\MacroView.DMF.LocalService.exe\MacroView.DMF.LocalService.XmlSerializers, Version=7.8.2005.0, Culture=neutral, PublicKeyToken=6f7d66a3bb7de652.HTM allows tampering
    by multiple non-administrator accounts.          
    File: C:\Temp\Default\MacroView.DMF.LocalService.exe\MacroView.DMF.LocalService.XmlSerializers, Version=7.8.2005.0, Culture=neutral, PublicKeyToken=6f7d66a3bb7de652.HTM Writable by:  Authenticated Users Rights: FILE_WRITE_ATTRIBUTES, FILE_WRITE_EA,
    FILE_APPEND_DATA, FILE_WRITE_DATA
                The folder C:\Temp\Default\te.processhost.exe contains files and/or folders with ACLs that allow tampering by multiple non-administrator accounts.          
    Folder: C:\Temp\Default\te.processhost.exe     Contents with bad ACLs:  1. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(appxman.dll).HTM 2. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(binaryinfo.dll).HTM
    3. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(certcom.dll).HTM 4. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(compresslib.dll).HTM 5. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(CoreLibrary.dll).HTM
    6. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(filetrace.dll).HTM 7. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(microsoft.windows.softwarelogo.appxmanifestresourcesvalidation.tests.dll).HTM
    8. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(microsoft.windows.softwarelogo.direct3d.tests.dll).HTM 9. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(microsoft.windows.softwarelogo.metadatavalidation.tests.dll).HTM
    10. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(msdia100.dll).HTM 11. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(msvcp110.dll).HTM 12. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(msvcr110.dll).HTM
    13. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(perf_exporter.dll).HTM 14. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(prchauto.dll).HTM 15. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(symsrv.dll).HTM
    16. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(wamv.dll).HTM 17. C:\Temp\Default\te.processhost.exe\WhereRefBind!Host=(LocalMachine)!FileName=(WindowsTasks.dll).HTM Writable by:  Authenticated Users Rights: FILE_WRITE_ATTRIBUTES,
    FILE_WRITE_EA, FILE_APPEND_DATA, FILE_WRITE_DATA
                The folder C:\Temp\NativeImage\te.processhost.exe contains files and/or folders with ACLs that allow tampering by multiple non-administrator accounts.          
    Folder: C:\Temp\NativeImage\te.processhost.exe     Contents with bad ACLs:  1. C:\Temp\NativeImage\te.processhost.exe\System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.HTM 2. C:\Temp\NativeImage\te.processhost.exe\System.Drawing,
    Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.HTM 3. C:\Temp\NativeImage\te.processhost.exe\System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.HTM 4. C:\Temp\NativeImage\te.processhost.exe\System.Web.Services,
    Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a.HTM 5. C:\Temp\NativeImage\te.processhost.exe\System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.HTM Writable by:  Authenticated Users Rights: FILE_WRITE_ATTRIBUTES,
    FILE_WRITE_EA, FILE_APPEND_DATA, FILE_WRITE_DATA
    http://www.sharepointblogs.com/aaronrh

    Please try setting the Platform(s) to "ARM" or "Neutral". Currently it's set to "Mixed Platform", and the inner Platforms are set to "Any CPU".
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Win 7 automation error when running crystal 10 reports

    I am getting automation and memory type errors when running crystal 10 reports through a VB6 application on WIN 7 32 bit PC...
    does not happen on all win7 PCs, in fact, the reporting will work for a time and then errors, but once getting the errors, seems like the reports will not run again.

    Honestly, not a clue. I've never even thought of putting CR 10 (designer or runtime) on WIN 7. Now I assume this is not CR 10.5 (bundles with .NET 2008).
    See [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki.
    Ludek

  • Error when run adobe livecycle trial windows server 2012

    hi i got this error when i try to install adobe livecycle :
    invocation of this java application has caused an invocationtargetexception
    when i click more details it show this :
    ZeroGu2: Windows DLL failed to load
              at ZeroGa2.b(DashoA10*..)
              at ZeroGa2.b(DashoA10*..)
              at com.zerog.ia.installer.LifeCycleManager.b(DashoA10*..)
              at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
              at com.zerog.ia.installer.Main.main(DashoA10*..)
              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:597)
              at com.zerog.lax.LAX.launch(DashoA10*..)
              at com.zerog.lax.LAX.main(DashoA10*..)
    system :
    adobe livecycle es 4 trial jboss
    windows server 2012
    jdk 1.7
    jre 7
    Regards

    ES4 is not supported on Windows Server 2012. Please check platform matrix @ http://helpx.adobe.com/livecycle/help/livecycle-es4-supported-platforms.html
    Thanks,
    Pankaj Parashar

  • Runtime error when running Authoware session in Vista

    Hi
    One of our users has reported to a error when running an
    authorware session in Vista:
    "I get the message when trying to open the session...
    It says:
    Authorware runtime does not work anymore.."
    Any ideas why this user is getting this problem?
    thanks
    Jon

    I can assure of one thing.. there is no such message anywhere
    in the
    product. You should get the actual message from your user and
    let us know
    what it is.
    Mike
    ====================
    Mike Baker
    Adobe Community Expert
    mike-baker at cox dot net
    "webacity" <[email protected]> wrote in
    message
    news:gfuorj$ebe$[email protected]..
    > Hi
    >
    > One of our users has reported to a error when running an
    authorware
    > session in
    > Vista:
    >
    > "I get the message when trying to open the session...
    >
    > It says:
    >
    > Authorware runtime does not work anymore.."
    >
    > Any ideas why this user is getting this problem?
    >
    > thanks
    > Jon
    >

  • Runtime Error, when running midlet.

    I can build the midlet without problems. This error occurs when the emultator starts the midlet. I can se the phone for a sec or two then i turns of and the error occurs in the console.
    I am using, j2me, eclipse, eclipseme, cldc1.1,mipd2.2.
    Running with storage root DefaultColorPhone
    java.lang.ClassNotFoundException
         at com.sun.midp.midlet.MIDletState.createMIDlet(+14)
         at com.sun.midp.midlet.Scheduler.schedule(+52)
         at com.sun.midp.main.Main.runLocalClass(+28)
         at com.sun.midp.main.Main.main(+116)
    Execution completed.
    705709 bytecodes executed
    5 thread switches
    739 classes in the system (including system classes)
    3582 dynamic objects allocated (97424 bytes)
    1 garbage collections (0 bytes collected)
    I am not sure about whats wrong. Isn't is supposed to be a class name the exception. like this.
    java.lang.ClassNotFoundException. xxxxxxxxxxxxx
    So i know in what class the exception occurs.??
    Anyhow, anyone that has any clue what could be wrong?
    Seems to be an error with the emulator not with the build priocess.
    I get the same error while triyng to run it with ktoolbar.
    thnx

    I can assure of one thing.. there is no such message anywhere
    in the
    product. You should get the actual message from your user and
    let us know
    what it is.
    Mike
    ====================
    Mike Baker
    Adobe Community Expert
    mike-baker at cox dot net
    "webacity" <[email protected]> wrote in
    message
    news:gfuorj$ebe$[email protected]..
    > Hi
    >
    > One of our users has reported to a error when running an
    authorware
    > session in
    > Vista:
    >
    > "I get the message when trying to open the session...
    >
    > It says:
    >
    > Authorware runtime does not work anymore.."
    >
    > Any ideas why this user is getting this problem?
    >
    > thanks
    > Jon
    >

  • Spinning beach ball of death - Error when running Chrome - kernel: IOSurface: buffer allocation size is zero

    I get the following error when running Chrome v18.0.1025.163 on my MacBook Pro with MacOS 10.7.3
    kernel: IOSurface: buffer allocation size is zero
    I have had many tabs crash, then it crashes the Chrome application, then quickly making my entire Mac unresponsive with a spinning beach ball of death.  I am not sure if it is Chrome or not, as I tend to do most of my work these days in a browser. 
    Have others seen this?  Is there a fix?  What can I do to stop these crashes?

    As far as I've been able to discover, this bug is specific to WebKit browsers running (Chrome and Safari are based on WebKit).  Perhaps it is related to those browsers running plugins (like Flash) and using an IOSurface to pass the rendering data back from the plugin.  This issue was constant on my late 2010 MBP and would freeze the machine entirely once a day.  Having switched to using Firefox or Opera I no longer see ANY messages for "IOSurface: Buffer allocation size is zero".  Thankfully, this also comes without any more freezing when time machine starts up or at any other time.
    It looks like there are a lot of changes going on in WebKit relating to IOSurface usage (http://svnsearch.org/svnsearch/repos/WEBKIT/search?logMessage=iosurface).  Hopefully this will be fixed very soon.

  • Error when running a report in BPC NW

    I am getting the following error when running a report for my application in BPC NW.
    EVDRE encountered an error retrieving data from the Web Server (retrying in (X) seconds).
    This error comes with this dialog option box to either continue or cancel retrying retrieving data. Retrying doesn't help either.
    Any report I run (on any of my appsets), I get this error. I used the EVDRE function and also tried running a report using the template as the basis. But I get the error either way.
    Does anyone know why this error is occurs or how to debug this issue. I saw some information about this in earlier threads but could  not make much out of it.
    Appreciate any assistance.

    Sanjay,
      This  is a   very  generic  error...Couple  of  places  to  look  for....
    1)Reprocess the application (Modify application + Reassign SQL Index + Process Application)
    2)optimizing the application sometimes helps (Full Optimize + Compress Database + Index defragmentation).
    3)Create a "evdataserver_debug.txt" in user's private publication folder on  server side to populate very detail level logging  and  check  the  log on client side EVDRE_LOG.txt for  further  peek  into  where  things  are getting  messed up.
    if  evdataserver_debug.txt does not  get  populated on BPC 5.x...it  is  an  issue  with  IIS authetication on Application server.
    4)You have to check the event viewer into .NET server and also the BPC logs which can be found into
    BPC\Logging  for  further  details  ..
    Hope  this  helps..
    Edited by: Vishal Mahawadhi on Jun 24, 2009 9:50 AM

  • Getting the MDX query select error when running a webi report on BI query

    Getting the following error when running a webi report on BI query :
    A database error occured. The database error text is: The MDX query SELECT  { [Measures].[D8JBFK099LLUVNLO7JY49FJKU] }  ON COLUMNS , NON EMPTY [ZCOMPCODE].[LEVEL01].MEMBERS ON ROWS FROM [ZTEST_CUB/REP_20100723200521]  failed to execute with the error Unknown error. (WIS 10901).
    I have gone through many threads related to this error. But not able find the steps to follow for resoultion.
    Please help in this regard.
    Thanks,
    Jeethender

    The Fix Pack is also for Client Tools--it is a separate download.  Please see the text below for ADAPT01255422
    ADAPT01255422
    Description:
    Web Intelligence generates an incorrect MDX statement when a characteristic and a prompt are used.
    The following database error happens: "The MDX query ... failed to execute with the error
    Unknown error (WIS 10901)."
    New Behavior:
    This problem is resolved.
    This information is also available in the Fixed Issues document for any Fix Pack greater than 2.2.

  • Getting an Error When Running Server 2012 R2 adprep /forest prep on a 2012 DC

    I am getting an error when running adprep /forest prep on a Server 2012 domain controller. The main parts of my domain are as follows:
    2 - Domain Controllers running Server 2012
    1 - Exchange Server 2013 running on Server 2012
    I am trying to either do an in-place upgrade to my domain controllers to Server 2012 R2 or even introduce a Server 2012 R2 domain controller into the domain. The error I am getting is as follows:
    [Status/Consequence]
    The operation GUID already exists so Adprep did not attempt to rerun this operation but is continuing.
    [2014/04/05:09:12:38.873]
    Adprep was about to call the following LDAP API. ldap_search_s(). The base entry to start the search is cn=38618886-98ee-4e42-8cf1-d9a2cd9edf8b,cn=Operations,cn=ForestUpdates,CN=Configuration,DC=DOMAIN,DC=local.
    [2014/04/05:09:12:38.873]
    LDAP API ldap_search_s() finished, return code is 0x20
    [2014/04/05:09:12:38.873]
    Adprep verified the state of operation cn=38618886-98ee-4e42-8cf1-d9a2cd9edf8b,cn=Operations,cn=ForestUpdates,CN=Configuration,DC=DOMAIN,DC=local.
    [Status/Consequence]
    The operation has not run or is not currently running. It will be run next.
    [2014/04/05:09:12:38.873]
    Adprep was about to call the following LDAP API. ldap_modify_s(). The entry to modify is CN=ad://ext/AuthenticationSilo,CN=Claim Types,CN=Claims Configuration,CN=Services,CN=Configuration,DC=DOMAIN,DC=local.
    [2014/04/05:09:12:38.873]
    LDAP API ldap_modify_s() finished, return code is 0x13
    [2014/04/05:09:12:38.905]
    Adprep was unable to modify some attributes on object CN=ad://ext/AuthenticationSilo,CN=Claim Types,CN=Claims Configuration,CN=Services,CN=Configuration,DC=DOMAIN,DC=local.
    [User Action]
    Check the log file ADPrep.log in the C:\Windows\debug\adprep\logs\20140405091235 directory for more information.
    [2014/04/05:09:12:38.936]
    Adprep encountered an LDAP error.
    Error code: 0x13. Server extended error code: 0x20b1, Server error message: 000020B1: AtrErr: DSID-030F112A, #1:
     0: 000020B1: DSID-030F112A, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 9086f (msDS-ClaimIsValueSpaceRestricted)
    DSID Info:
    DSID: 0x181112dd
    ldap error = 0x13
    NT BUILD: 9600
    NT BUILD: 16384
    [2014/04/05:09:12:38.967]
    Adprep was unable to update forest information.
    [Status/Consequence]
    Adprep requires access to existing forest-wide information from the schema master in order to complete this operation.
    [User Action]
    Check the log file, ADPrep.log, in the C:\Windows\debug\adprep\logs\20140405091235 directory for more information.
    Any Help would be appreciated. Thanks!

    Hi,
    did you check which servers has FSMO roles?
    You can do that via command prompt: netdom query fsmo
    For forestprep you must do that on DC which have Schema Operations marter role.
    Command
    Domain controller
    Number of times to run the command
    adprep /forestprep
    Must be run on the schema operations master for the forest.
    Once for the entire forest
    adprep /domainprep
    Must be run on the infrastructure operations master for the domain.
    Once in each domain where you plan to install an additional domain controller that runs a later version of Windows Server than the latest version that is running in the domain.
    Note
    Domains where you will not add a new domain controller will be affected by adprep /forestprep, but they do not require you to run adprep /domainprep.
    http://technet.microsoft.com/en-us/library/dd464018(v=ws.10).aspx

  • ORA-06502 - Error when running "Ask The Expert 0.9"

    Hi ,
    I successfully installed "Ask the Expert" package with Apex 3.0 on Oracle 10g Database 10.2.0.1.0. No error ocurred during the import in my Apex environment.
    Besides that, i'm having problems when i tried to run the "Aks the Expert". It always shows the following message errors:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Error Unable to write activity log.
    I think it was a problem with APEX instalation, but i could run the Sample Application of Apex without any problem.
    I opened an SR in Metalink, but to my surprise, the analist of support don't know what's wrong with the demo "Ask de Expert".
    The debug function of the application show the following commands before the error ocurrs:
    0.01:
    0.01: S H O W: application="103" page="1" workspace="" request="" session="6648566035252817"
    0.01: Language derived from: FLOW_PRIMARY_LANGUAGE, current browser language: en-us
    0.01: alter session set nls_language="AMERICAN"
    0.01: alter session set nls_territory="AMERICA"
    0.01: NLS: CSV charset=WE8MSWIN1252
    0.01: ...NLS: Set Decimal separator="."
    0.01: ...NLS: Set NLS Group separator=","
    0.02: ...NLS: Set date format="DD-MON-RR"
    0.02: ...Setting session time_zone to -03:00
    0.02: NLS: Language=en-us
    0.02: Application 103, Authentication: CUSTOM2, Page Template: 667896385843019243
    0.02: ...Determine if user "N3COUTINHO" workspace "951808960237899" can develop application "103" in workspace "951808960237899"
    0.02: ...ok to reuse builder session for user:nobody
    0.03: ...Application session: 6648566035252817, user=nobody
    0.03: ...Determine if user "N3COUTINHO" workspace "951808960237899" can develop application "103" in workspace "951808960237899"
    0.03: Session: Fetch session header information
    0.03: ...Metadata: Fetch page attributes for application 103, page 1
    0.03: Fetch session state from database
    0.03: Branch point: BEFORE_HEADER
    0.03: Fetch application meta data
    0.04: Computation point: BEFORE_HEADER
    0.04: ...Perform computation of item: P1_CLEAN_CRITERIA, type=FUNCTION_BODY
    0.04: ...Performing function body computation
    0.06: ...Session State: Save "P1_CLEAN_CRITERIA" - saving same value: ""
    0.06: Processing point: BEFORE_HEADER
    0.06: ...Process "Read and Write Activity Cookie": PLSQL (BEFORE_HEADER) declare l_cookie_id number; begin owa_util.mime_header('text/html', FALSE); -- ate_api.read_activity_cookie; l_cookie_id := ate_api.fetch_activity_cookie_val( 'COOKIE_ID' ); -- if l_cookie_id is null then l_cookie_id :=
    Content-type: text/html; charset=ISO-8859-1 Set-Cookie: activity_ask_expert=1|2400346189796; expires=Wed, 01-Jan-2020 08:00:00 GMT; path=/;
    0.06: Encountered unhandled exception in process type PLSQL
    0.06: Show ERROR page...
    0.06: Performing rollback...
    Please, could any one help me to solve this problem ? Metalink couldn't help me diagnosing what's wrong.
    Thanks,
    Sergio Coutinho

    Hi,
    I don´t know if it help the analisis, but i collect some informations about my environment:
    1) HTML DB version
    3.0.1
    2) Database version
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    3) Database server operating system (as well, if 32-bit or 64-bit)
    Solaris 5.9 - 64 bits
    4) Database Parameters:
    PARAMETER VALUE
    NLS_CALENDAR GREGORIAN
    NLS_CHARACTERSET WE8ISO8859P1
    NLS_COMP BINARY
    NLS_CURRENCY $
    NLS_DATE_FORMAT DD-MON-RR
    NLS_DATE_LANGUAGE AMERICAN
    NLS_DUAL_CURRENCY $
    NLS_ISO_CURRENCY AMERICA
    NLS_LANGUAGE AMERICAN
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NUMERIC_CHARACTERS .,
    NLS_RDBMS_VERSION 10.2.0.1.0
    NLS_SORT BINARY
    NLS_TERRITORY AMERICA
    NLS_TIMESTAMP_FORMAT DD-MON-RR HH.MI.SSXFF AM
    NLS_TIMESTAMP_TZ_FORMAT DD-MON-RR HH.MI.SSXFF AM TZR
    NLS_TIME_FORMAT HH.MI.SSXFF AM
    NLS_TIME_TZ_FORMAT HH.MI.SSXFF AM TZR
    Could it explain why ASK THE EXPERT is running on hosted apex site and it´s
    generating error when running in my environment?
    Thanks for the help !
    Sergio

  • ORA-04062 error when running forms with different users

    ORA-04062 error when running forms with different users
    I have a form that has a block that should display some data from another users tables. (The other user's name is dynamic, it's selected from a list box)
    I wrote a stored procedure to get the data from other user's tables.
    When I compile the form and run it with the same user I compiled, it works without any error. But when I run the compiled form with another user I get the ORA-04062 (signature of procedure has been changed) error.
    I tried setting REMOTE_DEPENDENCIES_MODE to SIGNATURE in init.ora but it didn't help.
    My Forms version is 6i with Patch 15.
    Database version is 9.
    Here is my stored procedure:
    TYPE Scenario_Tab IS TABLE OF NUMBER(34) INDEX BY BINARY INTEGER;
    TYPE Open_Curs IS REF CURSOR;
    PROCEDURE Get_Scenarios(User_Name IN VARCHAR2, Scen_Table OUT Scenario_Tab) IS
    Curs Open_Curs;
    i NUMBER;
    BEGIN
    OPEN Curs FOR
    'SELECT Seq_No FROM '|| User_Name ||'.scenario';
    i := 1;
    LOOP
    FETCH Curs INTO Scen_Table(i);
    EXIT WHEN Curs%NOTFOUND;
    i := i + 1;
    END LOOP;
    END Get_Senarios;
    I would be happy to solve this problem. It's really important.
    Maybe somebody can tell me another way to do what I want to do. (getting a list of values from another users tables)

    I think it should be a better solution to create a package,
    and put your own TYPES and procedure into it.
    CREATE OR REPLACE PACKAGE PKG_XXX IS
    TYPE TYP_TAB_CHAR IS TABLE OF .... ;
    PROCEDURE P_XX ( Var1 IN VARCHAR2, var2 IN OUT TYP_TAB_CHAR );
    END ;
    Then in your Form :
    Declare
    var PKG_XXX.TYP_TAB_CHAR ;
    Begin
    PKG_XXX.P_XX( 'user_name', var ) ;
    End ;

  • Error when running allocation logic

    I am running the following allocation logic and get the following error:
    *RUNALLOCATION
    *FACTOR=USING/TOTAL
    *DIM P_ACCT WHAT=CE0004010; WHERE=CE0004020; USING=CE0004030; TOTAL=<<<
    *DIM ENTITY WHAT=A1000; WHERE=<<<; USING=<<<; TOTAL=<<<
    *DIM TIME WHAT=2009.JAN; WHERE=>>>; USING=BAS(2009.TOTAL); TOTAL=<<<
    *ENDALLOCATION
    UJP_RULE_EXCEPTION:Missing [] on property name: WHAT=CE0004010. I get this error when executing the script using the program "UJK_SCRIPT_LOGIC_TESTER". I also get a similar error when running it via the data manager package.
    Any thoughts on why this error is happening?

    Hi Sanjay,
    I think you are using formula property for any of the dimension member used in the Allocation logic.
    FYI Allocation will not work fine for the dimension members which is calculated using the formula written in the formula Property.
    There is no problem with your script it looks fine.
    Hope this might help you.
    Regards,
    G.Vijaya Kumar

Maybe you are looking for

  • Agenda Builder for Bangalore - is it ready?

    Hi all, has anyone been able to access the Agenda Builder yet? I've registered for Bangalore TechEd and the email says this tool will be available in early October. Cheers Stephen

  • CIF Error

    Hi All We are facing an error after the CIF of material form ECC to SNC the error is "Field /SAPAPO/MARM-GEWEI unit missing for product 000000000063503884 PCN"  Kindly help me to resolve this error. Thanks & Regards Siddharth Vaid

  • Verizon DSL is down

    I live in Brooklyn, NY and I've had Verizon High Speed Internet for almost 2 years. I've never had a problem until a week and a half ago. The DSL would go down and I'd have to restart my DSL modem numerous times before it comes back up. I would reset

  • Unable to display text with image in a cell of web dynpro table.

    Hello, I am unable to display an image with the text inside a cell of web dynpro table. The image doesn't come at all. I am trying to display the image of an object and the object description alongside within the same cell. Thanks and Regards, Abhijn

  • Task form error - null pointer

    I am experimenting with 11.1.1.4 using a very simple scenario: Process: none start > initiator user task ("submit form") > simple user task ("approve/reject") > .... Auto-generated forms with one parameter based on process object (based on business o