How to activate this profiling function

Hi Pros,
      I can't use profiling function, because it is greyed, do you know how to activate this function?

Hi,
what do you mean by profiling Function. Is it BODS column Profiling?.
If you want to BODS profiling, 1st you should you need to login in profiling server.
Steps:Tools-->profiler server login-->give user name and Pasword then you can select the profiling repository
Pre Requisites:  Profiler repoistory should be created 1st.
Thanks,
Deepa

Similar Messages

  • Hi out there. To capture a screen shot one uses: Command-Shift-3 or 4. I have done this for a long time. Now suddenly neither screen shot works anymore. Suggestions how to get this useful function back? Thanks, Georgx

    Hi out there. To capture a screen shot one uses: Command-Shift-3 or 4. I have done this for a long time. Now suddenly neither screen shot command works anymore. Suggestions how to get this useful function back? Thanks, Georgx

    Command-Shift-3 and 4 works just fine on several Macs that I have here.
    Try restarting your Mac....or post in the specific support area for your Mac model....for more advice.
    https://discussions.apple.com/index.jspa

  • How to activate the business function HCM and HCM_LSO_CI_2

    Hi!
    To use the role of course administrator 1.4, we have to activate the business function HCM, Learning Solution 02 (HCM_LSO_CI_2).
    On IMG, I do not see about HCM_LSO_CI_2. Could you tell me the right way to do that?
    Please help.
    Thanks!

    Hi Linda
    You should be able to active business functions through SFW5 T code or by executing the very first (top) node in SPRO.
    Hope this helps
    Best Regards
    Reddy

  • How to activate payment release function?

    Dear Expert,
    When i enter payment block 'P' in FB60, error message appear " Payment release function is inactive ".
    Could you tell me how to activate the payment release function ?
    Thanks and Regards,
    YL

    Hi YLee,
                  Go to FK02 And Give vendor number and Company code  in COMPANY CODE DATA TAB select the Right tick mark in PAYMENT Transactions and press enter here go to automatic Pmnt transaction tab area Payment Block press F4 and select Free for Payment and SAVE.
    Regards
    Sridhar

  • How to implement this calendar function in ABAP code

    Hi everyone,
    Our requirement is : Give a date (e.g. YYYY.MM.DD, 1983.12.26), then we need to know which weekday it is. Is there a existing FM for this fuction? or how to implement it in ABAP?
    Thanks a lot for any hint
    Best regards
    Deyang

    Hi Deyang Liu,
        Could you please check these the below links they would give you some idea ....[SAP Calendar Control|http://help.sap.com/printdocu/core/print46b/en/data/en/pdf/BCCICALENDAR/SAP_KALENDER.pdf]
    [Calendar functions |http://help.sap.com/saphelp_nw04/Helpdata/EN/2a/fa00f6493111d182b70000e829fbfe/content.htm]
    [SAP Functions|http://abap4.tripod.com/SAP_Functions.html]
    [Determine calendar |http://help.sap.com/saphelp_nw04/helpdata/en/2a/fa00e9493111d182b70000e829fbfe/content.htm]
    Regards,
    S.Manu

  • How to activate authorization profile in ERP 6.0

    Hi,
    Could you give me a hint please.
    In ERP 6.0 system, I copied a authorization profile from &_SAP_ALL_13, and changed it.(saved successfully)
    But clicking activation, message "Unable to activate, authorizations missing: ..." is shown in pop-up.
    What happend in this process.
    In R/3 46C system, such a message is not shown.
    authorization profile activation process changed in ERP 6.0?
    I did following actions;
    T-CD: SU02
    - Profile: &_SAP_ALL_13 / With any options off  -> Create work area for profiles
    - -> Copy Profile
    - Copy profile From &_SAP_ALL_13 To Z_SAP_ALL_13 -> Execute
    T-CD: SU02
    - Profile: Z_SAP_ALL_13 / With any options off  -> Create work area for profiles
    - change some objects in the profile (include delete line) -> Save -> Activate
    regards,
    Katsumi

    Dear Katsumi,
    Go to change authorization data and check weather every node is in green.If not expand every node and check anything in yellow or red that should come in green.Then generate that profile Shift+F5.
    Now after generating your profile make sure to click on User Comparison.
    Also there might be a possibility that user must not be having enough authorization.In that case :
    From the user login wherever this message authorization faliure is coming type /nsu53 and see for missing authorization.
    Now go to your login(considering that you have full authorization) use tcode PFCG and role in which use tcode is residing.Add manually the missing object which reflects on the SU53.Again generate and make user comparision.
    Now come back to user login and again try .If that is still not coming repeat the above 2 steps.
    Regards,
    Ashutosh
    Edited by: ashutosh singh on Aug 13, 2008 7:53 AM
    Edited by: ashutosh singh on Aug 13, 2008 7:54 AM

  • How to call this Java function?

    Hi
    I imported the following java function in oracle forms 10g Rel. 2:
    PACKAGE BODY WorkDocumentWsStub IS
      -- DO NOT EDIT THIS FILE - it is machine generated!
      args   JNI.ARGLIST;
      -- Constructor for signature (Ljava/lang/String;)V
      FUNCTION new(
        a0    VARCHAR2) RETURN ORA_JAVA.JOBJECT IS
      BEGIN
        args := JNI.CREATE_ARG_LIST(1);
        JNI.ADD_STRING_ARG(args, a0);
        RETURN (JNI.NEW_OBJECT('ch/mv/wox/WorkDocumentWsStub', '(Ljava/lang/String;)V', args));
      END;
      -- Constructor for signature (Lorg/apache/axis2/context/ConfigurationContext;Ljava/lang/String;)V
      FUNCTION new(
        a0    ORA_JAVA.JOBJECT,
        a1    VARCHAR2) RETURN ORA_JAVA.JOBJECT IS
      BEGIN
        args := JNI.CREATE_ARG_LIST(2);
        JNI.ADD_OBJECT_ARG(args, a0, 'org/apache/axis2/context/ConfigurationContext');
        JNI.ADD_STRING_ARG(args, a1);
        RETURN (JNI.NEW_OBJECT('ch/mv/wox/WorkDocumentWsStub', '(Lorg/apache/axis2/context/ConfigurationContext;Ljava/lang/String;)V', args));
      END;
      -- Constructor for signature ()V
      FUNCTION new RETURN ORA_JAVA.JOBJECT IS
      BEGIN
        args := NULL;
        RETURN (JNI.NEW_OBJECT('ch/mv/wox/WorkDocumentWsStub', '()V', args));
      END;
    -- Method: searchDocuments (Lch/mv/wox/WorkDocumentWsStub$SearchDocuments;)Lch/mv/wox/WorkDocumentWsStub$SearchDocumentsResponse;
      FUNCTION searchDocuments(
        obj   ORA_JAVA.JOBJECT,
        a0    ORA_JAVA.JOBJECT) RETURN ORA_JAVA.JOBJECT IS
      BEGIN
        args := JNI.CREATE_ARG_LIST(1);
        JNI.ADD_OBJECT_ARG(args, a0, 'ch/mv/wox/WorkDocumentWsStub$SearchDocuments');
        RETURN JNI.CALL_OBJECT_METHOD(FALSE, obj, 'ch/mv/wox/WorkDocumentWsStub', 'searchDocuments', '(Lch/mv/wox/WorkDocumentWsStub$SearchDocuments;)Lch/mv/wox/WorkDocumentWsStub$SearchDocumentsResponse;', args);
      END;I call the function searchDocuments with the following plsql-code in a when-button-pressed trigger:
    DECLARE
    raisedException      ora_java.jobject;
    jo           ora_java.jobject;
    jo1          ora_java.jobject;
    arr           ora_java.jarray;
    BEGIN
    message('1');
    jo  := WorkDocumentWsStub.new;
    message('2');
    arr := WorkDocumentWsStub.searchDocuments(jo,jo1);
    message('3');
    EXCEPTION
      --check for ORA-105100
      WHEN ORA_JAVA.JAVA_ERROR THEN
        :test.msg := 'Unable to call out to Java, ' ||ORA_JAVA.LAST_ERROR;
      --check for ORA-105101
      WHEN ORA_JAVA.EXCEPTION_THROWN THEN
        raisedException := exception_.new(ORA_JAVA.LAST_EXCEPTION);
        BEGIN
          :test.msg := 'Exception: '||Exception_.toString(raisedException);
        EXCEPTION
          WHEN ORA_JAVA.JAVA_ERROR THEN
            :test.msg := 'Unable to call out to Java, ' ||ORA_JAVA.LAST_ERROR;
        END;
    END;The trigger allways raised with the following exception: Exception: java.lang.Exception: java.lang.NullPointerException
    Thanks for any help in advance!
    Niels

    I would suggest putting the calls to WorkDocumentWsStub.new and WorkDocumentWsStub.searchDocuments(jo,jo1) in separate exception blocks so you know which one generates the nullpointerexception.
    Also, shouldn't you provide parameters to the "new" function? What should the searchDocuments function search for then? There is no document after all.

  • How to implement this planning function using Fox formula

    Hello,
    I am new to Fox.
    I want to implement this complex logic in a planning function
    i have A (Kf X from infoprovider Z_A), B (Kf Y from infoprovider Z_B) & moreover there is one more condition,
    If current FISCPER > variable value of FISCPER
    KF Z = KF Z1 (from Cube C1)
    Else KF Z = KF Z2 (from Cube C2).
    for a particular calender week,
    X =   ( Y * Z ) / (summation of (Y * Z)  for each week of the whole year)
    I know it is complex.
    but i have to implement this in a planning function.
    The aggreagtion level is built on a multiprovider having A, B , C1 & C2.
    Can someone help me out with the FOX formula for this? or is there any better way to do this.
    Thanks john

    Hi Gerardo,
    Thanks for that.
    I have tried something similiar to it
    DATA CHA_CALWEEK TYPE 0CALWEEK.
    DATA CHA_COMP_CODE TYPE 0COMP_CODE.
    DATA CHA_FISCPER TYPE 0FISCPER.
    DATA VAR_PERIOD  TYPE 0FISCPER.
    DATA SUM_YEAR TYPE F.
    DATA TEMP_D TYPE F.
    DATA SUM_WEEK TYPE F.
    CURRENCY IS LOCAL CURRENCY. FOR DATA SELECTION TO BE RIGHT, NECESSARY TO DERIVE FROM CC.
    DATA UN_LOC_CURRCY TYPE 0LOC_CURRCY.
    UN_LOC_CURRCY = VARV(Z_U_I100).
    CHA_COMP_CODE = VARV(Z_U_I100).
    To Calculate the D
    VAR_PERIOD = VARV(Z_U_I010).
    SUM_YEAR = 0.
    TEMP_D =0.
    IF CHA_FISCPER > VAR_PERIOD.
    TEMP_D = {ZSA_BUD2X,CHA_COMP_CODE,CHA_FISCPER,YBUDG_01X,CHA_CALWEEK}.
    FOREACH CHA_CALWEEK.
    SUM_YEAR = SUM_YEAR + TEMP_D * {ZCREENTSV,CHA_COMP_CODE,CHA_FISCPER,ZIP_RREF1} .
    ENDFOR.
    ELSE.
    TEMP_D = ({ZSAEXCUSV,CHA_COMP_CODE,CHA_FISCPER,YRT_C02X} - {ZCREENTSV,CHA_COMP_CODE,CHA_FISCPER,YRT_C02X}).
    FOREACH CHA_CALWEEK.
    SUM_YEAR = SUM_YEAR + TEMP_D * {ZIP_INDEX,CHA_COMP_CODE,CHA_FISCPER,ZIP_RREF1}) .
    ENDFOR.
    ENDIF.
    But i am getting a syntax error
    Formula error: } expected
      Syntax error in row 21, column 20
    i have marke line21 in bold. above.
    I feel it is correct, still wonder why i am getting this error.
    can you pls help ?

  • How to activate this applet

    adpu:
    //Test script for Applet 'TimeAttendApplet'
    powerup;
    // Select TimeAttendApplet //aid/1B85451EEB/C9FB
    0x00 0xA4 0x04 0x00 0X07 0X1B 0X85 0X45 0X1E 0XEB 0XC9 0XFB 0x7F;
    //Send the APDU here
    0x80 0x00 0x7F;
    powerdown;
    package com.walker;
    import javacard.framework.APDU;
    import javacard.framework.Applet;
    import javacard.framework.ISO7816;
    import javacard.framework.ISOException;
    import javacard.framework.Util;
    public class TimeAttendApplet extends Applet {
         private TimeAttendApplet() {
              register();
          private static byte[] hello = { (byte)'1', (byte)'2', (byte)'3'
             ,(byte)'4',(byte)'5', 
          private static final byte HW_CLA = (byte) 0x80;
          private static final byte HW_INS = (byte) 0x00;
          public static void install(byte[] bArray, short bOffset, byte bLength) {
              new TimeAttendApplet();
          public void process(APDU apdu) {
                 byte buffer[] = apdu.getBuffer();
                    switch (buffer[ISO7816.OFFSET_INS])
                  case HW_INS:
                      getHello(apdu);
                      break;
                  default:
                      ISOException.throwIt(ISO7816.SW_INS_NOT_SUPPORTED);
          private void getHello(APDU apdu)
              byte[] buffer = apdu.getBuffer();
              short length = (short) hello.length;
              Util.arrayCopyNonAtomic(hello, (short)0, buffer, (short)0, length);
              apdu.setOutgoingAndSend((short)0, length);
          public void setHello(byte[] empId)
               hello = empId;
    }Receiving:
    Opening connection to localhost on port 9025.
    Connected.
    Received ATR = 0x3b 0xf0 0x11 0x00 0xff 0x00
    CLA: 00, INS: a4, P1: 04, P2: 00, Lc: 07, 1b, 85, 45, 1e, eb, c9, fb, Le: 00, SW1: 69, SW2: 99
    Invalid Token after "0x7F", was expecting: <INTEGER_LITERAL>
    Seems like the select has succeeded, but the command/data string was incorrect.
    Also tried
    0x80 0x00;
    Let me know
    Edited by: 933351 on 2013/3/21 上午 3:01

    Then shane,
    How do I select it correctly? I have this in my manifest.mf and applet.xml files
    Manifest-Version: 1.0
    Runtime-Descriptor-Version: 3.0
    Application-Type: classic-applet
    Classic-Package-AID: //aid/1B85451EEB/3CB7
    <?xml version="1.0" encoding="UTF-8"?>
    <applet-app xmlns="http://java.sun.com/xml/ns/javacard"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                xsi:schemaLocation="http://java.sun.com/xml/ns/javacard http://java.sun.com/xml/ns/javacard/applet-app_3_0.xsd"
                version="3.0">
        <applet>
            <!-- The applet application deployment descriptor conveys APDU-based application
            model elements and configuration information of an application between application
            developers, application assemblers, and deployers. -->
            <display-name>Time Attend Applet</display-name>
            <applet-class>com.walker.TimeAttendApplet</applet-class>
            <applet-AID>//aid/1B85451EEB/C9FB</applet-AID>
        </applet>
    </applet-app>Thanks in advance

  • How to activate this hp officejet ScantoPcActivationApp so I can access scan shortcut

    I clicked on the scanner logo desktop shortcut and it would not respond.   I clicked on "open file location" and found the above application shown in 'subject'.   I checked security for permission and added administrator for all access except, of course, special permission.  To no avail.  Can anyone point me in another direction?
    This question was solved.
    View Solution.

    First make sure you have the printer installed with HP Software using this method: Installing the Printer Software on a Wireless or Wired (Ethernet) Network
    This software will enable you to Scan To PC, it doesn't sound like it is installed correctly based on the response you get: HP Officejet Full Feature Software and Driver
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • How to get this application functionality? any ideas please..

    HI all,
    I have an application developed using Oracle Developer release 6, and Oracle Database 8i.
    my company changes the name very frequently / opens new firm very frequently so, some times i have to maintain all the companys data seperately. its like maintainig multi company.
    So, i need to have a functinolity like this, any time i can have a CREATE COMPANY button which will ask company name, and password, so that it creates a new schema and here i need all master tables data need to be copied from old schema. (selection of tables). and while we are creating all the tables constraints all need to be there.. this is what im thinking, if any body give me an idea i will analyze for my use.
    If i have like this, at log on time, we can show list of companies and uses can choose any company and logon to the schema. rest as usaul. like TALLY accounting software.
    Thanks in advance

    This is not a Forms question.
    It is a SQL question. You have to look for dictionary views
    (DBA_TABLES, DBA_OBJECTS, DBA_CONSTRAINTS,DBA_VIEWS, etc.)
    Francois

  • PR05 - How to activate a Function in the Object Services Toolbox

    Hi,
    How do I activate a function in the Object Services Toolbox?
    In transaction PR05 (Travel Expense Manager) select any trip and then click on 'Change'. This takes you to the screen for the individual trip.
    On the top left of the screen is the 'Object Services Toolbox'.
    If I drop down on this list then select 'Create' there are 5 options under 'Create' i.e. 'Create attachment', Create Note', 'Create External Document', 'Store Bus. Doc', and 'Enter Bar Code'.
    The 'Enter Bar Code' is deactivated. I would like to know how to activate this.
    Thank you.
    Warren.

    no idea

  • Hi.iforgot to erase iphone 4s and removed it from my friends icloud account.now itunes says this account cannot be used to activate this iphone.i have his id and password,can log in to his icloud account but cant activate iphone.how to solve this problem?

    hi.i bought an iphone 4s from my friend.connected to itunes to restore it for a fresh install.after restoring to ios7 i realised that activation lock is enabled.i called my friend and get his id and pass.itunes said pass is wrong and cant activate the phone.then i logged in my friends icloud account (icloud.com said pass is ok) with same password and i removed the phone from 'find my iphone' list.but i forgot to erase the phone before removing it.now itunes says ''this apple id cannot be used to activate this iphone''.when i log in to icloud i cant see the phone in 'find my iphone' list so cant erase it now.can you please advise me step by step how to activate this phone?

    APPLE says:If the previous owner is not present
    Make sure the device is powered on and connected to a Wi-Fi or cellular network. Then contact the previous owner and ask them to follow these steps:
    Sign in to their iCloud account at www.icloud.com/find.
    Select the device from their Find My iPhone device list by clicking All Devices at the top of the screen.
    Erase the device by clicking the Erase button. This will erase all content and settings from the device. When prompted, do not enter a phone number or message. Click Next until the device is erased.
    When the erase is complete, click "Remove from Account" to remove the device from the account.
    After the device has been erased and removed from the account, you can proceed with the device setup process.
    i forgot to erase the phone.i just removed it without erasing.

  • How to activate a function in the Object Services Toolbox of PR05

    Hi,
    In transaction PR05 (Travel Expense Manager) select any trip and then click on 'Change'. This takes you to the screen for the individual trip.
    On the top left of the screen is the 'Object Services Toolbox'.
    If I drop down on this list then select 'Create' there are 5 options under 'Create' i.e. 'Create attachment', Create Note', 'Create External Document', 'Store Bus. Doc', and 'Enter Bar Code'.
    The 'Enter Bar Code' is deactivated. I would like to know how to activate this.
    Thank you.
    Warren.

    I think you need to check for IMG transaction code OAC5 & OAC3 and also check IMG configuration setting under
    Application server-->basis services > Archive Link> customizing incoming documents--> bar code scenarios

  • I have transefer function like (1/(s^2+s+​5)) and i have a square wave input , i want to use this transfer function with this input to see the output , how can i do that , with example please.

    i need to know also how to represent this transfer function in labview, try to send me example. answer me at my mail

    "st" wrote:
    > answer me at my mail
    give a valid e-mail first, and your name, we don't like to help anonymous
    people
    > try to send me example.
    how much do you pay ?
    > i have transefer function like (1/(s^2+s+5)) and i have a square wave
    > input , i want to use this transfer function with this input to see
    > the output , how can i do that
    First you have to know what you are doing, like an engineer : you have a
    Laplace, continuous time transfer function but LabView handles discrete
    signals only. Use matlab/simulink if you want to simulate continuous time
    systems easily...
    If you definitely want to use LabView, the first step is to discretize your
    continuous-time transfer function, i.e. decide a sampling rate and convert
    it to a "z transfor
    m". Then you can directly use the "IIR Filter.vi" as I
    said earlier.
    Philippe Guglielmetti - www.dynabits.com me at my mail

Maybe you are looking for