BAPI_PTMGRATTABS_MNGCREATION inexplicable error

Hi all,
I built a custom BAPI to insert various absence types in IT2001. This custom BAPI is very simple, and substantially only encapsulates the use of standard BAPI BAPI_PTMGRATTABS_MNGCREATION, taking care of preliminary locking of CID and successive commit or rollback upon BAPI result.
Using this standard BAPI I have very strange results: it seems to work for some absence types and instead it gives the same single error (HRTIM00REC - 012) fom many others. Besides, and most important it seems that the BAPI check against the wrong absence type, different from the one specified in abs_att_type parameter.
For example, I try calling BAPI_PTMGRATTABS_MNGCREATION with the following parameters (passed through custom BAPI)
Employeenumber = 00070770
abs_att_type = 0021
hrabsatt_in =
from_date = 20080311
to_date = 20080311
Start_time =
End_time =
Abs_att_hours = 4.00
All_day_flag =
Previuos_day =
lockindicator = ’ ’
simulate = ’ ’
Return table contains one information row and one error row, that seems to occur in standard function HR_MAINTAIN_MASTERDATA. Trying to debug the BAPI BAPI_PTMGRATTABS_MNGCREATION, it seems that correct parameters are used in all subsequent function call.
So it’s inexplicable why the error I s checked against absence type 0019, and not 0021 originally passed as parameter in BAPI call.
Do someone have any insight on this?
Many thanks in advance.
Enrico Polacco

>
Christian Huber wrote:
> Hello to the java and hr experts,
>
> can you please help me.
>
> I am using the following code for booking leave (infotype 2006)
>
> static final String     BAPI_ADD                               = "BAPI_PTMGRATTABS_MNGCREATION";  // book leave
>
> ... and so on
> ...
>
> jcoUrlAdd     = mRepository.getFunctionTemplate (BAPI_ADD).getFunction();
>
>  // Get results
>  //----
>  rc                     = jcoUrlAdd.getTableParameterList().getTable ("RETURN").getString ("TYPE");
>  rcMessage     = jcoUrlAdd.getTableParameterList().getTable ("RETURN").getString ("MESSAGE");
> retUrlAdd           = jcoUrlAdd.getExportParameterList().getStructure ("HRTIMESKEY");
>
> Now i want to do the same under the old infotype 2001
>
> using BAPI_ABSENCE_CREATE
>
> Can somebody tell me, where to find a description of the output (structure or table and fields) or does somebody
> have some lines of code.
>
> Thanks a lot in advance
> Christian
*"       EXPORTING
*"             VALUE(RETURN) LIKE  BAPIRETURN1 STRUCTURE  BAPIRETURN1
*"             VALUE(EMPLOYEENUMBER) LIKE  BAPIP2001-PERNR
*"             VALUE(SUBTYPE) LIKE  BAPIP2001-SUBTY
*"             VALUE(OBJECTID) LIKE  BAPIP2001-OBJPS
*"             VALUE(LOCKINDICATOR) LIKE  BAPIP2001-SPRPS
*"             VALUE(VALIDITYBEGIN) LIKE  BAPIP2001-BEGDA
*"             VALUE(VALIDITYEND) LIKE  BAPIP2001-ENDDA
*"             VALUE(RECORDNUMBER) LIKE  BAPIP2001-SEQNR
BAPIRETURN1
TYPE
ID
NUMBER
MESSAGE
LOG_NO
LOG_MSG_NO
MESSAGE_V1
MESSAGE_V2
MESSAGE_V3
MESSAGE_V4
ALL OTHERS ARE SINGLE FIELDS...

Similar Messages

  • BAPI_SALESORDER_CREATEFROMDAT2 Error "Address category does not exist"

    Hello everyone,
    I have the following error "Address category does not exist" when executing bapi "BAPI_SALESORDER_CREATEFROMDAT2" from a user application, the error is not constant, meaning sometimes shows and sometimes does not, I´ve been investigatnig regarding this and it seems to be a buffer problem, found SAP Note "1232196 - Inexplicable error in BAPI" and implemented FM "SD_SALES_DOCUMENT_INIT." as solution described, but it's still not working, does anyone faced this problem before that could help me out?
    Thanks in advance for your replies.
    Regards,
    Julio Cesar

    Hi julio,
    I guess this error occurs due to some pre configuration issue with the value by which your creating the sales order. Have you tried creating sales order with any other value or with just header data.
    Regards,
    sivaganesh

  • UIX 2.2.20 errors in TomCat 5.5.12 logs

    Hi all
    I am using uix 2.2.20 on TomCat 5.5.12
    In general it's OK, but I am facing some inexplicable errors in the logs.
    In fact I don't know when they appear, but the logs are full of such the messages:
    ------------ Type 1 -------------------------------
    SEVERE: null
    java.io.FileNotFoundException: Could not find [email protected]
         at oracle.cabo.share.io.DefaultNameResolver.getProvider(Unknown Source)
         at oracle.cabo.share.io.CachingNameResolver.getProvider(Unknown Source)
         at oracle.cabo.servlet.xml.DefaultPageDescriptionCache.getPageDescription(Unknown Source)
         at oracle.cabo.servlet.xml.UIXPageBroker.getPageDescription(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.getPageRenderer(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.renderPage(Unknown Source)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at KProject.SecurityFilter.doFilter(SecurityFilter.java:142)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at KProject.CacheOffFilter.doFilter(CacheOffFilter.java:38)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    ------------ Type 1 -------------------------------
    ------------ Type 2 -------------------------------
    Mar 9, 2006 11:13:48 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet uix threw exception
    java.lang.IllegalStateException
         at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:418)
         at oracle.cabo.servlet.util.BajaHttpUtils.sendNotFoundError(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.renderPage(Unknown Source)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at KProject.SecurityFilter.doFilter(SecurityFilter.java:142)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at KProject.CacheOffFilter.doFilter(CacheOffFilter.java:38)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    ------------ Type 2 -------------------------------
    Could anyone please explain when theese errors can appear
    may be one of you ever faced with them
    Thanks in advance
    Renat

    I don't like reposts myself, but I still have no solution..
    Can anyone give an idea about these errors?..

  • Palm Desktop crashes when viewing one month in monthly view

    Hi--this is a weird problem. Never seen it before.
    --My Treo 680 (Win XP SP3), with Palm Desktop 6.2.2 seems to sync fine. I make changes in the Treo, it appears on the desktop.
    --Also, I can view and edit the desktop in DAY view.
    I normally default to monthly view though--and when I try to edit anything in a monthly view the Palm Desktop immediately crashes.This also seems to happen only with one month--July--where I recently added a lot of new appointments.
    I ran the "check" tool for corrupted records, came up clean.
    The data seems to be there and be safe and sync, but every time I try to access this one month from monthly view--it crashes.
    Any advice, suggestions?
    Post relates to: Treo 680 (Unlocked GSM)

    Your link generated an error message..but I did find a couple of relevant threads. Thanks..
    --I have no appointments spanning midnight, so I presume that's not the problem
    --I'm reluctant to downgrade versions. I use the same software on my Vista laptop as on my XP desktop and I'd like to confuse the issue or go through degrading both.
    The dbfix program was more interesting.  It found for Calendar: one appointment in several places that it said "blob goes beyond end of record."
    I don't know what that means, but it was particularly odd as this particular appointment was repeated in multiple years as long ago as 1969, it said--which goes beyond the ability of the desktop software even to access; certainly I wasn't using a Palm in 1969, and obviously it didn't exist. So I deleted all of them but for that 1969 one since the desktop will only go back to Jan 1970.
    After deleting what I could delete on the desktop, I sync'd.
    Didn't help.
    I ran the program again and the exact same older--presumbably fictitious-appointments from old years like 2007 were still coming up as checked errors. Hmmm. Apparently deleting them on the desktop helped not at all. So now I deleted one on the 680 as a test.
    I sync'd. Immediately crashed the Palm, but when it came came back up. I doublechecekd--that 2007 record was now gone from everything, desktop and PDA. I syncd again,,,went through fine this time.
    Ran dbfix again to check--just coming with that one 1969 inexplicable error.  Ran Palm Desktop now. Ran the Options/Tools/Check record on the desktop (included utility) just to be sure--no errors.
    The final test--running Palm Desktop back in monthly view.  Immediately crashed again.
    Shrug!
    Now, I don't mind buying the dbfix program if that'll do it, but does this seem like something it needs to go through and might actually fix, as opposed to my manually deleting the things?

  • Missing master files / Version-0.apversion

    Greetings,
    i have an inexplicable error in Aperture 3. I have migrated my photo library into aperture and allowed it to "ingest" the photos. Prior to this, i was using the browser/finder as the interface of choice for managing my files.
    Now aperture is creating this error for a small number of files. When in the browser, the thumbnail is replaced by a dotted white outline bearing the filename Version-0.apversion or Master.apmaster.
    When i double click on the thump, the screen will flash between the image and the grey background. In the meantime the Processing indicator at the bottom of the screen will fire up and the Activity monitor will display a never ending "Updating library" processing task with the counter going into the thousands. All 4 cores will fire up at the same time, but only when the app is in the foreground, when aperture is minimized, then the processor activity will stop.
    I have tried to export versions or the originals, nothing happens. A directory with a Version-0.apversion or Master.apmaster file (4k) will be created.
    I dont know how to address this issue and i have not been able to find anything online. I am looking forward to any ideas.

    Anyone? any ideas? any more information i can supply for someone to look into this?
    I am seriously regretting allowing aperture to handle my images........

  • Minor mistake somewhere....cant recognize...please help

    the following is an extract of code written for playing an audio file,but even after realizing the player(before starting the player) the code written to get and add visual components and a simple textarea it's not functioning.........some problem with code?
    if (player != null)
                   player.addControllerListener(this);
                   player.realize();
                   try
                        while(isRealized==false && count<10)
                             System.out.println("Trying to realize the player...");
                             Thread.sleep(5000);
                             count++;
                   catch(InterruptedException ie)
                        System.out.println(ie+" while trying to realize the thread was interrupted");
                        /*catch(ResourceUnavailableException rue)
                        System.out.println(rue+"\nsome resource was unavailable");
                        catch(CannotRealizeException cre)
                        System.out.println(cre+"\ncouldn't realize,some inexplicable error");
                        System.exit(0);
                   catch(Exception e)
                        System.out.println(e+"some other exception");
              //added to original Receive script: -
              Component c=player.getVisualComponent();
              if((c)!=null)
                   a.getContentPane().add(c);
              if (player.getControlPanelComponent() != null)
                   a.getContentPane().add("South", player.getControlPanelComponent());
              //------------------------addition continued....-------------------------------------------
              Time t=player.getMediaTime();
              a.str=t.toString();
              player.start();

    I think that your best bet to get useful help here is to show us a little more of your code. We don't want to see all of it, but rather you should condense your code into the smallest bit that still compiles, has no extra code that's not relevant to your problem, but still demonstrates your problem, in other words, an SSCCE (Short, Self Contained, Correct (Compilable), Example). For more info on SSCCEs please look here:
    http://homepage1.nifty.com/algafield/sscce.html
    Also, when posting your code, please use code tags so that your code will be well-formatted and readable. To do this, place the tag &#91;code&#93; at the top of your block of code and the tag &#91;/code&#93; at the bottom, like so:
    &#91;code&#93;
      // your code block goes here.
    &#91;/code&#93;

  • Airport doesn't see printer

    I have a new Airport Extreme, and an older HP 7660 printer, with a new Mac laptop. Everything worked fine. THEN we moved the modem and consequently the Airport and printer. I didn't have a long enough USB cable, and left the printer unplugged into the Airport for a few days. When I plugged it in again the airport didn't see it. I've tried everything. Several times. I can print with the cable in the computer. The Airport is on line. I've turned things on and off, disconnected, and reset the airport to factory settings (with the cable in) and set it all up again. Nothing is working. Any suggestions?

    I wish I could say that that fixed it, but it didn't. I was unable to set up the second AX unit as "extend an existing network' due to inexplicable errors related to the change also requiring changing settings on the #1 AX.
    Next, I also tried creating a whole new network on the second AX just for the printer, but it didn't come back online (blinking yellow, invisible in Airport Utility) after I created it and I had to reset it manually and start over.
    It would help if I could find better documentation on it that explains what the various settings do. The manual is a little slim and the various settings are not familiar to me, therefore it's very confusing.
    And, sigh, after all of this, I performed a speed check and found that by connecting through the Linksys Router/Switch, my speed dropped back to the same level as before I started this fiasco.

  • CS3 Silent Install

    I am trying to setup network deployment of CS3 in our office. We are about 60 users and the longest part of setting up a new user is CS 3 Install. I want to get this automated so I can run it as a script with my netinstall.
    I have read through the adobe documentaiton which seems to have all the info in it. I have gone through all the steps and have manged to get it to run the install but it alway s errors out with End Adobe Setup.  Exit code: 6. After that error then I am back to square one and every time I try rerun the install I get End Adobe Setup.  Exit code: 7
    I have had a browse around the internet and it seem quite a common problem, but all the info I can find relates to windows installs. It seems there is not much diffrance between the windows and mac side in terms of commands to run so I have got as far as I can now.
    I have noticed that when i run the install I the installer creates a folder in my /Library/Application Support/Adobe/Installers/ this folder is a seems to be a reandom genrated number and in it, it dumps a setup.app file and some subfolders. It then goes onto to create a folder called /Library/Application Support/Adobe/Installers/R1 which it seem to either move or compile the data from the first folder into.
    When this is done the script errors out. I have noticed that setup.app does not show up it's icon correctly and will not run. It's like the file has erred in the copying process.
    Has any one had any luck with setting this up and have any ideas on how to fix my issue.
    Thanks

    TBH, the biggest problem you are going to face is not the initial installation but the running of all the software patches afterwards. With a disk image of the CS3 disks, install will complete in about 10-15 minutes. Upgrades OTOH may take up to an hour to complete (especially if you forget you're babysitting one) with numerous points where user intervention is required. Also, you need to run the upgrade check from within Adobe Acrobat or Acrobat won't get upgraded.
    I had a long treatise on how to make a working CS3 silent install posted on here at one point, but it was apparently misplaced in the recent Forum Fiasco er, Upgrade... Luckily, I took a text clipping of it and saved it. Hopefully it is helpful...
    BTW, another way to fix error code 7's... flush the contents of /Library/Applications Support/Adobe/Installers. I had a session in there that I apparently failed to delete correctly resulting in more error 7 misery.
    Failing that, the only other way I have been successful in clearing inexplicable error 7's is to do an install using the GUI and then immediately uninstall, again using the GUI. Hopefully that will clear up any lingering weirdness.
    And my final problem that caused the other 2-3 hours of failures? Somehow OS X had appended an invisible ".xml" to the end of my application.xml.override filename. (My own damn fault, didn't realize I hadn't disabled the damnable "hide extensions instead of deleting them" feature on this machine.)
    FWIW, here's my full successful recipe (in my example I'm only installing IDCS3, btw):
    # Create a folder called CS3 Install at the top level of your startup drive.
    # Copy the entire "Applications" DVD into /CS3 Install/ -- it makes a folder called Adobe CS3 Design Premium with your installer goodies.
    # Create a file in called /CS3 Install/install-idcs3-only.xml duplicated from the template in /CS3\ Install/Adobe\ CS3\ Design\ Premium/deployment/install.xml . Customize as necessary for your particular needs--since I only want IDCS3, I deleted everything except the Creative Suite and InDesign payloads from the list of installables in here.
    # Create /CS3 Install/Adobe CS3 Design Premium/payloads/AdobeDesignSuitePremiumen_US_Volume/application.xml.override from the supplied template in the KB, normalizing all double-quotes, and inserting your serial number with no dashes.
    # Make sure ALL web browsers and IM clients have been quit.
    Finally, in Terminal, run:
    sudo /CS3\ Install/Adobe\ CS3\ Design\ Premium/Setup.app/Contents/MacOS/Setup --mode=silent --deploymentFile="/CS3 Install/install-idcs3-only.xml"
    which should exit with Error code 0 (ie, Successful install).

  • Weblogic.deploy update -- and that null message

    So, does anyone else receive an inexplicable error message when running "weblogic.deploy update" in version 6.0, stating that a "java.lang.NullPointerException" has been thrown?
    The update occurs anyway, but seeing a message like this is always disconcerting. Anyone have an idea why this is happening?
    (The exact trace that I receive is cut-n-pasted below.)
    T Fenstermaker
    Online Resources
    McLean VA
    java.lang.NullPointerException
    at weblogic.deploy.deployApplication(deploy.java:383)
    at weblogic.deploy.deploy(deploy.java:340)
    at weblogic.deploy.runBody(deploy.java:219)
    at weblogic.utils.compiler.Tool.run(Tool.java:81)
    at weblogic.deploy.main(deploy.java:954)

    If you use the -debug setting with weblogic.deploy you get more
    info. I'm deploying an .ear file, deployment works if I use the
    console, and if I just copy the ear file to the domain and WLS
    autodeploys.
    I getting the following error.
    [java] java.net.MalformedURLException: unknown protocol: d
    [java] at java.net.URL.<init>(URL.java:480)
    [java] at java.net.URL.<init>(URL.java:376)
    [java] at java.net.URL.<init>(URL.java:330)
    [java] at weblogic.deploy.parseSource(deploy.java:539)
    [java] at weblogic.deploy.init(deploy.java:299)
    [java] at weblogic.deploy.runBody(deploy.java:214)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:81)
    [java] at weblogic.deploy.main(deploy.java:1036)
    [java] javax.management.InstanceNotFoundException: harmony
    [java] at weblogic.rmi.internal.AbstractOutboundRequest.sendRecei
    OutboundRequest.java:90)
    [java] at weblogic.management.internal.AdminMBeanHomeImpl_WLStub.
    minMBeanHomeImpl_WLStub.java:1147)
    [java] at weblogic.deploy.findMBean(deploy.java:815)
    [java] at weblogic.deploy.findApplicationMBean(deploy.java:804)
    [java] at weblogic.deploy.deploy(deploy.java:312)
    [java] at weblogic.deploy.runBody(deploy.java:222)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:81)
    [java] at weblogic.deploy.main(deploy.java:1036)
    [java] java.lang.NullPointerException
    [java] at weblogic.deploy.deployApplication(deploy.java:420)
    [java] at weblogic.deploy.deploy(deploy.java:367)
    [java] at weblogic.deploy.runBody(deploy.java:222)
    [java] at weblogic.utils.compiler.Tool.run(Tool.java:81)
    [java] at weblogic.deploy.main(deploy.java:1036)
    [java] Java Result: 1
    "T Fenstermaker" <[email protected]> wrote:
    >
    So, does anyone else receive an inexplicable
    error message when running "weblogic.deploy
    update" in version 6.0, stating that a
    "java.lang.NullPointerException" has been thrown?I take it from the lack of response that the answer to
    this question must be either:
    a) No, no one else receives this inexplicable error, or,
    b) Yes, everyone else receives this inexplicable error
    and it's so well known how dare I ask.
    Anyone want to give me a clue which of these two is correct?
    T Fenstermaker
    Online Resources
    McLean VA

  • Foto sync problem with ipad

    Hi all
    after having synced my ipad all fotos have dropped out of their folders. they were still there, but not in the folders anymore they belong to. after a number of syncs later, all pictures got lost at the ipad (they are still at the pc). How to fix?
    Cheers
    SfH

    Look what I just found (could that be the problem) here?:
    4. My iPad gives me an error upon sync to my Windows 7 computer.
    I learned this one the hard way. Some computers with motherboards based on the Intel P55 chipset and running Win 7 can produce inexplicable errors when syncing both the iPhone and iPad. Motherboards from Gigabyte, MSI and Asus can be affected. The fix must be done at the deepest levels of your computer's software controls, the Basic Input Output System (BIOS) on your motherboard. Tinkering with your BIOS used to be a you-better-know-what-you're-doing proposition, but these days, updating it is generally a simple process that can be done within the Windows OS. Check with the manufacturer of your motherboard or computer to see if they've issued a BIOS upgrade to fix the problem. If not, you might want to give a call to the company's technical support line and give ‘em an earful.
    Read more: Troubleshooting Apple iPad Problems - Syncing, Charging Apple iPad Help - Popular Mechanics

  • Airport express doesn't see my printer

    My printer doesn't work when plugged into the
    Airprot express. How do I get my printer to work in my network?

    I wish I could say that that fixed it, but it didn't. I was unable to set up the second AX unit as "extend an existing network' due to inexplicable errors related to the change also requiring changing settings on the #1 AX.
    Next, I also tried creating a whole new network on the second AX just for the printer, but it didn't come back online (blinking yellow, invisible in Airport Utility) after I created it and I had to reset it manually and start over.
    It would help if I could find better documentation on it that explains what the various settings do. The manual is a little slim and the various settings are not familiar to me, therefore it's very confusing.
    And, sigh, after all of this, I performed a speed check and found that by connecting through the Linksys Router/Switch, my speed dropped back to the same level as before I started this fiasco.

  • Virus Protection FAQ

    My daughter has a laptop. Recently it developed (even with anti-virus sw installed) a fairly adaptable problem related to virus. I've found my knowledge has greatly increased recently about what is a virus, what is malware, and what can be done to keep your system clean. In her case, the only thing that really did it was to get as much of her data off the system and we started from scratch. Put us both a couple of days behind.
    I'm encouraging our Super-Users and Ambassadors to get engaged in this conversations as well. From a "support" point of view, I don't care what anti-virus program you use. I know HP encourages a couple of specific ones, but know there are many out there that work well.  
    What is a computer virus?
    A computer virus is man-made computer code that disrupts your computer’s functions by infecting its programming and destroying data. The virus can be transmitted via an infected disc, over a network or the Internet, through downloads or by opening an infected e-mail.
    How does a virus affect computer functions?
    A virus disables the PC by reproducing itself in the computer's memory (RAM) or hard drive, where it can sometimes hide in documents or expand invisibly.
    What are the “symptoms” of a PC virus?
    On start-up, the computer screen displays an unexpected graphic, such as a famous person or holiday symbol, you did not create
    Unusual or inexplicable error messages
    Strange beeping or clicking noises, or music unrelated to what you are working on
    Computer’s time and date are altered
    Files are randomly corrupted
    "Write protect errors" appear when opening .exe files
    Inability to open certain files
    Unusually long start-up and/or running time
    Frequent freeze ups
    Spontaneous shutdowns
    What is the best protection against computer viruses?
    An antivirus program will help keep your computer healthy and virus-free. The program automatically looks for viruses any time you download or open new software or e-mail. Popular antivirus programs include those made by Symantec. And if your computer runs Windows® XP, it automatically installs the software, virus updates and patches you need to keep your computer running smoothly whenever you connect to the Internet. Learn more about programs to protect your PC in Using antivirus software and Protecting your PC.
    Be careful when downloading inexpensive or free "shareware" from the Internet. Also, be wary of incoming e-mail attachments. Many popular web-based e-mail providers, such as Yahoo! and MSN,® include virus scanning with their services. If you receive an e-mail that seems out of the ordinary, NEVER open the attachment and just delete the e-mail.
    How can a “sick” computer be repaired?
    If your system becomes infected and you don’t already have an antivirus program on your computer, install one as soon as possible. The program will scan your computer for viruses and remove them.
    Can a virus affect other equipment attached to the computer?
    Yes. Even though a virus usually affects only software, it can cause problems with other hardware such as printers, monitors and keyboard.
    Are viruses the only threat to a computer?
    Unfortunately not. Hackers and identity thieves can compromise the security of your system and your data. Make sure your PC is safe from more than just viruses.
    Read Protect your PC: firewalls to learn more.
    HP Product Expert for the Officejet Pro X Series.
    Was your question answered? Mark it as an Accepted Solution!
    See a great post? Give it a Kudos!

    Today there are so many nasties lurking out there that an anti-virus alone is not enough protection. Even Facebook, a favorite social networking site for many of us is plagued with malware droppers via it's many apps that individual owners use. I have even been hit there on one occasion and my daughter's PC infected there. I say "I have even been" not being overly optimistic, but to mention that it happened in spite of the fact that I pride myself on keeping our machines very updated_Windows ,apps and Anti-virus. I also run Avira which is top rate anti-virus software,imo. But..I was hit at Facebook site. MalwareBytes was the tool I used to quickly annihilate the bugger. Super AntiSpyware is another good one I recommend.
     (MalwareBytes is so well known for removing nasties that it is blocked from installing by some trojans, so do not wait till you're infected.Install it now & have it ready to work.)
    Always have a two stage protection_a good anti-virus app and a good malware /trojan cleaner! Never hurts to have 2 good malware/trojan removers installed.Unlike an Anti-virus where only 1 at a time should be installed.
    And of course, can't overlook the optimum solution for getting a system back up and running clean_Imaging the hdd. Custom Recovery Options
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Published output looks odd

    Hi, When i publish to flash 7 using html output option i have
    never had an issue. Today when i publish an some slides the text
    box i use as the title is partially covered up by (i assume) a
    white box that doesn't exist in the project. I have chosen move
    object to front and re-published but no change. i have tried
    publishing to windows exe to see if issue with html maybe but same
    occurs. As I cannot see any reason for these random slides to be
    hiding the title partially and have run out of ideas so over to you
    - all help appreciated :-> Ellen

    I've run into the same problem. It's EXTREMELY frustrating to
    have to deal with inexplicable errors like this. I'm sure someone
    will help with yet another workaround to the bug.

  • Warning: Loss of text when edited within iWeb

    I am among the many who get the message "There was an error uploading to .mac" or the like.
    Seems Apple doesn't even know all the reasons we get this error, but the advice has been "often it has loaded even though it says there was an error...check and see if it loaded after all."
    Well, that's seemed to work for me, EXCEPT that after losing changes the third time, I realized it wasn't just me forgetting to Save. Seems it's imperative to edit text outside iWeb, and then paste it in. That way changes aren't lost due to the inexplicable errors while uploading, real or phantom.
    Yes, any person reasonably sane would know to protect data by editing a stand-alone file, backing it up, etc. But hey, nothing wrong with a little minor tweaking that you could risk losing... which can end up substantive enough to still make you weep a little when it turns up lost, er, uh... doesn't turn up at all. *You can lose your changes, if you edit text in iWeb!*

    Publishing errors have plagued every version of iWeb that I have owned. I found a work around for the earlier versions.... just ignor the pop up warning that iWeb has encountered a server error or whatever error message you get... just click 'ok' ..... then open Activity Monitor and wait till uploading finishes .... ie zero bytes sent in "Network" window. (make sure that you are not logged on in any other web apps like Skype that could be uploading or creating any activity)
    Then close iWeb, find the domain.sites file in Library>Application Support>iWeb open the package and delete Prepublish.plist
    That was a pain but it worked (most of the time)
    Now in iWeb 08 the problems have become much more serious... and my work around does not work at all. In frustration I created a new user on my powerbook, I added a family pack to my .Mac account (my web sites are too large for a trial account to work) and I created a new .Mac id
    I copied my domain.sites2 file to my public folder. I then logged into my new user account and moved the domain.sites2 file into the Library>Applications Support> iWeb folder and started iWeb.
    Everything looked good the first time. I uploaded the site after making some edits to fix weird font size changes???? and formating problems that iWeb 08 had generated in the upgrade and publised all to .Mac. The site published ok the first time but I found a lot of links were missing for some reason. Then iWeb crashed. I was not worried and opened it again. What a mess! All my changes were gone..... worse than that... several generations of changes were gone! the iWeb site looked like one I had been working on about a day earlier and I had invested a lot of time in changes that WERE NOT SAVED... I save regularly because I know that iWeb will not save automatically when it publishes (why, why why?)
    Digging deeper I found links that had changed randomly, and entire pages missing or blank. All the pages that I had duplicated and then moved into different sites had no content???? I tried this several times and always with the same result. It seems there is a problem with the code and iWeb cant save files with any consistency.... this is easily the worst bit of software that Apple have every authored in terms of debugging. The idea is fabulous and the old versions produced some great looking sites easily but the new iWeb 08 is a disaster.
    Come on Apple, get your act together... it is not like you dont have the $ to deal with this kind of quality control issue. ..... oh and after mailing support via the Apple iWeb report form (yes they know there is a serious problem), NOTHING.... just an auto responder message.... get back to you in 48 hrs etc.... NOTHING.

  • Inexplicable Object Required error in status bar?  Crazy.

    Hope someone can help.  Firstly, I'm developing in Classic ASP, DW8.0.2.
    I am receiving an inexplicable "Object Required" error in my status bar on the following page of a website I am developing:
    http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    When the page initially loads, there is no error.  But click a link, or hit Refresh and the error appears!  And there are loads of errors too!  What gives?
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Fri, 12 Feb 2010 16:04:45 UTC
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Message: Object required
    Line: 53
    Char: 3
    Code: 0
    URI: http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Line 53 of my code is:
    rsMOVIE_cmd.CommandText = "SELECT movieID, movie, cinedvd, moviecert, movierelease, moviecast, movietrailerID, livemovie FROM dbo.movies WHERE movieID = ?"
    However, I know this isn't the problem because I've completely rewritten the code and it always flags line 53, char 3 no matter what code is on that line.
    Hope someone can shed some light on the matter.  Thanks.
    Regards
    Nath.

    Thank you, again, for your response Bregent.
    The line in the client code, that's being reported as being an error is:
    <div class="reviewlayout">
    Can I just confirm with you though, when the page initially loads I don't receive the error.  It's only when I either select another link, from that page, or refresh the page.  Is that also happening for you?  It sounds like you're not seeing the error initially either, but I am wondering if, like me, you receive the error when you choose a link, or refresh?  I'm getting that in IE8 and Firefox 3.6:
    http://www.moviegossip.co.uk/movie-reviews.asp?m=1
    Why would an innocuous bit of CSS code be causing this error?
    Appreciate the input, thanks.
    Nath.

Maybe you are looking for

  • Dynamic(Switch Independent) NIC Teaming Mode Problem

    Hi, We are using Switch Independent Dynamic distribution NIC Teaming configuration on Hyper-V 2012 R2 cluster. In the following graphs between 19:48 - 19:58 you can see clearly how dynamic NIC teaming mode badly affected the web servers response tim

  • Urgent drop down help

    using Javascript I have a drop down with the following 1. jobs 2. annoucements 3.cars I have few textfields in the same form, one of the textfield is called "position" and is not validated and i want to validate it I want to know how can i write the

  • My iPod touch can not go to YouTube and safari

    My iPod touch can not go to YouTube and safari that I bought from Target at Rosemead on 2009. What should I do now? How to fix my iPod touch?

  • How much does it cost to implement peoplesoft HRMS ?

    Hi All, how much does it cost to implement peoplesoft hrms (including license etc ) ? Thanks

  • Help me Join 2 separate queries

    SQL> select op_date, sum(withdrawal) withdrawal, sum(deposit) deposit from (   2  select op_date_frm op_date, null withdrawal, op_amount deposit   3  from op_bal   4  union all   5  select op_date_frm op_date,sum(DECODE(EXPN_EI,'E',EXN_AMOUNT)) WITHD