SAP GLM Label Preview Error in Report Management

Hi GLM Experts,
I have a released label in report management screen.
When Click on that I can the following error
I get this error only if the label is associated with the label stock. If I remove the label stock I am not getting this error.
Also if the released report is a label SAPthen  front end view invokes  a tool to view the label with with pre-defined stock option. How to diasable this?. I want to view the label in the normal work document? Please let me know.
Thanks
PS.

Dear Pugazendhi
from your explanation I wopuld assume that there is some"mismatch" in configuration of this gen variant/layout et.c and other GLM related data (refering to: If I remove the label stock I am not getting this error.). Especially if this effect is coming on onle with this layoput and only with this specification
Without more information it is nearly impossible to help you.
C.B.

Similar Messages

  • Server Error in '/Report Manager' Application: System.IO.IOException: The file exists. When trying to export a completed report.

    I am using SQL Server 2005.  I run a report which runs and renders perfectly. But I am unable to export it into any format. It fails with the following error:
    Server Error in '/Reports' Application. 
    The file exists.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.IO.IOException: The file exists.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [IOException: The file exists.
    Microsoft.Reporting.WebForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension) +489
    Microsoft.Reporting.WebForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension) +924
    Microsoft.Reporting.WebForms.ServerReportControlSource.RenderReport(String format, String deviceInfo, NameValueCollection additionalParams, String& mimeType, String& fileExtension) +84
    Microsoft.Reporting.WebForms.ExportOperation.PerformOperation(NameValueCollection urlQuery, HttpResponse response) +153
    Microsoft.Reporting.WebForms.HttpHandler.ProcessRequest(HttpContext context) +75
    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +303
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
    I have seen this question asked several years ago, but have never seen a response that suggests what the issue may be.
    I would really appreciate any help in resolving this problem.\
    The application has been running from quite some time and this problem started just recently.
    Thank You.
    -Rick

    Hi Rick,
    According to your description, the exception “System.IO.IOException: The file exists.” is thrown out when you export the report on report manager.
    Generally, the exception is thrown out because there are more than 65535 files without deleting previous temporary files in our temporary directory. Based on my research, it has reported the same issue when exporting the report on report manager, and deleting all
    temp files from C:\Windows\Temp could resolve the issue. I would also suggest you remove the temporary files from C:\Users\<username>\AppData\Local\Temp. Please refer to the first comment at this link:
    System.IO.IOException: The file exists
    Reference:
    Path.GetTempFileName Method
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • 401.2 Error Accessing Report Manager

    I concede defeat on this one.  I've gone through every configuration option I can think of in order to get this working so I am bowing to those who know more than I do!
    I've got a native installation of SSRS 2008 R2 running on W2K8 R2.  Straightforward installation and configuration with the service running under Network Service.  Local DB Engine which has the ReportServer and ReportServerTempDB deployed on to.
    But when when I try and run Report Manager to add users as system admins I keep hitting the
    401.2: Unauthorized: Logon failed due to server configuration.  To try and overcome this I have done the following:
    Run IE as administrator
    Disabled UAC
    Checked, double-checked and triple-checked Windows authentication configuration for report server.  RSreportserver.config authentication is configured for RSWindowsNTLM, and the web.config files for Report Server and Report Manager authentication is
    set to Windows.
    The server URL (i.e. http://<servername>) is added to the list of Trusted Sites in IE.
    I'm just looking to use NTLM for authentication purposes.  I have configured SSRS countless times without issue, but this one has got me stumped and it seems whatever I do I can't get around this 401.2 error.  Looking in Event Viewer, an ASP.NET
    2.0.50727.0 error is logged whenever I'm running the webpage with the following details:
    Event code: 4007
    Event message: URL authorization failed for the request
    Request URL: http://<my server>/Reports/folders/pages.aspx
    Request path: /Reports/folders/pages.aspx
    User host address: ::1
    User: <My network account>
    Is authenticated: True
    Authentication: NTLM
    Thread account name: <My network account>
    Any thoughts?

    Hi SQLPhil,
    According to your description, you configured SSRS 2008 R2 on Windows Server 2008 R2 and use Network Service as service account. When you tried to access report manager, you got the error message: 401.2: Unauthorized: Logon failed due to server configuration.
    The error message means that you do not have permission to view this directory or page using the Admin credential. The error occurs when the authentication methods that were tried are either disabled, or you are attempting to use NTLM through a proxy server.
    To troubleshoot the problem, please refer to the following steps:
    Make sure ReportServerURL element in rsreportserver.config (default location: C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer)have value that is equal to the Web Service URL.
    Add report manager and web service FQDN to IE trusted sites.
    Click Tools at top right of IE, click Internet Options.
    In Security tab, click Custom Level button.
    Scroll down to the end of the list, and select "Automatic logon with current user and password”.
    Access the report server with FQDN instead of localhost, E.g.
    http://servername/Reports.
    For more information about the error message, please refer to the following KB:
    http://support.microsoft.com/kb/253667
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • SAP Press Sneak Preview errors with EJB

    I am using the WAS Sneak Preview that came with the SAP PRESS Programming with Java and I have been trying to create a test entity bean which I create from a JSP. I have basically made it mirror with one of the examples in the book albeit changing some of the names, but I seem to not be able to do it. This is the exception I am getting.
    com.sap.engine.services.ejb.exceptions.BaseEJBException: Transaction system failure in method com.sap.demo.TestLocalHomeImpl0.create().
    So I tried changing the "container transaction" to Not supported, but that only got me:
    com.sap.engine.services.ejb.exceptions.BaseEJBException: Exception in method com.sap.demo.TestLocalHomeImpl0.create().
    Before I go posting all my code, has anyone else run into a similiar error, or are there certain things to chase down first in order to find the culprit?
    HELP
    -Tim

    Maybe my response to similar topic would be helpful:
    Re: Error in the Tutorial Car Rental application
    Regards,
      Marcin Zduniak

  • PeopleSoft Report Manager does not show up reports

    Folks,
    Hello. I am using Peopletools 8.49.
    The Report Manager has 4 tabs: List, Explorer, Administration, Archives
    After I run reports using Process Scheduler, nothing shows up under the above 4 tabs and this message comes up:"Invalide or missing parameter in request" under List tab.
    I have followed "Process Scheduler Documentation" - Chapter 5 "Using Report Manager" to configure it, but it's not working out.
    The following solution is for PeopleTools 8.44:
    http://peoplesoft.ittoolbox.com/groups/technical-functional/peopletools-l/report-manager-nothing-showing-under-list-1011644
    Can any folks tell me how to solve this problem in PeopleTools 8.49 ?

    Folks,
    Hello Thanks a lot for replying.
    1) The default local node (PT_LOCAL) has been set a password that is login user password.
    2) I think I define the Report node correctly under "PeopleTools>ProcessScheduler>ReportNodes" as follows:
    Http Information is selected.
    URL: http://127.0.0.1/psp/ps/psreports
    (psp is Domain name, ps is Site name while configure Webserver. psreports is a folder in C:\)
    URI Host: http://127.0.0.1
    URI Port: 80
    URI Source: don't need this since Scheduler and Webserver are in the same machine.
    Logi ID: PSADMIN
    Password:PSADMIN
    Under Intergration Broker, I have done the follows:
    1) Gateway, Domain, Pub/Sub Server are running.
    2) Service Operations: PSRF_FOLDER_CREATE, PSRF_REPORT_CREATE, PSRF_REPORT_DATE_CHANGE AND PSRF_REPORT_DELETE are set "active" and "Asynchronous One Way".
    3) Login User PSADMIN are granted Roles "Report Super User" and "Report Dist Administrator".
    But Report Manager still cannot display Reports by this point.
    The only problem is that under "PeopleTools>IB>Configuration>Service Configuration>UDDI Configuration", when Ping the Inquiry URL and Publish URL, I got such an error message: "External System Contact error."
    Inquiry URL: http://PTNTAS28/UDDI/INQUIRY
    Publish URL: HTTP://PTNTAS28/UDDI/PUBLISHING
    I think the "External System Contact error" cause Report Manager cannot display Reports. This problem is caused by "Gateway" or "UDDI Server" not running correctly.
    Thus, I have 3 questions:
    First, Do I need to change 4 Service Operations from "Asynchronous One-way" to "Request/Response" ? What is Receiver node for routings ?
    Second, do I need to set up UDDI Server and configure it ?
    Third,, where to set up single signon for the default local node (PT_LOCAL) ?

  • Error while previewing external crystal report in SAP B1

    Hi Experts,
    when i was previewing a Crystal report in sap business one i was facing an error as
    no matching records found 'Queries' (OUDR) (ODBC-2028) message[131-183]

    Hi Megganath..
    Check with this note
    http://service.sap.com/sap/support/notes/1532509
    1532509 - Cannot import Crystal Report template into SAP Business One
    Regards
    Kennedy

  • Chart Labels displays correctly in Visual Studio Preview but shows incorrectly in Report Manager after deployment

    Hi,
    We have built a SSRS report which contains a chart and a tablix. The chart labels (Male and Female) is displayed correctly in the Visual Studio Preview but in the Report Manager it displays as Female and Female. 
    These are the following things which we have tried to fix it:
    Deleted and redeployed the report
    Restarted the Report Server
    Checked the report caching. There is no cache for this report.
    We use SQL Server 2012 and Visual Studio 2010.
    Any help is very much appreciated.
    Thanks,
    AJ

    Hi AJ,
    Per my understanding that you have two label "Male and Female" which display correctly in the Visual Studio 2010 but not correct in the Report Manager, right?
    As you have mentioned that you have checked the report caching, please make sure you have set the  "Do not cache temporary copies of this report" in report manager and also check to delete the rdl.data cache file under the project if you have
    which path like:
    \Visual Studio 2008\Projects\Report Project
    If possible, please try to create an new report the same as this one to have a double check.
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Sap Glm Issue while doing label Determination

    Hello ,
    I went into the cbgl_mp01 t-code and entered material and have maintained everything needed for GLM set up . It is throwing me an issue  which says : no label stock and gen variant found for material XYZ ,packaging unit, label category and label size . I have maintained material master setup for label view and created template and assigned it to gen variant and necessary configuration on label size and size of label stock and also the label category . Any Help ?
    Regards,
    Prakash

    Hello Prakash,
    Did you check the SAP Help topics?
    Report Generation Variants for Labels - Global Label Management (EHS-SAF-GLM) - SAP Library
    Label Data in Material Master - Global Label Management (EHS-SAF-GLM) - SAP Library
    Regards
    Mark

  • Report Admin - Print Preview Error

    In reports admin, I get the following error when I select print preview:error marshalling arguments; nested exception is; java.net.SocketException; Socket write failed.Any ideas?

    Hi
    Are you using <b>crystal wave</b>  a third party add  or the crystal report add on provided by SAP.
    1.Are all your user facing same issue ?
    2.Did it happen to only item or it is happening to all ?
    So far looks to me ,some fields have been deleted from template. It might be the cause .
    Hard to troubleshoot if it is coming from addon ...
    Well try restoring a default template (if you have ) or some other layout to test the issue.
    Thank you
    Bishal

  • Error Crystal report When viewed through SAP B1

    Dear Experts
    SAP B1 8.8 PL 16,SQL 2008
    I am facing error (Unable to retrive data from database)(Vendor code-156) while accessing Crystal report from client machine throgh SAP B1.I have imported Crystal report through manage layout.The crystal reported is in shared in SAP server B1 SHR folder.I am able to access data from crystal report when viewed otherwise.When accessed crsytal report through SAP b1 on SAP Server crystal report is working fine.
    Thanks & Regrds
    Saurabh Lamba

    Hi Saurabh Lamba,
    Go To Administration / System Initialisation / Authorisation / General Authorisation & Set Authorisation for user.
    If you have to Set Authorisation for user allready then follow this steps.
    1.Restore Database as Test Company.
    2.Export Report From Live Company.
    3.Import this Report in Test Company as different name.
    4.Export Report from Test Company have you Imported as deifferent name.
    5.Again Import this Report in Live company as different name
    I don't know what's the logic behind it.
    Thanks,
    Srujal Patel

  • Print Preview using crystal report in SAP B1 slow.

    Dear all,
    I face another problem. Print preview using crystal report in SAP B1 is very slow. Although i have create a query view in SQL server but it's still slow for my user. First time i create using table in crystal report. just drag the table. It's take more than 10 minutes. After that i move all the query to view in SQL server , it's take 1-2 minutes to print preview some time more.. But i think that it's still slow. Does any one know how to print preview fast. Just like in PLD.
    Thanks in advance
    bodhi86

    Hello,
    How do you answered to this question ?
    Malika
    Edited by: Malika Sanoune on May 13, 2011 1:48 PM

  • Print preview using crystal report in SAP B1 is very slow.

    Dear all,
    I face another problem. Print preview using crystal report in SAP B1 is very slow. Although i have create a layout in AR invoice form  and applying the print sequences (ie 4 prints). Does any one know how to print preview fast. Just like in PLD.
    Thanks in advance
    Kamlesh Naware

    Hi,
    Basically Crystal report run with SQL statement, I would suggest to do well performance tuning on SQL query / Store Procedure.
    Structure your query in DBA manner that will make some how faster such as use ( inner join, less condition,...)..
    also if it simple query then use Command in Crystal report rather store Procedure..that make some how Faster your report.
    Thanks
    Kevin
    Edited by: Kevin Shah on May 27, 2011 4:21 PM

  • Crystal Report Previewing Error

    Dear Experts,
    After previewing the Crystal Reports, the error message shown like this:
    http://i775.photobucket.com/albums/yy34/erpkenny/CrystalReport_jpg_02JUL.jpg/
    Please kindly help me!
    Thanks!
    Kenny

    hi,
    Check the below link:
    Application has a problem - Printing Problem
    Thanks,
    Neetu

  • Error print preview a crystal report

    Hi,
    I have an issue where i log in as a user with admin rights and try to print preview a crystal report that was created. It prompts me to log into the database, when i do this gives me a login incorrect oracle error. But when i log in as administrator i am able to do this.

    Hi,
    Additional Info:
    CR 2008 SP3 is called by an application using .net. The Application passes a couple of parameters to the CR report. I'm able to preview the report. All the reports use the same set of parameters.
    Balaji K

  • SSRS Report Manager error "Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500"

    Hi All,
    I am getting error "Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500"
    in one of my Test Environment when trying to run the SSRS 2012 report from report manager.
    Any clue why it is happening.
    Thanks Shiven:) If Answer is Helpful, Please Vote

    Hi All,
    Upon investigation found that there was no space (0 Byte is available) in E drive where underlying SQL DB is residing. 
    Once I cleared the space, report started working and above error was not displaying. 
    Thanks Shiven:) If Answer is Helpful, Please Vote

Maybe you are looking for