REP-1057: ' PATH_TO_REPORT/report.rdf' is not a valid Report Builder file.

Current Level : Report Builder 6.0.8.27.0
We migrated custom reports build on Report 2.5 to 6.0.8.27.0 on apps/db version
from 11.0.3 / 8.0.5 to 11.5.10.2/9.2.0.6. Platform was moved from HPUX to Redhat
Linux 4.
When we open migrated reports then original reports get converted and compiled
by Report Builder 6 without any problem. But once saved and when modified some
of the reports get corrupted and have 'REP-1057' error.
Anyone had any similar problem and found solution?
Thanks

I have a .rdf file. When I try to open the same in Report Builder for 6i, nothing happens! It just does not open!
I tried to convert the report into .REX from unix - I get the following error
REP-1057: 'FAIAPXINROH.rdf' is not a valid Report Builder file.
But, the report is running fine from Oracle apps.
I need to open this .rdf to change somethings.
Any suggestions?
Regards,
Arun Tirumale

Similar Messages

  • Rep-52005 specified key PSREP does not exist in key map file

    Hi there,
    i am trying to reduce the length of my URL when calling a report (9iDS) from a parameter form
    in 9i using web.show_document(url,'target'). I have defined a key "psrep" at the end of my cgicmd file at reports\conf . The error i get is
    rep-52005 specified key PSREP does not exist in key map file.Stuck here.
    Any help gr8ly appreciated.
    Regards.

    uncomment #KEYPMAPFILE=CGICMD.DAT. remove the #
    then for development set
    reloadkeymap=yes (same file - rwservlet.properties).
    Now it should reload everytime. (otherwise for every change u need to restart oc4j_bi_forms)
    (For * production* may be you want to set reloadkeymap=no once all testing is done)
    see cgicmd.dat for many examples of using keymap file
    [ All Docs for all versions ]
    http://otn.oracle.com/documentation/reports.html
    [ Publishing reports to web - 10G ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [ Building reports - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [ Forms Reports Integration whitepaper 9i/10g ]
    9i - http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    10g - http://www.oracle.com/technology/products/forms/pdf/10g/frm10gsrw10g.pdf
    http://www.oracle.com/technology/products/forms/techlisting10g.html
    ---------------------------------------------------------------------------------

  • CR10 Dev JRC ReportSDKException Report location is not specified in the configuration file error

    I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
    workshop)
    using the standalone Java Reporting Component (JRC), but I'm getting the exception
    shown below (along with my config and source).
    I'm just wondering at the cause of the exception, because I can successfully deploy
    this code to jboss.
    I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
    /WEB-INF/classes/ folder
    to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
    I consulted the product documentation on the JRC and its tutorials but it has
    me stumped.
    I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
    but I'm looking to do all the coding manually without any of BEA's controls and
    what not.
    Any information would be GREATELY APPRECIATED!!!
    Thanks,
    -Colin
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
    not specified in the configuration file---- Error code:-2147
    215356 Error code name:fileNotOpened
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
    Source)
    at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    My EAR file structure is as follows:
    /crystal/ (context)
    /reports/qtrade_sp_listing.rpt
    /crystalreportviewers10/ -- bunch of crystal viewing stuff
    /WEB-INF/classes/CrystalReportEngine-config.xml
    /WEB-INF/lib/ -- bunch of crystal jar files
    My CrystalReportEngine-config.xml is as follows
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
    <reportlocation>../..</reportlocation>
    <timeout>10</timeout>
    <keycode>A2960-01C00FA-U700063</keycode>
    </CrystalReportEngine-configuration>
    My relevant Web.xml looks like:
    <web-app>
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>/crystal/crystalreportviewers10/</param-value>
    </context-param>
    <taglib>
    <taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
    <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
    </taglib>
    </web-app>
    My JSP Page Source:
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
    <html>
    <head>
    <title>Web Application Page</title>
    </head>
    <body>
    <crviewer:viewer
    viewerName="SPListingReport"
    reportSourceVar="_SPListingReport"
    displayGroupTree="false"
    displayToolbarToggleTreeButton="false"
    reportSourceType="reportingComponent">
    <crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
    </crviewer:viewer>
    </body>
    </html>

    I'm trying to embed a simple report into a j2ee application running under BEA WebLogic(without
    workshop)
    using the standalone Java Reporting Component (JRC), but I'm getting the exception
    shown below (along with my config and source).
    I'm just wondering at the cause of the exception, because I can successfully deploy
    this code to jboss.
    I've tried moving the CrystalReportEngine-config.xml file everywhere, from the
    /WEB-INF/classes/ folder
    to the /WEB-INF/ folder to the /WEB-INF/lib/ folder.
    I consulted the product documentation on the JRC and its tutorials but it has
    me stumped.
    I went through the BEA WebLogic Workshop tutorial, which worked for some reason,
    but I'm looking to do all the coding manually without any of BEA's controls and
    what not.
    Any information would be GREATELY APPRECIATED!!!
    Thanks,
    -Colin
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report location is
    not specified in the configuration file---- Error code:-2147
    215356 Error code name:fileNotOpened
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.<init>(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.a(Unknown
    Source)
    at com.crystaldecisions.reports.reportengineinterface.JPEReportSourceFactory.createReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportAgentBase.case(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.ReportServerControl.getReportSource(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.int(Unknown
    Source)
    at com.crystaldecisions.report.web.viewer.taglib.ReportServerControlTag.doEndTag(Unknown
    Source)
    at jsp_servlet.__viewreport._jspService(__viewreport.java:197)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    My EAR file structure is as follows:
    /crystal/ (context)
    /reports/qtrade_sp_listing.rpt
    /crystalreportviewers10/ -- bunch of crystal viewing stuff
    /WEB-INF/classes/CrystalReportEngine-config.xml
    /WEB-INF/lib/ -- bunch of crystal jar files
    My CrystalReportEngine-config.xml is as follows
    <?xml version="1.0" encoding="utf-8"?>
    <CrystalReportEngine-configuration>
    <reportlocation>../..</reportlocation>
    <timeout>10</timeout>
    <keycode>A2960-01C00FA-U700063</keycode>
    </CrystalReportEngine-configuration>
    My relevant Web.xml looks like:
    <web-app>
    <context-param>
    <param-name>crystal_image_uri</param-name>
    <param-value>/crystal/crystalreportviewers10/</param-value>
    </context-param>
    <taglib>
    <taglib-uri>/crystal-tags-reportviewer.tld</taglib-uri>
    <taglib-location>/WEB-INF/crystal-tags-reportviewer.tld</taglib-location>
    </taglib>
    </web-app>
    My JSP Page Source:
    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer"%>
    <html>
    <head>
    <title>Web Application Page</title>
    </head>
    <body>
    <crviewer:viewer
    viewerName="SPListingReport"
    reportSourceVar="_SPListingReport"
    displayGroupTree="false"
    displayToolbarToggleTreeButton="false"
    reportSourceType="reportingComponent">
    <crviewer:report reportName="reports/qtrade_sp_listing.rpt"></crviewer:report>
    </crviewer:viewer>
    </body>
    </html>

  • "SQL Server 2008 Reporting Services does not support map report items"

    Hi,
    I am trying some new feature that are introduced in SQL Server 2008 R2 version. While I try to use "Map" control within it, it threw the following error:-
    "Error 1 The map, Map1, was removed from the report. SQL Server 2008 Reporting Services does not support map report items. "
    -Also, similar kind of error I am getting for "Indicator" control.

    Hi Tej,
    I think you get this error message when you are deploying a report to report server using BIDS, correct?  If not, please provide more details on your scenario :-)
    If I guessed correctly, then this message is a result of trying to deploy a map report (a SSRS 2008 R2 feature) to a non-R2 2008 report server.  When deploying a report of RDL2010 format to a non-R2 report server, BIDS will downgrade the file to RDL2008 format, so that the non-R2 report server can process it.  Any report elements using features not supported in RDL2008 will be dropped during this downgrade process.
    BIDS gets the server version from a report project property called TargetServerVersion:
    http://technet.microsoft.com/en-us/library/ee635898(SQL.105).aspx
    If your report server is indeed the 2008 R2 version, then the TargetServerVersion property should be set to "SQL Server 2008 R2 Reporting Services."  The project property page also has a "Auto Detect..." option if you are uncertain about the version of your report server.
    Hope this helps!
    Cheers,
    LawrenceThis posting is provided "AS IS" with no warranties, and confers no rights.

  • Online Report Server did not send the report data. (Error: BAW 0059)

    Can someone confirm me if we can create an e-mail publication for promt based reports? I was created publications for non-prompt based report and they were successful. But when I create a publiction for an report which has prompt I am gettign the error - Online Report Server did not send the report data. (Error: BAW 0059). Any ideas?
    --Nivas

    I forgot to mention the envionment, which is 6.5.1

  • "This is not a valid Portable Document File" When launching Nik and OnOne plugins.

    Starting today (after the latest Snow Leopard update) I'm getting an error every time I launch a plugin: "This is not a valid Portable Document File".
    Anyone else seeing this behavior?
    Reggie Barton
    Atlanta, GA
    www.BartonCreative.com

    Hi Reggie,
    I only have my 10.5.8 sysytem available at the moment, but will check this tomorrow on my 10.6.4 w/SL Graphics Update. With what plug-ins and versions are you seeing this happen? I know current OnOne plug-ins use the GPU for displaying it's dialog. Have you checked Nik/OnOne forums for similar problems yet?
    regards,
    steve

  • Export file is not a valid HTMLDB export file

    Hi All,
    I have a serious problem today when i want to import the exported application file to another workspace in other machine.Both workspace have same name & same schema in which application resides.I got the messages "export file is not a valid HTMLDB export file" .I have search thru the forum and have got several possibly solution.But i want to know what should be done to successfully build the application.Even after exporting file from different workspace and diff name from diff machine still i got the same error message.
    Any Ideas ?
    Thanks in advance ,
    Cheers,
    Eman

    I export an application resides in workspace HTMLDB_W in APP_OWN schema in database A version 9.2.0.1 and import that application to HTMLDB_W1 in APP_OWN schema
    in database B version 9.2.0.5.Both database have HTMLDB version 1.6.1.02.when importing file the files are successfully imported but after click on Install the "Application Install"
    region appears.Here the information shows below.....
    Logged Into Workspace: HTMLDB_W1
    Export File WorkspaceID:
    Export File Application:
    Export File Version:
    Export File Parse As Schema:
    Application Origin: This application was exported from another workspace.
    Parse As Schema :APP_OWN
    i select Run & build application then reuse my application ID .
    There is no other application in the same schema & workspace of same application ID.Also when export the file the Character set is Unicode -UTF & while importing i choose the same character set in DOS format.I change the options later but nothing helps me......
    I think since the export file version & workspace id cant detectable so the application fails with following error message ::
    1 error has occurred
    File is not a valid HTML DB application export file.
    Previously i use the same workspace later i changed the workspace so now the export & import workspace is different & import workspace ID: 658006861199719
    export file workspace ID : 689311213291671
    If need more information please revert back to me.
    Regards,
    Eman

  • Few values of report column do not display in report while applying filter

    Post Author: anuragg11
    CA Forum: WebIntelligence Reporting
    There are 6 drill filters applied on the report to filter out the report column data. Few values of the report are not displaying in the report when using drill filter. Same issue is with report filter too. If filters are removed then values are appearing in the report. We are using version BO XI R2 & Java runtime JRE 1.4v. It doesn't look issue is with Java version because only few specific data of the report column are not shown in the report when using filter on the data. Example: One of Report data column contains below values: 24.2, 26.9, 120.1, 230, 274.9, 275.8, 333.2 Report is displaying all these values when there is no filter on any data. But report doesn't display data when applying filter on 274.9 or 120.1 howver filter on other values 24.2, 26.9, 230, 275.8, 333.2 are working fine.

    Hello,
    I think i know what your problem is.
    Although in table view your 2 requests combine perfectly and show separate results in pivot view BI unfortunaterly adds them up.
    One work around would be to go in your criteria add in each request a dummy column. This can be obtained the following way:
    1. click on a column to add it in the criteria (it doesnt matter which one)
    2. go into the edit formula of that column
    3. delete the formula and in its place write 'Dummy Column 1'
    Do the same for the second request by adding a "Dummy Column 2'
    Now the Pivot Table should also show up correctly
    Let me know if it goes well or if you have any further questions,
    Kostis

  • HT4796 I downloaded the migration assistant file, but my PC cannot open it because it says it is not a valid W32.exe file.

    I just bought my first Mac and need to transfer my PC files to it.  I downloaded WndowsMigrationAssistantSetup.exe to the PC, but I cannot execute the file because the PC (running Vista) says it is not a valid W32 file.

    I determined the problem was caused by downloading the file using Firfox.  When I downloaded the file using Windows Internet Explorer it ran fine.

  • Changes in the RDF are not affecting the report

    Hi All,
    Greetings.
    I have D2K which is working fine from a couple of years. we had encountered an error recently and we have found the cause of it in the formula column of the RDF and made changes accordingly. We are sure that the changes we made in the formula column will resolve the issue.But, the changes are affecting the output.What could be the cause for it?
    The report is called from the form and the RDF is in the report server which is being called on pressing the button. We are sure with the location of the RDF file in the sever path.
    We encountered the same problem with other report which is having the layout problem.
    Do we need to restart the report server every time we made changes to the RDF ?
    Thanks in Advance.
    Regards,
    Bhaskar

    Hi,
    do you seen the changes if you try to build a new report based on th emodified universe?
    Regards,
    Stratos

  • Crystal Reports - Charts do not appear on reports in some cases

    We have a few reports that include charts on them (created with Crystal 2008 Designer).  These reports have run fine for quite a while but this morning we got a support call with a client reporting that though the reports process and appear correctly, the charts do not appear - instead the client can see a box where the charts should be - but no charts appear.
    Wait...  This has a curve ball...
    The same client then ran our application on the SAME machine, but in a VM (virtual machine) on that machine, and now, the charts appear! 
    I can understand that if a machine is low on memory, charts might not appear - but then why when a VM is used on the same machine do charts suddenly appear?
    Is there any way, any suggestion someone can offer by which I can 'trap' this situation in code, PRIOR to producing a report that is going to have a big blank spot where a chart normally appears?
    Thanks for any help - much appreciated.

    Nope...  Not video corruption...  We finally figured it out...
    Its the 12_0 runtime.  Run it, and you dont see any charts, no errors, no warnings, just no charts - update to the 12_1 runtime and voila, charts are suddenly present.
    Just to be sure we were not going nuts we uninstalled, reinstalled the 12_0 and no charts again - put in the 12_1 runtime and there they are again.
    Problem solved.
    Edited by: Bruce Landry on Mar 9, 2010 7:50 PM

  • 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) ?

  • Outlook Junk Reporting Add-In Not working - No "Report Junk" option

    I have installed the "Junk Reporting Add-in for Office 2007, 2010, 2013 (32bit).msi" from Microsoft on 2 computers with Outlook 2013 as part of Office 365. Both are currently on version 15.0.4693 (latest version). On one, when I right click on
    a message and go to the Junk options there is, as expected, the new "Report Junk" option. On the other, running on a Windows 8.1 system, that option is not there. I have tried uninstalling and reinstalling to no effect.
    Any ideas why the Add-In might not be working on the 8.1 computer? Anything I should try?
    Thanks,
    Colin
    Colin

    Hello Colin,
    Does the user have any other add-in installed? This issue may occur if a conflict with a plug-in or an add-in causes the Junk Email Reporting Add-in to become disabled. We need to first check if the Junk Reporting Add-in is listed in the Add-in list under
    File > Options > Add-ins. If it's not in the list, it means the add-in is disabled or not installed successfully. To check if the Add-in is disabled, go to File > Options > Add-ins, switch the "Manage:" drop-down
    list to Disabled Items and press Go. Check if Junk Reporting Add-in is listed there. If so, highlight the add-in and click
    Enable.
    Please let me know the result.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Report 2KEE does not reconcile with report KE5Z

    Hi,
    Ran report 2KEE for period 1. Now I drill down in this report to see the details. The summary in report does not reconcile with sum of it's details. Report details reconcile with KE5Z for the same period and account.
    Kindly explain why 2kee summary for an account does not reconcile with it's drill down details.

    Report 2KEE takes data from table GLPCT & Report KE5Z from table GLPCA

  • XML Report Arabic letter not coming in Report

    Hi all
    when i try to generate xml report from Concurrent,
    the arabic letter coming as ??????????? in report.
    Can any one help me in this issue...

    Hi ,
    Can you check the below link
    http://prsync.com/oracle/non-english-characters-appears-as---in--bi-publisher-pdf-output--27505/
    May be helpful for you.
    Thanks,
    Ananth

Maybe you are looking for

  • Siebel 8.0 Out bound communication manager error message failure

    We are consistenly seeing this error in the S_COM_REQ table and couldn't find a real reason why Sent 0 out of 0 messages. Cannot open request state file Cannot open request state file CommOutboundMgr1-7V2P4J.CommOutboundMgr.crf, error 1., error <?>.(

  • Function module for reversing documents

    Is there a function module for posting reversal documents like F08 transaction.....

  • Single Quote in XPATH

    Hi, I am firing following Xpath Query. String xpath = "/////FEEDPUBNAME[contains(translate(.,'abcdefghijklmnopqrstuvwxyz',"                + " 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'),'"+strPubName.toUpperCase().trim()+"')]"; String xpath1="NLAPUBLISHINGLIST/NL

  • How to send Encrypted message using public key in Business Service

    Hi, I have one public key (abc.cer) which is given by provider. I have to send encrypted message to Provider using public key. How to achieve it in OSB?? Thanx Edited by: Vinit Ahuja on Jun 16, 2011 3:17 AM

  • Exporting Email Signature

    I am trying to export an email signature that I designed in InDesign to a JPEG format. What's the best options to use to avoid the email signature going fuzzy when I put it into the signatures section in Microsoft Outlook?