Make Settings for Skills Profile Service

Hi SAP Gurus,
I want to make the settings for Skills Profile Service in IMG. The documentation says "Switches QUALI DEST1 and QUALI DEST2 allow you to set up the system ID required for the RFC connection for ESS. "
How can I find out the required system ID?
Thank you in advance.
Best regards,
Nadin

hi p gopala
Go to IMG -> Cross-Application Components -> Homepage framework -> Resources -> Derfine Resources -> (Add Entries)
Double Click on Resource object "EMPLOYEE_SKILLSPROFILE_SERVICE".
Under URL of PCD page, you will find
ROLES:// portal_content/com.sap............
Delete this line and replace it with following..
ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.ess.employee/com.sap.pct.ess.roles/com.sap.pct.ess.employee_self_service/com.sap.pct.ess.employee_self_service/com.sap.pct.ess.area_career_job/com.sap.pct.ess.serv_career_job
save your entry.
Customizing request is created.
Release this request from 'SE09'
Restart the J2EE server.
Regards,
Kaushal

Similar Messages

  • OSB & WLST: changing operational settings for a proxy service via WLST

    Hi all,
    we are trying to change the operational settings for a proxy service via WLST.
    In details we would like to change the "Logs" level (Monitoring section).
    We have a lot of deployed services and our 'deployer people' need an automatic way (via WLST for example) for doing that instead of using the OSB console.
    Thanks in advance
    ferp

    Hi,
    OSB is the Oracle Service Bus. Oracle Service Bus is a configuration-based, policy-driven enterprise service bus.
    The OSB is deployed into an Oracle WebLogic Server instance.
    OSB uses also WLST functionality provided by WebLogic Server.
    Best regards
    ferp

  • HELP Make Settings for Units of Measurement for Monitoring of Consumption

    Hello All:
    I just cant' define an unit of measure to stablish consumption calculation. I know how to make all the other settings, but I just can't stablish the unit of measure to use in there.
    Could please somebody gime this explanation ? Step by step ?
    I've read that are preconfigured units of measure for examplo MPG miles per gallon US but I will use Kilometers per litre.
    I want to know how to create this unit
    how to link it with an existing SI group
    So I can use it in the step Make Settings for Units of Measurement for Monitoring of Consumption
    thanks in advance
    Luis Henrique

    Dear Luis,
    Please use CUNI t code for creating unit of measurement. Please follow any exist Unit of measurement and replicate the same. This is a configuration so will have transport requirement
    Regards
    Gajesh

  • Is it possible to change proxy settings for all profiles that´s created instead of the standard options. We need to change "use systems proxy" into "automatic"

    Proxy Problems
    We need to be able to change the default settings for the proxy for all profiles on our computers that´s created for new users.
    Standard is that firefox takes the option "use the system options" for the proxy. We would like it to use the option "automatic" instead like IE and Chrome does.
    Considering that we have over 500 computers doing this manually isn´t an option, because a new profile is created everytime someone logs on to a computer they haven´t used before.

    You can use a mozilla.cfg file in the Firefox program folder to lock prefs or specify new default values.
    Place a file local-settings.js in the defaultspref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    pref("general.config.obscure_value", 0); // use this to disable the byte-shift
    See:
    *http://kb.mozillazine.org/Locking_preferences
    You can use these functions in mozilla.cfg:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    This will work for all existing and newly created profiles.

  • Settings for idempotent enterprise services in ECC

    Hi,
    I want to use enterprise service ECC_GOODSMOVEMENTCRTRC1 / GoodsMovementERPCreateRequestConfirmation_In_V1 within a nonSAP application to post GoodsMovements at an ECC system.
    http://es-workplace.sap.com/socoview(bD1lbiZjPTAwMSZkPW1pbg==)/render.asp?packageid=DE0426DD9B0249F19515001A64D3F462&id=…
    The service works and I can do all movement types I want.
    Now I want to have idempotency activated at the ECC system.
    But nobody of the ECC guys knows, what has to be done for this.
    What transaction has to be used?
    Is there a default value for the time frame for which the system keeps responses for already processed service calls?
    If not, I would propose 100 days, because this is the worst case, the nonSAP application could send a message again.
    Are 100 days to large for the idempotency time frame of an ECC system?
    Regards
    Roland

    Now I have got readonly permission for transaction SPRO at the ECC system.
    The path to the idempotency settings is:
    SPRO -> SAP Reference IMG -> Cross-Application Components -> Processes and Tools for Enterprise Applications -> Enterprise Services -> General Settings for Enterprise Services -> Define Settings for Idempotent Services
    Permission for transaction WSIDPADMIN is required to execute the activity "Define Settings for Idempotent Services". I don't have this.
    But there is a good explanation in SPRO what has to be done in "Define Settings for Idempotent Services"
    Define Settings for Idempotent Services
    Use
    Enterprise Services for which you need to ensure that every service call is executed precisely once are called idempotent services.
    You use this IMG activity to define how long the system keeps stored response messages or details about query messages (the message IDs) for which responses have already been sent for synchronous Enterprise Services. You have to define this for each client in which you wish to use synchronous Enterprise Services.
    In order not to burden the database by storing the response messages or message IDs unnecessarily long, the system schedules two background jobs to regularly delete stored response messages and message IDs:
    SAP_BC_IDP_WS_SWITCH_BD for response messages
    SAP_BC_IDP_WS_SWITCH_BDID for message IDs
    The system uses table pairs to ensure that the response message or the ID of the answered query message is deleted as soon as possible once the set retention period has expired:
    One table pair for each client for the response messages
    One table pair for each client for the message IDs that have been stored
    The two tables of a table pair are entered alternately. When switching from the first table to the second, the data in the first table is retained and that in the second table is deleted before the system generates new entries.
    You decide how ofter the system switches back and forth between the tables of a table pair. The result is the minimum retention period for the stored data.
    Requirements
    This function is available to you as of SAP NetWeaver 2004s SP09 and ECC SE 600 SP03.
    Activities
    In the Document section, define the minimum retention period for the response messages. You do this by specifying how often you want the system to switch between the two tables.
    In the Document ID section define the minimum retention period for the message IDs. You do this by specifying how often you want the system to switch between the two tables.
    SAP recommends you define a longer retention period for the message IDs than for the response messages. Bear in mind that a repeated query message leads to an error if the corresponding response message has already been deleted but the message ID is still available.
    To save what you have defined, choose Schedule.
    Repeat steps 1 to 4 for all clients in which you wish to use Enterprise Services.
    Example
    You have defined the time for switching between the two tables in which the response messages are stored as two hours. This means that the response messages are kept for at least two hours but for no more than four hours.
    You have defined the time for switching between the two tables in which the message IDs are stored as one day. This means that the message IDs are kept for at least one day but for no more than two days.

  • Where is best place to make settings for printing on 8"x10" paper?

    Does PS interpolate (scale?) my final print image when I set the size paper I'm printing to? I would like to avoid that.
    I want to combine several photos into a single image and print on 8"x10" paper w. 1/2" borders. Where is the best place to make these settings in CS6?
    Do I set my canvas dimensions in the "New File" dialogue box to Width: 7 inches and Height: 9; and then choose 8 x 10 paper size when printing, which leaves 1" for borders?  Or do I go to "Image Size" and make the settings there? Or in the Print Dialogue box?  Thanks.

    I would suggest the Print Dialog. Here your printer would be set to 8 x10 paper (borderless),but in the print dialog under "Scaled Print Size",you would set the print size you want without resampling.
    At least that's what I would do for a single project. Start by checking "Scale to fit media" so that you start with the entire image.
    Keep "centered" checked. Then uncheck "Scale to fit Media" and dial in your settings.

  • Correct settings for wireless broadband service

    Ok, I’m about to lose my mind over trying to get my wireless broadband connection working correctly.
    I had the wireless broadband antenna installed on my garage. I mounted AEBS in my garage and connected it to the cable from the wireless broadband antenna. I can access the internet with no problems, but I have questions about the proper settings. (I’m having printing issues that I didn’t have with my phone line connected to the AEBS and I just want to start from scratch and try to understand how this should all be connected.)
    Here are my questions:
    1)     What settings should I be using on the AEBS for wireless broadband and which port on the AEBS should be used?
    2)     Why is it that when I look at the status indicators in the Network settings control panel, it only will show yellow and never green?
    3)     I have a second AEBS in the house, what is the best method to connect that one to the one in the garage?
    Any help would be greatly appreciated. After I make sure this equipment is working OK, then I’ll tackle the printing issue.

    Thanks for the response…
    1)     I had to turn off DHCP on the AEBS in order for it to work. They supply an IP address. (If you can’t tell, I don’t know a lot about what I’m talking about…)
    2)     I now have two AEBS and an Airport Express. I purchased another AEBS this weekend trying to solve the printer problem. I think your comment is related to my green status light that I mentioned. Actually what I was referring to is if you look at the system preferences in on the Mac and show the Network Status, it shows a red dot for anything that is not working and when I’m at work connected to the network, it shows a green dot if everything is working ok. At home with the Wireless Broadband, I get a yellow dot which is kind of telling me that the connection is somewhat working.
    3)     I currently have the two AEBS connected by using WDS and I don’t plan to connect the AE until I make sure everything is working correctly and I can print again.
    I assume I should be using the WAN port on the AEBS to connect the broadband. I’m not sure why I can’t use DHCP.
    Thanks again

  • Configure commonly used settings for a cloud service

    Hi All,
    Have a question regarding Azure Cloud Service.  If I change a cloud service setting (Cloud Service -> Configure) in the portal, does the change persist if or when an instance is re-imaged?  For example, if I change the "DatabaseRetryCount"
    parameter from 5 to 10 and save it, this change will update the runtime configuration.  However, when Azure rebuild this role, is this change get carried over?
    Thanks

    In azure cloud services nothing is persistent, meaning that every time role instances are restarted or created, it will be created from the scratch and will pick up only those settings which you either have done in the role start up or defined as a start
    up activity.
    About azure cloud service configuration files, i.e. cscfg - you can specify the settings similar to what you define in web configuration file of your application, these settings can be read at run time and can be reffered in your custom code. If you add
    / update any setting from the portal - you should also do similar in cscfg file in your solution so that next time you upgrade the deployment, the updated settings will be deployed.
    Read more information here - https://msdn.microsoft.com/en-us/library/azure/ee758710.aspx
    Bhushan | Blog |
    LinkedIn | Twitter

  • Rmic settings for singleton RMI service deployed in a cluster ?

    We want to deploy an RMI service on a single machine in the cluster
              only. What happens if we specify "-clusterable" to rmic when compiling
              the stubs for that service - will it be smart enough to know a runtime
              that the service has only been deployed on one machine in the cluster
              and direct calls there?
              david
              David Michaels <[email protected]>
              Director of Technology
              ShockMarket Corporation (650) 330-4665
              [david.vcf]
              

    Thanks for your reply John!
    I was hoping APS could do something like that .. I am not sure if restoring sessions of a dead APS cluster node on another APS would be helpful but I can think of one situation where a drill-through report is running for a long time on the Essbase server and APS goes down.. it would be good to have the other APS to take up the session and return the drill-through output to the user.

  • Where are the about:config settings for a profile stored?

    I am setting up a custom firefox profile and would like to tweak some of the options that are accessed via about:config.
    I would like to know where this information is stored and whether I am able to modify these options outside of the browser.

    Thanks, I was modifying the prefs.js file the whole time but didn't realize these were the same settings from about:config. The user.js file is also useful to know.

  • IPod touch email settings for common Internet Service Providers

    See THIS PAGE for help on setting up email in:
    Austria
    France
    Germany
    Republic of Ireland
    United Kingdom
    United States
    Very well done.

    .

  • Change with services get included in Settings for Everyone

    Hello!
    I've noticed that with Server 3, I can no longer delete VPN from the profile that gets created for Everyone.  This makes the Settings for Everyone kind of useless because now an administrator is requried to install the profile because of the VPN.  In ML/Server 2.2.2, I would simply delete VPN from the Settings for Everyone profile.
    Is there a way in Server 3 to alter which services get included in the Settings for Everyone?
    Thanks.
    Tim

    Hi Larry,
    Apple's thinking here is definitely confusing, I'd rather everything auto push the way one would expect (and I'd like to be able to lock out the profiles setting on ios devices like I can on Mac os devices too...but that's a whole other conversation).
    To answer your question about how to configure services in a group profile (user, not device group) like VPN, Contacts, Calendar etc, to match those that are preconfigured in the "Settings For Everyone" profile, you need to include an "Identifcation" payload in the profile. If you take a look at the "Settings For Everyone" Profile in profile manager, you'll see it has an "Identifcation" payload that uses a variable of %shot_name% in the "User Name" field.
    In your group profile's identification payload, you simply need to plug in variables into the correct fields. A list of variables can be found at http://nwalker.org/2012/10/the-complete-guide-to-profile-manager-part-1/ and it's got some good information about getting started with profile manager
    In our ident. payload, We've got User Display Name and User Name set to %short_name% and Email Address set to %email%.  Leaving the password field blank will cause a prompt to appear on the user's computer when a password is needed.

  • Difference in storage method for DMS and Services for Object

    Hi-
    Our R/3 version is: 4.7 Enterprise.
    In most (if not all) of the transactions users execute, there is a feature where they can attach a file using "Services for Object" from their PC to the associated record (i.e. material master, purchase orders, service notifications, etc.) 
    What I would like to know is where the document is stored.  From what I found on help.sap.com it says that it is a link from the user's PC.  But I would guess it is storing a copy of the file as a blob on the R/3 server somewhere.  Is this true?  Or is there a risk if the user's harddrive dies, that the file is no longer available for viewing? 
    I am trying to determine the difference between using the Services for Object feature vs. DMS and setting up an object link for the specific object type (i.e. material).
    Thanks!
    -Jenn

    I found the following about Services for Objects: 
    Business Workplace
    The documents that were appended to an object using Create attachment and Create note are stored in the Business Workplace. There, for example, you can make settings for where the documents should be stored (R/3 System or Web Server) and which document classes may be loaded in the SAP System (for example DOC, but not EXE).
    Sending is also carried out internally using the Business Workplace. Messages are created that contain a link to the object as an attachment. By double-clicking on the attachment, the users can call the default method of the object. This is normally the display method.

  • How to make settings

    Hi,
       While creating material pan number should be must & VAT in case of material, Service tax in case of service, contact name, address, phone, email is also must, assign approved to vendor & also upload vendor registration duly signed pdf format against vendor. How can i make settings for this. please help me.
    I will reward u.

    please chek if you can achive your requirement via vendor account group
    spro-->img>fi>account recive & payable>master data .vednor account>account group with screen layout >select your vendor account group and then make those field as mandatory

  • CM25 : settings of strategy profile

    Dear
    I have a question about the settings of CM25 strategy profile.
    I need to activate the functions : set up time optimization , reschedule with production version and change production version on error.
    With these settings the system can run when dispatch the planned orders a set up time optimization and simultaneously a rescheduling with available production version ?
    Thanks for you help.

    Hi,
    you can make temporary settings for strategy profile in CM25 itself and check if it works as you expect.
    If it works successfully you can configure a new strategy profile in custimizing and add it to overall profile which can be used by CM25.
    Chweck and revert,
    Santosh Sarda

Maybe you are looking for

  • Hierarchy variable in BEx

    Hey, is there a way to make a BEx characteristic variable that has hierarchies available so that the user can select between several hierachies and not just within the one? i.e. 0costelmnt has several hierarchies available but when you set up a varia

  • Flat File to Delivery IDOC scenario

    Dear All, I am having one scenario in which I am having the flat file (.txt) of the Delivery Idoc and now I want to convert that flat file into a Delivery Idoc with the required data. Kindly suggest me some good blogs which gives the step by step pro

  • Pf status is not set and program not responding

    Hi all, At such a code, what is the problem and report is not responding: data : l_layout type SLIS_LAYOUT_ALV,         L_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV," WITH HEADER LINE,         LS_FIELDCAT TYPE SLIS_FIELDCAT_ALV,         G_UCOMMAND TYPE SLIS_F

  • IPhone photo default format

    Does anyone know how to make the iPhone default photo size 2 x 3 so you don't have to crop every photo before printing as 10cm x 15cm (normal print size on snapchat)? I find it very odd that the iPhone default sizing is different to the crop format i

  • Problems trying to update a CachedRowSetDataProvider

    Hi everybody, my problem is: I need updating an existing of a CachedRowSet row but I can't to do it. I tried deleting the row an inserting the new with the updates, but it doesn't work, it doesn't find any rowKey using FindFirst (FielKey[], Object []