XLR old reports not working with UDF from Marketing docs

Hi,
We are using SAP Business One 2005 A (6.80.318)  SP: 01  PL: 16 and the following version of XLR.
XLR Version 6.80.367 (under about XLR) or 6.80.01.26 (under Add-ons manager).
We have just gone from 6.80.01.25 to 6.80.01.26 version of XLR and have had an issue with the reports that contain UDF's. 
Previously when doing patches of SBO we have had issues with the UDF's renumbering eg.  SalesEmp_1 becoming SalesEmp_2.  Within the XLR reports we would simply update the identifier of the UDF and it would report correctly.
The issue this time is that the identifier has disappeared.  ie. SalesEmp_1 has become SalesEmp.  When you create a new report the data can be retrieved correctly however when you change the existing report to reflect SalesEmp (rather than SalesEmp_1) it reports no data. 
I am not keen on re-creating all of my reports with UDFs and was wondering if anyone else had encountered the same issue and come up with a solution. 
It may have something to do with the UDF's being available as Dimensions now whereas previously they were only Light Dimensions?
Let me know if I need to clarify further - although it will probably make perfect sense if you have been through the same issue - and if you haven't you may not be able to help.
Kind regards
Andrew

Hi Andrew,
Unfortunately I don't know the answer to your question...
...but anyway, this Forum is focussing on the SAP Business One SDK.
In principle the Implementation Forum in the PartnerEdge P2P (http://p2p.sap.com/businessoneforum?type=join) area should more suitable for such questions.
I suggest that you raise your issue there - and hope that you will get the right answer.
...or since the issue came up when you changed from one version of XLR to another - log a question to SAP Support on the XLR component.
Sorry,
Frank

Similar Messages

  • Interactive Reports not working with APEX listener

    Hi,
    I have posted this question APEX listener forum couple of weeks ago but very few responses.
    If any one from here can help then it would be great.
    Interactive Reports not working with APEX listener
    Best Regards,
    Baig

    Sorry for late response.
    It was a firewall issue

  • Membership rules does not work with UDF column name having the max length

    Found a bug in OIM .
    Membership rules does not work with UDF column name having the maximum length
    Steps to Reproduce
    1.Create a UDF having max column name length for eg UDF_USR_PERSONAL_SUB_DOMAIN_CO (lable = Personal Code)
    2. Create a simple Rule like Personal Code = 7000
    3. Assign this Rule as a member ship rule of a Group.
    4. Create a user with Personal Code = 7000.
    5. User doesnot get the group membership.
    Thanks
    Suren

    Yes , i verified logs as well .
    If you just decrease the column name length , w/o making change to any other attributes , it starts working ..
    Thanks
    Suren

  • Web Report not working with parameter form

    Hi,
    I have a report which has got a parameter form. This report is
    running fine in client/server environment. But when I deploy the
    same report on web (CGI) using PARAMFORM=YES, I am getting the
    parameter form and after pressing the SUBMIT button I am getting
    a blank report under the following two cases even though I have
    data for that query:
    CASE1: <input type="hidden" name="desformat" value="html">
    then I am getting the report with no data retrieved.
    CASE2: <input type="hidden" name="desformat" value="pdf">
    then I am getting completely blank report (no logo, no column
    titles, etc.)
    See the HTML code below. Remember, the same thing is running
    fine in client/server environment. Moreover, if I make a HTML-
    coded form for the report then everything on the client's
    browser is running fine. But this is not what we want, 'coz we
    are running the "BEFORE PARAMETER FORM" trigger in the report.
    So, should I conclude that web-reports does not work with the
    parameter forms?? Is it a bug???
    Regards
    Moiz
    ----------HTML Code------------------
    <form action="http://pc-oracle1.ri.kfupm.edu.sa/cgi-
    bin/rwcgi60.exe">
    Select the Weekend Date for which you would like to see your
    Timesheet report
    <input type="hidden" name="server" value="repserver">
    <input type="hidden" name="report" value="timesheet.rdf">
    <input type="hidden" name="userid" value="696122/696122@ors">
    <input type="hidden" name="destype" value="cache">
    <input type="hidden" name="desformat" value="html">
    <input type="hidden" name="paramform" value = "yes">
    <input type="submit" value="Run Report">
    </p>
    </form>
    -------HTML Code END------------------
    null

    No pal, that's not the problem. The problem lies with the
    "BEFORE PARAMETER FORM" report trigger on the web. Check this
    out on ur report server and u will understand my problem.
    Moiz
    Ramonito Te (guest) wrote:
    : I think the cause is the missing question mark after
    rwcgi60.exe.
    : Anyway here is my html file that runs under cgi. Hope this
    helps.
    : <HTML>
    : <!--Form Action is RWCGI60 URL-->
    : <FORM METHOD=POST
    : ACTION="http://ntserver1/ows-bin/rwcgi60.exe?" METHOD="POST">
    : <!--Parameters not exposed to user are hidden-->
    : <INPUT name=server type=hidden value="ReportsServer">
    : <INPUT name=paramform type=hidden value="yes">
    : <CENTER><H1>Set Reports Multi-tier Server Parameters </H1>
    Report Name: <INPUT name=report type=text value="c:
    : \orant\webdemo\deptemp.rdf">
    : Database Connection: <INPUT name=userid type=text
    : value="scott/tiger@orcl81">
    : <INPUT name=destype type=hidden value="cache">
    : Output Format: <SELECT name=desformat> <OPTION value=HTMLCSS
    : selected> HTMLCSS <OPTION
    : alue=PDF> PDF </SELECT>
    : <HR><INPUT type=submit value="Run Report!">
    : </CENTER> </FORM> </HTML>
    : lue="Run Report!">
    : </CENTER> </FORM> </HTML>
    : M. Moizuddin (guest) wrote:
    : : Hi,
    : : I have a report which has got a parameter form. This report
    : is
    : : running fine in client/server environment. But when I deploy
    : the
    : : same report on web (CGI) using PARAMFORM=YES, I am getting
    the
    : : parameter form and after pressing the SUBMIT button I am
    : getting
    : : a blank report under the following two cases even though I
    : have
    : : data for that query:
    : : CASE1: <input type="hidden" name="desformat" value="html">
    : : then I am getting the report with no data retrieved.
    : : CASE2: <input type="hidden" name="desformat" value="pdf">
    : : then I am getting completely blank report (no logo, no
    column
    : : titles, etc.)
    : : See the HTML code below. Remember, the same thing is running
    : : fine in client/server environment. Moreover, if I make a
    HTML-
    : : coded form for the report then everything on the client's
    : : browser is running fine. But this is not what we want, 'coz
    we
    : : are running the "BEFORE PARAMETER FORM" trigger in the
    report.
    : : So, should I conclude that web-reports does not work with
    the
    : : parameter forms?? Is it a bug???
    : : Regards
    : : Moiz
    : : ----------HTML Code------------------
    : : <form action="http://pc-oracle1.ri.kfupm.edu.sa/cgi-
    : : bin/rwcgi60.exe">
    : : Select the Weekend Date for which you would like to see your
    : : Timesheet report
    : : <input type="hidden" name="server" value="repserver">
    : : <input type="hidden" name="report" value="timesheet.rdf">
    : : <input type="hidden" name="userid" value="696122/696122@ors">
    : : <input type="hidden" name="destype" value="cache">
    : : <input type="hidden" name="desformat" value="html">
    : : <input type="hidden" name="paramform" value = "yes">
    : : <input type="submit" value="Run Report">
    : : </p>
    : : </form>
    : : -------HTML Code END------------------
    null

  • Premiere Pro/Prelude CS6 not working with AVCHD from Canon HF G10

    I just tried switching from Final Cut Pro 7/X to Adobe Premiere Pro CS6 and have not been able to get Premiere Pro or Prelude to work with AVCHD footage from my Canon HF G10.  The system runs Mac OS X 10.7.4 on a 3.4 GHz quad-core iMac with 16GB of RAM and 10Gbit/s Thunderbolt RAID for video storage.   Adobe Updater ran yesterday and installed CSXS infrastructure updates which did not fix the problems.
    After importing several short (less than 5 minutes each) 1080p30 clips into Premiere Pro, I can scrub over the first few seconds of a clip but afterwards it stalls or mixes in frames from the beginning of the clip.    Rendering 30 seconds of video does not complete in reasonable time, i.e. takes more than 5 minutes.   I figured I would try ingest the footage with Prelude and am running into the same problems.   Scrubbing does not work, only the first few seconds from a clip are available.     When configuring Prelude to transcode on ingest, I am getting "Import XMP failed" errors.   I already spent several hours trying to figure this out.   In the meantime, I finished the project using Final Cut Pro X :-\
    Any help would be appreciated.
    Thank you,
    Niels.

    Any chance this gets fixed soon?  I'm shooting with an AF-100, and at this point I'm still using Final Cut to transcode my footage so I can have audio.  I've also noticed the video jumps around even when it does have audio.  Prelude has been extremely problematic for me, and it doesn't have a way to bring in clips that returned errors upon importing, I have to write down the clip numbers and bring them in individually.  I've also tried just dropping the file structure from the card straight to the hard drive.  It's a huge problem, and is keeping me from making the switch fully from FCP 7. 

  • View Report not working with CVI 9?

    Hi:
    We recently installed the CVI 9 run time engine on several of our stations. However, now we're seeing a problem where the 'View Report' button on the batch and parallel model result panels no longer work. If you try to view the report, the panel freezes instead.
    I've verified this problem with the default Teststand Full Featured CVI User Interface and the default modelsupport2 files. We are running Teststand 4.0.1f1.
    Any idea what is going on? The report button works if we run from the sequence editor or downgrade back to CVI 8.1.
    Thanks,
    Dave

    Hey Dave,
    Thanks for reporting this.  I've already been able to reproduce the behavior on my machine with TestStand 4.1.1 and CVI 9.0 installed using both the Batch and Parallel Process Models.  
    As a result, this was reported to R&D (#138134) for further investigation.  We will treat this with high priority.
    We really appreciate the feedback - thanks for helping us continuously improve our products and make them what they are today.
    Derrick S.
    Product Manager
    NI DIAdem
    National Instruments

  • Ipod touch does not work with hex from sharper image

    I just bought an ipod docking/speaker from sharper image (Hex) for my ipod touch.  My ipod does not work on it. I have also had problems playing my ipod touch music on ihome products - works on some but does not work on others. Is it my ipod touch. thanks.

    Some docks are not compatible with iOS 5. Ceeck with the manufacturer. Other users have post problems with iOS 5 and iHome docks too.

  • SCOM reports not working, with execute permission denied error.

    Operations manager 2012 R2,
    some reports stopped working. Then i open report and click "add object" or "add group" i get error:
    Note:  The following information was gathered when the operation was attempted.  The
    information may appear cryptic but provides context for the error.  The application will continue to run.
    The EXECUTE permission was denied on the object 'ManagedEntityTypeGetBySystemName', database
    'OperationsManagerDW', schema 'dbo'.
    In SQL  there is EXECUTE permission on object 'ManagedEntityTypeGetBySystemName'
    Reports which not required to specify object or groups are working as expected.
    what esle can be wrong ?

    Hi,
    Please refer to the blog below. It tell us how to grant permission to objects.
    http://www.ndoubleor.com/the-execute-permission-was-denied-on-the-object-database-schema-dbo/11/2009/
    Important Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Juke Chou
    TechNet Community Support

  • All reports not working, with execute permission denied error.

    Operations manager 2012 R2,
    all reports stopped working. Then i open report and click "add object" or "add group" i get error:
    Note:  The following information was gathered when the operation was attempted.  The information may appear cryptic but provides context for the error.  The application will continue to run.
    The EXECUTE permission was denied on the object 'ManagedEntityTypeGetBySystemName', database 'OperationsManagerDW', schema 'dbo'.
    In SQL  there is EXECUTE permission on object 'ManagedEntityTypeGetBySystemName'
    what esle can be wrong ?

    Take a look at
    this.
    Jonathan Almquist | SCOMskills, LLC (http://scomskills.com)

  • Serial number not working with upgrade from production studio

    I have an old WinXP with the first Adobe CS Production Studio Premium that I've been using for more than six years.
    I recently had to reinstall my system and now I have an install error with serial number.  The Prod Studio Prem is an upgrade
    to the Video Collection Standard. It errors on the screen when it ask for the previous version of AfterEffect and Encore.
    I had this issue before. Adobe support provided me another number and it worked.
    The odd thing about it is the install asks for AE 3.0 or later and I have AE6.5. It also asks for Encore 1.0 or later and I have Encore 1.0 & 1.5. If I can remember back several year when I called ADOBE support they said even though I qualified for the upgrade the issue probably was with the previous AE standard serial number wasn't working in the install screen. I've lost the new serial numbers now and I'm unable to reinstall.
    I'm not upgrading until next year. How can I get this working until then?

    if you don't have the old version installed you'll be prompted for both the serial number of the old version and the upgrade.  you have to use the correct serials when prompted.

  • My line in does not work with output from my ipod

    I hooked my ipod up to the line in and changed the sound pref's to line in.   No sound comes from the speakers, YET, I see the volume graph on the sound prefs at high levels.   I then checked garage band.  even though I can record the sound from my ipod using the line in, it does not play as it's recording in garage band, HOWEVER, when I play the track back it DOES play.   I have the volume up on my IPOD classic, and it plays thru any other output source.
    Then I plugged my radio's output port (amplified) into the port, and it still does not output thru either the line out port OR the built in speakers.  NOTHING I plug into the line in port will make sound out of the computer (either speaker setting), YET, the volume adjustment definately shows that there is sound coming into the computer.  And as I've stated above, when I record the "silent" input from the line in, I can then play it back and HEAR the songs.
    This is very strange and I need it fixed...
    YES: I've changed the sound pref settings to LINE IN
    YES: I've played with the settings of garage band's audio
    YES: I've rebooted
    nothing makes it work.
    Sure looking for a solution.

    Please do not give this any thought.   I was such a dummy.. duh, you have to have something running to PLAY the input!!!  I thought the Monitor was on in garage band, and found it was not.....
    have a nice day
    Sure wish you could remove posts you've made after you do the "DUH" thing.
    dale

  • Quickpaint reports not working with assignment set defined with criteria

    Hello,
    I have a problem with quickpaint reports in HRMS. When i run quickpaint report against assignment set defined with criteria it reports following error: APP-PAY-06867 An error occurred during formula execution FFX00_DATA_NOT_FOUND (assignment criteria was &ASG_LOCATION=New York).I defined several assignment sets with different criteria and i always get the same error when i run any quickpaint report.
    The same Quickpaint report works well with assignment set defined by including individual assignment.
    Thanks in advance!
    best regards

    Thanks for uploading the sample reports. 
    I am not abe to reproduce the issue and the graphs generated in both the attached reports are the same except that the width of the graphs being displayed are different as seen in the below images.
    ATML 5.1 Report Graph
    XML Report Graph
    Regards
    Srivinayaka Pandurangan
    National Instruments
    With Best Regards,
    Srivinayaka
    National Instruments

  • Sync is not working with code from my Android

    I had to reinstall ubuntu 13.10 on my desktop and am trying to sync it back with my phone, but when i enter the 4x3 code it's asking me to create or sign in and enter my recovery key, except I can't get my recovery key from my phone.

    If your phone is still connected to the sync server then you need to get the 12-character code on the desktop computer and enter that code on the mobile device to pair the desktop computer.
    *Android OS > Settings > Accounts > Firefox Sync > Pair a new Device
    Both devices need to be online at the same time if you want to pair a device with the (3x4) 12-character code.<br />
    Sync needs to be set up and working on at least one computer, so you can enter the 12-character code, provided by the device (computer) that you want to pair, in three fields to pair a device on the computer/device that has a working Sync setup.

  • Crystal Reports not working with PL/SQL

    When I try and connect a Oracle stored procedure in ODBC using Oracle 8.1.7 client and Crystal 8 Reports I get the following error:
    ODBC error: [MERANT][ODBC Oracle 8 driver][Oracle 8]ORA-06550: line 1, column 13: PLS-00302: component 'TEST_PROCEDURE' must be declared
    ORA-06550: line 1, column 8: PL/SQL: Statement ignored
    This code worked just fine in Crystal Reports 7. Does anyone know how to get this to work? Any successful code snippets to share? I called Crystal Decisions Support with no luck at all.
    Thanks!

    Yes, the dialog is different than in Crystal 7 but the box is already checked.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Rick Post:
    Do you have 'Stored Procedures' checked in the 'Allow reporting on' section of the SQL page on the 'File - Options' properties page?
    Depending on how Crystal 8 was installed this setting may be different than what you have been using in Crystal 7.
    <HR></BLOCKQUOTE>
    null

  • Upgrade to BI7 - Master data report not working with attributes

    Hi
    We've recently upgraded to BI7. We've noticed that any queries where a characteristic is the info provider, reporting on the attributes as free characteristics is not possible. The only way to fix this is to make the characteristics navigational. Is there a fix for this, or do we have to make all the characteristics navigational? It used to work in 3.1

    Hi Expert,
    We are starting upgradation, Can you please prvide guide me how to do the upgradation.
    Thanks

Maybe you are looking for

  • Error in Release of Network data via BAPI_BUS2002_SET_STATUS

    Hi Experts, I have to release network data via a Custom Report Program, so I am using the STD BAPI , BAPI_BUS2002_SET_STATUS. The functionality must be similar to the release of Network as in case of transaction CN22 or can also be done via Project B

  • Where can I find the reports multitier server (reports 3.0)?

    Can anyone please tell me where can I find the reports multitier server 3.0.4.6.3? When I try to install the reports 3.0.4.7.0 from the patch 0598 (pat0598.exe) it tells me that I must have installed the reports multitier server 3.0.4.6.3. But I can'

  • Org unit attributes

    How are the Language and Currency attributes for a org unit used ? Is it possible if these attributes are maintained for a  customer then in transactions use customer attributes if available but default to the org attributes if customer attributes ar

  • How to validate HTML 5 in HomeSite

    It's frustrating to get validation errors in HomeSite when working with HTML 5 elements such as video and canvas. Luckily, there's a fairly simple way to enable these elements to be validated. Quick description below... 1. Select XHTML 1.0 Strict as

  • Export and Import  transport request between different version?

    Hi, I have tried to Export the transport requests from ECC5 to ECC6 via STMS .Its not throughing any error but no Master datas are transported. Anyone have idea about that?