Suppliers report

Hi, all,
today I have received a simple [first look] task.
Daily upload on FTP a suppliers report with items sold.
Within the sold items, there are concession and own-bought, the report is necessary only for the concession suppliers. The concession flag is suppliers attribute, so concession supplier can be defined on the suppliers system.
Sales and Suppliers are different systems (data sources) and different databases MSSQL and Oracle.
Problem:
1. The using of the ":item" bind variable in the suppliers request creates additional group <G_ITEMS>, i.e. each item will have <G_SUPPLIER> group and than each <G_SUPPLIER> the <G_SALES> group. Seems that this not acceptable.
<DTEMPLATE>
<LIST_G_ITEMS>
<G_ITEMS>
<CITEMS>100000008</CITEMS>
<LIST_G_SUPPLIER>
<G_SUPPLIER>
<CSUPPLIER>Supplier1</CSUPPLIER>
<CSUPPLIERD>SupplierNAME</CSUPPLIERD>
<LIST_G_SALES>
<G_SALES>
<SITEMS>100000008</SITEMS>
<SUNITS>8</SUNITS>
2. How to write the delivery query if items and suppliers are from different data sources?
3. Database links are not preferred.
Any suggestions?
Forgotten: Using the BIP EE Standalone 10.3.4.1 with march 31 2010 update included.
Edited by: Eldar.A on 13.07.2010 6:35

Hi,
thanks for your time and support:
what I'm doing wrong?
1. Data sources specified;
2. DT
*<dataQuery> -part:*
<sqlStatement name="Q_ITEMS" dataSourceRef="MSSQL">
<![CDATA[
select distinct items from table1
]]>
</sqlStatement>
<sqlStatement name="Q_SUPPLIER" dataSourceRef="ORCL">
<![CDATA[
select s.ITEM item2
, s.supplier ip
     , s.sup_name sup_name
from item_sups s
where s.item = :items
]]>
</sqlStatement>
<sqlStatement name="Q_SALES" dataSourceRef="MSSQL">
<![CDATA[
          select item,
               tran_date,
               units,
               retail
               from tran_data if1
               where if1.item = :item2
               ]]>
</sqlStatement>
*<dataStructure> - part*
1st type - which returns really strange structured data, each item group has sub-group with supplier, and supliers sub-group with sales.
<dataStructure>
          <group name="G_ITEMS" datatype="varchar2" source="Q_ITEMS">
               <element name="CITEMS" dataType="varchar2" value="items"/>
          <group name="G_SUPPLIER" datatype="varchar2" source="Q_SUPPLIER">
          <element name="ITEM" dataType="varchar2" value="item2"/>
               <element name="ITEM_Supplier" dataType="varchar2" value="IP"/>
               <element name="sup_name" dataType="varchar2" value="sup_name"/>
               <element name="CITEMS_G" dataType="varchar2" value="G_ITEMS.items"/>
          <group name="G_SALES" datatype="varchar2" source="Q_SALES">
          <element name="S_ITEM" dataType="varchar2" value="item"/>
               <element name="S_DATE" dataType="varchar2" value="TRAN_DATE"/>
               <element name="S_UNITS" dataType="varchar2" value="units"/>
               <element name="S_RETAIL" dataType="varchar2" value="total_retail"/>
          </group></group></group>
2nd type - which returns only single suppliers information (the supplier information of the last item from items group), taking into account that 4 presented item has 4 different suppliers.
<dataStructure>
          <group name="G_ITEMS" datatype="varchar2" source="Q_ITEMS">
               <element name="CITEMS" dataType="varchar2" value="items"/>
          </group>
          <group name="G_SUPPLIER" datatype="varchar2" source="Q_SUPPLIER">
          <element name="ITEM" dataType="varchar2" value="item2"/>
               <element name="ITEM_Supplier" dataType="varchar2" value="IP"/>
               <element name="sup_name" dataType="varchar2" value="sup_name"/>
               <element name="CITEMS_G" dataType="varchar2" value="G_ITEMS.items"/>
          </group>
          <group name="G_SALES" datatype="varchar2" source="Q_SALES">
          <element name="S_ITEM" dataType="varchar2" value="item"/>
               <element name="S_DATE" dataType="varchar2" value="TRAN_DATE"/>
               <element name="S_UNITS" dataType="varchar2" value="units"/>
               <element name="S_RETAIL" dataType="varchar2" value="total_retail"/>
          </group>
*2nd <dataStructure> type output*
<DTEMPLATE>
<LIST_G_ITEMS>
<G_ITEMS>
<CITEMS>2000006000064</CITEMS>
</G_ITEMS>
<G_ITEMS>
<CITEMS>100008085</CITEMS>
</G_ITEMS>
<G_ITEMS>
<CITEMS>100008018</CITEMS>
</G_ITEMS>
<G_ITEMS>
<CITEMS>100009011</CITEMS>
</G_ITEMS>
</LIST_G_ITEMS>
<LIST_G_SUPPLIER>
<G_SUPPLIER>
<ITEM>100009011</ITEM>
<ITEM_SUPPLIER>107</ITEM_SUPPLIER>
<SUP_NAME>Supplier1</SUP_NAME>
<CITEMS_G>100009011</CITEMS_G>
</G_SUPPLIER>
</LIST_G_SUPPLIER>
<LIST_G_SALES>
<G_SALES>
<S_ITEM>100009011</S_ITEM>
<S_DATE>2010-07-08T00:00:00.000+04:00</S_DATE>
<S_UNITS>5</S_UNITS>
<S_RETAIL>678.5</S_RETAIL>
</G_SALES>
<G_SALES>
<S_ITEM>100009011</S_ITEM>
<S_DATE>2010-07-08T00:00:00.000+04:00</S_DATE>
<S_UNITS>5</S_UNITS>
<S_RETAIL>556.1475</S_RETAIL>
</G_SALES>
<G_SALES>
<S_ITEM> ...
Thanks in advance!
Eldar A.

Similar Messages

  • HT3669 With recent upgrade to my Mac I can no longer get supply report on ink status in my printer-light is blinking and unable to tell which cartridge needs replacing?

    With the recent upgrade to my computer I can no longer get Supply reports from my printer:  a red light is flashing and I don't know which ink cartridge needs replacing?

    I happen to have an Epson printer as well - WorkForce 645 - that does show the supply levels.
    Since I have one, I know that Apple recently updated the Epson printer software (less than two weeks ago).  Do you have the latest software?  If not, you can get it through the App Store or here:
    http://support.apple.com/kb/DL1398
    Try it if you don't currently have it.  If you're not sure, you can download it - it can't hurt.

  • Error Report and Spend by Suppliers Report

    Dear Guru's,
                        I am totally new to SRM technical, where I need to develop two reports as mentioned below,
    1. Report to display Error occured in SRM? i want to know from which table should i pick up error that occurs in SRM.
    2. Report to display Spend by the Suppliers? here also i have the same requirement.
    Can anybody help me on this, so that i can learn from you all.
    Thanks in Advance,
    Mohit.

    Hi,
    reqt 1:
    If you are talking about SLG1 entries,then they are stored in the table "BALHDR".But you can use the FM "APPL_LOG_READ_DB" to read the SLG1 entries in the system instead of quering the tables.
    For Other errors listed in the Application Monitors in tcode RZ20,you can use the FM "BBP_GET_STATE_MONITOR" to get the avrious alert messages.
    BR,
    Disha.
    Pls reward points for useful answers.

  • Expense Report Import - Suppliers report.

    .

    Hi,
    Thank you for replying.This is the error message from the log
    Loading system parameters structure
    Batch Control Flag N
    Generated Batch Id -1
    Begin Receipts Management - Holds
    End Receipts Management - Holds
    Building expense report linked list
    APP-SQLAP-10920: No expense reports exist to be imported.
    Start of log messages from FND_FILE
    Process Hold Each Scenario
    Determine whether to place Holds
    Process Hold All Scenario
    Determine whether to place Holds
    Process Hold BothPay Scenario
    Determine whether to place Holds
    Process Obsolete Holds
    Obsolete Holds
    Obsolete Both Pay Holds
    End of log messages from FND_FILE
    e:\oracle\uatappl\ap\11.5.0\bin\apxxtr
    Program exited with status 128
    Cause: The program terminated, returning status code 128.
    Action: Check your installation manual for the meaning of this code on this operating system.
    Successfully resubmitted concurrent program APXXTR with request ID 625299 to start at 09-JAN-2009 11:12:54 (ROUTINE=AFPSRS)
    Also I do not know about event viewer.How do I get details using event viewer?

  • Cisco 3850 Redundant Power Supply Reporting Issue

    We have deployed several Cisco 3850's. Several are showing the following symptom
    ont2-tc3-es01#sh env power
    SW  PID                 Serial#     Status           Sys Pwr  PoE Pwr  Watts
    1A  PWR-C1-715WAC       DCB1702G0QU  OK              Good     Good     715
    1B  PWR-C1-715WAC       DCB1702G0G6  No Response     Good     Good     715
    Every single switch at this particular location has the same status on the B power supply. The problem was there on the previous code level (3.2.2) and we recently upgraded to 3.3.5 to resolve some SNMP bugs on the switches we also expected the latest Assurewave version to fix this issue also. So couple questions:
    1. Anyone else seeing this?
    2. Anyone found a fix for it?
                   Thanks!
                              Marty

    Hi Zabeel,
                       I did talk with TAC - per the engineer there are two bugs that cause the issue and one was fixed in 3.3.5 - so we upgraded all our 3850's to that code level. Unfortunately for us, that still didn't fix the issue. TAC suggested that it may be fixed in rev 3.7.0, but that has not officially been confirmed by Cisco's developers.
             We're waiting for the official "fix" before going through another round of switch upgrades.
            TAC did suggest reseating the power supply if you still have the issue after the upgrade to 3.3.5 - but that's not really an option for me since my switches are geographically spread out.
       HTH
                 Marty

  • New battery not charging and no power supply reported

    The battery for my G4 17inch powerbook had expired and a new one was needed. A brand new battery has been purchased and inserted into the machine. With the old battery the charger would go green then quickly amber before going off. With the new battery the light never comes on and in the battery info in the operating system it is listed as a new battery with 1 charge but the power supply section is not listing the power as connected. However with no batterys inserted the power supply will power and run the machine.
    Can anyone offer any advise of something I could try or is it likely to be a dead laptop / charging circuit?
    Thanks

    There's 4 components in the charging circuit: power adapter, DC-in card, battery, and logic board. If you can run on power without the battery, and does not run when you insert a battery, that suggests that the DC-in board may be OK. So ... power adapter works, assume DC-in card works, new battery assume it works ... if you accept those assumptions, then you have a logic board issue.

  • Report to find the retainage amount per each supplier site

    Hi All
    Is there a report to find the retainage amount per each supplier site ?
    Regards;

    Hi.
    The Withholding Tax by Supplier Report shows both supplier and site.
    Octavio

  • Is there a List of all Oracle R12 EBS Standard/Seeded Reports?

    Hey,
    Does anyone have a list of all Oracle R12_ EBS Seeded Reports in the system?
    - Particularly for Finance and/or Purchasing modules
    - Ideally with additional information and details regarding what each report contains (a general description or all the fields it includes).
    I can only assume there should be a document that lists them all out by module, and includes details of each report. I dug through the document library, but was not able to find anything like that.
    Even a list of report names per module would be nice?
    If there is a perfect query that brings in the exact Active Report Names and associated Application Name / Module Name that would work too... (emphasis on perfect: Comprehensive, correct, and includes names of relevent Application and/or module)
    Thanks,
    -Ayyad

    try the below to get the list.
    "Concurrent Programs report"
    "Concurrent Program Details report"
    Also, here is the purchasing list
    Reschedule Requisitions Purchasing
    Location Listing Purchasing
    New Vendor Letter Report Purchasing
    Purchase Order Detail Report Purchasing
    Vendors on Hold Report Purchasing
    Receipt Adjustments Report Purchasing
    Receiving Exceptions Report Purchasing
    Savings Analysis Report(by Buyer) Purchasing
    Purchase Order and Releases Detail Report Purchasing
    Vendor Price Performance Analysis Report Purchasing
    Buyer's Requisition Action Required Report Purchasing
    Item Summary Listing Purchasing
    Blanket and Planned PO Status Report Purchasing
    Purchase Order Distribution Detail Report Purchasing
    Purchase Price Variance Report Purchasing
    Expected Receipts Report Purchasing
    Matching Holds Report by Buyer Report Purchasing
    Vendor Purchase Summary Report Purchasing
    Unordered Receipts Report Purchasing
    Standard Notes Listing Purchasing
    Requisition Activity Register Purchasing
    Buyer Listing Purchasing
    Quality Code Listing Purchasing
    RFQ Action Required Report Purchasing
    Unit of Measure Class Listing Purchasing
    Printed RFQ Report(Landscape) Purchasing
    Printed RFQ Report(Portrait) Purchasing
    Overshipments Report Purchasing
    Purchasing Activity Register Purchasing
    Encumbrance Detail Report Purchasing
    Item Detail Listing Purchasing
    Open Purchase Orders Report(by Cost Center) Purchasing
    Purchase Agreement Audit Report Purchasing
    Printed Purchase Order Report(Landscape) Purchasing
    Printed Purchase Order Report(Portrait) Purchasing
    Open Purchase Orders Report(by Buyer) Purchasing
    Invoice Price Variance Report Purchasing
    Printed Requisitions Report Purchasing
    Purchase Requisition Status Report Purchasing
    Receipt Traveler Purchasing
    Substitute Receipts Report Purchasing
    Purchase Summary Report By Category Purchasing
    Overdue Vendor Shipments Report Purchasing
    Quotation Action Required Report Purchasing
    Requisition Distribution Detail Report Purchasing
    Internal Requisition Status Report Purchasing
    Cancelled Requisition Report Purchasing
    Requisitions on Cancelled Order Report Purchasing
    Internal Requisitions/Deliveries Discrepancy Report Purchasing
    Vendor Volume Analysis Report Purchasing
    Vendor Quality Performance Analysis Report Purchasing
    Vendor Service Performance Analysis Report Purchasing
    Printed Change Orders Report (Portrait) Purchasing
    Cancelled Purchase Orders Report Purchasing
    Purchase Order Commitment By Period Report Purchasing
    Savings Analysis Report(by Category) Purchasing
    Receiving Value Report by Destination Account Purchasing
    Printed Change Orders Report (Landscape) Purchasing
    Receiving Value Report Purchasing
    Receiving Transactions Register Purchasing
    Purchasing Database Adminstration Purchasing
    Send Notifications for Purchasing Documents Purchasing
    Upgrade Notifications To Release 11 Purchasing
    Country of Origin (By Supplier) Report Purchasing
    Country of Origin (By Item) Report Purchasing
    Mass Update of Buyer Name on Purchasing Documents Purchasing
    PO Output for Communication Purchasing
    Purchasing Packing Slip Inventory
    Accrual Reconciliation Load Run Bills of Material
    Accrual Write-Off Report Bills of Material
    Summary Accrual Reconciliation Report Bills of Material
    Miscellaneous Accrual Reconciliation Report Bills of Material
    AP and PO Accrual Reconciliation Report Bills of Material
    Receipt Accruals - Period-End Bills of Material
    Uninvoiced Receipts Report Bills of Material
    Create Accounting - Receiving Bills of Material
    Transfer Journal Entries to GL - Receiving Bills of Material

  • Supplier Site Contacts Open Interface Import Program is erroring out.

    Hi,
    We are on 12.0.4 on solaris 10.
    Tomorrow is go-live in one of our client, When we doing data migration. Uploaded the data into Interface table. From there we are running this standard program to push th edata into standard table.
    Its erroring out saying:
    ================
    Enter Password:
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-300: unable to extend temp segment by 128 in tablespace TEMP2
    ==> SELECT INT.org_id C_Rejected_Org_Id,
    ===============
    I have added 2 GB of Tempfile to the tablespace even though it is erroring in the same. And it is taking too much time to give error.
    We are tried with only one record also it is taking 1 hr to give the error.
    Please help me out in resolving the same.
    Many thanks in Advance..
    Supplier Site Contacts Open Interface Import

    I believe you hit Bug# 6624764, so you may need to apply (Patch 6624764 - SUPPLIER REPORT ERROS WITH ENTER PASSWORD: REP-0069: INTERNAL ERROR REP-57054).
    Please log a SR to confirm this with Oracle Support.
    Note: 565898.1 - Oracle Financials Software Updates, Release Update Pack 5
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=565898.1

  • Reporting Pane is empty

    We are using SCOM 2012 R2. It has been operating for several months and happily supplying reports without problem.
    However, last week all the reports disappeared from the console. This is happening for all users and administrators. The Report Server database is hosted on a separate box from the SCOM instance.
    If I attempt to contact Reporting Services from the SCOM box, or the Reporting Services Server itself using IE, I get an error. The url I used was localhost/Reports. This redirects to localhost/Reports/Pages/Folder.aspx and displays the following error...
    SQL Server Reporting Services
    Error
    An error occurred when invoking the authorisation extension. (rsAuthorisationExtensionError). The type initializer for 'Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess' threw an exception.
    If I look in the C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\LogFiles I can see the following error constantly recurring...
    library!ReportServer_0-1!fax!03/16/2015-13:06:12:: i INFO: Call to ListChildrenAction(/, False).
    library!ReportServer_0-1!fax!03/16/2015-13:06:12:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException: , Microsoft.ReportingServices.Diagnostics.Utilities.AuthorizationExtensionException: An error occurred when
    invoking the authoization extension. ---> System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: The type initializer for 'Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess' threw an exception. (Fault Detail is equal
    to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:System.TypeInitializationException: The type initializer for 'Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess' threw an exception. ----> System.Exception:
    Exception decrypting. The specified file could not be decrypted   at Microsoft.EnterpriseManagement.Security.DPAPIWrapper.Decrypt(Byte[] cipherText)
     at Microsoft.EnterpriseManagement.Security.AsymmetricKeyManager.Initialise(Byte[] publicKey)
     at Microsoft.EnterpriseManagement.Security.SecureStorageManager.Initialize()
     at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess.get_secureStorageDatabaseManager()
     at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess.cctor()   --- End of inner ExceptionDetail stack trace --- at Microsoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccess..ctor()
     at CreateMicrosoft.EnterpriseManagement.Mom.ServiceDataLayer.SdkDataAccessBackCompatProxy()
     at Syst...).
     --- End of inner exception stack trace ---;
    I have seen several posts with people having similar problems, but none of the fixes have helped. A few differences between my problem and others I've seen are the error when hitting the url directly (others have at least seen files in here), name resolution
    (setting the report setting in SCOM to the FQDN didn't help) and errors during setup. This install was working correctly and then failed. I have also seen proxy problems, but I am able to get to the Reporting Services web-site, so this seems unlikely, it
    just errors out on me.
    I have verified that the service account password is set correctly and it has full rights on the ReportServer database (I successfully created and dropped a test table). I also reset the password and watched it run through the reconfiguraion scripts without
    error.
    I'm starting to tear my hair out.  :/

    Hi,
    Please try to Delete Encrypted Content in Reporting Services Configuration Manager and restart the Report Server,then access Reporting Services Server using IE.
    Otherwise, you may also choose to post the issue to SSRS forum to get more effictive help.
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/home?forum=sqlreportingservices
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Sales and Tax reports separated by currency

    I searched the forum and had a live chat with Adobe support with no result
    BC supports multiple currencies and has the option to set taxes per country or region.
    One would expect that BC therefore should supply reporting for sales per currency and tax reports for each defined tax setting.
    But it doesn't - sales numbers are all collected as it was in one currency. I have 7 currencies in my webshop.
    The sales numbers are totally wrong in the system. All currencies are summarized together without any separation.
    Imagine me trying to do a tax report, US only has so many taxes and even sub taxes for some states.
    It is practically impossible.
    I am reaching out to the readers of this development forum.
    Please, please, please is there anyone who can build something to fix this problem in BC.
    I am willing to pay for it.

    Hi,
    You may double click the column header to change the sort.
    Thanks,
    Gordon

  • Commission Report for Products

    According to the backend:
    The commission percentage number is stored for each product in an order. If you have to pay commissions to suppliers for selling their products then setting this number allows you to run reports that calculate the final amounts for you.
    But how do you run this report?

    I'm not sure exactly as I've never dealt with suppliers and commissions but you can probably get that report by going to the BC Admin area and drilling down to Reports > Custom Reports and then clicking the button "Add E-Commerce Reports". Then, choose the "Suppliers" report type and step through that dialog to filter your report if you want. At the end it should give you a place to save the report so you can easily just see your suppliers' report by visiting Reporting > Custom Reports in the future.
    Let me know if you have any problems.

  • Viewing created reports in SWT

    Hi all,
    I work on a small project with SWT where I have a form with some data. So when click on a button on this form, I want to get a print preview in other form.
    1. I already created a report using empty CR, and it is working. It is added to my SWT project, but how can I embed it into a SWT form? Or is there any other way to create something like a print preview?
    2. I have one parameter which should be given over to the report. (It is an ID from a table in my database to which CR report is connected.) This parameter is stored in a variable in my code, and according to this value, the result in the report will be shown.
    So please if you could help me with this.
    Thanks!
    Edited by: Malco Malik on Jul 20, 2008 9:07 PM

    Hi Malco,
    You can embed the Crystal Report Viewer in a frame and include that frame in your form. You can use JRC SDK to open the crystal report, supply report parameters and DB information in the code and then view it using the Crystal Report Viewer object. Here is a link to some JRC samples. The 2nd sample viewing report with JRC may be more useful.
    https://boc.sdn.sap.com/samples/86/1191
    Also look at the Developer Library for JRC SDK which contains more tutorials and API reference information.
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/JRC_SDK/default.htm
    I hope this helps.
    Regards
    Aasavari

  • What is Supplier Analytics

    Hi All,
    What is meant by Supplier Analytics in SRM? is there any tool for that or we will use BW? can anyone expline what are Supplier Analytics we do in SRM?
    Thanks
    Ramu

    Hi Ramu,
    Supplier Analytics is Supplier Reports used in the Sales Mmanager role. Its used through BI. The SAP delivered reports along with Business Package for Supplier Collaboration 2.0 are:
    View Open Deliveries
    View Invoices per Vendor
    View Invoices per Purchase Order
    View Over Deliveries
    View Delivery Delays
    I hope this answers to your question.
    Regards,
    Prashant
    Do reward points for helpful answers.

  • Granting Run Report permissions on a specific report only

    Guys,
    Is there a way to grant access to users only on a specific report so that users can run that report.
    For example, we want to give access to a user group on a report "All deployments for a specified package and program".
    Environment: SCCM 2012 R2
    Steps Performed:
    1. Created a security role called "Run specific reports"
    2. Selected permissions for this role are ONLY, "Run Report" under Packages node
    2. Added user group TB\XYZ in this role
    As a result:
    - User groups TB\XYZ were added in the security of all the reports in category "Software Distribution - Package and Program..."
    - Users run the report "All deployments for a specified package and program" but don't see any values in Package drop down list. If we supply report parameter (package ID) in the report URL, it still does not work and shows incorrect
    parameter value.
    - Users can see all other reports and folders in SSRS e.g. when they access
    http://servername/reports - this is not what we want.
    Requirements:
    1. What we want is to grant user group access only on one report "All deployments for a specified package and program" and all the related reports so that users can drill down further reports.
    2. User cannot read data using SCCM console
    3. User should not see/run other reports (we want to provide users direct report URL passing package/program ID as a paramter)
    -- S Ahmad

    How is granting read permission only to those object that you want them you have access to giving them too much permissions?
    The permission in CM12 R2 are far better (from a reporting stand point) than in CM12.
    Exactly which report are you trying to grant accces too and why?
    What is the business case for this?
    I just want to grant permissions on "All deployments for a specified package and program" report in such a way that users can further drill down to following three reports:
    -Status of a specified package and program deployment
    -All system resources for a specified package and program deployment in a specified state
    -Package and program deployment status messages for a specified client and deployment
    So total of 4 reports. In SCCM 2007, it was easy to give access in the properties of the reports only (asp based reporting). However in CM12 (or R2), reporting is based on SSRS and what I've found is that we have to grant rights on objects those are part
    of above reports e.g. packages, collections, workstations etc.
    Giving "Run Report" rights to users does not grant access on view the information related to packages, collection or workstatons so report shows as blank. Another problem with "Run Report" permission for "Packages" in Security role is that it grants "Run
    Report" access to all the reports in Software Distributions section.
    -- S Ahmad

Maybe you are looking for

  • Query Report PO

    Hi Experts, Is it possible to get full flow of purchase order: from Purchase order to A/P Credit memo. Item foreign name,Itemcode,Cardcode,Docdate,Quantity,Total.e.t.c.. In SAP Purchase analysis report : Item Foreign name not included so i need to wr

  • Whats the difference between the Flash Player runtime and Adobe AIR runtime?

    Hey all. I've been into coding for about 5 years now, but I'm a recent convert to Flash development. One of the questions I have at the moment is, considering that SWF files can be run by either Adobe Flash Player OR Adobe AIR, what's the real differ

  • Is precise image editing possible in Contribute?

    I designed a site for a client and gave them a guide with precise instructions for the sizes of images in different layouts. The problem is, Contribute doesn't seem to allow for *precise* image editing. For instance, I have a layout which uses graphi

  • Imported iTunes Library - Missing Artwork

    I recently replaced my 2009 Macbook with a 2011 Macbook Pro. My iTunes library had been stored on an external hard drive, so when I got the new computer I exported the library XML file from the old computer and then imported the library into the new

  • Defining the 3rd party system in sld ?

    Hi Guys, I have defined a 3rd party system in sld. How to add the products and swc to that 3rd party system. ? It can be anything or it has to be same as in the 3rd party system. How to check whether this system is able to interact with PI properly.