Computation points of application computations

Hi --
I'm trying to figure out what computation point to use for application computations. In particular, when is a computation done for the "On new instance(e.g. on login)" computation point?
Does it occur after the user has logged in and the APP_USER item is correctly set?
I need to do computations after the login has occurred and I can obtain APP_USER correctly
Thanks

Hi --
I decided to add an application process, with 'On new session: after authentication' as the process point.
The process runs, but it still seems like APP_USER has not been set at that point. Is that true, or am I dreaming?
I just need a process to set some items after login, when I can get access to APP_USER.
Betty

Similar Messages

  • How to realise a point track application with user-defined original point?

    hi,
       I am developing a simple point track application, it is not the same as the traditional mouse cursor tracking problem and i get really confused. 
       there are two pictures to describe my application:
       the first one descirbes the default state of my application:
       1.red circle is the point that user can move;
       2.white cross is the original point;
       3.blue circle is the range of red circle motion
       the second one describes the track process of my application:
       1.user can move the red circle with a click of mouse button in any place within blue circle;
       2.application should show coordinates of red circle relative to white circle in real time;
       3.once user release the red circle(or the button of mouse), the application should return to its default state.
       I realy do not know how to realise the key parts of this application, like showing a circle in panel and connecting the points within it to the labview code? can anybody give me some suggestions? thanks a lot 
    Attachments:
    default state.png ‏10 KB
    action state.png ‏12 KB

    Attached is a very rough implementation of what you're looking for.  Add a "draw (white) line" after the "draw circle" function to make the crosshairs persist when the circle is near the center. Prob want to delete the crosshairs from the blue circle picture (currently contained in a constant) to avoid drawing them twice and them not quite lining up.  All of the constants are empirically determined and need slight adjustments (e.g. centering of the red circle when mouse is up, etc.).  They will need further adjustment if you resize the blue circle picture. 
    Not sure what you mean by connecting the points within the LV code.  I suspect you're using the eyeball to drive an XY stage or such and need to use the red circle coordinates to moderate the travel speed? 
    Attachments:
    Untitled 1.vi ‏25 KB

  • Please make the POINT & FIND application available...

    Please make the POINT & FIND application available for the Nokia E72. It's  already available for a long time for the E71, so please make it a piority!

    The 'Point and Find' is still not compatible with Nokia E72. The applications that you find from ovi store also depends on its compatibility with your device.

  • Mount Points in Application Servers

    Hi ,
    I am planning to install ECC ISU , EP and BI in production environment.
    ECC & BI are On AIX and DB2
    EP is on Linux and DB2
    We will have two application servers for all systems ( ECC, BI and EP).
    Can anyone please let me know , what  are the sap related mount points (or, file systems) that should be present in the application servers of these systems ?
    Thanks and Regards,
    Moulinath Ray

    Thanks a lot Sunny.
    What I understand from your comment ,
    1. /sapmnt and /usr/sap/trans are to be shared between CI and all application servers.
    2. /usr/sap/<D01> or <D02> has to be created as local mount points in all application servers.
    3. The structure will remain same for all systems (i.e. ECC, BI & EP)
    Can you please confirm ?
    Regards,
    Moulinath

  • Cti port , cti route point, and application user

    Hello,
    Can someone explain the reason why we use cti route point, cti port, application user for ucce. What is the function of each one when integrating with a ucce call center?
    Thanks,

    I guess you are using CVP as front end VRU, where CVP treats customer with prompts and when customer chooses to talk to agent, CVP delivers call to agent with the help of the ICM.
    so you need to understand CVP call flow first,like  how call traverse different application(VG,CVP,ICM,CUCM) in unified CVP environment(specifically comprehensive call flow model).
    then you need to do configuration walkthrough in your environment like check the dial-peer on the VG and see how call comes in, what dial-peer it matches, how number gets translated using translation pattern and where it routes (CVP,CUPS,CUSP etc)
    go to next device and once again check the configuration, this is how you can determine flow of your call.
    below link may help to you:
    https://supportforums.cisco.com/document/6131/detailed-sip-call-flow-cvp-comprehensive-model
    Regards
    Chintan

  • Why $(dirname $0) not point my application to the right place?

    Dear all,
    I have a script file "myApp.sh" in a specific directory, say "/usr/myApp/bin". JDK is installed under "/usr/myApp/JDK". The script has the content as
    #!/bin/sh
    binDir=$(dirname $0)
    ${binDir}/../jdk/bin/java -classpath ${binDir}/../lib/myApp.jar myPackage.Main
    Now if I run the scripts from somewhere, it tells me that
    "/../jdk/bin/java can not be found ..."
    It seems that int to the root directory "/" insteead of "/usr/myApp/bin". What is wrong?
    Regards,
    Pengyou

    Hi, jverd and other friends,
    Thanks for your kind help.
    In fact, I want to deploy an application with
    integrated JDK and make it independent of
    installation path and other Java installation . I
    believe this is related to Java application.
    However, although I have some ideas, I am poor in
    Unix shell scripts.
    This is why I try to solve these problems step by
    step by posting those questions recently.
    Thx for your patience.
    PengyouActually, these questions have nothing to do with Java. You could ask the same questions and get the same answers deploying any software written in any language.
    I don't mind answering them if I can, but for shell script stuff, you'll probably have better luck on a site or newsgroup that focuses on Unix/shell topics.

  • Need help with setting the entry point for application

    Hi there,
    I am kinda new to creating JAR files for application. I checked out the tutorials for creating the jar files, and I understood most of the concepts. There is one part in the tutorial which I still don't understand
    it says:
    We want to execute the main method in the class MyClass in the package MyPackage when we run the JAR file.
    We first create a text file named Manifest.txt with the following contents:
    Main-Class: MyPackage.MyClass
    I am not exactly sure what the package is. Is it the name of the jar file, which I wish to create? Your detailed explanation would certainly be helpful. Thank you in advance.
    Regards,
    Young

    Hi there,
    I am kinda new to creating JAR files for
    for application. I checked out the tutorials for
    creating the jar files, and I understood most of the
    concepts. There is one part in the tutorial which I
    still don't understand
    it says:
    We want to execute the main method in the class
    s MyClass in the package MyPackage when we run the
    JAR file.
    We first create a text file named Manifest.txt with
    the following contents:
    Main-Class: MyPackage.MyClass
    I am not exactly sure what the package is. Is it
    it the name of the jar file, which I wish to create?
    Your detailed explanation would certainly be helpful.
    Thank you in advance.
    Regards,
    YoungIts just the package name in your code hierarchy.
    http://jarticles.com/package/package_eng.html

  • Application Computation to populate Application Item

    Hi all
    (Version 4.0.2).
    I'm trying to populate an application item using an application computation (On new instance / SQL Query returning Single Value). In principal this works - only at a later point than I would expect:
    I've got a page with charts which use the application item (userid) in the where clause. However, when I enter the page, the charts claim 'no data' - only after submitting the page (via a button) the item population seem to happen, because after this, I get the expected data.
    Do I have a wrong concept expecting the app-items to be populated when the user creates a new session and be readily available when entering any page?
    If so, what is best practice to achieve the desired behavior?
    Many thanks
    Tino

    Hi Tino,
    As the following book excerpt from "Easy HTML-DB Oracle Application Express: Create Dynamic Web Pages with OAE" by Michael Cunningham & Kent Crotty says:
    "On New Instance is an application level computation and should be created as such. It can be a little confusing since this computation point is available when creating a computation at the page level. However, do not use the On New Instance display point on application pages. These should be defined as an Application Computation in Shared Components. When an On New Instance computation is created at the application level, it will be executed during login when the session is created in HTML DB. A good use of this type of computation would be to read a cookie from the user’s browser to set some application level items."
    You can populate the item on page load by configuring the source section in the item attributes or by means of a dynamic action on the event "Page Load.", for example.
    Regards,
    Sergio

  • Netui:form submit is pointing to the application server

    Hi, I have configured apache web server to forward the requests to weblogic portal application. All the pages are working fine. However, where ever there are form submits, the action URL is pointing to application server instead of web server. My code in the JSP is as below.
    <netui:form action="login" >
    but when i see the view source of the page i see below code:
    <form name="loginForm" action="http://10.187.78.125:27002/gactTestProj/appmanager/DemoPortal/gr_en?_nfpb=true&portlet_18_1_actionOverride=%2Fportlets%2Flogin%2Flogin&_windowLabel=portlet_18_1&_pageLabel=login" method="post">
    can any one help please ?

    hi
    a. modify url-template-config.xml to not include protocol,host,port for all the portal , pageflow templates. This is probably the best option.
    b. I think there was a parameter you had to enable on config.xml for you to specify the apache address, frontendhost or something . Plus WeblogicPluginEnabled was used for I think passing on the client IP address but i cant recollect if it was used for anything else.
    regards
    deepak

  • How to avoid of application running on Oracle 10g to be copied?

    I am a newbie to the security issues, so I need your help, please, where to start / what to read:
    I have an application running across many customers on Oracle 10g. I have faced lately that our users
    can use their daily backups to establish a totaly new database on a same / different server
    and point our application to use it as well.
    Is there any way to avoid it? F.e. I thought to use SELECT * FROM v$instance; to get the server instance details, and
    in result with some other function to obtain, let say, local server's (WIN2003) details,
    such as HD Serial Number, MAC number or so and then to check these values each time user runs the application.
    Is it the correct way? What are the basics here at all?
    Many thanks in advance to all!

    A lot of enterprises, however, actively avoid systems which are locked down to a particular server for very legitimate reasons. If my data center dies in the middle of the night, I sure don't want to have to call your mobile phone so that you can get to a computer, log in to the office network, and get me a new key so that I can finish my emergency failover. If I've got dozens of applications, I absolutely don't want to do that with dozens of different vendors.
    It sounds like your problem, though, isn't that users are installing your software on multiple computers it's that they are accessing functionality they haven't licensed. That is generally a much easier problem to solve and doesn't require you to lock anything down to a particular machine. You can create a table LICENSED_CONTENT, for example,
    CREATE TABLE licensed_content (
      client_id    NUMBER,
      content_type VARCHAR2(30),
      key          RAW(128)
    )In this case, KEY is, say, a hash (using the DBMS_CRYPTO or DBMS_OBFUSCATION_TOOLKIT packages if you'd like) of the client_id, content_type, and a bit of salt (i.e. a fixed string that only you know). When you sell a license to manage diamond content, you provide a script that inserts the appropriate row in the LICENSED_CONTENT table. When your application starts up, it reads the LICENSED_CONTENT table and verifies the hash before allowing users to access that type of content. This allows legitimate customers to move the software from one system to another but prevents them from accessing new functionality without a new license.
    Justin

  • Sharepoint 2013 BI solutions using Performance point services is can be compatible with Analysis server 2008 R2?

    HI
    In Sharepoint 2013 BI solutions using Performance point services  is can be compatible with Analysis server 2008 R2?
    here in sp 2013 i upgraded sp 2010 BI site and when i open dashboard pages they not display the pointers.
    and when i open dashboard designer i was unable to connect Analysis server 2008 R2 where data source exists
    adil

    Hi 
    1) here i migrated a Publishing web applications and bi sites to 2013 sucessfully, this site is enable anonymous access 
    2) Installed SQLSERVER2008_ASADOMD10 
    3) added performance point service application pool account as a db_owner and data read access permission to content database and added permission to unattended service account to SSAS server .
    3) and after i was able to connect to SSAS data soruces.
    here when i open dashboards with administrator user  , this user able to view dashboards
    but when external user able to view dashboards it asking authentication and throws error.
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-PerformancePoint Service
    Date:          3/15/2015 11:59:02 AM
    Event ID:      1101
    Task Category: PerformancePoint Services
    Level:         Error
    Keywords:      
    User:          NT AUTHORITY\IUSR
    Computer:      TSharepint2013.test.com
    Description:
    An exception occurred while rendering a Web control. The following diagnostic information might help to determine the cause of this
     problem:
    Microsoft.PerformancePoint.Scorecards.BpmException:
     The scorecard no longer exists or you do not have permission to view it.
    PerformancePoint Services error code 20700.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-PerformancePoint Service" Guid="{A7CD5295-CBBA-4DCA-8B67-D5BE061B6FAE}" />
        <EventID>1101</EventID>
        <Version>15</Version>
        <Level>2</Level>
        <Task>1</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2015-03-15T08:59:02.151586300Z" />
        <EventRecordID>149327</EventRecordID>
        <Correlation ActivityID="{54EDF29C-9842-C025-E404-2869814A5DF0}" />
        <Execution ProcessID="8120" ThreadID="7816" />
        <Channel>Application</Channel>
        <Computer>TSharepint2013.test.com</Computer>
        <Security UserID="S-1-5-17" />
      </System>
      <EventData>
        <Data Name="string1">An exception occurred while rendering a Web control. The following diagnostic information might help to determine the cause of this problem:
    Microsoft.PerformancePoint.Scorecards.BpmException: 
    The scorecard no longer exists or you do not have permission to view it.
    PerformancePoint Services error code 20700.</Data>
      </EventData>
    </Event>
    adil

  • Finder Opens When I Left Click Any Dock Application

    When I wake my system up from Sleep, I have a problem that occurs intermittently. When I left click any icon on the dock, ie. Mail, Finder opens and the Mail application is highlighted. Mail does not open. If I double-click on the application in Finder at that point, the application opens just fine. Has anyone else had this problem?
    By the way, I have updated to Tiger 10.4.7, but the problem has occured prior to the update.
    Intel iMac 20" 2GB RAM 250GB HD 256MB Video Mac OS X (10.4.6)
    Intel iMac 20" 2GB RAM 250GB HD 256MB Video   Mac OS X (10.4.6)  

    When I wake my system up from Sleep, I have a problem
    that occurs intermittently. When I left click any
    icon on the dock, ie. Mail, Finder opens and the Mail
    application is highlighted. Mail does not open. If
    I double-click on the application in Finder at that
    point, the application opens just fine. Has anyone
    else had this problem?
    By the way, I have updated to Tiger 10.4.7, but the
    problem has occured prior to the update.
    Intel iMac 20" 2GB RAM
    250GB HD 256MB Video Mac OS X (10.4.6)
    Intel iMac
    20" 2GB RAM 250GB HD 256MB Video   Mac OS X
    (10.4.6)  
    Yes, I had the same problem and also it was an intermittent problem. I was having trouble with Safari and Mail which I used most often. Sometimes after a while it wouldn't give me the problem but usually I would restart and it would work, but later after my computer was asleep it would give me the problem again. I was even having problems with Safari opening windows in a new tab and not the same window even though it was set to open in the same window.
    Solution: Drag the preferences 'plist' for the 'finder', 'dock', and 'desktop' to the desktop and restart. You will have to reset your preferences, but the only one that took any time was the 'dock', because I have a lot of apps there. You might even want to try one at a time to see which one might be the corrupt list. /users/your name/Library/preferences/com.apple.dock.plist/
    Hope this helps you, I don't think anything is wrong with your mouse or your mouse button settings.
    Really like Edmonton also.
    Jerry D

  • Hard-coded application name in Customized App.

    Dear all,
    The name of standard application has been hard coded in one of the methods where URL for a page is generated. The customized application starts calling standard pages at this point.
    I copied this method-code and called it from my object. But this is giving runtime context error.
    I would have replaced the application name from this URL after method call, but its called at many points in application.
    Kindly suggest what should i do now.
    Thanks

    The @computername@ variable takes a computer name defined by the user who deploys the template.
    To make this template fit for scaling you have to define the computer name not as a variable but as a name followed by a number of ### symbols. The ### symbols will become numerical values. VMM makes sure that the numbers are incremented each time you scale
    your computer tier.
    Serv## will resolve in Serv01, Serv02, etc.
    I’ve tried to combine the variable with the ### symbols in the past. I recall this didn’t work back then (2012SP1).
    HTH

  • Application Web Service Control Manager detected AWEBSVC is not responding to HTTP requests. The http status code and text is 400, Bad Request.

    Hi All,
    I am seeing the following error for SMS_AWEBSVC_CONTROL_MANAGER component with Message ID: 8100
    Application Web Service Control Manager detected AWEBSVC is not responding to HTTP requests.  The http status code and text is 400, Bad Request.
    awebsctl.log file has below errors:
    Call to HttpSendRequestSync failed for port 80 with status code 400, text: Bad Request
    SMS_AWEBSVC_CONTROL_MANAGER 12/22/2014 3:37:55 PM
    13920 (0x3660)
    AWEBSVCs http check returned hr=0, bFailed=1
    SMS_AWEBSVC_CONTROL_MANAGER 12/22/2014 3:37:55 PM
    13920 (0x3660)
    AWEBSVC's previous status was 1 (0 = Online, 1 = Failed, 4 = Undefined)
    SMS_AWEBSVC_CONTROL_MANAGER 12/22/2014 3:37:55 PM
    13920 (0x3660)
    Health check request failed, status code is 400, 'Bad Request'.
    SMS_AWEBSVC_CONTROL_MANAGER 12/22/2014 3:37:55 PM
    13920 (0x3660)
    Management point and Application Catalog Website Point are installed on the same Server where I am seeing the error for Application Catalog Web Service Point role. Management Point and Application Catalog Website Point are functioning properly. Application
    Catalog Website is working.
    Thanks & Regards, Kedar

    Hi Jason,
    Application Catalog Web Service Point and Application Catalog Website Point; both are installed as per below configuration on same Server:
    IIS Website: Default Web Site
    Port Number: 80
    with default value for Web Application Name configured.
    For SMS_AWEBSVC_CONTROL_MANAGER component, I am getting below error in Component Status:
    Application Web Service Control Manager detected AWEBSVC is not responding to HTTP requests.  The http status code and text is 400, Bad Request.
    Possible cause: Internet Information Services (IIS) isn't configured to listen on the ports over which AWEBSVC is configured to communicate. 
    Solution: Verify that the designated Web Site is configured to use the same ports which AWEBSVC is configured to use.
    Possible cause: The designated Web Site is disabled in IIS. 
    Solution: Verify that the designated Web Site is enabled, and functioning properly.
    For more information, refer to Microsoft Knowledge Base.
    And awebsctl.log has the below error lines:
    Call to HttpSendRequestSync failed for port 80 with status code 400, text: Bad Request
    SMS_AWEBSVC_CONTROL_MANAGER
    12/23/2014 11:04:36 AM 16388 (0x4004)
    AWEBSVCs http check returned hr=0, bFailed=1
    SMS_AWEBSVC_CONTROL_MANAGER
    12/23/2014 11:04:36 AM 16388 (0x4004)
    AWEBSVC's previous status was 1 (0 = Online, 1 = Failed, 4 = Undefined)
    SMS_AWEBSVC_CONTROL_MANAGER
    12/23/2014 11:04:36 AM 16388 (0x4004)
    Health check request failed, status code is 400, 'Bad Request'.
    SMS_AWEBSVC_CONTROL_MANAGER
    12/23/2014 11:04:36 AM 16388 (0x4004)
    STATMSG: ID=8100
    What should I check from IIS side?
    Application Catalog Website is functioning properly.
    Thanks & regards,
    Kedar
    Thanks & Regards, Kedar

  • Secure Store Service Application takes a lot of time and does not create the database

    Hi everybody,
    I was trying to configure sharepoint performance point and I was following the instruction. After I created the performance point services application I tried to creat the secure store service application. When I do this, the progress window stays open forever
    even after 2 hours. If I close the window, I will see that the secure store service and proxy app is created and the application pool also is created in IIS but the database is not and the application service is stopped. even when I want to delete it, it's
    the same story and the progress window stays until I close it manually. Nothing has been logged in the event viewer because it doesn't throw any exceptions.
    I don't think that I have permission issues on the database server side because I have created the performance point service app and the database is there. I have used the same credentials to crete the secure store.
    I have restarted the secure store service and IIS for many times and even the server itself.
    I'm wondering if anybody has had this issue because I couldn't find anything on the web.
    Thanks,
    Edwin 

    Alex, please ignore my previous answer. I found more information in the ULS. At the time that I started creating the service application by power shell these things are logged and they are repeated several times:
       it starts with:
    11/13/2013 15:19:55.52 PowerShell.exe (0x1698)                
    0x170C
    Secure Store Service          
    Secure Store                  
    esj6 High    
    Creating Secure Store Service Application 'Secure Store Service Application'.
    c402af0c-5ff6-4995-83b8-3f95210a8b3d
    11/13/2013 15:19:55.54 PowerShell.exe (0x1698)                
    0x170C
    Secure Store Service          
    Secure Store                  
    esj9 Medium  
    Creating "database object" 'SP_SecureStore' for application. At this time database is not created.
    c402af0c-5ff6-4995-83b8-3f95210a8b3d
    11/13/2013 15:19:55.54 PowerShell.exe (0x1698)                
    0x170C
    Secure Store Service          
    Secure Store                  
    esk0 Medium  
    Saving "database object" 'SP_SecureStore' in the config db.
    c402af0c-5ff6-4995-83b8-3f95210a8b3d
    11/13/2013 15:19:55.83 w3wp.exe (0x0944)                      
    0x0DB4
    Secure Store Service          
    Secure Store                  
    d4gx Verbose
    BackgroundTasks instance accesed.
    11/13/2013 15:19:55.83 SPUCWorkerProcessProxy.exe (0x13A0)    
    0x02B0
    Secure Store Service          
    Secure Store                  
    d4gx Verbose
    BackgroundTasks instance accesed.
    11/13/2013 15:19:55.83 PowerShell.exe (0x1698)                
    0x1740
    Secure Store Service          
    Secure Store                  
    f7wk Verbose
    StartTracker called for secure store ''
    11/13/2013 15:19:55.83 PowerShell.exe (0x1698)                
    0x1740
    Secure Store Service          
    Secure Store                  
    f7wl Verbose
    Tracker not started because call not made from Service Host.
    11/13/2013 15:19:55.83 WebAnalyticsService.exe (0x0A6C)        
    0x1B88 Secure Store Service          
    Secure Store                  
    f7wk Verbose
    StartTracker called for secure store ''
    Finally it says:
    11/13/2013 15:19:55.90 PowerShell.exe (0x1698)                
    0x170C
    Secure Store Service          
    Secure Store                  
    esk9 High    
    Secure Store Service Application 'Secure Store Service Application' created.
    c402af0c-5ff6-4995-83b8-3f95210a8b3d

Maybe you are looking for

  • Some folders in my Inbox will not sync or display emails

    Using a Microsoft Exchange ActiveSync account I am unable to view emails in certain subfolders under my Inbox.  I have about 8 Subfolders and I am able to see that the folders are there in my Inbox, but I can only view the emails in 5 of them. The re

  • Exception in calling web service from OAF page.

    Hi, I am trying to invoke a web service from OAF. But my code error out at particular statement where I am sending the message i.e. at SOAPMessage reply = connection.call(message, destination); The error message is java.security.privilegedactionexcep

  • ORG values for parameters not set in configuration

    Hi All, We are creating parent / child roles for FICO & MM for a project. The business requirement / configuration is such that the org values are available only for Company code and Purchasing organization. What is the appropriate way to set this up

  • Controlling Print Size

    This may seem like a really stupid basic question--but, when printing from the Mac, shouldn't there be SOME way to control the size of the final image, be it picture or text, on the paper? I can find "Print Preview" to look at it, but can't find ANY

  • Random question about navigating with the keyboard

    When I'm in the Finder on my work computer (10.5.x), I can hold the Apple key, and hold the up arrow, and I'll keep going up a level in a folder, until I'm at the hard drive root. I use this as a quick way to jump up a bunch of levels in a folder. On