Problem when applying my changes at the CCA Administrator GUI Interface

Hi when i´m trying to save my changes at the CCA Administrator GUI interface(TAW) i´m receiving the error below:
04 Ago 2009 11:17:39,968 [ ERROR com.taw.clients.am.AdminSuperBean $Revision: 5 $.processHashtable(AdminSuperBean.java:504) - Unable to process the Hashtable
java.lang.NullPointerException
at com.taw.clients.am.AdminSuperBean.constructSqlQuery(AdminSuperBean.java:796)
at com.taw.clients.am.AdminSuperBean.processHashtableAdmin(AdminSuperBean.java:562)
at com.taw.clients.am.AdminSuperBean.processHashtable(AdminSuperBean.java:500)
at com.taw.clients.am.AdminSuperBean.processHashtable(AdminSuperBean.java:493)
at com.taw.clients.am.configuration.CompanyDefaultSecurityBean.processRequest(CompanyDefaultSecurityBean.java:212)
at com.taw.clients.am.CompanyBean.processRequest(CompanyBean.java:1771)
at jsp_servlet._administrationmanager.__company_edit._jspService(__company_edit.java:1289)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3392)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Unknown Source)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2140)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2046)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
Please anyone know how can i fix it ?
Regards,
Marcelo Henrique
Experti - Brazil

Hi below the contents of the web.xml file, let´s to try to fix this trouble together.
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app>
<context-param>
<param-name>webContainer</param-name>
<param-value>Weblogic</param-value>
</context-param>
<context-param>
<param-name>disableMessageSynchronization</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>busConnection</param-name>
<param-value>experti-labsrv</param-value>
</context-param>
<context-param>
<param-name>noResourceBundle</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>reportServerUrl</param-name>
<param-value>http://experti-labsrv/TAW</param-value>
</context-param>
<context-param>
<param-name>isReportServer</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>applicationPath</param-name>
<param-value>C:\bea\user_projects\domains\experti_domain\app\TAW</param-value>
</context-param>
<context-param>
<param-name>URLstoragePath</param-name>
<param-value>http://experti-labsrv/TAW/Storage</param-value>
</context-param>
<context-param>
<param-name>storagePath</param-name>
<param-value>/Storage</param-value>
</context-param>
<context-param>
<param-name>debugLogFile</param-name>
<param-value>\WEB-INF\logs\CallCenterAnywhere.log</param-value>
</context-param>
<context-param>
<param-name>debugMaxNumberLogFiles</param-name>
<param-value>5</param-value>
</context-param>
<context-param>
<param-name>debugMaxLogFileSize</param-name>
<param-value>1000</param-value>
</context-param>
<context-param>
<param-name>debugTracelevel</param-name>
<param-value>DEBUG</param-value>
</context-param>
<context-param>
<param-name>debugLogPattern</param-name>
<param-value>%d{DATE} [%t] %-5p %c.%M(%F:%L) %x - %m</param-value>
</context-param>
<context-param>
<param-name>databasePlatform</param-name>
<param-value>ORACLE</param-value>
</context-param>
<!-- Needs to be removed for MSSQL-->
<context-param>
<param-name>databaseDatasource</param-name>
<param-value>cca813</param-value>
</context-param>
<context-param>
<param-name>databaseSchema</param-name>
<param-value>mhpAdminCC813</param-value>
</context-param>
<!-- <context-param>
<param-name>databaseUser</param-name>
<param-value>mhpcc813</param-value>
</context-param>
<context-param>
<param-name>databasePassword</param-name>
<param-value>mhpcc813</param-value>
</context-param> -->
<context-param>
<param-name>databaseDatasourceReadOnly</param-name>
<param-value>cca813</param-value>
</context-param>
<context-param>
<param-name>databaseSchemaReadOnly</param-name>
<param-value>mhpAdminCC813</param-value>
</context-param>
<!-- <context-param>
<param-name>databaseUserReadOnly</param-name>
<param-value>MHPCCRead813</param-value>
</context-param>
<context-param>
<param-name>databasePasswordReadOnly</param-name>
<param-value>MHPCCRead813</param-value>
</context-param> -->
<context-param>
<param-name>weblogic.httpd.inputCharset./*</param-name>
<param-value>UTF-8</param-value>
</context-param>
<context-param>
<param-name>ftpConnectMode</param-name>
<param-value>active</param-value>
</context-param>
<servlet>
<servlet-name>ProxyDispatcher</servlet-name>
<servlet-class>com.taw.web.ProxyDispatcher</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet>
<servlet-name>ProxyPingHandler</servlet-name>
<servlet-class>com.taw.web.ProxyPingHandler</servlet-class>
<load-on-startup>2</load-on-startup>
</servlet>
<servlet>
<servlet-name>ProxyLoginHandler</servlet-name>
<servlet-class>com.taw.web.ProxyLoginHandler</servlet-class>
<load-on-startup>3</load-on-startup>
</servlet>
<servlet>
<servlet-name>ProxyLoginDataHandler</servlet-name>
<servlet-class>com.taw.web.ProxyLoginDataHandler</servlet-class>
<load-on-startup>4</load-on-startup>
</servlet>
<servlet>
<servlet-name>ProxyContactHandler</servlet-name>
<servlet-class>com.taw.web.contact.was.ProxyContactHandler</servlet-class>
<load-on-startup>5</load-on-startup>
</servlet>
<servlet>
<servlet-name>WebServiceChat</servlet-name>
<servlet-class>com.taw.web.service.WebServiceChat</servlet-class>
<load-on-startup>6</load-on-startup>
</servlet>
<servlet>
<servlet-name>ReportServlet</servlet-name>
<servlet-class>com.taw.clients.reports.ReportServlet</servlet-class>
<load-on-startup>7</load-on-startup>
</servlet>
<servlet>
<servlet-name>CustomReportServlet</servlet-name>
<servlet-class>com.taw.clients.reports.CustomReportServlet</servlet-class>
<load-on-startup>8</load-on-startup>
</servlet>
<servlet>
<servlet-name>ImageServlet</servlet-name>
<servlet-class>net.sf.jasperreports.j2ee.servlets.ImageServlet</servlet-class>
<load-on-startup>9</load-on-startup>
</servlet>
<servlet>
<servlet-name>ProxyRequestHandler</servlet-name>
<servlet-class>com.taw.web.ProxyRequestHandler</servlet-class>
<load-on-startup>10</load-on-startup>
</servlet>
<servlet>
<servlet-name>glue-console</servlet-name>
<servlet-class>electric.console.ConsoleServlet</servlet-class>
<init-param>
<param-name>soapServletContext</param-name>
<param-value>/services</param-value>
</init-param>
<load-on-startup>11</load-on-startup>
</servlet>
<servlet>
<servlet-name>glue-soap</servlet-name>
<servlet-class>electric.server.http.ServletServer</servlet-class>
<init-param>
<param-name>httpRegistryRoot</param-name>
<param-value>/</param-value>
</init-param>
<load-on-startup>12</load-on-startup>
</servlet>
<servlet>
<servlet-name>JnlpDownloadServlet</servlet-name>
<servlet-class>com.sun.javaws.servlet.JnlpDownloadServlet</servlet-class>
<init-param>
<param-name>logLevel</param-name>
<param-value>DEBUG</param-value>
</init-param>
<init-param>
<param-name>logPath</param-name>
<param-value>C:\bea\user_projects\domains\experti_domain\app\TAW\WEB-INF\logs\jnlpdownloadservlet.log</param-value>
</init-param>
<load-on-startup>13</load-on-startup>
</servlet>
<servlet>
<servlet-name>ProxyMessageHandler</servlet-name>
<servlet-class>com.taw.web.ProxyMessageHandler</servlet-class>
</servlet>
<servlet>
<servlet-name>ProxyWebCallback</servlet-name>
<servlet-class>com.taw.web.webcallback.ProxyWebCallback</servlet-class>
</servlet>
<servlet>
<servlet-name>ProxyDial</servlet-name>
<servlet-class>com.taw.web.dial.ProxyDial</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>ProxyDispatcher</servlet-name>
<url-pattern>/ProxyDispatcher</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ReportServlet</servlet-name>
<url-pattern>/ReportServlet</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ProxyPingHandler</servlet-name>
<url-pattern>/ProxyPingHandler</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ProxyLoginHandler</servlet-name>
<url-pattern>/ProxyLoginHandler</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ProxyLoginDataHandler</servlet-name>
<url-pattern>/ProxyLoginDataHandler</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ProxyContactHandler</servlet-name>
<url-pattern>/ProxyContactHandler</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>WebServiceChat</servlet-name>
<url-pattern>/WebServiceChat</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ProxyRequestHandler</servlet-name>
<url-pattern>/ProxyRequestHandler</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ProxyMessageHandler</servlet-name>
<url-pattern>/ProxyMessageHandler</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ProxyWebCallback</servlet-name>
<url-pattern>/ProxyWebCallback</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ProxyDial</servlet-name>
<url-pattern>/ProxyDial</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>glue-soap</servlet-name>
<url-pattern>/services/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>glue-console</servlet-name>
<url-pattern>/console/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>JnlpDownloadServlet</servlet-name>
<url-pattern>*.jnlp</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>JnlpDownloadServlet</servlet-name>
<url-pattern>*.jar</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>CustomReportServlet</servlet-name>
<url-pattern>/CustomReportServlet</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>ImageServlet</servlet-name>
<url-pattern>/imageServlet</url-pattern>
</servlet-mapping>
<filter>
<filter-name>XSS</filter-name>
<filter-class>com.taw.web.filter.CrossScriptingFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>XSS</filter-name>
<url-pattern>/AdministrationManager/*.jsp</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>XSS</filter-name>
<url-pattern>/index.jsp</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>XSS</filter-name>
<url-pattern>/InteractionManager/*.jsp</url-pattern>
</filter-mapping>
</web-app>

Similar Messages

  • Youtube videos I placed in a site made in Muse, don't have sound and don't auto play in my Android phone. Can anyone tell me why? The same video has no problems when I watch it at the youtube site on my phone. It has sound on an iphone, but doe

    Hello. The Youtube videos I placed in a site made in Muse, don't have sound and don't auto play in my Android phone. Can anyone tell me why? The same video has no problems when I watch it at the youtube site on my phone. It has sound on an iphone, but doesn't auto play either. Thanks!

    Hi Mariana,
    Please make sure you have the autoplay checkbox selected from the fly-out options:
    Regards,
    Akshay

  • I always have problem when I download movies on the Apple Tv, I can t find them?!!

    I always have problem when I download movies on the Apple Tv, I can t find them?!!
    Can you please help me?
    Thanks

    You may wish to enable automatic downloads in your iTunes  > preferences > store settings.
    You can re-download content purchased from the iTunes store (availability varies depending on location) using the purchased option from the Quick Links section in the top right corner of the iTunes homepage in your iTunes application on your computer.

  • I create a project w/iMovie and I have two problems:  When I try to finalize the project iMovie crashes; when I share to DVD sometimes it crashes also; if I can successfully send it to DVD and then burn a DVD there are wavy lines on the screen.  Help!

    I create a project w/iMovie and I have two problems:  When I try to finalize the project iMovie crashes; when I share to DVD sometimes it crashes also; if I can successfully send it to DVD and then burn a DVD there are wavy lines on the screen.  I'm uising photos in my project, not video.  Help!

    You can split a project in two by doing this.
    1) Go to the Project Library View.
    2) Select your project, and click FILE/DUPLICATE PROJECT. Give it a name like "your project name - part 1".
    3) Do this again. This time name it "your project name - part 2"
    4) Open Part 1 for editing. Delete everything in the second half.
    5) Open Part 1 for editing. Delete everything in the first half of the project.
    At the end you should have your original project, plus the same project in two parts.

  • Problem when defaulting a value to the field

    Hi CRM Experts,
    I am new to CRM, i am facing a problem when defaulting a value to the field in the Tcode 'SOLMAN_WORKCENTER' (Solution Manager Server).
    when i am defaulting it is displaying fine in the view( Redefined the getter method there i passed the value), i set a break point in the getter method when i am executing the getter method i am unable to get the defaulted value in the importing parameter value, but i am getting the value here when i used to type manually in the filed, i cant understand why it is behaving like that? please can any body help in this regard...
    Thanks in advance
    Hari..

    There are other ways to get the string-value of an enum (format into string with a %s formatter for instance).
    But I have no idea what you are seeing.
    However I would not use the enum to string technique chose you have, just add the enum to the 'file' VI as an input.
    And the =0 comparison you have is useless, add the enum to the case structure as the selector.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • I have not been able to sync Entourage to iCloud ever since the iCloud update debacle of yesterday.  iCare just claims it is an Entourage problem when it is clear that the update did something that is not allow it to authenticate to sync mail.

    I have not been able to sync Entourage to iCloud ever since the iCloud update debacle of yesterday.  iCare just claims it is an Entourage problem when it is clear that the update did something that is not allow it to authenticate to sync mail.

    You should check that the settings match those in this page:
    http://support.apple.com/kb/HT4864

  • ORA-12505, error when i tried to open the "Workflow Administrator" tool

    i have installed Oracle content server 10g r3, but when i tried to open the "Workflow Administrator" tool i got the following error "ORA-12505, TNS: listener does not currently know of SID given in connect descriptor", so how can i solve this issue?
    //hint i am using Oracle database 10g

    Is the rest of your UCM install running OK?
    This implies that the JDBC connection is failing.
    Are you running Workflow Administrator from the Admin Applets in the browser OR as a standalone application from command line (*nix) or Start menu (windows)
    I think that the application would normally look in config.cfg and use the JDBC connection string given in there - this would include the SID. Can you tnsping the SID?
    Tim

  • Bizarre solution for OfficeJet Pro K5300 problem when Word docs hang in the print queue spooling

    A bizarre solution to a spooling problem.
    Problem:
    Word documents sent to an HP Officejet Pro K5300 Series printer hang in the print queue, saying “spooling”. They do not print, and cannot even be cancelled.
    Solution (Bizarre Solution).
    The solution that worked for me was to rename the printer by removing the first space after “HP” in the printer’s name. When I did this, Word could then print to the printer. If the space is then re-inserted back into the printer-name then Word is still able to print!! I don’t know how, but it worked, and it worked on two separate installations! The full explanation is below with more options for testing that still need to be explored, or preferably explained by HP and or Microsoft.
    First here is some background. My computer is an IBM NetVista 2.4GHz, P4. It has a 250GB HDD with lots of room and 2GB of RAM. My operating system is Win XP Pro with Service Pack 3. My anti-Virus in Trend Micro Internet Security 2009, updated regularly, (I turned it off while installing the printer software). I use Office Professional 97, with Office SP2b).
    I bought a new HP Officejet Pro K5300 printer.
    I installed the printer software, and followed HP’s directions strictly. I used the installation CD that was supplied by HP. My connection to the printer was USB.
    The installation proceeded uneventfully and I printed a test page after it finished.
    After that I printed a configuration page, then I printed a couple of photographs using Irfan View. The quality was great and I was pleased.
    Then I tried to print a 2-page Word document, using Word 97, but nothing happened. No response from the printer, no error messages, just silence. I clicked on the printer icon on the task bar to look at the print queue and saw that my document was listed as “Spooling”, but it was not making any progress. I waited a couple of minutes but still no progress. I tried canceling it but it would not cancel/delete. The job on the queue would not respond to anything. I could not print it and I could not cancel it. The only way I could recover was to shut down Word, which flushed the queue and lost the job.
    I tried this a few more times but with no success.
    I did a Google search for this problem, and I found a few solutions. I tried them, but none worked. I checked HP’s website and found this problem listed, with some solutions from HP. I tried HP’s solutions, but they did not work either. In fact, when there was a Word document stuck “spooling” in the queue, HP’s diagnostic utility said that it could not even communicate with the printer, and suggested that my USB connection was bad. However, when I flushed the queue by shutting down Word, I could successfully send a Test Page to the printer, and I could print a detailed PDF from Adobe. So Word was the problem, not my USB connection.
    After a pondering this problem over the next few days, and keeping in mind the fact that the default HP printer-name was “HP Officejet Pro K5300 Series”, I remembered that many years ago I could not get an Excel VB macro to select a printer, and print to it, if the printer-name had any spaces in it. I had noticed that the HP default printer name had 4 spaces in it, so I wondered what would happen if I renamed the printer by removing the spaces from its name.
    So I renamed the printer to “HPOfficejetProK5300Series” (no spaces), and voila! Word could now print to it!
    Then I wondered, if it was necessary to remove all of the spaces from the name, or just some of them, to get the printer to work, so I renamed the printer back to it’s default name in 4 stages, at each stage re-inserting one of the original spaces, and testing the printing. At each stage the printer kept successfully printing from Word, until I had re-inserted all four spaces and the printer’s name was back to being identical to the default name that it was installed with, but now it would print from Word on command.
    So why was it that Word could not get the printer to print with the printer’s default installed name, but if I removed all of the spaces from the printer’s name, then re-inserted them, the printer would print from Word every time?
    So I did another test.
    I uninstalled the entire printer software package and installed the updated Full Feature software package, filename “OJProK5X00_Full_8_3.exe”, 159MB download from HP.
    After the package was installed, Word could NOT print to the printer, but other programs like Adobe PDF reader, and Irfan View, could print to it. I tried each software package about three times each, with consistent results.
    I then renamed the printer, but this time I just removed the first space after the letters “HP”, i.e., I changed the printer’s name from “HP Officejet Pro K5300 Series” to “HPOfficejet Pro K5300 Series”. After I did that Word could then print to it. I then changed the printer’s name back to “HP Officejet Pro K5300 Series” by re-inserting the first space, and Word could still print to it now.
    I challenge someone from HP to read this and explain why Word won’t print to this printer until I rename the printer by removing a space, but can still print to it after the space is re-inserted!
    Of course, there is another alternative. Perhaps I could have renamed the printer by removing or changing any of the other characters, instead of the spaces. But each test involves completely uninstalling and re-installing the software, and I have better things to do with my time.
    This question was solved.
    View Solution.

    What an amazing solution!
    I recently purchased an HP Deskjet F4580 and had discovered that when using Word 97, it would print OK when using the Print icon but when trying to print using File->Print->choose page number or current page, Word would crash. Excel, Adobe etc would all print fine. I have spend many hours removing and then reloading the HP software and Office Professional software but this solution fixed the problem in a few minutes. PC is running XP Home SP3.
    Just one thing I would add is that my computer has two accounts - one is the Computer Administrator account and the other is a Limited account. When I took out the space between HP and Deskjet so the printer became HPDeskjet F4500 series, I could then print from the Administrator account using either  the print icon or File->Print->choose page number or current page. When I switched to the Limited account, I would get the same crash when I tried File->Print->choose page number or current page (OK with icon). The Limited account mode does not allow the printer to be re-named.
    I went back to Admin mode, re-classified the Limited account as a Computer Administrator account, logged on to this account and re-named the printer (in this case I took out another space so it became HPDeskjetF4500 series. Then it printed fine using the print icon or using File->Print->choose page number or current page. I then went back to the Computer Administrator account, re-named the printer to HPDeskjet F4500 and re-classified the second account back to Limited account mode. Now printing OK in both Computer Administrator account mode and Limited account mode.
    Thanks again!

  • I have problems when I save changes in a globla Variable.

    I'm using this examples for use global variables from two differents PCs.The problem is that the changes made in the global variable are not saved, even when I´m working in local.
    Attachments:
    agvvisv.zip ‏22 KB

    I don't see a problem when running on my local machine (I do not have two linked machines available). The global retains the last data entered as long as it is running. When LabVIEW restarts the global will contain the default value for each data type until you place something else into it, either manually or by usintg the Set Value.vi (look at Help for Globals). If the data needs to be retained between runs, then write the data in the global to a file before shutting down and read the file and write the data to the global upon starting up.
    Lynn

  • Problem when I try to download the IOS4 for my iPod Touch 2G

    Hello guys!
    I am from Bella Vista, Buenos Aires, Argentina and I have the following problem:
    I have an iPod Touch 2G, I installed the lastestversion of iTunes and every time i connect my device to my pc via usb, iTunes opens and a window apears telling to me that I can update it to IOS 4.0. I clic on Only Download (I want to download the new firmware and update later).
    The download starts correctly, but in the middle of the download a error message appears. The window says that a problem occurred with the download, try again later. Error number: 9006 (Unknown).
    Questions:
    a)- if this error occurs in the middle of the download... Why does not iTunes prompt me an option to continue the current download when I try to do it the next time? (I have to start a new download again when I try to download the firmware again. The firmware size is 300 mb. The error window only shows me an OK button and the transfer is interrupted. When I try to download the firmware again, the download should continue from the part where was interrupted, no start all again. Apple should fix this issue). I have to tell you that I tried several times downloading the firmware and I always got this error window and I really HATE it. Please, gime me a solution for my problem and try to fix the issue that I showed above. (When I'm downloading a firmware version from iTunes and the download is interrupted by a "X" problem or error, when I try to download it again, the download should continue from the part where it was interrupted, no start all again). I will be hoping for a good solution. Thanks and I have to tell you that you manufacture very amazing products. Ipod Touch, one of my favourite Apple's products. My big dream: I want to have an iPhone 4

    Well!
    We have to protest for it.
    If an error occurs with the download and we want to try again, the download MUST continue from the part where was interrupted, no start all again. We have to protest for it. Please, Apple Inc, try to fix it. It's very easy to do. If I am downloading a firmware version from iTunes and an error occurs with the download , you should put a button that reads "Continue the download from the interrupted part", no only a "OK" button that finishes the download and I have to start all again when I want to retry. Solve it, please.

  • How to display success message when data is changed in the custom tab in MM

    Hi,
    I have added a new custom data tab in the MM01/MM02/MM03 transactions. Whenever I do changes to fields in the custom tab in MM02 transaction, and no changes in the standard tabs, I will get a message stating "No Changes Made".
    But if I do changes in the standard tabs, it works as usual with display of message "Changes to particular material has been done.
    Please let me know, if anyone of you know, how to display the success message if the changes to the custom tab is done.
    Thanks in advance,
    sudhanva

    Hi Sudhanva,
    The exit EXIT_SAPLMGMU_0001 is a function exit that you can use for custom validation but not to add custom tab/screen.
    But the message issued by SAP is not related to this Function Exit.
    If you have used a Screen Exit, then there must be some Function Exits also in the same Enhancement using which you can assign the value of custom fields to/from the standard structure. Thus when the value of any custom field is changed the system can understand that the some changes have been changed and will  not issue the message.
    In case you have used a BADI, there can be other methods in the BADi using whcih you can assign the value of custom fields to/from the standard structure. This might also prevent the message from being displayed.
    I could try giving you further details if you can provide the name of the Enhancement/BADi that you used to add the additional tab.
    Hope this helps.
    Regards,
    Abhisek.

  • Printing problem when PDF is sent to the printer with certain fonts - missing text

    I'm running into a printing problem when PDFs containing certain characters of the Calibri font are used.  The text in large sections of the PDF is missing on the paper version, but the text is there on the screen.  It's also happened when the PDFs we created were e-mailed out to a client and printed on their printer.  The problem is not present when printing directly from the programs (Microsoft Word, Excel, Visio, etc.).  I've been trying to get tech support from Adobe on this, but every time I call they apologize and say they will call back in 4-6 hours with an answer.  Same result each time, no call back.  If anyone from Adobe is listening, it's case number 184891587.  The font appears as an embedded subset when I look at the document properties.  Sometimes deleting one or two Characters allows for larger text blocks to be printed - i.e. removing a long dash in bold from the heading of a paragraph makes the paragraph reappear when printed to paper from PDF.  In all cases the PDF appears correct on the screen.  Printing as an image allows the text to appear, but the image quality isn't acceptable for small text, even at the 600 dpi setting on the printer.  If the PDF is sent out by e-mail, we do not have control over the end-user's printer setup anyway, so we need this to work in all cases.  
    The setup/process I'm using is as follows:
    Windows 7 Professional SP1 64-Bit
    Microsoft Office 2013 - problem is present when printing documents from Word, Excel or Visio.  Even other variations on documents. 
    I've tried Acrobat versions 11.0.0 to 11.0.5 as well as Acrobat Pro 11.0.0 and 11.0.1.  Same Result
    Printing to Adobe PDF as the printer, from the third party application
    Printing to a Xerox printer from PDF using Acrobat - Text missing
    Client prints to Konica printer - Text missing
    I print to the wide-format Ricoh (which also does 11x17) and the text is present. 
    Is there something I'm missing?  Is the entire font not getting embedded into the PDF file?  I noticed that rolling back to a much older version of the Calibri font (1.02 compared to 5.72) makes the problem mostly go away, but it's not completely gone.  Is it possible the font is too large to be completely embedded?  Where can I go from here? 

    Success!  At least for now.  It looks like my problem was fixed with Adobe's most recent update, 11.0.06.  From the release notes:
    PDF creation
    Added support for Lotus Notes 9.
    Added support for WebCapture in IE 11.
    Added support for conversions from AutoCAD 2013.
    3652540 A blank pdf is created for files having hidden visual style.
    3601108 Flow Chart converts as a multicolored square.
    3654345 Word documents missing parts of images in conversion to PDF.
    3654572 Temporary file size increases when creating pdf by combining multiple files into one PDF.
    3670155 PDF file created with Distiller XI prints incorrectly to some printers. (Emphasis mine)
    3599407 Checkbox check marks do not appear in these files.
    3663233 IE Web Capture in localized OS: Icons and drop-down menu items are missing and conversion dialog is not localized.
    3651931 Chrome Only: Few web pages when converted to pdf from Chrome plugin doesn’t show up the Save As dialog.
    3597910 EPM Mode On: Web capture is not working on Windows 8-32 bit when cache folder is missing.
    3610644 Firefox 23.0: With Firefox version 23.0 (latest), the WebCapture icon shows up very dim as if it is disabled.
    3650244 ODA falis to convert DWG files to PDF for large files.
    I don't know if that's definately what solved the problem, but it sure sounds similar and this is the update that made the printing problem go away.  We can't get the PDFs to fail at this point with our printers, even with Calibri 5.72.  I'll come back to thread if we have printing problems at the end-user locations. 

  • Problem when Opening a file in the Function Moudle

    Hi,
    I was encountered a Problem , when i am opening a file from the function Module,
    But when i tried the same code in the ABAP Editor it was working fine.
    Is there any Difference from ABAP Editor & Function Module Editor
    (ex : Un-Code  Etc ) ...
    Let me know if your have any conserns.  Thanks In Advance.
    Regards
    Nag

    Hi,
    In the FM'S u might have declared the import,export,tables parameters.So u have to use these parameters in the source code editor of FM.If u don't use any of these parameters and try to use any other parameters which also not declared in the FM source code,then u will get the error.pz check the parameters u r using in the FM....
    Regards,
    Nagaraj

  • Problem when apply SAP Bundle Patch for 10.2.0.5

    Hi,
    We are trying to apply SAP Bundle Patch (SBP) SAP_102052_201102_SOL64.zip and SAP_102052_201103_SOL64.zip using MOPatch utility. Both MOPatch and OPatch utility have been updated with the latest download from SAP. When applying patch for SAP_102052_201102, most patches went through except for one patch that requires OPatch to be version 10.2.0.5.0. The OPatch version downloaded from SAP is 10.2.0.4.9. Even the OPatch delievered together in the SAP_102052_201102_SOL64.zip file is 10.2.0.4.9.
    Below are extract of the opatch log file for this patch:
    INFO:ApplySession applying interim patch '10248542' to OH '/oracle/DEV/102_64'
    INFO:Starting to apply patch to local system at Wed Mar 23 10:49:25 SGT 2011
    SEVERE:OUI-67073:ApplySession failed: ApplySession failed to prepare the system.
    Patch 10248542 requires OPatch version 10.2.0.5.0.
    The OPatch version being used (10.2.0.4.9) doesn't meet the minimum version required by the patch(es). Please download latest OPatch from My Oracle Support.
    INFO:System intact, OPatch will not attempt to restore the system
    INFO:Finishing ApplySession at Wed Mar 23 10:49:25 SGT 2011
    INFO:Total time spent waiting for user-input is 0 seconds.  Finish at Wed Mar 23 10:49:25 SGT 2011
    INFO:Stack Description: java.lang.RuntimeException: ApplySession failed to prepare the system.
    Patch 10248542 requires OPatch version 10.2.0.5.0.
    The OPatch version being used (10.2.0.4.9) doesn't meet the minimum version required by the patch(es). Please download latest OPatch from My Oracle Support.
    Help appreciated.
    Regards,
    Lim

    Hi,
    I went to
    http://service.sap.com/oracle-download
    then
    Oracle 10.2.0.5
    then
    OPatch
    The file I can see there is generic for ALL operating systems and the name is:
    OPatch_10205_Generic_v0.zip
    it seems that the version is 10.2.0.5, not  10.2.0.4.9 as you mentioned.
    I have downladed it and look at the README:
    Patch summary:
    README file for OPatch 10.2.0.5.0, the Oracle Interim Patching Tool.
    I'm not installing it, but it seems that the version is not the same as yours.
    Is this the one you have downloaded?
    Have you installed it properly? => may be you are running an older one

  • Dim. SCD2 issue, when parent value change. The child loses parent history.

    oracle DB: 10.2
    owb: 10.2.0.4
    Create a SCD2 type dimension with six levels in it. Alle levels have the same columns, see below (change the nr for the level)
    L1_KPL_PK
    L1_DATA_TILL
    L1_SLEUTEL
    L1_DESC
    L1_DATA_FROM
    L1
    When running the mapping, the hierachie is perfectly inserted into the table. When changing the
    value of the L1 parent in te source and running the mapping again the following
    is happend:
    He closed the parent record with the old value and insert a till date.
    He update alle child record with the new value
    He inserts a new record with the new value of the parent.
    What i should expect wat would happen was:
    He closed the parent record with the old value and insert a till date.
    He close alle child records with the old value and insert a till date.
    He inserts new records for all child with the new value of the parent.
    He inserts a new record with the new value of the parent.
    I searched on the net for this issue and i found oracle fixed it in a patch 10.2.04 The bug is know under nr 6004133
    "Child looses parent reference when SCD2 attribute change in parant.
    Installed the patch(7005587) and renewed my dimension, table, and mapping in the repository. Ran the mapping, but the result is not what i expexted as
    descriped above.
    Help needed to fix this issue. So alle histoy is beeing saved.

    Hi
    There was a change in OWB 10.2.0.3 (I think it was this patch) to support this scenario.
    If you go to the SCD settings panel for your dimension, each level also has the parent level's identifying column (this is the new bit) and you can set the Record History property for the parent identifier in order that a change in this will trigger history in the level (so the hierarchy can be versioned). So if you set this and synchronize the dimension operator in your map and redeploy the map, you should be in shape.
    So for example if you had L1, L2, L3 with attributes ID, NAME, ATT, EFF_DATE and EXP_DATE then the SCD panel would have;
    *L1
    ID
    NAME
    EFF_DATE eff date
    EXP_DATE exp date
    ATT trigger history
    *L2
    ID
    NAME
    EFF_DATE eff date
    EXP_DATE exp date
    ATT trigger history
    L1_ID trigger history
    *L3
    ID
    NAME
    EFF_DATE eff date
    EXP_DATE exp date
    ATT trigger history
    L2_ID trigger history
    Let me know if its unclear.
    Cheers
    David

Maybe you are looking for