Can Contribute work in Web cluster environment

Hi
I have 2 web servers behind load balancer.  Our websites are identical on these two web servers. We use load balancer to direct http traffic to split the load of internet hits. We have a central server behind these 2 web servers. Our web editors can map network drive to the shared folders on that central server and update html files. I have replication software configured on central server to replicate html files from the central server to our web servers.
Is that possible to use Contribute in our environment? In order to create a connnection, I have to enter a http URL first, and then I enter the shared path on central, it gave me error "cannot verify your connection information". I am sure the URL (not URI) I entered doesn't include file name.
When I use Contribute to connect to a standalone server, it worked fine.

> When I use Xcelsius it really crashes/freezes up when I have just a medium amount of data in the XLS tab. I want to be able to expand Xcelsius use in a production environment where I am updating the data on a frequent basis and it would support a larger data set.
>
> Is this possible?
Xcelsius itself seems to be prone to locking up, crashing, etc. But when you export to Flash and use the flash object (say in a web page)  I haven't seen that. With large data sets it can take time to intialize, though.
> Can Xcelsius integrate with Crystal reports, where perhaps Crystal would hold the data?
Yes, you can use Crystal to read and process the data, then pass it to a flash object you created in Xcelsius. See the chapter Integration with Crystal Xcelsius and Flash in Crystal Reports 2008 - The Complete Reference.
Tim

Similar Messages

  • Progress bars dont work in a cluster environment

    When you go to the host:port it works but when you go to the link in a clustered environment they stop working.
    Any suggestions?

    I am using jdev 11.1.2.1. I have 3 progress bars on the page. two of them render and the third one does not.
    It renders perfectly in a non cluster environment. I am not seeing where the problem is.

  • Query can't  work in others language environment

    I created a query , also linked transcation code.   The query can work in english language environment ,  but  use others language login( example 'ZH' ) ,the query can't  work .  meet error as below .   Please help what it's happen and how to solve, thanks.
       Exception condition "NO_FIELDCATALOG_AVAILABLE" raised.
    错误分析
    A RAISE statement in the program "CL_GUI_ALV_GRID===============CP" raised the
    exception
    condition "NO_FIELDCATALOG_AVAILABLE".
    Since the exception was not intercepted by a superior program
    in the hierarchy, processing was terminated.
    Short description of exception condition:
    For detailed documentation of the exception condition, use
    Transaction SE37 (Function Library). You can take the called
    function module from the display of active calls.

    Hi NS MENG.
    You can try two ways:
    1. GoTo->SE63->Translation->Logical Objects->Logical Objects.
    You can also try other options available.
    2. GoTo->SE41(Menu Painter)->GoTo->Translation.
    You can try using some options.
    Hope this helps.
    Good Luck.
    Harsh Dave

  • Failover not working in a cluster environment asks Relogin to Application

    Hi,
    I have setup cluster on weblogic and deployed CRM (ejb/ear) application.
    When I stop managed server which is handling request other managed server picks the request but it asks for relogin.
    I think failover is not working properly.
    Could you please help?
    Thanks,
    Vishal

    Hi Kalyan,
    Please See below Diagnostics:
    Managed Server1:
    ===================================================
    Date: Tue Sep 04 18:33:12 IST 2012
    DdCompnt=11,SessionContext=7,CurrJvmHeapMB=235,Bos=2,JForm=1,MaxBoRowCount=493,JApp=13,JField=1,JDdField=1,JSession=6,Sessions=7,JBaseBo=2,Misc=74,JPTrace=1,LpmErrors=1,Forms=1,Active Sessions=6,JDdTable=1021,MaxJvmHeapMB=467,MaxBos=18,BoRowCount=33,JError=1,JFields=1,UtlRecs=175,FlexAttr=-5,UserContext=3
    Managed Server2:
    ===================================================
    Date: Tue Sep 04 18:33:20 IST 2012
    DdCompnt=11,SessionContext=8,CurrJvmHeapMB=226,JForm=1,JApp=13,JSession=7,Sessions=8,Misc=148,JPTrace=1,Forms=1,Active Sessions=7,JDdTable=1124,MaxJvmHeapMB=472,UtlRecs=81,FlexAttr=-5,UserContext=4
    Free Java Heap Memory: 258400 KB
    Total Java Heap Memory: 495779 KB
    I tried to open many sessions. Its assigning randomly, but when I kill Managed Server2, its corresponding sessions are not working.
    System Error error executing LPoms.getUserContext()
    Also I found following warning in Weblogic logs.
    <Sep 4, 2012 6:26:15 PM IST> <Warning> <Socket> <BEA-000402> <There are: 5 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 4. The configuration may need altered.>
    Thanks for your immediate help.

  • Can GG work in a RAC environment which has no shared storage except ASM

    Gurus:
    I have a 2 nodes RAC which is on ASM for database data and FRA. However, it has no other shared space on the file systems.
    Can I still use GoldenGate? How can I do it.
    Please advise.
    dz

    GoldenGate needs to be able to read the online redo logs for each thread, and running on ASM requires a few extra configuration steps. You need an ASM user to be able to connect to the ASM instance (involving listener and tnsnames.ora files). Extract parameter file uses the TRANLOGOPTIONS parameter. This is covered in the installation guide ("Additional requirements for ASM," plus the section on "Additional requirements for Oracle RAC").
    In 11gR2, you can use ACFS for the GoldenGate software and its files.
    Oracle GoldenGate High Availability using Oracle Clusterware Technical Whitepaper
    http://www.oracle.com/technetwork/middleware/goldengate/overview/ha-goldengate-whitepaper-128197.pdf

  • Web Services Session /Singleton cluster environment

    Hi!
    I am having trouble figuring out how to do sessions in web services.
    I am trying to build an app that uses multiple GUI's in different languages (not java) and we want to implement our business layer with web services.
    I need a session to save user settings, and user info so that I can avoid going to the database and ldap in every call.
    So far my idea is to have a web service that deals with the authentication. If the user is valid, the web service will save in a singleton that has hashmap the user setting and return to the client the hashmap key as a token.
    The client has the responsibility to save the token and to use it in later calls.
    The problem that I have is that a singleton would not work in a cluster environment! And I really don't want to be passing all the user information between calls
    Any ideas how can I solve this???

    Hi Gaurav,
    Yes, the currently running session will be taken care of by the another server node which is up and running.
    Your question: Does this mean that the a session of WebDynpro application will continue to work or the changes are lost and the user needs to login again?
    "The state of the session is maintained in the persistent storage after the last successfully ended request." Which means that for example a user was filling up a form and haven't saved the changes and the server crashes then the data on that form will be lost when the second server node starts processing the request. But if the user had saved the data before the server crashes that state of the session will be stored and the data of the form will be saved and user need not fill it up again. If the Server crashes in between the HTTP request session then the request is assinged to the another server node to generate the response. In none of the case user needs to login again.
    Your question: Fundamentally the question is what WebDynpro uses behind the scenes for maintaining session?
    It uses Java Serialization to serialize the HTTP Sessions
    "Serialization involves saving the current state of an object to a stream, and restoring an equivalent object from that stream. The stream functions as a container for the object. The information stored in the container can later be used to construct an equivalent object containing the same data as the original."
    Edited by: Aishwarya Sharma on Oct 7, 2008 8:07 AM

  • Cluster environment / OBIEE 10.1.3.4.1

    Hi All,
    Can anyone give me more information on Clustering
    1> Can we make schedulers work in a cluster environment ?
    2> Max number of servers in a cluster configuration ?
    Thanks
    Goutham

    The Cluster Server allows up to 16 Oracle BI Servers in a network domain to act as a single server.
    Schedulers can also work in a clustered configuration however only one instance will always be active...
    Active Scheduler. An active Scheduler is a clustered Oracle BI Scheduler instance which actively processes Scheduler jobs. The Cluster Controller determines the active instance at runtime and notifies the Scheduler cluster of this instance.
    Inactive Scheduler. An inactive Scheduler is a clustered Oracle BI Scheduler instance which is not actively processing Scheduler jobs but is ready to take over in the event of an active Scheduler failure. An inactive scheduler is idle at all other times.

  • Is cluster environment needed in alwayson?

    Hi All,
    I have a question, can  we built 'Alwayson group' without a cluster environment? 
    If we can, what are the disavantages in building it? 
    Or
    If we can not? Why we can not built in non-cluster environment?
    I did some research in google some say we can built in standalone some say we can not, but I do not get the concrete answer. The agenda is we are planning to cut cost for clustering. Please help me to understand it.
    Also Suggest me some blogs, books for the same.
    Thanks
    Best Regards Moug

    Hello Moug,
    You cannot build SQL Server AlwaysOn groups without Windows Cluster. Whatever resources out there in the web, saying that it can, are kind of misleading - there is a strict requirement from Microsoft that you need Windows Cluster to get advantage of the
    AlwaysOn groups (you can check the
    AOAG Overview and the
    WSFC feature).
    Also, since Windows Server 2012, Failover Clustering feature is supported in Standard edition as well, so that can help with the costs, I guess.
    Regards,
    Ivan
    Ivan Donev MCITP SQL Server 2008 DBA, DB Developer, BI Developer

  • Can  solaris work on virtual machine ?

    i downloaded the iso files of solaris 10 for x86.
    i used to check my cd first on VMware but unfortunately i get always the message that no bootable cd.
    can solaris work in virtual machine environment?
    thank you

    can solaris work in virtual machine environment?The following URL says Solaris can be run as guest OS under VMware.
    http://pubs.vmware.com/guestnotes/wwhelp/wwhimpl/common/html/wwhelp.htm?context=guestos&file=guestos_solaris10.html
    i get always the message that no bootable cd.You need to burn it as bootable CD. Please check the following page for instructions:
    http://www.sun.com/software/solaris/solaris-express/express_singleinstructions.xml

  • How do i setup WTC in cluster environment using WLS6.1 sp3?

    Hello:
    the situation is:
    (1)Two solaris machines.
    (2)one WLS domain.
    (3)one admin server and four managed servers in this domain.
    (4)we cluster these 4 managed servers.
    (5)each machine contains 2 managed server.
    Here is the problem,
    when we start managed servers in the same machine, the wtc is ok, but when we start managed servers in diffent machine, the wtc fail.
    here is the error message:
    [Error][Cluster][Conflict start: You tried to bind an object under the name tuxedo.services.TuxedoConnection in the JNDI tree. The object you have bound  from 10.64.32.188 is non clusterable and you have tried to bind more than once from two or more servers. Such objects can only deployed from one server.]
    [Error][Cluster][Conflict start: You tried to bind an object under the name tuxedo.services.TuxedoConnection in the JNDI tree. The object you have bound  from 10.64.32.187 is non clusterable and you have tried to bind more than once from two or more servers. Such objects can only deployed from one server.]
    So, how can i setup wtc in cluster environment using WLS 61. sp3?
    Regards,
    cjyang

    cjyang <[email protected]> writes:
    [Error][Cluster][Conflict start: You tried to bind an object under the name tuxedo.services.TuxedoConnection in the JNDI tree. The object you have bound  from 10.64.32.188 is non clusterable and you have tried to bind more than once from two or more servers. Such objects can only deployed from one server.] I believe that this is a known problem and that WTC clustering is not
    supported in WLS 6.1.
    andy

  • Deploying oracle SOA on cluster environment ?

    Hi can anyone provide me links or information about deploying SOA on cluster environment. We are not even sure whether SOA can be deployed in a cluster environment.Kindly help

    I did this on several customers; SOA SUite 10.1.3.4 + MLR patches. I created a document on this:
    http://orasoa.blogspot.com/2009/04/soa-cluster-installation.html
    Marc

  • Deploying Java Web Application (WAR-File) into a cluster environment

    Hi,
    we have a web application which has to read from and write to the file system.
    Since a short time we have a cluster environment (2 parallel servers) and since thisa time we have the problem, that files are worked double in the cluster. The application is working on both servers now and so we have this problem.
    Does anybody know how we have to deploy the application correctly in a cluster environment or do we have to change anything in our source code of the application?
    I didn't find any documentation about this.
    At the moment we have deployed the application on one of the two servers only, but I think there must be a better way to solve this problem.
    Thanks for your replies.
    Regards
    Thorsten

    Hi,
    I think first you need to wrap it into an EAR file, then you can deploy it.
    As far as I know standalone deployment of WAR is deprecated as of 640.
    similar threads:
    How to deploy .war on NWDI
    Deploying an existing WAR file into the Portal
    Hopefully this tutorial also gives some idea:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/70/13353094af154a91cbe982d7dd0118/frameset.htm
    Regards,
    Ervin

  • Moving ECMI repository to a new location - cluster environment doesn't work

    Hello all,
    Actually, we have the "default" configuration in the ECMI properties, and we want to move to a new location the File system repository (another disk location).
    After reviewing the ECM doc's we found the way and the parameters to reconfigure (ContentStorePath) and we put an absolute path ( "H:\content ') instead "Default" value , but we have an issue on this.
    Because our system runs in cluster mode (2 node instances), this configuration only works fine with one node, and the other doesn't work, displaying the "Content Folder Doesn't Exists" error.
    Both nodes runs' on separated machines and we want to know what is the correct way to configure this feature in a cluster environment.
    Best Regards
    Julio C Leyva

    I should note that now my local users inside the office are getting outlook errors, showing 3 checkmarks 2 green one red,  regarding the cert, and the red  checked box says:  The name on the certificat is invalid or does not match the name
    of the site.
    They can  bypass the error by clicking Continue, but installing it does only work for a short time before the error comes back. I think that would result from the setup in outlook pointing towards either SRV01 or SRV01.mydomain.local  instead of
    mail.mydomain.com
    The cert error on the android devices was saying Invalid certificate, do you want to continue, or similar, except clicking continue just paused a short while and brought up the same window.
    Now I am getting an error, on the android, saying Invalid username or password - when I KNOW it is valid
    In regards to DNS being set up correctly - I never had a mail. A record setup prior to purchasing the commercial cert - we just used the router IP in the phones and were able to get activesync working. For some reason with the new IP / ISP we could not access
    by IP.  So I got the SSL, and added a mail A record to DNS, pointing to our router IP, and our router has always routed activesync/443 traffic correctly, and none of that was changed

  • How can I get my web cam to work in Adobe Connect ?

    This is actually an end user's question that I am having trouble answering to...
    We use Adobe Connect to give online language classes, the end user is one of the students.
    I cannot find the right Support answer to give him.
    Problem:
    My camera does not work when I connect to Adobe's rooms but camera works fine with other software.
    Even though I suspected my old camera was working fine, yesterday I went ahead and bought a new camera. 
    I thought perhaps my webcam software may have been a problem, so I bought a different type camera with different software. 
    Even after removing all the old software, same result:  
    I surmised the problem might be caused by my firewall and security software, so once I tried changing the permissions for Adobe, and my Webcam, but that didn’t work.   
    Another time, I restarted my computer right before class and then turned off my firewall completely so there would be no interference but to no avail. I’m totally perplexed.  
    Isn’t there anyone else experiencing a similar problem?   Has anyone else found a solution? 
    I run Windows Vista with McAfee Internet Security Software.  I always reboot the computer before class and open no other programs other than Google Chrome. 
    I now have a brand new Microsoft LifeCam Cinema Camera with LifeCam 3.5 Webcam Software. 
    I test my camera before going online.  It always works fine.   Then I shut down the camera program and login into class.   
    When I “connect webcam” in the room, the light on my camera comes on (suggesting that it is ON), but only a black image is transmitted to the room.

    Check to see if you have Google Voice installed. If so, remove it and see
    if your problem vanishes. If not Google Voice, check to see if you have
    any other communications software which interacts with your cam and
    disable it. This was the problem I had with a similar problem on a Mac.
    MosesJOI <[email protected]>
    10/13/11 12:08 PM
    Please respond to
    [email protected]
    To
    jsb152 <[email protected]>
    cc
    Subject
    How can I get my web cam to work in Adobe Connect ?
    Re: How can I get my web cam to work in Adobe Connect ?
    created by MosesJOI in General Discussion - View the full discussion
    Thanks a lot Heyward for the swift reply !
    I sent the advice out to the end user, but unfortunately this wasn't the
    solution.
    His reply is below :-
    The default resolution of my new camera is already set at 640x360, but I
    went ahead and tried several lower resolutions (e.g. 424x240; 320x240; and
    160x120) but none worked in the room - camera still showed up as black
    blank screen.  Also, as far as I can tell, I don’t have the option of
    adjusting the frame rate.
    I started playing around with my Internet Security Settings to see if they
    might be playing a role. So far, all to no avail.
    Hmm...quite a tricky one - webcams always are - maybe if he can find a way
    to adjust the frame rate (?).
    He's going to fiddle about with the settings a bit more and see if
    something does the trick.
    If anyone has had a similar problem and found an ingenious solution,
    please jot on a note on this thread.
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either
    reply to this email or visit the message page: [
    http://forums.adobe.com/message/3969561#3969561]
    To unsubscribe from this thread, please visit the message page at [
    http://forums.adobe.com/message/3969561#3969561]. In the Actions box on
    the right, click the Stop Email Notifications link.
    Start a new discussion in General Discussion by email or at Adobe Forums
    For more information about maintaining your forum email notifications
    please go to http://forums.adobe.com/message/2936746#2936746.

  • I keep getting "Unable to connect" for my firefox. It was working yesterday and I turned my computer off. I can get to the web using internet explorer 9. I don't know why my firefox is not working. Everything else is working. HELP....

    I keep getting "Unable to connect" for my firefox. It was working yesterday and I turned my computer off. I can get to the web using internet explorer 9. I don't know why my firefox is not working. Everything else is working.

    A possible cause is security software (firewall) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.com/kb/Server+not+found
    *https://support.mozilla.com/kb/Firewalls

Maybe you are looking for

  • Developer Application Provisioning Issues -- Only one app at a time?

    _The upshot:_ You can have one and only one developer provision and developer application on the iPhone at a time otherwise you get installation errors (i.e. 0xe8000001). _To fix:_ Use Xcode Organizer to ensure that you have one and only one applicat

  • My iMac 27 alte 2013 running very slow and locks up on shut off window

    I have an iMac that is very slow all theme, requires lots of restarts, and when re-starting the black screen locks up with the white stripe logo rotating and I have to manually shut it off. Here's the EtreCheck report. Any help is appreciated... Prob

  • Need help creating creating a webservice as per the documentation

    I'm trying to setup a webservice with reliable messaging using the NWDS. I'm trying to follow the example given in http://help.sap.com/saphelp_nw72/helpdata/en/46/741a3dfcfa0eede10000000a155369/content.htm I'm not familiar with J2EE development, so I

  • Program not functioning correctly

    This program was working before until I checked it today and it has an error. I checked the channel name and group name and they seem to be correct. Can someone please help me figure this out. Solved! Go to Solution. Attachments: Reggie display modul

  • Pennsylvania Local Service Tax Not Calculating correctly

    I received a TUB  for a local service tax area that is going from a $10 tax to a $52 LST( tax type 084). When I review the BSI interface/ script , I see an additional tax code of a 9 which means to substitute the lump sum for the pro-rated LST amount