Device Location & Device in IC web client

Dear Experts ,
Can any one tell me what settings are required to maintain Device & Device Location in IC Web Client (CRM 7.0)
Currently I am able to see the Connection object,POD & premise in IC Web CLient
But I am not able to see the Device Location & Device in IC web client
Please help me in this.
regards,
Sagar

Hello Asmitha,
Here is couple links of "How to", The excel code I used and it woked.
Excel links
http://support.microsoft.com/kb/234774
http://forums.msdn.microsoft.com/en-US/netfxjscript/thread/3a3f7161-3581-47d1-a79c-98c0351ece38/
Word Link
http://support.microsoft.com/kb/286023/en-us
Good Luck
Eli Steklov
Please Reward Points if it Helepd

Similar Messages

  • Can Web Dynpro for ABAP supports Mobile devices as like web dynpro for java

    HI,
    Experts,
    Web dynpro for abap application supports mobile devices as like web dynpro java application supports the mobile devices.
    Thnaks
    shabeer ahmed.

    Hi Shabeer,
    if you are looking for Mobile Web Dynpro, this is only supported with Java: [Mobile Web Dynpro |http://help.sap.com/saphelp_nw04/helpdata/en/7d/28fa3e7cb1d861e10000000a114084/frameset.htm]
    If you are on NW 7.0, check out this documentation:
    [Mobile Web Dynpro Online|http://help.sap.com/saphelp_nw70/helpdata/en/42/c136cb0f241d66e10000000a1553f6/frameset.htm]
    Kind regards
    Stefanie

  • No more device licenses in WPF Client

    Hi All,
    I am working on SAP Service Manager 4.0 which was running perfectly in WPF client CRMSMWPF00_0-10013291.exe
    But suddenly it started giving error -  "No more device licenses in WPF client" and in Agentry Server the log shows - "Device licenses limit exceeded"
    I reinstalled the WPF client but the issue remains the same.
    I tested the application in ATE and the application was downloaded without any issue.
    Please suggest me why I am getting this issue and what should be done to solve this issue.
    Looking forward for your support
    Thanks and Regards
    Neha Mahanty

    Neha,
    See SAP KBA: http://service.sap.com/sap/support/notes/1886698
    Stephen Streeter

  • Location of  IR Web Client installation files?

    Hi,
    We have been on this product since Brio days. Now we are testing 11.1.2. I am trying to locate the files that are used to install the Web Client. We do a enterprise wide push of the Web Client via Active Directory, so I need to find the actual installer. Looks like the old zeroadmin folder is no more.
    The documention for 11.1.0 does not appear to apply and the documentation for 11.1.2 that I have found does not mention.
    Anyone?
    Thanks!
    -Dick Bundy
    Syracuse University

    Zeroadmin is still available under EPMSYSTEM11R1/common/epmstatic/raframework/ folder.

  • BB Browser compatibility with Communicator 2007 Web Client

    I need to use the BB Browser to access a Communicator 2007 web client.  After entering the URL, the device requests/runs scripts and when the progess bar completes, briefly flashes "loading" and loads a blank screen.  Other folks can use this URL with an iPhone, any hope of getting this to work on the BB?

    Hi,
    From Lync Online document, Lync Online support Lync 2010 and 2013 desktop client. But not mention OCS 2007 R2 client.
    More details:
    https://technet.microsoft.com/en-us/library/dn194468.aspx
    The forum you posted is for Lync Server On Premise only. The issue is more related to Lync online, you can also post a question on Office365 forum for assistance. Thank you for your understanding.
    http://community.office365.com/en-us/f/166.aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • A Web application + API for non web clients

    Hi there,
    I am new to the java enterprise world, i have a query regarding the application i am developing currently, I am not sure this is the exact category to ask this question but please help me on this.
    In very simple terms my applications job is to give a listing or view of files distributed across network.
    For this I need to have a webApp which can provide a view to all web clients. (where view is nothing but listing of files independent of there location)
    Because this view tells nothing more than files , and i am as data center administrator cannot tell much about data, so we need to provide APIs so other applications (WebAPP or anything else)
    can present the view in more data specific terms.
    The webapp part is fine with me, but how do i support API being on an application server like glassfish.
    Please help me on this.
    Thanks in advance
    AP

    Dear all,
    Anyone can help me to clear this problem ?

  • Web client and desktop client not available for Interactive reporting 11.1.2.2

    Hi team,
    Currnetly we are usning EPM 11.1.2.2 , we are trying to install and configure
    Interactive reporting in Linux 64 bit system.
    we are few questions jotted below:
    Interactive reporting studio client & Interactive reporting Dashboard Development Studio client are disabled.
    post installation we are not able to see IR Client folder in <EPM HOME> location.
    while launching workspace we are not able to see the WEB Client Interactive reporting under TOOLS-->INSTALL.
    we read in a blog, which states it  Interactive reporting needs a license. whether it needs any special License for using it?
    we downloaded the Entire Dump of EPMS 11.1.2.2  from Oracle Edelivery website.
    Kindly let us know we are missing any where?
    we are strucked at this point.
    Regards
    Chinu

    If you want the 11.1.2.0 assemblies you will need to contact Oracle as they have been removed from edelivery.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Invoking a SyncAsync Process from a Web Client

    I implemented a SyncAsync pattern as documented on the BEA website which allowed me to invoke an async process from a stateless process.
    This works as a syncasync wsdl gets generated and is used by the stateless invoker process to form a web service control to invoke the async process.
    What i would like to do now is call the async process via its syncasync wsdl from a web client. Does anyone know how to create a web service client from the syncasync wsdl which I can use from a web client ?

    Hello,
    Here is the code I use:
    Properties props = new Properties();
    Locator locator = null;
    props.put("orabpel.platform", "ias_10g" );
    props.put("java.naming.factory.initial","com.evermind.server.rmi.RMIInitialContextFactory" );
    props.put("java.naming.provider.url","opmn:ormi://host:port/orabpel" );
    props.put("java.naming.security.principal", "adminuser" );
    props.put("java.naming.security.credentials", "mdp" );
    String securityCredentials = "adminuser";
    String selectedDomain = "default";
    locator = new Locator(selectedDomain,securityCredentials,props);
    IBPELProcessHandle procs[] = locator.listProcesses();
    The error is:
    Exception in thread "main" java.rmi.UnmarshalException: Error deserializing return-value: java.io.InvalidClassException: com.oracle.bpel.client.BPELProcessHandle; local class incompatible: stream classdesc serialVersionUID = 5429682712928177644, local class serialVersionUID = 8176841433835717563
    at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:82)
    at com.oracle.bpel.client.Locator.listProcesses(Locator.java:309)
    Thanks for help.
    Edited by: 857737 on 14 sept. 2012 10:00

  • Getting Error while running Web Client

    Hi ,
    I installed DRM_11.1.2.1.0 Successfully. I am able to create Repositry also successfully.I started all the services But when i am running Web Client i am getting below error. Can any one please help me onthis how to solve this.Thanks in advance.
    Server Error in '/drm-web-client' Application.
    Object reference not set to an instance of an object.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [NullReferenceException: Object reference not set to an instance of an object.]
    Oracle.Drm.Client.Error.Page_Load(Object sender, EventArgs e) +26
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +43
    System.Web.UI.Control.OnLoad(EventArgs e) +91
    System.Web.UI.Control.LoadRecursive() +74
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2604
    Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053

    Hi
    Please do a fetch from the database and then change the information in DRM console for the CSS parameter. This error I received only due to the CSS details in DRM 11.1.2.
    Thanks
    Rupak
    Mantra to Win | WinMantras.com | http://hyperion.winmantras.com

  • Siebel Web Client  crashes when clicking a certain view (Income).

    We are using Siebel Public Sector and I am encountering a recurring issue with our Siebel Web Client. For most part it works but something strange occurs when I execute a series of steps. Whenever I go to the Contacts Screen > Income View then click on another screen tab (i.e. Contacts, Cases, Calendar, Home, Households, etc.) the web client stops responding and throws out an error saying: Session Warning: The server you are trying to access is either busy or experiencing difficulties. Please close the Web browser, open a new browser window, and try logging in again.
    I'm not really sure what is going on so I checked the logs. I'm not really sure what is going on. If someone could enlighten me on what this issue could be that would be awesome!
    ----------- Log FILES -----------
    The sweapp logs got updated with these messages.
    SisnapiLayerLog     Error     1     000000814c570f29:0     2010-08-03 09:54:43     1440934800: [SISNAPI] Async Thread: connection (0xb919828), error (1180682) while reading message
    GenericLog     GenericError     1     000000814c570f29:0     2010-08-03 09:54:43     (ssmsismgr.cpp (837) err=1180682 sys=0) SBL-NET-01034: The SISNAPI connection was closed by the peer.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     ( (0) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe ((null)) on process (null).
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (773) err=3670020 sys=0) SBL-SSM-00004: SISNAPI Hello failed. The server component could be down.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (1761) err=3670022 sys=0) SBL-SSM-00006: Error while sending message to server.
    ObjMgrSessionLog     Error     1     000000024c570e66:0     2010-08-03 09:54:43     CSSUModel::InvokeSrvcMethod - Failed with Error=10879179 for service=Web Engine Interface, method=Request
    ProcessPluginRequest     ProcessPluginRequestError     1     000000024c570e66:0     2010-08-03 09:54:43     -1742095472: [SWSE] Error invoking service method 10879179
    ProcessPluginRequest     ProcessPluginRequestError     1     000000024c570e66:0     2010-08-03 09:54:43     -1742095472: [SWSE] Error Message 0 : error 10879179 : Not connected to the server.
    SBL-SSM-00006: Error while sending message to server.
    ProcessPluginState     ProcessPluginStateError     1     000000024c570e66:0     2010-08-03 09:54:43     -1742095472: [SWSE] Invoke service method failed.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     ( (0) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe ((null)) on process (null).
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (773) err=3670020 sys=0) SBL-SSM-00004: SISNAPI Hello failed. The server component could be down.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (1761) err=3670022 sys=0) SBL-SSM-00006: Error while sending message to server.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     ( (0) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe ((null)) on process (null).
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (ssmsismgr.cpp (773) err=3670020 sys=0) SBL-SSM-00004: SISNAPI Hello failed. The server component could be down.
    ProcessPluginRequest     ProcessPluginRequestError     1     000000024c570e66:0     2010-08-03 09:54:43     -1742095472: [SWSE] Set Error Response (Session: Error: 10879179 Message: Not connected to the server.
    SBL-SSM-00006: Error while sending message to server.)
    The PSCcObjMgr_enu log file got these errors:
    ObjMgrLog     Error     1     000000a44c570f29:0     2010-08-03 09:55:00     (cscfg.cpp (165)) SBL-CSR-00418: Communication: User is not associated with any communication configuration in the database.
    The SCBroker log file got these errors:
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:51:01     (scbcomp.cpp (264) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_4565) on process 4565.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (851) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (462) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (264) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (851) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (462) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (264) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (851) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (462) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    GenericLog     GenericError     1     000000024c570e66:0     2010-08-03 09:54:43     (scbcomp.cpp (264) err=4653067 sys=0) SBL-SCB-00011: Failed to connect to pipe (SEBL_25_10776) on process 10776.
    The SRBroker log file got these errors:
    GenericLog     GenericError     1     000000814c570f29:0     2010-08-03 09:54:43     (srbroute.cpp (3089) err=3735554 sys=0) SBL-SRB-00002: Invalid argument provided.
    The <enterprise name>.<siebel server name> log got these errors:
    ServerLog     ProcessExit     1     000014a44c570e53:0     2010-08-03 09:54:43     PSCcObjMgr_enu      10776     SBL-OSD-02006 Process 10776 exited with error - Process exited because it received signal SIGABRT.
    ServerLog     ProcessCreate     1     000014a34c570e53:0     2010-08-03 09:54:43     Created server process (OS pid =      10838     ) for PSCcObjMgr_enu

    Dude - you definitely don't need any 3rd party software to figure this out. A bit of patience and research will help you solve it AND help you gain a better understanding of how Siebel works and how to debug problems such as this in the future.
    Setting the Log Level to 5 for all events in the Public Sector Object Manager is your first step. Log out then log back in and replicate the problem.
    Locate your log file and have a look at what's going on - chances are you'll see something in there that will immediately reveal the source of the problem.
    If there's a proper 'crash' involved, Siebel will generate a Flight Data Recorder (FDR) file - there are instructions on My Oracle Support on how to decode these. Really useful and very interesting to see how Siebel works at a low level.
    Debugging and fixing can definitely be arduous in Siebel - no two ways about it. However, researching, analysing and fixing issues yourself will prove both rewarding and educational! :)

  • 32-bit Siebel 7.7 and 7.8 Web Client on 64-bit Windows Vista

    Hello all,
    do you think it is possible to successfully install the 32-bit Siebel Web Client (version 7.7 and 7.8) on Windows Vista 64-bit ?
    I'm running Siebel client software against an Oracle 9i database. In fact, my Oracle client is version 10g (32-bit). But it works fine. Even with non-Oracle software.
    I succeeded in installing the 32-bit Siebel Tools (7.7/7.8) on my 64-bit Vista. Just had to prevent the installer from putting the software into the default folder which is "C:\Program Files (x86)". Using the default folder resulted in the Tools being not able to locate the Oracle tnsnames.ora file. I created my own C:\PRG folder instead. So for example, I now have "C:\PRG\Siebel\7.7\Tools" for Siebel Tools 7.7.
    I hoped this method would work for Siebel Web/Developer client 7.7/7.8 as well. But it didn't. In the middle of the installation process, the installer told me it could not locate MDAC and rolled the whole thing back.
    I googled a bit around and found that Windows Vista do not use MDAC any more. It uses "Windows Data Access Components" (Windows DAC) instead. But I also checked my "C:\Program Files" and "C:\Program Files (x86)" folders and found that, for example, msado15.dll and msadoXY.tlb (which is a part of that MDAC/DAC stuff) is there, both 32-bit and 64-bit versions.
    So my question is:
    How can you make the Siebel Web Client installer think that MDAC is in place and find it there (in the 32-bit folder, of course)?
    I'll welcome any help.
    Thanks,
    Pavel Foltyn

    First of you need to make sure you have the right versions of Siebel installed. Only the newest versions work in high interactivity mode with IE 7.0 and Windows Vista.
    Have a look at:
    Support for Microsoft Internet Explorer 7 (IE7) (Doc ID 475275.1)
    on Metalink 3.
    Geting that to work with the Vista 64-bit, is more then pushing it.
    Just my 2 cent.
    Axel

  • Server Error in '/drm-web-client' Application?

    Hi,
    I received the following error when I tried to login to the DRM web client 11.1.2.1 :
    Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.
    WRN: Assembly binding logging is turned OFF.  To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.  Note: There is some performance penalty associated with assembly bind failure logging.  To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. 
    Stack Trace:
    [FileNotFoundException: Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]  System.Signature._GetSignature(SignatureStruct& signature, Void* pCorSig, Int32 cCorSig, IntPtr fieldHandle, IntPtr methodHandle, IntPtr declaringTypeHandle) +0  System.Signature..ctor(RuntimeMethodHandle methodHandle, RuntimeTypeHandle declaringTypeHandle) +236  System.Reflection.RuntimeMethodInfo.get_Signature() +91  System.Reflection.RuntimeMethodInfo.get_ReturnType() +19  System.Web.HttpApplicationFactory.ReflectOnMethodInfoIfItLooksLikeEventHandler(MethodInfo m) +30  System.Web.HttpApplicationFactory.ReflectOnApplicationType() +223  System.Web.HttpApplicationFactory.Init() +11326448  System.Web.HttpApplicationFactory.EnsureInited() +55  System.Web.Compilation.BuildManager.CompileGlobalAsax() +70  System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +676    [HttpException (0x80004005): Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]  System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +76  System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +1012  System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +1025    [HttpException (0x80004005): Could not load file or assembly 'System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]  System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11318726  System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88  System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +11192488 
    1) Can anyone help me with fixing this error?
    2) Will I lose all of the data that previously existed in this instance of DRM?
    Thanks!
      Version Information: Microsoft .NET Framework Version:2.0.50727.4234; ASP.NET Version:2.0.50727.4223

    Hi
    Please do a fetch from the database and then change the information in DRM console for the CSS parameter. This error I received only due to the CSS details in DRM 11.1.2.
    Thanks
    Rupak
    Mantra to Win | WinMantras.com | http://hyperion.winmantras.com

  • Logon failure due to an internal error-webi client tool

    Hi experts,
    I've installed WebI client tool 4.0, when I trying to logon this message appear: Logon failure due to an internal error,
    this problem has been addressed before, but could not be resolved [http://forums.sdn.sap.com/thread.jspa?messageID=10751144#10751144|http://forums.sdn.sap.com/thread.jspa?messageID=10751144#10751144]
    there is a way to solve this problem?
    regards,
    Jonathan.

    In a Unix environment the version is in the file “AddorRemoveProduct.sh” located in the installation folder of BI4.x
    For the updated reference table of the versions / builds and corresponding patch levels,  please see KB article # 1602088
    BI 4.0 RTM
    14.0.0.760
    Patch 04
    14.0.0.904
    Patch 05
    14.0.0.918
    Patch 06
    14.0.0.940
    Patch 07
    14.0.0.954
    Patch 08
    14.0.0.970
    Patch 09
    14.0.0.986
    Patch 10
    14.0.0.996
    Support Pack 1
    14.0.1.287
    Patch 1.1
    14.0.1.313
    Patch 1.2
    14.0.1.330
    Patch 1.3
    14.0.1.342
    Patch 1.4
    14.0.1.360
    Patch 1.5
    14.0.1.375
    Patch 1.6
    14.0.1.397
    Support Pack 2
    14.0.2.364
    Patch 2.1
    14.0.2.388
    Patch 2.2
    14.0.2.397
    Patch 2.3
    14.0.2.416
    Patch 2.4
    14.0.2.439
    Patch 2.5
    14.0.2.455
    Patch 2.6
    14.0.2.481
    Patch 2.7
    14.0.2.508
    Patch 2.8
    14.0.2.532
    Patch 2.9
    14.0.2.556
    Patch 2.10
    14.0.2.565
    Patch 2.11
    14.0.2.594
    Patch 2.12
    14.0.2.619
    Patch 2.13
    14.0.2.641
    Patch 2.14
    14.0.2.657
    Patch 2.15
    14.0.2.682
    Patch 2.16
    14.0.2.703
    Feature Pack 3
    14.0.3.613
    Patch 3.1
    14.0.3.630
    Patch 3.2
    14.0.3.657
    Patch 3.3
    14.0.3.678
    Patch 3.4
    14.0.3.691
    Please note that at today FP03 is in RampUp

  • Hyperion Interactive Reporting Web Client Installation in Linux.

    Hi everybody,
    Is there any official documentation of how to install Hyperion Interactive Reporting WEB Client in Linux environments ?
    I checked Oracle Documentation and I found information about the HIR Desktop Client. But not about the web client.
    Note: I need official documentation because of a discussion with security admins.
    Any Help ?
    Regards,
    Gustavo.

    The information required to automate (silent) the Insight/Plugin Installation is as follows:
    Before going for the Silent Installation of 11.1.1.3 IR Web Client, we need create a Response File and moved the response file to Installer location to automate the Install.
    Please follow the below procedure to accomplish the same:
    1. Record a response file use the command "setup /ieinstall -r" (or "setup /ff install -r" if you use Firefox).
    2. The above command will then create a setup.iss file in the <C:\Windows> directory.
    3. Then move that <C:\Windows\Setup.iss> file to the Insight folder, so to resides with the setup.exe.
    4. Then to launch the silent installation, use the command "setup /ieinstall -s" and it will use the options you choose when creating the response file.
    5. You can create a batch file with the command line script as mentioned in Step 4 and keep in the same folder. So that the end user can use the same to automate the install.

  • Converter Web Client: get compiler error when run URL

    When I try to run the Converter's web client with the the URL:
    http://localhost:8000/converter
    I got a compiler error on the lines:
    import Converter;
    import ConverterHome;
    The J2EE server wants to have a "." after the Converter and ConverterHome.
    Any one has any idea?
    The error messages are:
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: -1 in the jsp file: null
    Generated servlet error:
    [javac] Compiling 1 source file
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:7: '.' expected
    import Converter;
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:8: '.' expected
    import ConverterHome;
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:20: cannot resolve symbol
    symbol : class Converter
    location: class org.apache.jsp.index_jsp
    private Converter converter = null;
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:26: cannot resolve symbol
    symbol : class ConverterHome
    location: class org.apache.jsp.index_jsp
    ConverterHome home = (ConverterHome)PortableRemoteObject.narrow(objRef, ConverterHome.class);
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:26: cannot resolve symbol
    symbol : class ConverterHome
    location: class org.apache.jsp.index_jsp
    ConverterHome home = (ConverterHome)PortableRemoteObject.narrow(objRef, ConverterHome.class);
    ^
    C:\app\j2sdkee1.4\web\repository\Standard-Engine\localhost\converter\index_jsp.java:26: cannot resolve symbol
    symbol : class ConverterHome
    location: class org.apache.jsp.index_jsp
    ConverterHome home = (ConverterHome)PortableRemoteObject.narrow(objRef, ConverterHome.class);
    ^
    6 errors
         at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:125)
         at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
         at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:387)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:410)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:570)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         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:324)
         at org.apache.catalina.util.SecurityUtil$1.run(SecurityUtil.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:499)
         at org.apache.catalina.util.SecurityUtil.execute(SecurityUtil.java:210)
         at org.apache.catalina.util.SecurityUtil.doAsPrivilege(SecurityUtil.java:147)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:99)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:177)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:271)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2505)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:133)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:383)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:469)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
         at java.lang.Thread.run(Thread.java:536)
    Apache Tomcat/5.0

    I have exactly the same error.
    Me too, I'm running on Win XP. And I have had lots of trouble to deploy the converter.
    I cannot install J2EE 1.3 as I am supposed to write a report on how Web Services may help my company. By the moment I can only say it takes me much more time than expected to run the J2EE 1.3 tutorial. As SUN didn't deliver a tutorial one can use.
    So by the moment if anyone can HELP me to finish this converter tutorial I will be thankful.
    Bye
    Manuel Acevedo

Maybe you are looking for

  • Centering Flash Gallery 2

    How can I center both my Photoshop CS3 Flash Gallery 2 photos and the controls that are at the bottom right of the page in the center of my screen? Thanks, McZigWeb

  • Panorama Greyed Out in PSE 6 on Mac

    Hi there,           Just got back from the Italian Dolamites with my new Nikon camera. I want to try and create a panaramic view but it it grayed out under file new. Face is there etc;  I am in full edit mode I have searched the forum but am still a

  • Flash Player 10.1.85.3 failed to install

    I am using Windows 7 and have installed the latest Adobe Flash Player 10.1.102.64 (from http://get.adobe.com/flashplayer/) but i keep getting software updates prompt to install Flash Player 10.1.85.3. Everytime i click Install, the updates will end u

  • My computer is constantly restarting

    Hello, my computer is constantly restarting.  It started four days after installing Mavericks.  It would restart with no advice and sometimes it gets into a restarting loop and restarts over and over. Another symptom is that most of time,  when comin

  • Setting 'View Options, All Windows', not remembered?

    I've just replaced my G5 iMac with a 20-inch Intel Core Duo model and I'm having a Finder problem. When I go into 'View Options' and change the setting from 'This window only' to 'All windows', it keeps switching itself back to 'This window only'. I'