Multi system control architectu​re

Hello,
I am trying to develop an application to control and monitor two systems. The two system will be using a single CDAQ chasis to acquire and control the signals. The two system is identical in all aspect only the channels will be different.
I am bit confused in selecting the architecture. It will be very helpful if somebody can give me guidance/advice/suggestions/thoughts ....
Thank You!
Regards,
Rajesh

If the two systems are identical, make reentrant VIs so that they can run completely independant.  Just pass in which channels in the cDAQ to use.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines

Similar Messages

  • Architecture for multi hardware control

    Hi
    I am designing a optical multi board control system which includes a Laser source, a Polorization Control module and a Polorimeter, the 3 modules are dependent with each other. I think we only need to understand the hardware are 3 different modules and cooperate with each other, do not need to understand the instrument detail.
    I need to open modules, active Laser source, use Polarization Control to change light parameter and use Polorimeter to measure the result.
    Every module should be configed, measure prosess must contains control, acquire, save data, and so on, the software can open and analyze saved data without instument connection.
    Always I like to use PC event pattern to construct my event driven system to make it looks like a classic windows software, day after day I find that event driven is not suitable everywhere and LabVIEW is not a traditional language with his own characteristic, more project I have finished, more puzzles for my architecture design, I browses NI forum everyday for good thead about architecture, but I am still a pupil in LabVIEW area.
    Another thing is an instument keep alive information need to be sent with fixed interval, if I understood"keep alive correctly".
    Anyone have such a multi instuments development experience.
    Thank you very much for your sinerely advice.
    *The best Chinese farmer*

    Hi Liming and Olli
    My instrument are controlled by VISA but vendor provide me relevant instrument drivers VI.
    the 3 instruments do not need high speed to run, the 3rd instrument which is a meter is usually at 333s/s speed, I do not think they need a synchronous structure(maybe I have not understood "synchronous" you said.), just a slow cooperation with each other. e.g, the 1st instrument general laser and keep it, the laser through the 2nd instrument and changed status, then the 3rd instrument measurement interrated parameters, these parameters must be saved and the saved data can be open and analyzed after acquisition. Sometimes it seems a "chain", everyone depend on the others and sometimes I only need a single instrument such as laser source to work for other intent .
    Previously I use a Producer/consumer to make it a event based architecture, but I found it is  very difficult to flexible control them in one consumer loop.
    More project I finished, more puzzles I have on LabVIEW architecture.
    Thanks everyone.
    *The best Chinese farmer*

  • Need a multi-level control break report displaying a cross-tab for each ...

    I need a multi-level control break report that displays a cross-tab report for each
    detail and subtotal. The individual cross-tabs are no problem. There are two issues:
    1) How to get many cross-tabs (thousands) to appear in one report.
    2) How to provide cross-tabs in-line on the multi-level subtotal lines.
    Here is a concrete example.
    Suppose the data base contains this table:
    road (
    id_number number, -- this is an artificial PK
    city varchar2,
    county varchar2,
    state varchar2,
    length number,
    owner varchar2, -- roads may be owned by cities, counties, states, and others
    surface_type varchar2 -- the surface type may be gravel, asphalt, concrete, and others
    The table is populated with several million records that include every
    length of road in a US city.
    It is OK to suppose that all the attributes in all the records are not null.
    Without the PK, there would be millions of duplicates,
    which should all contribute to the summed lengths.
    The report I need is like a control break report with a detail line for each
    city together with subtotals for each county and state and
    a grand total for the US at the end.
    However, each detail and total line needs to be a cross-tab report
    summing the length over the city, county, state or US
    (whichever is called for at that location)
    for each combination of owner and surface_type.
    so the report would have the following structure:
    a city cross-tab for the first city in county 1/state 1
    a city cross tab for the last city in county 1/state 1
    a cross-tab for count 1
    a city cross tab for the first city in county 2/state 1
    a city cross tab for the last city in county 2/state 1
    a cross tab for state 1
    a cross-tab for the US
    Any suggestions will be appreciated.
    This problem comes up because my client's legacy system,
    which is being replaced,
    already has such a report (in COBOL).
    Thanks!!!
    Steve
    PS, I know one ugly way to do it. Namely, make a variable for each
    possible combination of owner and surface. Then code an ordinary control
    break report. However, I am looking for something better.

    Hi Jenna_Fire,
    According to your description, you have a matrix contains total for each group on each level. Now your requirement is, when you click on any number (data field or total), it will go to the detail report which returns all the detail information of the people
    within the group scope. For example, if you click on the total of Active users in United States, it will return the detail information of Active users in New York and Texas. Right?
    In this scenario, we should set the parameter (@Country, @State, @City) allow multiple values in both main and detail report. And in Default Value (@Country, @State, @City), query out all distinct values. In the textbox which contains
    those total values, when set use these parameters to run the report, we only need to pass the parameters of parent groups. For example, if we click on the total of Active users in New York, we only need to pass Country, State, Status to detail report, and
    in the detail report, the City parameter will use all distinct values (Default Values) because we don't pass the City parameter. We have tested this case with sample data in our local environment. Here are steps and screenshots for your reference:
    1. Create parameter Country, State, City and Status in both main report and detail report. Set both Available Value and Default Value get values from query (Create a dataset for each parameter, use "select distinct [column] from [table]" as query). Set allow
    multiple values for parameter Country, State and City in both reports.
    2. In corresponding textbox, pass appropriate parameters in go to report Action.
    4. Filter data in detail report (in where clause or using filters).
    5. Save and preview. It looks like below:
    Reference:
    Using Parameters to Connect to Other Reports
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • NO java control panel in windows system control window

    Hello together,
    there seems to be a bug/feature (?) not allowing me to use the plugin functionality of my J2EEsdk-1_4
    Situation:
    Before i installed the J2EE i had an already installed java plug-in 1_4_2 working fine on
    my Laptop giving my ms explorer 6.0 the Java VM needed. To avoid conflicts, i deinstalled
    this plug-in, before i installed the J2EE 1_4_2. The result was disapointing.
    There was NO java control panel in the windows2000 system control window after installing J2EE.
    There was no corresponding registration key in the registry anymore.
    Additionally there was no java related entrance to be seen anymore in the advanced internet and
    security options of my ms explorer 6.0.
    i have have found several trouble reports mentioned similar problems during the last months but unluckily
    no solution working for me.
    i did several tests with different java packages i downloaded today to get the actual versions
    First:
    i deinstalled the J2EE (not to get version conflicts) and installed the Java Plug-in 1.4.2 again.
    This was proposed from ms explorer, when i tried to open an internet page with javaplugins included.
    This plugin worked fine again. I could see and use the java panel and it enabled
    my explorer to use the java plugin.
    Second:
    i deinstalled the Java Plugin and installed the J2sdk_1_4_2 instead.
    The java plugin which is part of this package also worked fine.
    Third:
    i deinstalled the J2sdk_1_4_2 and installed the J2EEsdk-1_4-windows.exe.
    the same misbehaviour as mentioned before. No java panel icon can be seen
    in the windows system control, now registration......
    as a workaround i have installed now both, the J2eesdk (i want to learn about)
    and some additonal 100 MB java plug-in to enable my MS explorer to display
    java applets again.
    This is working fine again, but i really would prefer to have no need for two JREs.
    By the way:
    When i first opened the java control panel of the Plug-in and deactivated the update
    mechanism , this plugin got really angry immedialtely afterwards. As a result my
    laptop rebooted without coming up again. i had to initiate another hard reboot to get
    windows back
    i really would like to know , whats wrong me or the J2ee and i apriciate
    any hint.
    Best regards: yours aspirant

    One thing you could do if you by all means want to have only one single copy of 1.4.2 on your system is to install standalone J2SE 1.4.2 (this will accomodate your Java console and browser plugin requirements) and then install Application Server only distribution (on the download page this is referred to as "Sun Java System Application Server Platform Edition 8") and sample applications set ("J2EE 1.4 SDK Samples "). In this way you get full content you would get in J2EE 1.4 SDK and all the benefits of standalone J2SE 1.4.2 installation.
    This is obviously more convoluted at installation time since there are 3 separate things to install, but it would seem to fit your requirements.
    Hope this helps...

  • Photoshop Elements 10 deinstallation, program not in system control (windows 7 64-bit)

    Hello,
    maybe I oversaw the right answer, but I was searching for hours now and so I opened this "new" issue.
    Several weeks ago I installed a full version of photoshop elements 10 on the 64 bit windows 7 system of my father and it worked fine.
    Today my father treid to restart the program but could not find the icon, so i started the program by starting the exe-file in the photoshop folder. but the image processing and the organizer did not work. An error message recommended to download and refresh the application manager. I was not willing to do so so I decided to reinstall. By trying to reinstall the installation told me first to uninstall the existing version but there is no photoshop found in the system control also there's no uninstall file in any photoshop folder, so how to handle.
    After downloading and refreshing the application manager now everything seems to run properly but I'm not satisfied becaus I don't understand what's ongoing on the system. Still I cannot find a photoshop installation in the system control. How can I reinstall if another problem occures if I cannot uninstall.
    Please help me to gain a little more knowledge to handle those problems in future.
    So the primary, cebtral question is: why can I not find a photoshop installation in the system control and how to deinstall photoshop in this case to reinstall it????
    Thanks a lot for any hints,
    kind regards,
    Jörg

    Hello,
    When you install any version of PSE <say PSE11>, the applications gets installed at (on 64 bit machines)-
    Organizer: C:\Program Files (x86)\Adobe\Elements 11 Organizer\PhotoshopElementsOrganizer.exe
    Editor: C:\Program Files (x86)\Adobe\Photoshop Elements 11\PhotoshopElementsEditor.exe
    Welcome screen: C:\Program Files (x86)\Adobe\Photoshop Elements 11\Adobe Photoshop Elements 11
    Note: On 32 bit machines, applications will be located inside Program Files instead of Program Files (x86).
    Also when the installation is successfull, you will see the uninstaller present in Control Panel\All Control Panel Items\Programs and Features.
    As per your case, you are unable to uninstall PSE11. For doing so, download the cleaner tool from: http://www.adobe.com/support/contact/cscleanertool.html.
    Follow the guidelines listed on page. Once the clean up is successful, you can install PSE. I would recommend to install PSE using 'Run as Admin' (right click the setup.exe and click 'Run as Administrator'.
    Do let me know if you face any issues.
    ~Andromeda

  • GX660 (i5) System Control Manager on XP 64 Bit

    Hi all,
    I bought a GX660 last week but I don't want to use it with Windows 7 64 bit so I installed Windows xp 64 Bit.
    After having struggled to find any drivers for this operating system (especially graphics drivers) everything works fine except the famous "System Control Manager" which is installed without yet worries.
    Thus I can not use the "Turbo" or "Eco" on the multimedia keypad, same for some functions that engages with the combination of "Fn" key (only features WiFi, Bluetooth work).
    I like to know if there is a possibility to find a trick, a hack, so that the "System Control Manager" runs completely under this operating system as Windows 7.
    Thank you in advance for your help. 
    Ghunner.

    Thank Mark!!! 
    So I did some tests:
    Under XP 32:
    P1 Work
    TouchPad Enable/Disable Work
    Webcam Enable/Disable Work
    Mode Sleep Work
    LCD Brightness Increase/Decrease Don't Work
    Eco Don't Work
    Turbo Work
    Volume Increase/Decrease Work
    Volume Mute Work
    Wirless LAN Work
    Bluetooth Work
    Cooler Boost Work
    Under XP 64:
    P1 Don't Work (I got the message: "Not compatible with your OS")
    TouchPad Enable/Disable Work
    Webcam Enable/Disable Work
    Mode Sleep Work
    LCD Brightness Increase/Decrease Don't Work
    Eco Don't Work
    Turbo Work
    Volume Increase/Decrease Work
    Volume Mute Work
    Wirless LAN Work
    Bluetooth Work
    Cooler Boost Work
    Now I need to know if the SCM v2.209.1204.006.01 (update 2010-01-26) is the last update for XP version or there is one that is newer?

  • Satellite p745 can't get system control panel to stay lit up

    I cannot get the lights on the system control panel to stay lit up when the functions are active, i.e. wi-fi. They light up for a few seconds when touced, then fade out. How do I get them to stay on?

    i have been posting this a few places maybe it will get around.  I have found becuse of my full enclosed iphone case i can not get my figure low enough to get the control panal to work.  maybe apple can move up the control panal access to get it to work better for thos who have full cases.

  • Different versions of multi-select controls

    Hello,
    Is there a way to substitute the multi-select control that OBIEE currently uses (a box with possible selections on the right, which the user selects by moving to the left)? Our users find that control very confusing, and would prefer something simpler such as checkboxes.
    I've worked with Business Objects, Cognos, and OBIEE, and I know it's not usual to have checkboxes, but even the multi-select listbox that BOBJ uses would be better than the OBIEE one. Has anyone tried anything like this?
    Thanks,
    Samori

    Cannot you insert those values into a temporary table and work within a subquery against that table ? That will make the code more secure, especially if the number of values is high.
    Nicolas.

  • FSCM in Multi System Scenario

    Hi,
    We are doing the ALE configurations for Multi System Scenario and found
    that during testing Dispute case creation is not happening in the
    Dispute Case Processing System but happening only in Accounts
    Receivable system.
    Here is the brief of what we had done so far:-
    In Financial Accounting System(System - ID6 - R/3 4.7) - We had done
    basic FI, CO configurations. Also we had done the steps of Creation of
    Logical System, RFC Destination for BAPI Calls, RFC Destination for
    dialog calls, created Distribution Model and distributed to Dispute
    Case processing system. Also Partner profile created and Outbound
    Message Type SYNCH assigned. We had tried to activate business objects
    in outbox for the object type BUS2022. But the when checking the
    Consistency Check - Serialization using object type, the same is shown
    as Inactive.
    In Dispute Case Processing System(EC6 - ECC 6.0) - We had created
    Logical System, checked the availability of Distribution model,
    activated business objects in inbound for object type BUS2022. Here we
    are having an error in consistency check - Serialization using object
    type - that No partner destination found.
    Please help us in resolving the same and let me know if you need more
    information.
    Regards
    Hari

    Mark, Thanks for your reply.
    Can you brief how this works?
    I have company code set up in FA system. The customers in FI are called Business Partners in FSCM
    This company code is not there in ECC 6.0 system which is FSCM system.
    Now, how will the customers in R/3 system will be created as Business Partner in FSCM system?
    Regards
    Hari

  • Multi System scenario in FSCM

    Hi,
    We are implementing FSCM with multi system scenario so could any one breif me how to set up the connection between Dispute management and R/3. We are using ECC6.0 for FSCM and 4.7 for R/3.
    Could any one clarify me on below points.
    1. How to set up RFCs in between ECC6.0 and R/3. I have maintained RFC in R/3 as well as FSCM but not able to establish communication/create disputes .
    2. What other set up needs to be done to enable the communication between two systems.
    3. Actually how we will create disputes in multi system scenario?
    Would be great if you clarify me on above points.
    Thanks in advance,
    Sunil

    Hi,
    Pls see the below link.
    http://help.sap.com/saphelp_sm32/helpdata/EN/b3/dd773dd1210968e10000000a114084/content.htm
    Anil

  • CUP : RISK ANALYSIS FAILED for Multi systems

    Greetings,
    Risk Analysis through CUP is failing on a request containing multi system access.
    There are 2 systems requested on the same CUP request form. At the stage of Risk analysis is to be performed the risk analysis errors out as the risk analysis is performed on the entire request across both the systems, After the receiving the error when an individual system is selected the RA is performed with out any failure on both the systems independent of each other
    I have check already check the below and they seem working fine without any issue
    1. The admin passwords have been checked in both the systems (backend) as well as in the UME.
    2. The risk analysis web service works as expected and there is no failure.
    3. The connectors have the same name both in CUP & RAR no difference
    4. SAPJCO connectors are appropriately setup in the SLD for both the systems and they work when tested out.
    5. The URI is setup correct and no issue identified there.
    6. Both the systems request have the same stage/path and the custom approver determination appropriately setup
    When the approver tries to approve the request Risk analysis is setup as a mandatory task and when the RA is performed the system takes the default "ALL" and errors out, when you choose a specific system and perform you get the required results without any failure. Below is the java dump for the error.
    Please let me know if I have missed anything?
    Line: -
    2011-03-09 10:16:11,264 [SAPEngine_Application_Thread[impl:3]_28] ERROR java.lang.VerifyError: com/virsa/cc/xsys/ejb/RiskAnalysis.execRiskAnalysis(Lcom/virsa/cc/xsys/webservices/dto/WSRAInputParamDTO;)Lcom/virsa/cc/xsys/webservices/dto/RAResultDTO;
    java.lang.VerifyError: com/virsa/cc/xsys/ejb/RiskAnalysis.execRiskAnalysis(Lcom/virsa/cc/xsys/webservices/dto/WSRAInputParamDTO;)Lcom/virsa/cc/xsys/webservices/dto/RAResultDTO;
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.execRiskAnalysis(RiskAnalysisEJB53DAO.java:305)
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.getViolations(RiskAnalysisEJB53DAO.java:277)
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.getViolations(RiskAnalysisEJB53DAO.java:419)
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.determineRisks(RiskAnalysisEJB53DAO.java:527)
         at com.virsa.ae.service.sap.RiskAnalysis53DAO.determineRisks(RiskAnalysis53DAO.java:103)
         at com.virsa.ae.accessrequests.bo.RiskAnalysisBO.findViolations(RiskAnalysisBO.java:182)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doRiskAnalysis(RiskAnalysisAction.java:1108)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doAnalysis(RiskAnalysisAction.java:335)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.execute(RiskAnalysisAction.java:112)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         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:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    2011-03-09 10:16:11,278 [SAPEngine_Application_Thread[impl:3]_28] ERROR Exception during EJB call, Ignoring and trying Webservice Call
    com.virsa.ae.service.ServiceException: Exception in getting the results from the EJB service : com/virsa/cc/xsys/ejb/RiskAnalysis.execRiskAnalysis(Lcom/virsa/cc/xsys/webservices/dto/WSRAInputParamDTO;)Lcom/virsa/cc/xsys/webservices/dto/RAResultDTO;
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.getViolations(RiskAnalysisEJB53DAO.java:295)
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.getViolations(RiskAnalysisEJB53DAO.java:419)
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.determineRisks(RiskAnalysisEJB53DAO.java:527)
         at com.virsa.ae.service.sap.RiskAnalysis53DAO.determineRisks(RiskAnalysis53DAO.java:103)
         at com.virsa.ae.accessrequests.bo.RiskAnalysisBO.findViolations(RiskAnalysisBO.java:182)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doRiskAnalysis(RiskAnalysisAction.java:1108)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doAnalysis(RiskAnalysisAction.java:335)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.execute(RiskAnalysisAction.java:112)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         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:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by:
    java.lang.VerifyError: com/virsa/cc/xsys/ejb/RiskAnalysis.execRiskAnalysis(Lcom/virsa/cc/xsys/webservices/dto/WSRAInputParamDTO;)Lcom/virsa/cc/xsys/webservices/dto/RAResultDTO;
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.execRiskAnalysis(RiskAnalysisEJB53DAO.java:305)
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.getViolations(RiskAnalysisEJB53DAO.java:277)
         ... 28 more
    2011-03-09 10:19:32,401 [SAPEngine_Application_Thread[impl:3]_28] ERROR com.virsa.ae.core.BOException: EXCEPTION_FROM_THE_SERVICERisk Analysis failed
    com.virsa.ae.core.BOException: EXCEPTION_FROM_THE_SERVICERisk Analysis failed
         at com.virsa.ae.accessrequests.bo.RiskAnalysisBO.findViolations(RiskAnalysisBO.java:199)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doRiskAnalysis(RiskAnalysisAction.java:1108)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doAnalysis(RiskAnalysisAction.java:335)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.execute(RiskAnalysisAction.java:112)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         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:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by:
    com.virsa.ae.service.ServiceException: EXCEPTION_FROM_THE_SERVICERisk Analysis failed
         at com.virsa.ae.service.sap.RiskAnalysisWS53DAO.determineRisks(RiskAnalysisWS53DAO.java:587)
         at com.virsa.ae.service.sap.RiskAnalysis53DAO.determineRisks(RiskAnalysis53DAO.java:119)
         at com.virsa.ae.accessrequests.bo.RiskAnalysisBO.findViolations(RiskAnalysisBO.java:182)
         ... 24 more
    Edited by: Angara Rao on Mar 9, 2011 5:15 PM

    Greetings,
    Risk Analysis through CUP is failing on a request containing multi system access.
    There are 2 systems requested on the same CUP request form. At the stage of Risk analysis is to be performed the risk analysis errors out as the risk analysis is performed on the entire request across both the systems, After the receiving the error when an individual system is selected the RA is performed with out any failure on both the systems independent of each other
    I have check already check the below and they seem working fine without any issue
    1. The admin passwords have been checked in both the systems (backend) as well as in the UME.
    2. The risk analysis web service works as expected and there is no failure.
    3. The connectors have the same name both in CUP & RAR no difference
    4. SAPJCO connectors are appropriately setup in the SLD for both the systems and they work when tested out.
    5. The URI is setup correct and no issue identified there.
    6. Both the systems request have the same stage/path and the custom approver determination appropriately setup
    When the approver tries to approve the request Risk analysis is setup as a mandatory task and when the RA is performed the system takes the default "ALL" and errors out, when you choose a specific system and perform you get the required results without any failure. Below is the java dump for the error.
    Please let me know if I have missed anything?
    Line: -
    2011-03-09 10:16:11,264 [SAPEngine_Application_Thread[impl:3]_28] ERROR java.lang.VerifyError: com/virsa/cc/xsys/ejb/RiskAnalysis.execRiskAnalysis(Lcom/virsa/cc/xsys/webservices/dto/WSRAInputParamDTO;)Lcom/virsa/cc/xsys/webservices/dto/RAResultDTO;
    java.lang.VerifyError: com/virsa/cc/xsys/ejb/RiskAnalysis.execRiskAnalysis(Lcom/virsa/cc/xsys/webservices/dto/WSRAInputParamDTO;)Lcom/virsa/cc/xsys/webservices/dto/RAResultDTO;
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.execRiskAnalysis(RiskAnalysisEJB53DAO.java:305)
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.getViolations(RiskAnalysisEJB53DAO.java:277)
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.getViolations(RiskAnalysisEJB53DAO.java:419)
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.determineRisks(RiskAnalysisEJB53DAO.java:527)
         at com.virsa.ae.service.sap.RiskAnalysis53DAO.determineRisks(RiskAnalysis53DAO.java:103)
         at com.virsa.ae.accessrequests.bo.RiskAnalysisBO.findViolations(RiskAnalysisBO.java:182)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doRiskAnalysis(RiskAnalysisAction.java:1108)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doAnalysis(RiskAnalysisAction.java:335)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.execute(RiskAnalysisAction.java:112)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         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:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    2011-03-09 10:16:11,278 [SAPEngine_Application_Thread[impl:3]_28] ERROR Exception during EJB call, Ignoring and trying Webservice Call
    com.virsa.ae.service.ServiceException: Exception in getting the results from the EJB service : com/virsa/cc/xsys/ejb/RiskAnalysis.execRiskAnalysis(Lcom/virsa/cc/xsys/webservices/dto/WSRAInputParamDTO;)Lcom/virsa/cc/xsys/webservices/dto/RAResultDTO;
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.getViolations(RiskAnalysisEJB53DAO.java:295)
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.getViolations(RiskAnalysisEJB53DAO.java:419)
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.determineRisks(RiskAnalysisEJB53DAO.java:527)
         at com.virsa.ae.service.sap.RiskAnalysis53DAO.determineRisks(RiskAnalysis53DAO.java:103)
         at com.virsa.ae.accessrequests.bo.RiskAnalysisBO.findViolations(RiskAnalysisBO.java:182)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doRiskAnalysis(RiskAnalysisAction.java:1108)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doAnalysis(RiskAnalysisAction.java:335)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.execute(RiskAnalysisAction.java:112)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         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:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by:
    java.lang.VerifyError: com/virsa/cc/xsys/ejb/RiskAnalysis.execRiskAnalysis(Lcom/virsa/cc/xsys/webservices/dto/WSRAInputParamDTO;)Lcom/virsa/cc/xsys/webservices/dto/RAResultDTO;
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.execRiskAnalysis(RiskAnalysisEJB53DAO.java:305)
         at com.virsa.ae.service.sap.RiskAnalysisEJB53DAO.getViolations(RiskAnalysisEJB53DAO.java:277)
         ... 28 more
    2011-03-09 10:19:32,401 [SAPEngine_Application_Thread[impl:3]_28] ERROR com.virsa.ae.core.BOException: EXCEPTION_FROM_THE_SERVICERisk Analysis failed
    com.virsa.ae.core.BOException: EXCEPTION_FROM_THE_SERVICERisk Analysis failed
         at com.virsa.ae.accessrequests.bo.RiskAnalysisBO.findViolations(RiskAnalysisBO.java:199)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doRiskAnalysis(RiskAnalysisAction.java:1108)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.doAnalysis(RiskAnalysisAction.java:335)
         at com.virsa.ae.accessrequests.actions.RiskAnalysisAction.execute(RiskAnalysisAction.java:112)
         at com.virsa.ae.commons.utils.framework.NavigationEngine.execute(NavigationEngine.java:295)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:431)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321)
         at com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377)
         at com.virsa.ae.commons.utils.framework.servlet.AEFrameworkServlet.service(AEFrameworkServlet.java:461)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         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:219)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by:
    com.virsa.ae.service.ServiceException: EXCEPTION_FROM_THE_SERVICERisk Analysis failed
         at com.virsa.ae.service.sap.RiskAnalysisWS53DAO.determineRisks(RiskAnalysisWS53DAO.java:587)
         at com.virsa.ae.service.sap.RiskAnalysis53DAO.determineRisks(RiskAnalysis53DAO.java:119)
         at com.virsa.ae.accessrequests.bo.RiskAnalysisBO.findViolations(RiskAnalysisBO.java:182)
         ... 24 more
    Edited by: Angara Rao on Mar 9, 2011 5:15 PM

  • System control panel malfunctioning after upgrade to windows 7 professional

    I have an issue I just bought with my recently purchased Toshiba satellite P755-S5390. I had upgraded to windows 7 professional. Now the the system control panel is malfunctioning and I lost one USB bay. This included the switch to turn on and off wifi. After consulting with my some co-workers I have concluded that it is a hardware issue, but I find myself in a bit of a pickle. I didn't’t create a recovery disk for the laptop's original operating system and one was not provided. Is there any way I can get the system control panel function back to its factory settings so I can turn my wifi switch back on. With out having to purchase a restore disk from Toshiba.  

    The cheaper and easier thing to do is to consider purchasing the Recovery disks from Toshiba because alternatives can be time consuming and expensive in media.
    Most of the newer Toshiba laptops do not include Recovery disks. So Toshiba gives you two options to run the Recovery. One is to create the Recovery disks using the Toshiba Recovery Disk Creator program. You'll find the program under Toshiba or Toshiba Utilities in the Program lists. The other way to run the Recovery is to turn on the computer while holding down the '0' (zero) key. This will activate a program in a hidden partition on the hard drive to send the computer back to it's out-of-the-box configuration. You can try this with your current operating system. It will give you a couple different opportunities to back out of running the Recovery before the process begins. The advantage of going back to the out-of-the-box configuration is that the Toshiba Recovery Disk Creator program will be created again and you'll be able to create the Recovery disks as many times as you'd like. The bad news is that running the Recovery software will wipe out EVERYTHING on the computer, including programs, files, pictures and music.
    What you can do is back up all of your programs and files and run the Recovery using the hidden hard drive partition. Create the Recovery disks and then restore all of your programs and files again. But this is a lot of work and like I said,it might be cheaper and easier just to buy the disks.

  • The exit code of file system control is 8

    imac starts and then go off, start in safe mode, during the repair of the disk, the following written "the exit code of file system control is 8" and the disk is not repaired

    Here are the answers to your questions:
    1.  I'm using LabVIEW 8.5
    2.  The colored box is the one visible as a border of the system numeric on the front panel.  It is a rectangular box made up of lines that are one pixel thick.  In the control editor, this shows up as the frame in the parts window.  This same color is also visible in the control that opens the drop down box in a system enum.
    3.  The color picker is the window that is visible when I have the paintbrush tool selected and I right click on a control.  A window comes up that has all the RGB colors visible, as well as 6 system colors that I can pick.
    The reason I want to find this color is because I am trying to make custom controls that use the system colors.  The color that is used is not listed in the 6 system colors in the color picker.
    S G
    Certified LabVIEW Architect, Certified TestStand Developer, Certified Professional Instructor
    Attachments:
    Screenshot.doc ‏85 KB
    Example.vi ‏8 KB

  • Accidentally uninstalled System Control Manager

    I accidentally uninstalled my System Control Manager and now the Fn+Function keys are not working, like the track pad disable, ECO setting, all don't work. Would anyone please provide me a link to download SCM for my GS70 with 970m, I have been looking for it for a while and cant find it. Thanks.

    Here u go 
    http://www.msi.com/support/nb/GS70-2QE-Stealth-Pro.html#down-utility&Win8.1 64

  • Project System Controlling BW Report help

    hi experts,
    A Project System - Controlling. Analysis can be made on a vide range of Projects Attributes. The analysis can be done on Amount and Quantities.
    Can you please provide me the Standard Business content data sources and info providers for the above requirement.
    Any inputs plz.
    regards
    venuscm
    Edited by: venugopal vadlamudi on Oct 19, 2010 8:31 AM

    Hi Venu,
    The standard extractors for PS data are 0CO_OM_WBS_* and 0CO_OM_NWA_* series of datasources. You can look up these DSs on SAP Library and use whichever suit you. Be advised though that many of these DSs deliver overlapping data. You will have to set the filters in the InfoPackages very carefully to make sure that you only get one set of data from a single DataSource.
    For example there would be a DS that would bring in 'All Costs' and another that would bring in 'Planned costs and revenues'. If you use both of these datasources, there will be an overlap for 'Plan costs' since both would bring in this data. You will have to set the filter on 'Value Type' in either of the DS to restrict plan costs to only one of them

Maybe you are looking for

  • How do I prevent all my Apple Devices (IOS, Mac, etc.) from EVER connecting to the damned iCloud?

    I really don't want any of my stuff in the "iCloud", but everything needs to be turned off manually. Can't this be a default where you have to turn on the **** iCloud, instead of turning it off?

  • Synchronized with MediaMonkey

    Dear readers, I recently synchronized my Ipod Classic with MediaMonkey instead of iTunes. At first there were no problems. After downloading more music to my computer, I synchronized my Ipod again. My Ipod is totally flipping out! If I press play on

  • Photoshop Elements Help | Processing camera raw image files

    This question was posted in response to the following article: http://helpx.adobe.com/photoshop-elements/using/processing-camera-raw-image-files.html

  • Error occurred in phase PREP_INPUT/EXTRACTKRN_PRE

    Hi All, I am upgrading Solution Manager to 7.1 from solution Manager 7.0 EHP1. Operating system Windows Server 2003 and database Oracle 11.2. During the extraction phase (Extract Kernel) the following error occurred : Sever error(s) occurred in phase

  • Concurrent Systems and Processes

    I am working on a concurrency problem of a shop who can have no more than 5 people in the store at one time, the shopkeeper can only serve one customer at a time and during that time the customer has exclusive access to the shopkeeper, after the cust