Custom bsp Iviews work in dev but not in qas?

Hi All,
We're using R/3 4.7, ESS 50.4, MSS 60.1.20.
We have developed a number of custom bsp iviews that work perfectly fine in dev but when we transported to qas, no data is displayed.  The labels in the bsp are being displayed so we know that the bsp is working.
We use epcf to listen for the employee number in the bsp's.  It is configured the same in both dev and qas but in qas the bsp is not picking up the employee number and therefore is displaying no data.  When you click on susbequest employees in the team viewer, nothing happens (bsp should reload).
The only difference is that the portal dev and the bsp's reside on the same server but when we go to portal qas, it is now on a different server to the bsp.  We have relaxed the domain, so that the server name has been removed from the domain name but still to no avail.
If anyone can help at all, i'd really appreciate it, as i'm at a loss as to what to do next.
Many thanks,
Liz.

Hi,
Seems that there is:
1. something wrong with the System Object or it's definition..
OR
2. someone used a server/hostname as a "constant" instead of a "variable"
OR
3. the Portal and Backend are not in the same domain or the configuration is not with Fully Qualified Domain Name
Hope this helps you to narrow it down or even find the issue.
Good Luck,
Benjamin Houttuin

Similar Messages

  • Specific extractor works in DEV but not in QUAL

    Hello Everybody
    I have new problem : I created a specific extractor ZCRM_SRV_PROCESS_I based on specific FM based on RSAX_BIW_GET_DATA_SIMPLE.
    This extractor have to retrieve specific fields of Service Order Item (linked document type BUS2000116)
    In DEV it works fine for loading INIT & DELTA
    In QUAL, loading INIT does not work but loading works for some records...
    Loading finish with following message :
      System Response
      Caller 09 contains an error message.
      Further analysis:
      The error occurred in Extractor .
      Refer to the error message.
    Job is cancelled in source system with small text :
    19.04.2011  14:51:05  Job started
    19.04.2011  14:51:05  Step 001 started (program SBIE0001, variant &0000000022545, user ID ALEREMOTE)
    19.04.2011  14:51:05  Asynchronous transmission of info IDoc 2 in task 0001 (0 parallel tasks)
    Do you know why it works in DEV but not in QUAL ?
    Thank you
    Cyril
    Edited by: cyril meslin on Apr 20, 2011 9:53 AM

    There is no problem of authorization. In RSA3 it's ok for some records but too long for full of records.
    In fact, my FM make a first select after to be determined init or delta mode :
    IF i_updmode = 'D'.
            SELECT i~guid h~object_id h~guid h~process_type
                     INTO TABLE st_zcrmt_bw_i       
                     FROM crmd_orderadm_h AS h
                     INNER JOIN crmd_orderadm_i AS i ON h~guid = i~header
                     WHERE h~object_id    IN lr_object_id
                       AND h~changed_at   >= lv_timestp
                       AND i~guid         IN lr_item_guid
                       AND ( i~product_kind <> 'X' OR  i~product_kind <> '' )
                       AND ( h~process_type = 'ZSOL'
                          OR h~process_type = 'ZSPE'
                          OR h~process_type = 'ZSVO'
                          OR h~process_type = 'ZSVT' ).
          ELSE.
            SELECT i~guid h~object_id h~guid h~process_type
                     INTO TABLE st_zcrmt_bw_i         "PACKAGE SIZE I_MAXSIZE
                     FROM crmd_orderadm_h AS h
                     INNER JOIN crmd_orderadm_i AS i ON h~guid = i~header
    *                 UP TO I_MAXSIZE ROWS
                     WHERE h~object_id    IN lr_object_id
                       AND i~guid         IN lr_item_guid
                       AND ( i~product_kind <> 'X' OR  i~product_kind <> '' )
                       AND ( h~process_type = 'ZSOL'
                          OR h~process_type = 'ZSPE'
                          OR h~process_type = 'ZSVO'
                          OR h~process_type = 'ZSVT' ).
          ENDIF.
    Then FM CRM_ORDER_READ is running for 500 records to retrieve header data :
    CALL FUNCTION 'CRM_ORDER_READ'
        EXPORTING
          iv_no_auth_check     = abap_true
          it_header_guid       = it_guids      "500 records
          it_requested_objects = lt_requested_objects
        IMPORTING
          et_orderadm_h        = lt_orderadm_h
          et_service_os        = lt_service_os.
    Then this FM is running for 10 records for item data (max 10 because FM CRM_ORDER_READ does not work for more records) :
    CALL FUNCTION 'CRM_ORDER_READ'
        EXPORTING
          iv_only_spec_items   = abap_true
          it_item_guid         = it_guids         "10 records
          it_requested_objects = lt_requested_objects
        IMPORTING
          et_orderadm_i        = lt_orderadm_i
          et_sales             = lt_sales
          et_appointment       = lt_appointment
          et_status            = lt_status
          et_text              = lt_text
          et_subject           = lt_subject
          et_doc_flow          = lt_doc_flow
          et_customer_i        = lt_customer_i
    Perhaps if I succeeded to improve SELECT & call of CRM_ORDER_READ, it would be better but I don't know how to do...

  • Custom F4 help in a BSP application working in Mozilla but not in IE

    Hi,
    I have created a custom F4 help in a BSP application.
    It is working in Mozilla but not in IE. I tried enabling javascript as well but still it is not working.
    Can someone please suggest a possible solution for this?

    Hi,
    See simmilar discussion in thread /thread/1883519 [original link is broken]
    I think this may be helpful for you.
    Thanks,
    Chandra

  • CFDocument: works in dev but not prod?

    We are using CFMX 7,0,2,142559 Standard on W2K3 servers. In
    our dev and qa environements, cfdocument works fine, but in
    production it does not, and produces the error below in the errror
    log.
    The code is all the same, the data is the same - I have
    sinked our dev and qa servers with the production data. I have even
    put out a test file in all environments containing the following:
    <cfdocument format="pdf">
    Dave's content
    </cfdocument>
    It Streams to the browser just fine in dev and qa, but in
    production the browser times out, and the error below is produced.
    Anyone else see this?
    Thanks in advance.
    ~~~~~~~~~~~~~~~
    "Error","jrpp-58","07/09/06","15:31:55","Corporate","The
    document has no pages. The specific sequence of files included or
    processed is:
    E:\sites\corp\docs\pressroom\press_releases\pr_in_pdf.html, line:
    23 "
    java.io.IOException: The document has no pages.
    at com.lowagie.text.pdf.PdfPages.writePageTree(Unknown
    Source)
    at com.lowagie.text.pdf.PdfWriter.close(Unknown Source)
    at com.lowagie.text.pdf.PdfDocument.close(Unknown Source)
    at com.lowagie.text.Document.close(Unknown Source)
    at
    coldfusion.tagext.lang.DocumentTag.doAfterBody(DocumentTag.java:1225)
    at
    cfpr_in_pdf2ehtml894705829.runPage(E:\sites\corp\docs\pressroom\press_releases\pr_in_pdf. html:23)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
    at
    coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
    at
    coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at
    coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:225)
    at
    coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at
    coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
    at coldfusion.CfmServlet.service(CfmServlet.java:107)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    Hi,
    Compare the formula of the variable in Dev and in QA. Might be some operands might bwe missing in QA environment.
    Cheers,
    Suresh Aluri.

  • Case insensitive search working in dev but not in prod

    Hello All,
    I had set the CASE_SENSITIVE_CHARACTER_COMPARISON parameter as OFF in NQSConfig.ini file for enabling the case insensitive search in OBIEE.
    This setup is letting me do the case insensitive search in Dev env but the same doesnt work in prod env. I tried pointing both prod and dev rpd to same prod db.
    With same db also, case insensitive search doesnt work in prod env.
    Any idea for which other configuration I can look for.
    Thanks in advance.

    Thanks Stijin. I had seen this post earlier. Case insensitive search works fine after setting the value for NLS_SORT and NLS_COMP in production RPD but the other report with distinct clause starts failing. Not sure about the reason.
    Saw this comment from you in that post:
    The only compromise solution we could find was to "cache" the column value we wanted to use in insensitive searches. These were mainly used in "show all choices" while setting prompts. Other than that there isn't much you can do in an Oracle database.
    Can you please tell me how to implement the above.

  • Variable works in Dev but not in Test in Webi report

    Hi All,
    I have written a variable to calculate Average. It works fine for all entries in Dev. But when I transport it to Test Environment, it works fine for some entries and does not work for some entries.
    Any suggestions?
    This is happening in WEBI Report.
    Regards
    Edited by: No.One on Sep 21, 2011 2:45 PM

    Hi,
    Compare the formula of the variable in Dev and in QA. Might be some operands might bwe missing in QA environment.
    Cheers,
    Suresh Aluri.

  • Webi Report on BW Universe works in DEV but not properly in TEST

    Hi,
    We have created a Webi-Report on a BW Universe on our DEV server. Everything works like a charm and we are prompted as the first thing for keydate and the report is refreshed successfully. We then export the Universe (no connection overwrite) and Report to our TEST server with the Export Wizard and the problems start.
    When we refresh the report on the TEST server we are prompted for keydate. If we select a value for the date we receive an error:
    A database error occured  The database error text is: The MDX (and then some MDX) failed to execute with the error Specify a value for variable Financial Statement Version. (WIS 10901)
    If we select Use default value the report refreshes but no currency conversion is done. We can then refresh the report again and this time if we select a value for the keydate the report refreshes without the above error.
    We have tried to overwrite the connection during export from DEV to TEST so the connection points to our DEV BW Server with the same result. If we create the universe on the TEST server from scratch everything works as intended.
    If we transport the Universe and report from DEV to PROD directly the report works as intended.
    The BO user (SSO WinAd) testing this have admin rights on BO. The connection in the univers to BW is done using a fixed username and password (no SSO to BW)
    I am now out of options and would appreciate any input you might have to solve this problem.
    Best Regards,
    Lars

    Hi Wavery,
    Thanks for your reply. I have checked the connections and they are named exactly the same on DEV/TEST/PROD. I have also tried deleting the universe, connection and report on TEST and then do a new transport of all of them from DEV to TEST. Same result.
    What I don't understand is why the refresh works if I do it in two steps:
    <OL>
    <LI>
    I set keydate to "use default value" when prompted and the report will refresh without the keydate dependent calculations. None keydate dependent measures are showing correct values from BW.
    </LI>
    <LI>
    Then I refresh again and set the keydate to a date and the report refreshes with the dependent calculations.
    </LI></OL>
    This tells me the connection is working and the problem is somewhere else. At the moment I'm clueless
    Any input is highly appreciated.
    Thanks,
    Lars

  • Works on dev, but not production server

    I am building a site using LCCS which works on my laptop, which runs ColdFusion 9 and Apache. But it does not work on my production server, which is ColdFusion 8 and IIS. I have made the various configuration changes and I can successfully create a room via CF from the production server.
    But my Flex app does not seem to load properly on the production server. It is basically a video-conferencing app, so the swf should display the "Start My Camera" button, but it doesn't. It works perfectly on my laptop though.
    I realize I am using very different environments, but I don't know why that would affect anything for the simple Flex-generated swf, especially when I am dynamically creating the room via production.
    I am sure it is something simple, but am out of ideas. Any suggestions would be greatly appreciated.
    cheers,
    Steven

    It seems I figured out my problem (well, about this issue anyway).
    A while back, I un-installed .NET but then had to re-install it. In doing so, somehow IIS lost the ability to recognize .js files. It would return a 404 error whenever you tried to call any file with a .js extension. My hosting company did something to re-associate the file type with IIS. It seems I have the same problem with .swf files.
    fyi, I used Charles (a Firefox plugin) to diagnose this. I had assumed it was a permission issue. It never occurred to me to try to access my swf directly.

  • Web template works in Dev but not in Q

    We have a web template includes 10 queries. First I transported 10 queries from Dev to Q and we executed each one. All worked. Then I transported this template. Transport was successful but it return a error message when it gets execute for few seconds.
    One thing I don't understand is it contains many Template items but it only show part of Items when I collected. Now I am trying to collect each template items but I am unable to find missing items from Bex Web Items list. Why is that?
    Here is the error message:
    The initial exception that caused the request to fail was:
    Termination message sent
    ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    com.sap.ip.bi.base.application.exceptions.AbortMessageRuntimeException: Termination message sent
    ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessageInternal(MessageManager.java:148)
    at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:113)
    Details: Full Exception Chain
    Messages
    ABEND: Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    ABEND: System error in program SAPLRZI0 and form RSZ_FORM_AND_VAR_TAB_FILL-02- (see long text)
    Can anyone help? Thank you in advance!

    Hi,
        You have to collect all the WEB items toos, it should be under the WEB ITEM  in transport connection. Try collecting them again . Hope you have transported all the dependant Query elements like variables, User exits variable code if any.
    Hope it helps,
    Cheers,
    Balaji

  • Why does the counter work in MAX, but not Labview?

    Please help, I have been away from Labview for over 3 months, and I am quite rusty....
    Last year, I successfully configured NI9401 to measure period (seconds) by counting the rising edges of my sensor signal.  Since then, I have aquired a new PC, and loaded all my software into it, including the Labview VI's that successfully worked on the old computer.
    I can see the digital signal using MAX and the test panel for the NI9401, so, I know my wiring and my TTL signal is OK, but, when I try to run the attached VI, nothing happens except the error below..  How do I tell this VI to look for the signal on MOD3/CTR0 and channel 14?
    Thanks. I am sure it is a small adjustment...this worked fine a few months ago...not sure what is wrong now.
    Thanks,
    Dave
    Solved!
    Go to Solution.
    Attachments:
    continuously measure period buffered_singlechannel_forum_feb_23_2012.vi ‏20 KB

    OK, now.  Resolved the issue. The vi is fine, but, some shaky wires were identified...worked in MAX but not in the vi.  Now that the connections have been tightened up, it works for both.  Sorry for the inconvenience.
    Dave

  • Works on emulators but not on mobile devices

    Hello,
    My project works on emulators but not on mobile devices (no image and on Samsung it says "unsupported file").
    Please help, I don't know what to do. My configurations: MIDP 2.1, CLDC 1.1.
    Thanks in advance.
    Edited by: Vitali.pom on Oct 27, 2011 12:01 PM

    Edit: I succeeded to solve it accidentally. I did the following: Sign the jar in Netbeans, clean and build, the jar didn't work, I wiped out the .ks from the jar and clean and build again. Now it worked.
    Edited by: Vitali.pom on Oct 30, 2011 1:28 AM

  • Wifi works at home but not when away from home

    My Wifi works at home but not when away from home, what is wrong?  I thought with a phone plan I didn't need to have a wifi connection.

    You either need WiFi or Cellular (or both). If you have neither, you can't connect to the internet.
    Most people use WiFi at home and Cellular while away from home, or connect to public WiFi networks where there are some.

  • Can't FaceTime anymore?  iPad states wifi connected and iPhone 4 states not connected?  I have wireless in my home? Not sure what happened.  Password works for iPad but not on phone?

    iPhone won't connect to wifi.  iPad is connected.  Password working on iPad but not on phone.  Can't upload software update of IOS 7.1 because phone not connecting to wifi?

    Connect iPhone to computer and open iTunes.  You will be prompted to update to iOS 7.0.  Keep your phone connected until the update is finished.

  • My apple id works on itunes but not on my ipod touch, what gives ?

    my apple id works on itunes but not on my ipod touch, what gives ?

    What are you trying to do on the iPod?
    Have you went to Settings>Store and sign out and then sign back in?

  • Album Art works for most, but not all

    I was reading previous forums on the subject, but no clear answer was given..
    The album art shows up fine in itunes and my library and works for most of my music on my ipod, but how come some album's art does appear? I have it set manually and select 'Get Info' then 'Artwork' and add it from there, then drag in the finished product to my ipod. I've been doing that and it works fine for most of the albums, but every so often, the album art will not appear on my ipod. Am I doing something wrong? I take them all from the same source (amazon.com) but it makes no sense to me how some randomly don't appear.
    I tried deleting the artwork and re-adding it, but nothing happened again. If you could answer why it works for most but not all or how I can get the album art to appear for the ones it will not by re-doing something, it would be appreciated. thanks.

    I encountered the same problem in the beginning. When I compared the size of the original images, the working ones seemed to be smaller in general, so I reduced the size of all covers I intended to upload on the pod to 300x300 pixels.
    This seemed to work - for 2 days. I bought the pod on friday, had pictures on sunday, but on Monday (after the first time the pod was fully discharged) none were left left.
    So I ended searching this forum for related problems...
    And decided to join my problem to this entry.

Maybe you are looking for

  • Ipod stuck in lock mode and won't connect to Windows computer

    My Ipod is stuck on the lock position and won't connect to my computer when I plug it in. The hold switch moves back and forth just fine and it was working perfectly yesterday. It's the classic nano that's square. It's stuck on a song that I used as

  • Is there a cable to connect iPad Air to TV (Panasonic- 7 years old)

    I would like to watch download d movies from my iPad to my TV. Is it possible? What do I need

  • Photoshop CS5 Optional Plugins downloaded file issue

    I am trying to download the Photoshop CS5 Optional Plugins from the following Adobe website http://www.adobe.com/support/downloads/detail.jsp?ftpID=4688.  I'm using IE9 as my browser and opting to save the file to my desktop.  The downloaded file app

  • Besoin d'aide InDesign

    Bonjour, Voilà j'ai besoin d'aide sur Indesign. Je travail actuellement sur le catalogue de ma société (je précise que je ne suis pas graphiste et que je n'ai aucune formation sur InDesign...) et voilà le problème qui se pose à moi. Je dois imprimer

  • RP_PROIVDE_FROM_LAST

    hi friends, What is the proper use of RP_PROIVDE_FROM_LAST. thanks, SK