Authorization Object is not working when report is modified.

Hi BW Guru's
We have Company Code as Authorization Object .and we have 3 company Codes (xxxx,yyyy,zzzz).where the users under Company code xxxx are not supposed to view company code yyyy,zzzz data etc.
I modified an existing Report and transported to production.But the Authorization Object is not working for that report.The Report is defaultly displaying all the company codes data(xxxx,yyyy) for all the users.But for the other reports its(company code ) is working fine.
What could be the problem?Is theproblem in transporting the objects.But i transported all the objects inluding auhorization object.
Please send me the solution as it is very much urgent.
The solution will be def. awarded with full points.
Regards
Sanjay

hi Sanjay,
please don't post the same question again, check and response back from your previous thread
Re: Authorization Object is not working when report is Modified.
hope this helps.
would be nice if you reward for helpful answers to all of your previous postings, e.g
docs related to RRI

Similar Messages

  • Validation not working when Issue is modified

    We have picklist field Action on which we have put a field validation which will ensure that depending on the Job title of the logged User, he will be able to select appropriate Action value.
    The problem we are facing is : The validation is not triggered when an Issue is opened and saved without any changes to Action picklist.
    for eg: If User 1 with Role A creates an Issue with Action values as per his Role. Now User 2 with Role B opens the Issue , he is displayed with the Action value saved by User 1. Now if User 2 changes the details of the Issue and doesn't change the Action, the Issue is saved. The validation doesn't work in this case, as Action is not modified.
    Validation is as follows:
    Left([<Action>],4) = Left(JobTitle(), 4) OR Left([<Action>],4) = IIf((JobTitle()="Manager" OR JobTitle()="Executive"),"Fact" ,"xxxx") OR Left([<Action>],4) = IIf(JobTitle()="Executive","Mana" ,"xxxx")
    Also we cannot restrict users using Access control because, if we Restrict Issue modification by making Issues read-only for non owners , then Users cannot add related information like attachments and solutions.
    Any ideas would be welcome in this regard.
    Sandy

    I have a similar situation that I had to create a workflow rule that is triggered "before a modified record has been saved" and the rule looks for a change on record like;
    PRE('<ModifiedTimestamp>')<>[<ModifiedTimestamp>] AND PRE('<Action>')=[<Action>] this checks to see if the record has been modified but the Action hasn't.
    Then you want to have the workflow rule "Update Value" of the "Action" field with the same value that it had at the beginning of the operation, like;
    [<Action>] in the "Value" formula field and ensure the "overwrite existing values" check box is selected.
    In essence you're sending the same value to the "Action" field but it will trigger the Validation rules each time there is any change on the record.
    Let me know if you have questions...
    Dan

  • HTTPS hyperlinks not working when report exported to PDF

    Hi,
    I have the following problem - I have a https link in the report, which works properly when the report is exported to HTML, Excel, DOC, but no hyperlink is rendered when the report is exported to PDF.
    Important: When http:// or mailto: are used in the hyperlink, then the PDF export renders the link correctly. Only https does not render properly and only in PDF.
    I am using Crystal Reports Basic for Visual Studio 2008. The following 2 dlls are referenced in the .net application:
    CrystalDecisions.CrystalReports.Engine 10.5.3700.0
    CrystalDecisions.Shared 10.5.3700.0
    Thanks in advance for any hints!
    Br,
    Leon

    Update
    I did a little more testing and it worked for me because my Text field said https://mail.google.com and the hyperlink in the background was also https://mail.google.com. Once I updated the Text object to read Gmail it failed like yours did.
    I suspect this is something that spilled over from version 10. Crystal Reports Basic is built on the version 10 runtime and the issue may have been fixed in version 10 but missed for CR Basic. I have a feeling this works without error in XI R2 and 2008.

  • Why Dynamic Parameter is not working, when i create report using stored procedure ?

    Post Author: Shashi Kant
    CA Forum: General
    Hi all
    Why Dynamic Parameter is not working, when i create report XI using stored procedure ?
    Only i shaw those parameters which i used in my stored procedure, the parameter which i create dynamic using stored procedure
    is not shown to me when i referesh the report for viewing the results.
    I have used the same procedure which i mention below but can not seen the last screen which is shown in this .
    ============================================================================================
    1. Select View > Field Explorer2. Right-click on Parameter Fields and select New from the right-click menu.3. Enter u201CCustomer Nameu201D as the name for your parameter4. Under u201CList of Valuesu201D select u201CDynamicu201D5. Under the Value column, click where is says u201Cclick here to add itemu201D and select Customer Name from the drop-down list. The dialog shown now look like the one shown below in Figure 1. Click OK to return to your report design.
    Dynamic Parameter Setup6. Next, select Report > Select Expert, select the Customer Name field and click OK.7. Using the drop-down list beside select u201CIs Equal Tou201D and using the drop-down list, select your parameter field (it should be the first field). 8. Click OK to return to your report design and see the parameter dialog.The parameter dialog will appear and show you a dynamic list of values that is updated each time your run your report. It couldnu2019t be easier! In our next tutorial, we will be looking at how to use this feature to create cascading parameter fields, where the values are filtered by the preceding selection.
    Dynamic Parameters in Action
    My question is that whether dynamic parameter is working with storedprocedure or not.
    When i added one table and try to fetch records using dyanmic prameters. after that i am not be able to find the dynamic parameter option when i referesh my report.
    One more thing when i try the static parameter for my report, the option i see when i referesh the screen.
    Please reply soon , it's urgent
    Regards
    shashi kant

    Hi Kishore,
    I have tested the issue step by step by following you description, while the first issue works well in my local environment. Based on my research, this can be caused by the lookup expression or it indeed return Male value based on the logic. If you use the
    expression below, it will indeed only return the Male record. So please try to double-check the record in the two datasets and the expression in your environment:
    =lookup(first(Fields!ProgramID.Value,"DataSet1"),Fields!ProgramID.Value,Fields!Gender.Value,"DataSet2")
    As to the second issue, please try to use the following expression:
    =Count(Lookup(fields!ProgramID.value,fields!ProgramID.value,fields!Gender.value,"DataSet2"))
    Besides, if this issue still exist, in order to trouble shoot this issue more efficiently, could you please post both the .rdl  file with all the size properties to us by the following E-mail address?  It is benefit for us to do further analysis.
    E-mail: [email protected]
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Report with JDBC connection does not work when they includes CommandTable

    I am trying to render using the new version of Crystal report java component - CRJ a report contains Data base Fileds of type Command Table (Row Set) which seems to be not working.
    when i use the previes version of crystal SDK it works fine.
    after deugging the Sample CrystalHelper.java file which contains the method .changeDatasource()
    i found that the DataBaseController.setLocation() method changes the CommandTable class to Table when using it on CommandTable instance and as result all the fields defined into that CommandTable were disappear.

    That appears to be a known issue:  Eclipse JRC: To change the JDBC connection at run time
    Sincerely,
    Ted Ueda

  • Help! Javascript not working when object moved from one page to another!

    Hello all:
    I am new to Adobe Livecycle Designer (version 8.0). I have created a 3 page interactive pdf form with numerous objects (text fields, radio buttons, drop-down boxes, etc.), that our business wants to begin using soon.
    I am having difficulty with some of my Javascript not working with a few of my objects on page 2 of the form. Specifically, there is a drop-down box for "Country" on page 2 of my form. When the user selects, for example, "United States" from the list, I have Javascript that is supposed to change the "Currency" drop-down box rawValue to "US Dollars" accordingly (upon the change event).
    I think my Javascript syntax is proper, but I am not certain. Here is my simple Javascript associated with the "Country" drop-down box (Note: rawValue 80 = "United States" and rawValue 105 = "US Dollars"):
    form1.Page1.cmbContactInfoCountry::change: - (JavaScript, client) -
    if (this.rawValue == 80) {     
         cmbCurrency.rawValue = 105;
    This seems pretty straight forward and it WORKS when my "Country" drop-down box is moved to page 1 of the form, but it WILL NOT WORK when I move the "Country" drop-down box back to page 2 of the form (which is where it belongs).
    Does anyone have any suggestions or solutions? I have spent probably 6-8 hours racking my brain trying to figure out why it works when on one page, but it does not work when move to a different page. I am guessing that I may have corrupted something OR that I am not fully addressing the proper name of the object?
    Please help!
    Frustrated and helpless near Chicago!
    Taylor T

    Hi Jono:
    Thank you for your quick reply.I was able to obtain the full name of the cmbCurrency object using the method you taught me. That is brilliant! Great short-cut tool.
    Unfortunately, I am still having issues with getting Javasript for the cmbCountry object to work with the cmbCurrency object. I haved pasted my new Javascript below.
    JavaScript for cmbCountry object:
    //UNITED STATES
    if (this.rawValue == 1) {
              xfa.resolveNode("form1.#subform[1].cmbCurrency").rawValue = 1;
    else
    //CANADA
    if (this.rawValue == 2) {
              xfa.resolveNode("form1.#subform[1].cmbCurrency").rawValue = 2;
    I have checked the "Specify Item Values" checkbox of the cmbCurrency drop-down object and Value 1 = "US Dollars" and Value 2 = "Canadian Dollars".
    When I select "Canada" from the cmbCountry drop-down object, the rawValue of the cmbCurrency drop-down object is changed to "US Dollars" (when it is clearly defined as "Canadian Dollars"). When I select "United States" from the cmbCountry drop-down object, the rawValue of the cmbCurrency drop-down object stays blank for uknown reasons. Very strange.
    Since I am not able to further explain in detail on what I am experiencing, I have posted a link to my file below (I just signed up for an account at ShareFile). I would forever be indebted to you if you can help me figure this out!
    https://thomptk.sharefile.com/?cmd=d&id=07ede2fe11db4549

  • Hyperlink is not working when running on sun solaris OS

    Hi,
    I have Created PDF file using oracle reports 2.5 version and included hyperlinks in reports which will open files located on our intranet server(http://cup2.ngc.co.uk). Hyperlinks are working properly when I generated report on window xp machine but not working when I compiled and executed report on solaris unix server(reports 6i).
    please let me know why hyperlinks is not working when executed on solaris((5.8). do we need any setup to work hyperlinks on unix server.
    Thanks in advance,

    Ok, there are 2 docs i've tried.
    A = Doc created originally from MPB Pages with hyperlink
    B = Doc created from iPad Pages with hyperlink
    A was transfered to iPad Pages using iTune. I emailed A as pdf from iPad to gmail and reopen the file on iPad using Quickoffice / PDF Reader Lite, the link is NOT active, not working. BUT, when i read A using MBP gmail, the link is ACTIVE, i click on the link and it brings me to the correct webpage.
    As for B, after the page was created with links on iPad, i emailed B as pdf from iPad to gmail, reopen the file on iPad using Quickoffice / PDF Reader Lite, the link is NOT active, and this time, when i read B using MBP gmail, the link is NOT active as well.
    Weird huh? I'm starting to sense that is the problem with iPad Pages. What say you?

  • BW: The following objects were not found when accessing server

    Hi All,
    Problem:
    - on the infoprovider, no authorization object is flagged as authorization relevant
    When trying to open the query in display mode, I get the message "The following objects were not found when accessing server", when I press cancel, the attributes are not available in the query.
    I tested with authorization objects and the only way to get these attributes visible is to put them in an authorization object with full (*) authorization for the field.
    Why does the system checks this? Because I don't want to give full authorization.
    Is there a way to unable this check, as I want the attributes to be visible (also without the *)
    +
    When a query administrator with the sufficient authorization (sap_all or the * authorization for the field in the authorization object) is creating the query in query designer including the 'attributes' which are not visible with the 'normal' authorizations, the query will not list the columns in the output when it is executed by the normal user.
    What can I do to get them visibIe in the output?
    I can not create an authorization object for each of these attributes with * (full authorization)... as it is not logic, and no authorization should need to be checked...
    Anyone who faced the same problem?
    (>> it seems the system acts as if the attributes are keyfigures, for which you need * authorization to be visisble)
    The attributes are navigational attributes.
    Thanks for your reply

    Hi Shivraj,
    BW 3.5 version
    Thanks

  • Hierarchy not working at report

    Hi
    I have created level based hierarchy in RPD on one dimension table, but hierarchy is not working in report level.
    Can any one help.
    Thanks

    Hi
    Actually we are not getting any error message.
    But when we have enabled hierarchy on particular column, when we are using that column in report it should be getting some under line when we place cursor on that column data and when we click on one of the specified data we might be getting data related to that particular data. But it is not happening like that and we are able to see data as normal column data. This is my issue.
    Please suggest
    Thanks

  • ExternalInterface not working when swf file is embed inside a dynamically cloned DIV element.

    ExternalInterface not working when swf file is embed inside a dynamically cloned DIV element.
    It seems that flash movie is identifed as 'undefined' inside document.
    //a statically placed div
    var staticdiv=document.getElementById('PropDiv');
    //dynamically placed div with object tag
    var dynDiv =staticdiv.cloneNode( true );
    var xD=50;
    var yD=50;
    if(dynDiv)
    dynDiv.style.display  = "block";
    dynDiv.innerHTML="<object classid=" + "\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\"" + "codebase=" +
    "\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\"" + "width=" + xD + "height=" + yD +
    "id=" + "\"external\"" + "align=" + "\"middle\"" + ">" +
                    "<param name=" + "\"allowScriptAccess\"" + "value=" + "\"sameDomain\"" + "/>" +
                    "<param name=" + "\"movie\"" + "value=" + "\"external.swf\"" + "/>" +
                    "<param name=" + "\"quality\"" + "value=" + "\"high\"" + "/>" +
                    "<param name=" + "\"wmode\"" + "value=" + "\"transparent\"" + "/>" +
                    "<param name=" + "\"bgcolor\"" + "value=" + "\"#ffffff\"" + "/>" +
                    "<embed src=" + "\"external.swf\"" + "quality=" + "\"high\"" + "wmode=" + "\"transparent\"" +"bgcolor=" + "\"#ffffff\""
    + "width=" + xD + "height=" + yD + "name=" + "\"external\"" + "align=" + "\"middle\"" + "allowScriptAccess=" + "\"sameDomain\"" +
    "type=" + "\"application/x-shockwave-flash\"" + "pluginspage=" + "\"http://www.macromedia.com/go/getflashplayer\"" + "/>" +
                    "</object>";
       dynDiv.style.top=50;
       dynDiv.style.left=100;
    document.body.appendChild(dynDiv);
    In above situation communication is not establised when a  funtion which is retruning boolean is called from flash using
    ExternalInterfcae.call.The return value of this function is getting as false inside flash.But the value is true in javascript.
    if (navigator.appName.indexOf("Microsoft") != -1) {
       return window[movieName];
      } else {
       return document[movieName];
    window["external"] is returning as 'undefined'.
    Please give a  solution to solve this.

    Note that you have different file names for the object (images/banner.swf) and the embed (images/banner1.swf)
    You also placed the embed in the middle of a param tag and nested all param tags.
    Because you didn't include a MIME type and the object doesn't have a classid for an ActiveX control for IE, I'm not sure what Firefox will be using.<br />
    The object doesn't have a data attribute to specify the file.<br />
    A separate embed is only needed when you specify a classid in the object.
    <pre><nowiki><div class="bannercontainer">
    <object width="940" height="445" type="application/x-shockwave-flash" data="images/banner.swf" >
    <param name="wmode" value="transparent" />
    <param name="movie" value="images/banner.swf" />
    </object>
    </div></nowiki></pre>

  • HT203254 my desktop is not working when i open it all it does is show the color weal and it never gos away on my mac book pro how do i fix it?

    my desktop is not working when i open it all it does is show the color weal and it never gos away on my mac book pro how do i fix it?

    It means, tentatively, that system files are missing or damaged and you will have to reinstall Snow Leopard. See the following:
    Reinstall OS X without erasing the drive
    Do the following:
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install the Combo Updater for the version you prefer from support.apple.com/downloads/.

  • The following objects were not found when accessing server

    Hi All,
    Problem:
    - on the infoprovider, no authorization object is flagged as authorization relevant
    When trying to open the query in display mode, I get the message "The following objects were not found when accessing server", when I press cancel, the attributes are not available in the query.
    I tested with authorization objects and the only way to get these attributes visible is to put them in an authorization object with full (*) authorization for the field.
    Why does the system checks this? Because I don't want to give full authorization.
    Is there a way to unable this check, as I want the attributes to be visible (also without the *)
    Can anyone help me with this? Thanks in advance for your reply

    When a query administrator with the sufficient authorization (sap_all or the * authorization for the field in the authorization object) is creating the query in query designer including the 'attributes' which are not visible with the 'normal' authorizations, the query will not list the columns in the output when it is executed by the normal user.
    What can I do to get them visibIe in the output?
    I can not create an authorization object for each of these attributes with * (full authorization)... as it is not logic, and no authorization should need to be checked...
    Anyone who faced the same problem?
    (>> it seems the system acts as if the attributes are keyfigures, for which you need * authorization to be visisble)
    The attributes are navigational attributes.

  • My App Store does not work when trying to update applications

    My Apo store does not work when I try to update applications that need to be updated

    There are a number of other threads from people reporting a problem with a blank Updates tab in the App Store app - it looks like there is a problem at Apple's end which they need to fix.
    Some posts are suggesting that you if you go into the Purchased tab in the App Store app you might be able to update the apps from there, though you will need to scroll through the list to find those with updates and individually update them.

  • [Bug?] Defer Panel Update not working when changing scale property

    Hi,
    I found that Defer Panel Update [when True] does not work properly when changing the scale fit property of an intensity graph.
    Try the VI.
    When Defer Panel Update is True, and you change the Numeric controls, the Intensity graph is not updated (as expected).
    But now change the "Z Scale.Scale Fit" button and.... the Intensity graph is updated (only the Z-color, not the axis).
    This looks to be a bug to me!
    Nicolas
    Attachments:
    [Bug] Defer Panel Update not working when changing scale property.vi ‏27 KB

    Hi Nicolas,
    This indeed looks like a bug. I will do more research on it and file a bug report if it's not already filed.  Thank you for posting this information!
    Yi Y.
    Applications Engineer
    National Instruments
    http://www.ni.com/support

  • Dbx does not work when debugging g++ exes.

    Hi,
    We are just getting started building our application on redhat el5 with sunstudio 12.
    We are compiling and linking our app with gcc 4.1 as we need to be able to link against some 3rd party libraries build on rhel4 that we do not have source for.
    We now can compile and link fine but dbx does not work when it is fed the executable.
    We get the error
    dbx: warning: Bad transition in runtime linker interface. CONSISTENT->CONSISTENT[
    and dbx freezes.
    Note : This is built with -m32 on a 64bit kernel. Also we have not yet rebuilt all the opensource libs used on gcc 4.1 as we have a large number of them.
    Any ideas ?
    The complete output of running dbx :
    Output from dbx :
    debug /ps_rels/Dev/linux_rhel5/exe/sx
    Reading sx
    Reading ld-linux.so.2
    Reading libz.so.1
    Reading libxerces-c.so.27
    Reading libxalan-c.so.110
    Reading libxalanMsg.so.110
    Reading libsde.so
    Reading libsg.so
    Reading libpe.so
    Reading libsqlite.so.0
    Reading libsqlite3.so.0
    Reading libgeos.so.2
    Reading libpng12.so.0
    Reading libX11.so.6
    Reading libXm.so.4
    Reading libXt.so.6
    Reading libXi.so.6
    Reading libXext.so.6
    Reading libXrender.so.1
    Reading libfreetype.so.6
    Reading libexpat.so.0
    Reading libfontconfig.so.1
    Reading libcairo.so.2
    Reading libglib-2.0.so.0
    Reading libgmodule-2.0.so.0
    Reading libgobject-2.0.so.0
    Reading libgthread-2.0.so.0
    Reading libpango-1.0.so.0
    Reading libpangocairo-1.0.so.0
    Reading libpangoft2-1.0.so.0
    Reading libatk-1.0.so.0
    Reading libgtk-x11-2.0.so.0
    Reading libgdk-x11-2.0.so.0
    Reading libgdk_pixbuf-2.0.so.0
    Reading libtiff.so.3
    Reading librt.so.1
    Reading libwx_gtk2_xrc-2.8.so.0
    Reading libwx_gtk2_qa-2.8.so.0
    Reading libwx_gtk2_html-2.8.so.0
    Reading libwx_gtk2_adv-2.8.so.0
    Reading libwx_gtk2_core-2.8.so.0
    Reading libwx_base_xml-2.8.so.0
    Reading libwx_base_net-2.8.so.0
    Reading libwx_base-2.8.so.0
    Reading libboost_thread-gcc-mt-1_33_1.so.1.33.1
    Reading libboost_filesystem-gcc-mt-1_33_1.so.1.33.1
    Reading libncurses.so.5
    Reading libnsl.so.1
    Reading libdl.so.2
    Reading libACE.so.5.5.1
    Reading libpthread.so.0
    Reading libpam.so.0
    Reading libm.so.6
    Reading libc.so.6
    Reading libstdc++.so.6
    Reading libgcc_s.so.1
    Reading libicuuc.so.34
    Reading libicui18n.so.34
    Reading libstdc++.so.5
    Reading libXau.so.6
    Reading libXdmcp.so.6
    Reading libXmu.so.6
    Reading libXp.so.6
    Reading libXft.so.2
    Reading libjpeg.so.62
    Reading libSM.so.6
    Reading libICE.so.6
    Reading libexpat.so.1
    Reading libXfixes.so.3
    Reading libXrandr.so.2
    Reading libXinerama.so.1
    Reading libXcursor.so.1
    Reading libXxf86vm.so.1
    Reading libaudit.so.0
    Reading libicudata.so.34
    Reading libnss_files.so.2
    Reading libnss_dns.so.2
    Reading libresolv.so.2
    dbx: warning: Bad transition in runtime linker interface. CONSISTENT->CONSISTENT
    Reading libnss_ldap.so.2
    Reading libcom_err.so.2

    Well, this message is just a warning and should not prevent dbx from working. What exactly happens to dbx? Does it hang? Does it crash? Or it doesn't allow to run the app?
    A side note: this message says that runtime linker debugging interface reported "consistent" event w/o any "add" or "delete" events, which is at least redundant and may indicate a bug. It is possible though that the bug is in dbx as well as in ld-linux.so, but its impossible to tell without live test case.

Maybe you are looking for