CProjects URL - to be set for use on intranet

Hi,
I am to work on cProjects 4.0 and in the IMG settings I need to set the URL which I'd use to access cProjects on the browser. How do I set the URL for use in the intranet? Which transaction do I use and where exactly do I set? What is the URL string I ought to use? I mean, is there some rule that I need to be aware of for setting the URL to be used in the browser?
Thanks very much.
Regards,
Bittu.

The url to be specified in the spro setting will be  of the following  form
This is for ECC6.0
https://<hostname>:<portname>/sap/bc/webdynpro/sap/cprojects  
Regards,
S.Jenibalet

Similar Messages

  • How does one install non-English character sets for use with the "find" function in Acrabat Pro 11?

    I have pdf files in European languages and want to be able to enter non-English characters in the "find" function. How does one install other character sets for use with Acrobat Pro XI?

    Have you tried applying the update by going to Help>Updates within Photoshop Lightroom?  The update should be using the same licensing?  Did you perhaps customize the installation location?  Finally which operating system are you using?

  • The URL that was set for my homepage redirects to a network authorization page even though I cannot connect to that network.

    I am no longer within range of a network that I was ''attempting'' to connect to as ''guest'' and now the guest registration page for the network overrides the url that was set for my home page in Firefox. (I never actually established a connection to the internet on that network because the guest username and password repeatedly failed.) The redirect executes whenever I type the URL, www.yahoo.com, into the address bar or when I follow a link from a search engine to that URL, or when I click the home button. How can I stop the
    redirect? I deleted all network locations that contained that network and cookies that contained the network name but that did not stop the page redirection. I do not believe this to be a virus or malicious network because it was at an research institute. I looked in prefs.js for any keywords from that network but I did not find anything obvious.
    Thank you for your help.

    Easily fixed: clear the cache.

  • DVD Compressor setting for use in DVD Studio Pro

    I'm trying to create a playable dvd that has using dvd studio pro. However I want to compress the .mov file using compressor first. I've tried several setting, ut I get the same blurry text and graphic results.
    What's the best setting for a hi quality dvd, the same quality has professional dvds.
    Thanks in advance for any help.

    The best one you'll get with Compressor is DVD Best Quality 90 mins. Tweak it any higher than that and you run the risk of drives refusing to play the disc.
    You can't make it look like a professional DVD because the pros don't use DVD Studio Pro. They use significantly more expensive software and encoding hardware, and the discs are replicated, not burned.

  • Can a script randomly select an action within a specific set for use on multiple images?

    Hi there.
    I have a folder of 200+ similar images (taken in a photobooth).
    I have made 8 seperate actions within the same set that apply slightly different textures to a image. Actions are titled 1, 2, 3 ...etc.
    I am wanting a way to get all the images to have one of the actions (randomly selected) applied to them.
    I'm pretty confident that this could be achieved with scripting, but have no idea how to write one.
    If the images were sequecnially applied to action 1 then 2 then 3 and so on (repeating when back to 8) this would also be suitable.
    I am fairly new to scripting so please keep answers simple where possible,
    Many thanks.
    Wil Stevens

    Something like this?
    // make variable to hold the name of the action set
    var actionSet = "myActionSet";
    // make variable to hold an array of action names you want to use from that set
    var actionArray = ["Action 1","Action 2","Action 3","Action 4","Action 5","Action 6","Action 7","Action 8"];
    // either hard code the folder path
    // var sourceFolder = new Folder('~/desktop/booth');
    // or prompt for folder
    var sourceFolder = Folder.selectDialog("Select the booth pix folder");
    // if prompting user make sure they didn't cancel the dialog without selecting a folder
    if(sourceFolder != null ) {
        // make variable for processed folder
        var processedFolder = new Folder(sourceFolder+'/processed');
        // make sure it exists
        if(!processedFolder.exists) processedFolder.create();
        // get the files from the folder using a mask to only get certain file extensions
        var files = sourceFolder.getFiles(/\.jpg$/i);// here we are only getting jpeg files with .jpg or .JPG extension
        // now loop through the files and apply random action
        for(var f=0;f<files.length;f++){
            // open a file in the files array
            var currentDoc = app.open(files[f]);
            // generate a random number between 0 and 7 ( array index is zero based )
            var rand = Math.floor((8)*Math.random());
            // apply a random action to the opened document
            app.doAction(actionArray[rand], actionSet );
            // make variable for the new file path
            var saveFile = new File(processedFolder+'/'+files[f].name);
            // save the file
            SaveAsJPEG( saveFile, 8, true );
            // close the doc
            currentDoc.close(SaveOptions.DONOTSAVECHANGES);
            // done with this file so loop to next
         }// end of loop
        // done with all the files in the files array
        alert('Done');
    }// end of if valid folder
    // function to save jpeg
    function SaveAsJPEG( inFileName, inQuality, inEmbedICC ) {
    var jpegOptions = new JPEGSaveOptions();
    jpegOptions.quality = inQuality;
    jpegOptions.embedColorProfile = inEmbedICC;
    app.activeDocument.saveAs( File( inFileName ), jpegOptions );

  • Modify Set for Use in Report Painter

    Dear All,
    I wanted to select cost center postings for a group of cost elements, and wish to see only the debit entries, so I have created a Multi Set (from table CCSS) which consists of 2 Basic sets e.g.:
    1. KSTAR - Cost Element = 7000000 to 8000000
    2. BEKNZ - Dr/Cr Indicator = D
    However when I run a report which is calling the Multi Set, I would still see the Cost Elements with Credit amounts.
    Am I doing this correctly? Or is there any other method to get the desired result?
    Thank you.
    DV44

    Hi MadMac,
    I did try that option, setting '+' in the P/M field.. But the results still show the negative line items.
    Any other way?
    Cheers,
    DV

  • Best setting for using still images for 16:9 format

    When using still images in FCP, what is the best setting to keep the images from stretching or warping when exported to be shown on a 16:9 format?

    Put them in a 16:9 sequence (is there any other way?) If they are distorted upon import, you can change their distort settings under "Distort" in the Motion tab of the Viewer. 33.33 is a good number to start with.

  • Best sequence setting for use with images?

    Hey all.
    I'll be working on a project that will be dealing with mostly images. I have them in their original RAW format as well as jpgs. After messing around in Final Cut with the images, I've noticed that the Viewer will display the image crisp and clear and once displayed on the Canvas window, the image is slightly blurred and the quality is decreased slightly which I'm assuming is because of sequence setting? Basically I'm wondering what my settings should be to produce the highest quality images when displayed in a quicktime movie when I export it.
    Examples of high quality images in a quicktime movie of what I'm looking for:
    http://vimeo.com/7070015
    Any input would be appreciated.
    -Neil

    a project that will be dealing with mostly images...
    And what will the other stuff be, video? What format?
    The viewer always presents the image as is. When you place it on the Timeline, it takes on the attributes of the Sequence setting.
    Your images might be 4000x3000 pixels, but that's not a video standard. Blowing up any video to those pixel dimensions will make it look awful.

  • How do I get more button sets for use in captivate?

    Is there a good place to get buttons? 

    HI there
    When you are looking at the properties panel for the button in Captivate, try clicking the little folder icon and opening the More folder. Inside that folder are a ton of other button images that many folks are unaware of.
    Cheers... Rick

  • I have an iPhone 4 and have upgraded to iOS 6.  Based on posts regarding battery life after this update, I want my setting for "Use Cellular Data for" iCloud Documents to remain off.  However, it keeps turning back on...can I avoid this?

    I also wanted to note that this setting goes back to On even if I have not turned off the phone...but it also does this when the phone is turned off and then back on.

    I am seeing the exact same thing on iOS 6.0.1 on my iPhone 4 and iPhone 4S.
    Steps to reproduce:
    In Settings:General:Celluar, check to be sure the following is off:
    iCloud Documents
    iTunes
    Passbook Updates
    Reading List
    Check back to the same screen after 5 minutes (while not on Wifi) and iCloud Documents is back on.
    It's burning through data like mad.
    I know I could kill iCloud on my devices or turn off Cellular data, but neither is a solution.
    Apple, are you aware of this? I think most people assume that users just don't know how to turn this off. That's not the case, it's coming back on by itself.

  • Ideal QT compression setting for use on website

    I've been asked to create a film on FCE, which I've nearly completed, but I need to hand it over compressed into a QT file so it can be inserted into the site. What settings does anyone recommend?

    check this out -
    http://www.kenstone.net/fcphomepage/qt_movies_fromfcp.html

  • Some info for use WebDB 2.2

    If you have some news, url's or documentation for use and understand WebDB 2.2 ...
    By mail if possible...
    [email protected]

    We are currently using WebDB 2.2.0.0.5 installed as a cartridge under OSA 4.0.8.1.
    Where does one go for Patches to WebDB 2.2.x.
    I am having problems with forms and LOV's.
    Stuff worked in WebDB 2.1 fine but not in 2.2
    null

  • Correct setting for exchange rates differences

    Hey SAP B1 experts,
    I have a problem with automatic generated exchange rates differences in B1.
    Situation:
    - I inserted all correct general ledgers in the g/l account determinations.
    - The seeting in the item masterdata for "set g/l accounts by" is switched to warehouses.
    - In the accounting setting in warehouses I inserted the  p&l general ledger for exchange rates differences.
    - I create a case which includes a exchnage rate difference.
    - For the automatic generated entry the system use the general ledger which is inserted in the setting for "variance account" from the warehouse settings.
    Is there any other general setting which is response for the using of the general ledgers for exchange rate differences?
    Help!!
    Regards
    Thomas Bartels

    Hey Shanker,
    thank you for your realy quick answer.
    In administration -> setup -> inventory -> warehouses I inserted  the correct p&l account for the exchange rate differences in the seeting field "exchange rate differences", but the system don't use this setting. In my test case the system use the account from "variance account".
    My questions are on the one hand why and on the other hand is there an other setting for using the correct account setting.
    Regards
    Thomas

  • Using URL variable to set initialy selected ds row

    Hello everyone,
    Could anybody suggest a solution or point me to a working
    demo of a script that processes a URL variable and set the current
    row accordingly. I am trying to pass a @id of a particlar row in a
    URL variable to identify a particluar row, I want to be selected
    initially.
    Thanks,
    Nick

    Hy guys,
    Just figured it out myself. Here is the script:
    <script type="text/javascript">
    // define your datasource. I have called it dsGallery. This
    name is used later in the script a few times
    var dsGallery = new Spry.Data.XMLDataSet("gallery.xml",
    "/gallery/photos/photo");
    dsGallery.addObserver({ onPostLoad: function(ds, type) {
    var strReturn = "";
    var strHref = window.location.href;
    if ( strHref.indexOf("?") > -1 ){
    var strQueryString =
    strHref.substr(strHref.indexOf("?")).toLowerCase();
    var aQueryString = strQueryString.split("&");
    for ( var iParam = 0; iParam < aQueryString.length;
    iParam++ ){
    if (
    aQueryString[iParam].indexOf('id' + "=") > -1 ){
    var aParam = aQueryString[iParam].split("=");
    strReturn = aParam[1];
    // look if a row with a matching @id is present in the
    datasource
    var row = dsGallery.findRowsWithColumnValues({"@id":
    strReturn}, true);
    // If we have a matching row, make it the current row for the
    data set.
    if (row) dsGallery.setCurrentRow(row.ds_RowID);
    break;
    </script>
    Thanks to the folks whose scrips were really helfull in
    building this one.
    Nick

  • The value should be set for Base image URL and Image file directory

    Hi experts
    Now customer has the following issue.
    XML Publisher concurrent request, using RTF layout template with LOGO, does not generate the LOGO for Excel output.
    but in output formats PDF, it is shown normally.
    from the debug log, we can found the following error message
    ======
    [051812_054716051][][ERROR] Could not create an image. Set html-image-dir and html-image-base-uri correctly.
    ======
    so I tell the customer to do the following action plan.
    1. in XML Publisher Administrator resp > Administration expand the HTML Output section.
    2a. enter a value for 'Base image URI'
    2b. enter a value for 'Image file directory'
    Customer set the value as following and retest this issue,but he found the issue is not solved.
    Base image URI: /u01/r12/ebssnd/apps/apps_st/comn/java/classes/oracle/apps/media/XXSLI_SONY_LIFE_LOGO.gif
    Image file directory: /u01/r12/ebssnd/apps/apps_st/comn/java/classes/oracle/apps/media
    I verified 'Base image URI' and 'Image file directory' settings:
    1) Change output type to HTML.
    2) Click the Preview.
    but the image is correctly displayed on HTML, so I think the issue is caused by user's uncorrectly setting of the base image URL and/or image file directory
    but could anyone give me some advice on which value should be set for Base image URL and Image file directory
    Regards
    shuangfei

    First thing to do is to edit the post and use some tags to format the code as it is unreadable and too much!
    Read the FAQ (https://forums.oracle.com/forums/help.jspa) to find out how to do this.
    Next we need to know the jdev version you are using!
    As the code is generated I would first try to generate it again after the db change.
    Timo

Maybe you are looking for