Problem with Generic Sync after upgrade

Hi guru,
I have this problem:
I have done a upgrade ME2.1 -> MI2.5 SP18.
I have a simple Generic sync application that using a simple Function Module:
<b>
function Z_ME_TEST_CONNECTION.
""Interfaccia locale:
*"  EXPORTING
*"     VALUE(STATUS) LIKE  BWAFSYHEAD-STATUS
*"  TABLES
*"      INBOUND_CONTAINER STRUCTURE  BWAFCONT
*"      OUTBOUND_CONTAINER STRUCTURE  BWAFCONT
  perform CALL_OFFLINE_ME_METHOD using 'TEST_CONNECTION'
                                        INBOUND_CONTAINER[]
                                        OUTBOUND_CONTAINER[].
  OUTBOUND_CONTAINER-FIELDNAME = 'RESULT_CONNECTION' .
  OUTBOUND_CONTAINER-LINENUMBER = 0 .
  OUTBOUND_CONTAINER-FIELDVALUE = 'OK'.
  append OUTBOUND_CONTAINER.
endfunction.</b>
When i synchronize my mobile client it returns back
<b>"EWAF                 001Could not execute method Z_ME_TEST_CONNECTION"</b>
Can anybody help me in resolving this?

Hi Sivakumar, I have write the my FM in the BWAFMAPP and the RFC destination in MEMAPPDEST but i have tha same error.
This is my simple method in my application:
<b>public String testSync(String userName) {
          String errormessage = null;
          try {
//        get user out of the SyncSettings
            String user = Configuration.getInstance().getProperty(PropertyKeys.SYNCSETTINGS_USER, userName);
            OutboundContainerFactory outfactory = OutboundContainerFactory.getInstance();
            if (outfactory == null) {
               errormessage = "testSync->OutboundContainerFactory.getInstance failed";
            }  else {
               OutboundContainer out = outfactory.createOutboundContainer(
               VisibilityType.SEPARATED,
               R3_METHOD_TEST_SYNC,
               OutboundContainer.TYPE_REQUEST);
          // add the name that has been typed into the JSP
               out.addItem(DC_I_USER_NAME, user.toUpperCase());
              out.addItem(DC_I_NUMBER_OF_LINES,"0");
               out.close();
          // Start Sync
             SyncManager.getInstance().synchronizeWithBackend(VisibilityType.SEPARATED);
          catch (SyncException ex) {
               errormessage = ex.getMessage();
          catch (IllegalArgumentException ex) {
                  errormessage = ex.getMessage();
          catch (Exception ex) {
                    errormessage = ex.getMessage();
          finally {
        System.out.println("testSync: errormessage="+errormessage);
          return errormessage;
     }</b>
You have anathor idea?
Thanks

Similar Messages

  • Reception / Battery problems with iPhone 3GS after upgrading to iOS 4.2.1

    There are major reception and battery problems with iPhone 3GS after upgrading to iOS 4.2.1.
    I can not believe that Apple did not test this for major bugs like this one is.
    I am a business user and can not effort to have bad reception. Apple wants to gain in the business clients... I never had this with my former BlackBerrys!
    I need a reliable phone not a play thing like this is right now, it just needs it to work propely. And if a major bug like this comes along, fix it immediately. After the iPhone4 story, now this...incredible! Going back to my reliable BlackBerry! It just ain't reliable and takes forever to fix a problem.

    I have the same issue after iOS 4.2.1 update. I am using iPhone 3GS officially unlocked by Apple. I tried using different SIM cards and both carriers show same problem when using phone in 3G mode. Phone falls back to EDGE mode showing 'E' from '3G' at start. I have reset the phone and rebooted several times and moved to different cell areas in the city just to verify the problem.
    I had no such issues earlier. I also have Nokia E71 which shows full signal and has no such issues.
    I have posted the bug on apple iphone feedback page. I hope they Apple will fix the problem and test the release properly on all models before releasing to public.

  • I have a problem with my iphone,after upgrade software ios 6.0.1,  is not possible to use the wi-fi, used until now, because is not possible to have the login, i find this message " the requested URL  was not found

    I have a problem with my iphone,after upgrade software ios 6.0.1,  is not possible to use the wi-fi, used until now, because is not possible to have the login, i find this message " the requested URL  was not found

    You have to go to autherized iPhone agent.

  • Am running Firefox 3.6.10. Am having problems with Firefox crashing after upgrading to Kaspersky Internet Security 2011. Anyone else having same problem. Oh, BTW am still using Windows XP operating system.

    Am running Firefox 3.6.10. Am having problems with Firefox crashing after upgrading to Kaspersky Internet Security 2011. Anyone else having same problem. Oh, BTW am still using Windows XP operating system.

    The latest flash player release is 11,0,1,152.
    Can you upgrade to this version and see whether the crash stil exists?
    Go to get.adobe.com/flashplayer to download and install flash player.
    In case you need direct link to installer/uninstaller, please go to http://forums.adobe.com/message/3952360#3952360 to find them.
    saranlee wrote:
    My computer crashes repeatedly and I get the message pages are not responding do you want to stop, and/or shockwave is not responding do you want to stop. I have Windows XP Service Pack 3, I am having the same issues whether I use Internet Explorer, Google Chrome, or Mozilla Firefox. My HP Pavilion Desktop has 504 MB of Ram and I am using high speed internet connection. Because it was crashing so much, I used the uninstall program for Flash player to uninstall Flash, I checked my registry and removed anything I saw that was Flash. I then uninstalled Google Chrome and Mozilla Firefox, then I reinstalled the most recent versions from their websites. I did the same for FlashPlayer and Shockwave Flash. I went to the Adobe website and had them check to see if it was working and it shows I have FlashPlayer 10.3.181.36. The page that shows  which version of flash player goes with Windows XP states that I should have 10.3.181.34 (This is what I thought I had before I updated, I was having the same problems). When I went into my computer to see what version I have, it shows 11.5.9.620 Activex and both Flash Player and Flash Player Object is listed as 10.3.181.34. My firewall for Windows is set to medium. I also am running Norton Internet Security. It takes anywhere from 3-6minutes for some of my games to load, and I have to refresh at least 3-4 times in order to play. When I do start to play it freezes frequently and I use escape to free it up. This has been going on for a month. I have no idea what to do. I am not very computer savy and I have been learning as I go.

  • Problems with IMAQ Vision after upgrading from Labview 6i to Labview 6.1

    Hi,
    We just upgraded from Labview 6i to 6.1.To do this,we uninstalled the 6i version as was suggested by NI and then installed the 6.1 version.Later when we tried to run the old vi's written using Imaq vision, we ran into different problems.Has anyone experienced any similar problems with IMaq vision after upgrading?If so please help me solve this issue.
    Thanx
    deepak

    What kind of problems?
    I would strongly suggest that you uninstall IMAQ (all elements) and reinstall them. They register with Windows, probably docked to 6i, and also must be recompiled, which I believe is done in installation.
    This is your best bet.
    If you still have problems, contact NI and ni.com/ask and start a support inquiry.

  • Problem with the workbook after upgrade

    Hi all,
    We are facing some problems with the workbooks after BW 3.5 Upgrade.e.g. some templates are disturbed, some variables have been affected. So I have few doubts --
    1. What could be the possible reason behind this?
    2. What exactly got changed in the system which reflected this problems?
    3. What other problems might have occurred which we may not have noticed?
    4. How can I find out the number of workbooks affected due to this?

    Dear ,
    This is known issue:
    Please implement the below mentioned note as this will solve your issue,
    Note 1609237 :  Subsequent correction to 1567679
    Regards,
    Arvind

  • Problem with Java Script after upgrade from BW 3.5 to BI7

    Dear Colleagues,
    We're facing the issue with Java Script after upgrade of BW 3.5 to BI7.
    Just after update we checked the basic functionality and it occured that some of web templates that use Java Script don't work. They generate seelction screen, but after selection the screen becomes blank without any error messages.
    We're currently stucked since web templates weren't converted to BI7 version so they should work exactly as before the upgrade.
    We compared the Java code with other environment that was not upgraded - it's perfectly the same.
    The only explanation that comes to my mind is that some Java Script settings on the server level were changed during the upgrade but I have no idea where I can check that.
    Thanks in advance for any suggestions,
    Andrzej Bobula

    Hi Deepu,
    Thanks, it was great to read your reply and then few minutes later talk to you live on SDN Day!
    Unfortunately, http cache clean-up did not help. But there is another funny thing I found - for exactly the same 3.5 webtemplate html code returned from WebAS 3.5 was different then from 7.0.
    Unfortunately, this editor does not allow to paste complete code, even in CODE brackets, but here are main differences:
    <b>3.5</b>
       if (navigator.appName == "Microsoft Internet Explorer")
    <frame src="/sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=1&REQUEST_NO=1&CMD=GET_TEMPLATE"
    name="Content">
    and
    <b>7.0</b>
       if (navigator.appName.indexOf("Microsoft Internet Explorer")!=-1)
    <frame src="/sap/bw/BEx?SAP-LANGUAGE=E&PAGENO=8&REQUEST_NO=0&CMD=GET_TEMPLATE"
    name="Content" 0nLoad="javascript:loadTitle()">
    (I intentionaly put 0 i/o o in 0nLoad, otherwise Forum's editor does not accept the text.
    How about SAP's claim that technical upgrade from 3.x to 7.0 changes nothing?
    Regards,
    Vitaliy

  • Problems with music app after upgrading to iOS 5

    i'm very particular with the organization of my ipod stuff. it has to have album art and it has to be properly sorted out by artist and album. after upgrading to iOS 5 i found several problems with the music app:
    1. some artists dont show on the artist section. i've tried fixing the album artist info, sorting info etc and nothing.
    2. some albums duplicate themselves in the albums section and it only gets cured if you delete a certain song in the album. if you try putting the song back the albums duplicate again.
    3. some album art dont show. i've tried plugging in the album cover directly to the song/s in the ipod, and deleting the song and recopying the song from itunes and still nothing.
    anyone care to weigh in?
    did i mess up the installation?

    I just spent hours trying to solve same (I have a iPod Touch 4th Gen) and I am very picky about its organization too. What I can tell you:
    1- The artists suddenly not showing in the artist section:  Double-check that their albums are not marked as "part of a compilation"... because I had 8 artists disappearing after the upgrade and all their albums were marked as "part of...". After removing that "compilation" tag, all 8 artists reappeared where they had been all along under the previous iOS, namely under the Artists category.
    2- I had an album that did not want the artwork to show. And each time I was able to transfer it back with the art, it would duplicate tracks on the iPod Touch. I finally was able to solve it by deleting manually from the iPod the album (by slowing dragging my finger to the right on the album title and click on the delete button when it appeared) then by deleting it also from the iTunes library and syncing. Then I reloaded the album in iTunes and resynced on the iPod Touch and the album reappeared without duplicates and with the artwork.
    3- Finally, one album was correct (track-wise) but no artwork. I double-checked everything and manually check the info for each track and 2 tracks had not artwork attached to it and a 3rd had 2 artworks. I manually attached the correct artwork to each track THEN to the whole album. Then I resynced and everything FINALLY worked fine.
    OUFF!

  • Problem with mp3 files after upgrading to iTunes 8.0

    I have the following problem in iTunes after installing the 8.0 version:
    I have noticed that certain (mp3 in this case) files do not play or download Album Cover from iTMS.
    These files were in normal condition at least 1 day ago, before the update and I can still find them in my iPhone which has not been sync since the iTunes update.
    Things I've done before posting:
    1. Checked the files that they still exist in their original location as they are set in iTunes preferences.
    2. Those files can be played either in Quick Time or in Finder Quick View (and Real Player and VLC).
    3. I have restored the mp3 files from Time Machine but no solution found.
    4. I have backed up and erased and created a new iTunes Library and tried to import them again on an empty library but nothing happened.
    5. The files existed in iTunes (without Artwork which they did have previously) but I could not play them (double-click etc). Then I removed them, I cannot add them again (either by 'Add to Library' or by drag-drop)
    6. Of course, I did a volume repair and permissions repair by booting from the OSX install DVD.
    (edit) 7. I moved the files on my MacBook Pro and tried to add them in the iTunes there (completely empty and different library). This also had no result...
    So after all these, the files are still not accepted in the iTunes but they still exist (and are playable) in my iPhone after yesterday's sync.
    Any ideas? because i'm running short atm
    Message was edited by: Periclesm

    Had the same problem with the new update. I finally got back to my previous version by using system restore. After the restore I had to go to the "All Programs" list and click on Quicktime and iTunes individually to allow them to re-configure, then had to restart the computer again. After that all's well. My lbrary was intact.
    I tried everything to get the newest version to work, including completely uninstalling my current versions of QT and iTunes, then downloading the latest directly from the Apple website, but, after 3 attempts, nothing worked. Guess I'll have to wait for the next update and try again.
    By the way, your library is not actually stored in iTunes--it is stored in your Music folder, so you should not lose anything by uninstalling iTunes if you need to.

  • Problem with audio configuration after upgrading to iTunes 7.5

    After being forced to upgrade to iTunes 7.5 (when downloaded a new song form the Music Store), an error message is displayed when I launch the application, "ITunes cannot run becuase it has detected a problem with your audio configuration". The application exits immediately.

    Try the instructions in this article.
    (26574)

  • A problem with Wi-fi after upgrade to Nokia Belle ...

    Good Afternoon
    I have a problem with my Nokia 500 (Belle) (Symbian).
    I was using a old system and I had my wi-if acess working but after I upgrade my  system to Belli my wi-fi doesn´t work. I tried writing the same password but my connection s (Connecting. connectins and fall).
    May you help me ? 
    Is there any configuration if I have to do ? 
    Thanks a Lot 

    Hi
    Thank you for you post and welcome to the forums.
    Firstly try removing the WiFi access point off you device and then reboot the device and reset the router then try re-add the WiFi access point on your phone and see if it connects. If it still doesn't work temporarily removing the password on router then try to connecting to see if this helps.
    If you find this post helpful, a click upon the white star at bottom would always be appreciated.
    If it also solves your problem, clicking ACCEPT AS SOLUTION below it will benefit other users!

  • Problem with some apps after upgrade to 5.1 (can I downgrade it to 5.0 ??)

    Dear all,
    I'm experiencing some problems with apps after upgrading to 5.1, some of them just got stucked or not even start up. Is there a way of fixing this or downgrade to 5.0 ??
    Thanks

    you cannot downgrade, sorry.

  • Problem with ADF Application after upgrade to 10.1.2.3

    Hello,
    i have some problems with my ADF applications after upgrade of AppServer to 10.1.2.3.
    The only Excteption i got is in the application.log of the container:
    Error in errorPage /faces/pages/error/error404.jspx
    javax.servlet.ServletException
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:614)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:556)
         at pages.error._error404._jspService(_error404.java:682)
         at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:356)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:498)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:402)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:674)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:674)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.EvermindHttpServletResponse.sendError(EvermindHttpServletResponse.java:1298)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.EvermindHttpServletResponse.sendError(EvermindHttpServletResponse.java:1428)
         at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:162)
         at oracle.security.jazn.oc4j.JAZNServletResponse.sendError(Unknown Source)
         at oracle.adf.view.faces.webapp.ResourceServlet.doGet(ResourceServlet.java:169)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at oracle.adf.view.faces.webapp.ResourceServlet.service(ResourceServlet.java:135)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:674)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    Does anybody know how to handle it?
    Regards.
    Krystian.

    I am also getting the similar error if I enable a particular coloumn of a table to load into ORM , I am getting the following error,
    javax.servlet.jsp.JspException     at jsp.viewsinglerecord.throwError(_viewsinglerecord.java:31)     [SRC:/jsp/standardinclude.jsp:84]     at jsp.viewsinglerecord._jspService(_viewsinglerecord.java:1185)     [SRC:/jsp/displaymultiplerecords.jsp:461]     at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:356)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:498)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:402)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:230)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.GetParametersRequestDispatcher.forward(GetParametersRequestDispatcher.java:257)     at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)     at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:835)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.3.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:534)

  • Problem with  Firefighter logs after upgrade to 5.3 from 5.2

    Hello Gurus ,
    just for 2 weeks we are running GRC 5.3 , which we updated from the 5.2 version .
    Unfortunately i could not make all the possible tests in one day and after i didnt check the FF reports .
    So after 10 days..after solving some issues from the upgrade i realized that in SPM (Superuser Priviliege Management ) we have a problem as well .
    We cant perform anymore reason / activity reports because the data are empty.By empty i mean all the entries users made dissapeard. I searched the two tables that normally should have the data (/virsa/zffcdhdr and the  STXH ) but with no luck .
    The other problem is..that after the upgrade to 5.3 from 5.2 the grcservice user that is responsible for the job  /VIRSA/ZVFATBAK didnt had enough authorization to complete the job , thing that before worked fine .
    So for 10 days the job didnt run and when i run the log report i see for every FFID the message "BACKGROUND JOB WAS NOT SCHEDULED/LOG & FILE NOT YET GENERATED"
    When i look directly in the tables CDHDR and CDPOS   i can see the data that the log  needs.
    But how can i reconstruct the FF log with this data ? Because when the auditor comes i would like to have the complete logs.
    thank you all for the support
    Cheerz ,
    david

    Hi David,
    Please go through the SAP Note [1143639|https://service.sap.com/sap/support/notes/1143639] (and subsequent Notes). I hope it is of help, at least partially.
    Best regatds,
    Feri
    Edited by: Ferenc Orosz on Apr 2, 2009 2:43 PM

  • Problem with Dreamweaver CS4 after upgrade to Lion

    I am having a problem after upgrading to Lion,  with my  Dreamweaver CS4 . When I try to use the bold button the text completely dissapears from the screen in design view The text is still there as it shows up in preview and also shows up in  code view. Has anyone else had similar problems since the upgrade? and is there going to be a fix for it.

    http://www.adobe.com/products/creativesuite/faq.html#lion-os
    There are a number of known compatibility issues with Creative Suites and Lion
    http://kb2.adobe.com/cps/905/cpsid_90508.html
    Can't see your specific issue mentioned though.
    Perhaps report it to Adobe via the Bug Report form giving full details
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

Maybe you are looking for

  • Call function which only exists in the target system

    Hello, I have to call the function module BAPI_QUOTATION_CREATEFROMDATA2 from a BI system. Of course, the function module does not exist in the BI system. My problem is now how to create the necessary parameter types for the function call? I found ou

  • Search * from t where a like b case-insensitive ?

    I have a Database-field (CHAR60) that contains text with upper and lower case letters. In my application, the user can search for entries in the DB table using this field, which leads to an SQL statement like this: SELECT * FROM table WHERE field LIK

  • Using the Process.getOutputStream() method

    Hi all, i have written a java program that executes System commands and returns output... this program works fine if you want to only execute the command and returns output... but suppose that the program that you executed waits for you to input some

  • Multi-page layout

    Friends please help me with this. The information I need for a single record runs to 2 pages, which means I have a multi-page layout. I have pulled the repeating frame to the second page and created some fields with-in the frame in the second page. W

  • Some Upgrade Suggestions for the iPhone

    I just got 8GB iPhone and am loving it, especially the web browsing capability. My experience would be even better if the iPhone had the following features: 1) a search function equivalent to spotlight in the iMac's (the lack of it seems a major over