Wrong path for go.bat in portal integration

Hi Friends,
during the configuration of the portal integration in rspor_cust01 I get the message
'Windows can not find C:\usr.......\go.bat'.
Where can I change the path because it is in D:\usr\sap\......go.bat.
Thanks you for any help.
Rg Jimbob

Hi Subbu,
I used workshop page properties to associate the image to the page.
framework/skins/classic/images/home.gif
- Shankar
Subbu Allamaraju <[email protected]> wrote:
Shankar,
Did you use any tag to create the img tag? Do you have any sample
HTML/JSP snippet?
Subbu
Shankar Bala wrote:
I created a new desktop and have the following problem. The imagelinks to portal
pages in the horizontal nav bar in the top have wrong path.
Example.
In the original portal the home page link in the nav bar has a imageassociated
with it in workshop.
\framework\skin\classic\images\home.gif
The partial url generated for the image looks liek this:
\mywebapp\\framework\skin\classic\images\home.gif.
I created a new desktop everything works fine except for the images.The href's
are created for the links but the image path is wrong.
the url generated is : \mywebapp\appmanager\framework\skin\classic\images\home.gif
The "appmanager" in the path causes the problem.
Is this a bug?

Similar Messages

  • New desktop has wrong path for page links in nav bar

    I created a new desktop and have the following problem. The image links to portal
    pages in the horizontal nav bar in the top have wrong path.
    Example.
    In the original portal the home page link in the nav bar has a image associated
    with it in workshop.
    \framework\skin\classic\images\home.gif
    The partial url generated for the image looks liek this:
    \mywebapp\\framework\skin\classic\images\home.gif.
    I created a new desktop everything works fine except for the images. The href's
    are created for the links but the image path is wrong.
    the url generated is : \mywebapp\appmanager\framework\skin\classic\images\home.gif
    The "appmanager" in the path causes the problem.
    Is this a bug?

    Hi Subbu,
    I used workshop page properties to associate the image to the page.
    framework/skins/classic/images/home.gif
    - Shankar
    Subbu Allamaraju <[email protected]> wrote:
    Shankar,
    Did you use any tag to create the img tag? Do you have any sample
    HTML/JSP snippet?
    Subbu
    Shankar Bala wrote:
    I created a new desktop and have the following problem. The imagelinks to portal
    pages in the horizontal nav bar in the top have wrong path.
    Example.
    In the original portal the home page link in the nav bar has a imageassociated
    with it in workshop.
    \framework\skin\classic\images\home.gif
    The partial url generated for the image looks liek this:
    \mywebapp\\framework\skin\classic\images\home.gif.
    I created a new desktop everything works fine except for the images.The href's
    are created for the links but the image path is wrong.
    the url generated is : \mywebapp\appmanager\framework\skin\classic\images\home.gif
    The "appmanager" in the path causes the problem.
    Is this a bug?

  • Mail has wrong path for Save

    I am using v. 7.1 of Mail under OS X 10.9.1. When I attempt to save an email to my Documents folder I get an error message:
    Could not save to path /Users/bob/~/~/~/~/~/~/~/~/~/~/Documents/Payment submitted.rtf. Choose a different path.
    Clearly Mail has a bad pathname for the Documents folder. TextEdit documents save properly to Documents. Terminal shows the path to Documents as: /Users/bob/Documents
    What is going wrong with Mail?
    Bob

    Agreed.  I get a completely different wrong path, but only (so far) when I try for Documents.  Seems like a bug. Good catch.
    Apple - Mac OS X - Feedback

  • Create URL to specific Business Object for a CRM using Portal integration

    Hello CRM Community,
    we're using the CRM Portal integration. To update our business users with tasks we use the standard functionality to send Alerts using the function module SALRT_CREATE_API. It allows to specify a URL that is added to the E-Mail created in the alert using the Table parameter IT_ACTIVITIES. This URL should be filled with a direct link to the business object that must be changed. For the stand-alone CRM there is the static Method CREATE_URL of the class CL_CRM_WEB_UTILITY to build such an URL. But I was not able to find a similar class/method/function module when the CRM is used integrated in the portal. Has anyone a simmilar requirement and was able to solve it?
    Best regards
    Gregor

    Hell0
      Gregor Wolf 
    Yes   i have also same doubt regarding   class this integration , Please share this stuff  with me !!   Nice Question !!
    Thanks  & regards
    Asish

  • Wrong Path for RRMX transaction (Bex)

    Dear All,
    I've just installed the SAP GUI 7.10 with Patch 09 and with BI AddOn Patch 7 for GUI 7.10
    When I launch the Bex Analyser from the Windows Start Menu it works (I'm obliged to launch first the Bex 3.5 before launching the 7.0 !!! but it's not the subject).
    But when I try to use the RRMX transaction, it seems that SAP is looking for the file "SAPBEX0.XLA" in the directory "C:\Program Files\SAP\FrontEnd\BW" although the file is located in the directory "C:\Program Files\Fichiers communs\SAP Shared\BW".
    Does anyone have an idea on how to change this path in SAP ?
    Thanks in advance

    Hi,
    There are two parameters in RS_FRONTEND_INIT :
    VER_MIN_ANA : min revision which you can open BexAnalyzer
    VER_ACT_ANA : actual revision which is better for opening BexAnalyser
    You can find the revision level in your BexAnalyzer installation info.
    My current version is 1352 for exemple.
    There is a note for some problem with the flag VER_MIN_ANA : 1280620
    Good luck.

  • Wrong status for PO in SRM Portal

    Expert's,
    I'm trying to update a status in SRM 5 portal for a  purchase order. The main problem was that the status was " error in process" because the PO was not tranfered to the backend system. Manually, using BBP_PD_PO_TRANSFER_EXEC the PO was transfered to the backend and the status in BBP_PD is now correct. The problem is that in SRM portal the status continues with "error in process".
    I tryed to use report BBP_GET_STATUS_2 and CLEAN_REQ_REQ_UP but with no sucess. Do you have any idea how to update this status to "ordered" ?
    Best regards,
    Mário.

    Hi Mario
    Is PO message created and sent it to vendor or not?
    what is the other error in rz20or application monitor for this PO ?
    do you have still entry in BBP_DOCUMENT_TAB ?
    ANY ENTRY IN SM58 /SLG1 ?
    always we need to analyse the PO error and resolve the data proplem and we need to push them .
    you shuld not forcely push without correcting any propblem by FM weapon.
    mUTHU

  • Wrong path for load picture

    hello
    trying load pic to JWindow
    i put png images in "images" folder
    and can't load it - always url is null
    String filename="images/image1.png";
    JLabel label;
    URL url=SWindow.class.getResource(filename);
    if (url==null) {
              System.out.println("url not found");
              System.exit(1);
    }

    all ok
    trouble was in IDEA dirrectory tree

  • Path for data loader

    Hi
    When I try to launch the dataload play user in DEV instance
    i am given error about wrong dbc file being used
    i check it
    its shows a wrong path for my dbc file
    any idea where to change this path
    OS id RHEl 5
    DB 11.2.0.1
    EBS 12.1.2

    Hi
    Is the value of the variable "s_fnd_secure" in the $CONTEXT_FILE the same as the value of $FND_SECURE environment variable?
    It probably is, but it can't hurt to check.
    Have you tried stopping the Apps Web processes (and making sure that there are no process running on the O/S) and then restarting the web server?
    This test might be useful ..
    1) http://server:port/OA_HTML/jsp/fnd/aoljtest.jsp
    2) Click on "Enter AOL/J Setup Test"
    3) Run these two tests
    a. Locate DBC File
    b. Verify DBC Settings
    Regards
    Frank

  • [svn:fx-trunk] 10877: Fix a small syntax error in Path bounds calculations that could result in wrong bounds for edge cases involving MoveSegments .

    Revision: 10877
    Author:   [email protected]
    Date:     2009-10-05 15:23:37 -0700 (Mon, 05 Oct 2009)
    Log Message:
    Fix a small syntax error in Path bounds calculations that could result in wrong bounds for edge cases involving MoveSegments.
    Thanks go to Min for noticing the bug!
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: Deepa
    Tests run: checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/Path.as

    orangekay wrote:
    That is absolutely unreadable.
    I agree completely. How about also providing a link to a set of input files so that we could actually run the code ourselves? Otherwise, there is no chance to debug the source code, it is just a mess.
    You might have better luck with an older version of the file. To quote the comments:
    // Modified on March 31, 2005. Initialized maxchange in nonlinvoltra() as
    // INFTY. Replaced crnmbr() by a similar, but faster routine interior().
    // Many thanks to Stuart Anderson for pointing out this shortcut.
    I suspect that the "interior" function is just plain incorrect. It doesn't matter if it runs on some other OS. Something about it is wrong and the code is so cryptic that it can't be deciphered.

  • Teststand 3.0 Deployment looking for a file(glang.chm) in a wrong path

    Hi, Please help
    i just try deploy an installer using TestStand 3.0. it can successfully process the workspace file,  But, when the TestStand deployment tool try to build the installer, it keep looking for one of project file(glang.chm) in a wrong path, the error message is following, see the attachment for the screen shot  
    Error Code:7
    Could not process LabVIEW VIs. Fix any broken VIs before rebuilding. LabVIEW error:
    C:\MVS 2\data\data\data\glang.chm - source does not exist
    +++++++++++++++++++++++++++++++++++++++++++++++++
    i understand that it is looking for glang.chm in "C:\MVS 2\data\data\data\", but in my project, glang.chm actually is under "C:\MVS 2\data\". In order to make it works, i need to create the path "C:\MVS 2\data\data\data\" and copy glang.chm into the path.
    My question is: How to change the setting in TestStand deployment tool, so that it would look for glang.chm in corrected path"C:\MVS 2\data\", not in "C:\MVS 2\data\data\data\" ?
    Attachments:
    error message(screen shot).jpg ‏184 KB

    Well, David's solution works as expected. It copies the the pristine .lnk file from the startup menu to the desktop.
    This .lnk file will start only the operator interface testexec.exe without loading any sequence.
    Now I did try a modification. I did create a .lnk file, which loads the sequence file automagically by providing the right commandline arguments to testexec.exe. This .lnk file works on the development system either I start it from desktop or from some normal directory with the explorer.
    And now I try to add that .lnk file to the deployed files like all other deployed files by adding it to some project in the workspace, which is configured to be used in the deployment wizard. That doesn't work.
    If there is a 2kb "MySequence.lnk" in t
    he development tree,you will also find a "MySequence.lnk" in the Image tree at the expected position. But this is 1396 kb big, which is just the size of testexec.exe ( Labwindows/CVI version) where the .lnk file did point to. And the properties (commandline) of that .lnk file became empty.
    Other "normal" files in the same directory, which are also included in the deployment, are copied without any coruption into the Image tree into the same directory as the corupted .lnk file.
    The installer will install the corupted .lnk file to the desired position without problems. And copying it with post.bat to the desktop is also no problem.

  • BO Portal Integration for SSO

    Hi
    We are currently doing the BO Portal Integration
    We are using BO 3.1 and Portal 7.01 and the Integration Kit is 3.1
    We want to integrate Portal with BO
    I am following the following link for integration
    http://wiki.sdn.sap.com/wiki/display/BOBJ/CreateBOEXI3.1IntegrationKitiViewTemplateintoSAPEP+Portal
    In that step 19 they have mentioned the details of Connector during System creation
    We are not using SAP BI, the BO gets its data from rapidmart and BO users are created on Windows Active Directory.
    So when the users are being created on windows AD how do we populate the values in the Connector of the System Creation
    beacuase the step 19 says
    From the Property Category list select Connector. Your selections determine the SAP ABAP system that will be validating the users. This is the system that you have defined previously as an entitlement system in CMC. Configure the values for Application Host, Gateway Host, Gateway Service, SAP client, SAP System ID (SID) and SAP System Number according to the SAP system.
    Can someone please let me know regarding this and how we do the SSO between Portal and BO
    As our user validation is not SAP ABAP system but Windows AD
    Regards
    Janak Mehta

    Hello Johannes,
    Could you please help to display BO reports in Portal.
    please look into thread crated for the same.
    Link: [/thread/1532284 [original link is broken];
    Best Regards,
    Pankaj Sharma

  • Portal integration of Webdynpro for ABAP application

    Hi all,
    Can anyone provide me with the steps for <b>integrating a Webdynpro for ABAP application with portal?</b>
    Regards,
    Bino

    Hi Bino
    Check out the following link
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/portal integration of web dynpro applications.pdf
    Regards
    Rajeev.
    Do award points for helpful answers in SDN.

  • Portal upgrade path for 10.1.2 to 10.1.4 for OracleAS Standard Edition One?

    Is there a portal upgrade path for 10.1.2 to 10.1.4 for OracleAS Standard Edition One? If so, could someone please point me to the document/download?

    Hope this helps,
    http://www.oracle.com/technology/products/ias/portal/html/upg_1014_1012_intro.html
    :Krishna

  • Java Portal Integration Kits for CrystalReports 10

    Hi,
    I have to integrate Websphere Portal 6.1 with Crystal Reportss 10.
    Is Java Portal Integration Kits avaible for Crystal Reports 10 ?
    Andrzej Urbanowicz

    Java Portal Integration Kits integrate Enterprise, not Crystal Reports.
    And PIK issues should not be posted here, but in one of the "Business Objects" forums.
    SIncerely,
    Ted Ueda

  • Xcelsius Portal Integration kit for Sharepoint not showing in the gallary

    Hi Experts,
    I am testing the Xcelsius in my organization. After creating a dashboard , I am trying to integrate it in my Sharepoint portal.
    For that I installed SP webpart container in the server. During installation it was not showing any wizard to me for selecting the options. After installation , i am trying to configure it in the webpart galary but ! couln't find the Xcelsius Webpart container in that list.
    What to do to show it ? Could anyone guide me ?
    Regards,
    Jyothi

    i'm not sure how it works with Sharepoint... however, i can tell you how we use the portal integration kit within WebSphere Portal.
    first, the PIK itself is only used for BO integration, not Xcelsius integration (unless you are doing SSO in which case the BO login module is required).
    the Xcelsius integration comes from creating the web parts on the client. For example, for WebSphere there is a tool that is loaded onto the client machine called "XcelsiusPortletCreationUtility". the purpose of this utility is to take a swf file and wrap it in a war file that can be deployed to the portal. i would assume that  Sharepoint works in a similar way with a client utility.
    also, within the Xcelsius file you must create a portal data connection, even if it's not actually used.
    please look through your Xcelsius documentation or try to find the specific document that explains Sharepoint integration.

Maybe you are looking for

  • How can i add custom document properties in Content Services?

    Hello guys. I have question. I need to add custom attributes of document uploaded in CS. I know about categories, and it will help me. But i need it on the properties page? in main tab, where docname, creationdate, etc. appears. Is it possible? Ideal

  • Template link to css styles lost

    Hi, why, when I create a new page based a template, does the link to the css style sheet become broken? I can see in the code of the new page that ".."  is missing from the "../" in the url to the style sheets – but the template has the correct links

  • Anyconnect trouble Windows7

    Hi, I'm having a lot of trouble getting Anyconnect make a connection from a Win7 machine. Installation went ok, and after pushing the connect button the client tries to connect but after a while i get the following messages: - Establishing VPN - Acti

  • The import parameter of a RFC FM is not long enough

    Hii I have a standard FM and one of the import parameter field is not long enough for.  Instead of copying the RFC FM please advise how can i change the FIELD TYPE? What is the most appropriate solution

  • 0MATERIAL _ TEXT - DELTA

    hi all, we r loading 0material_text delta daily through process chain but when i checked the manage, it shows transferred records only, added records '0'....last 2-3 months y it is showing 0 records in Added...plz explain me but status is green..we r