Schema tool simply doesn't output anything

In what situations does the ant schematool not output anything and simply
let the ant script continue? I have the following piece of ant script:
<antcall target="compile"/>
<taskdef name="schematool"
classname="com.solarmetric.modules.integration.ant.SchemaToolTask"
classpathref="jarpath"/>
<schematool action="refresh" ignoreErrors="true">
<config ConnectionDriverName="${project.db.driver}"
ConnectionUserName="${project.db.uid}"
ConnectionPassword="${project.db.pwd}" ConnectionURL="${project.db.url}"
LicenseKey="LICENSE KEY CENSORED" SynchronizeSchema="false"/>
<fileset dir="${project.build.outputDir}">
<include name="**/*.jdo" />
</fileset>
<classpath>
<path refid="jarpath"/>
<pathelement location="${project.build.outputDir}"/>
</classpath>
</schematool>
When I change one of the ${project} settings to a non-existent property the
tool starts screaming hell and murder that it can't connect to the database.
However in normal execution the schematool doesn't do anything. It doesn't
even tell me it's refreshing anything.
Does this mean that it somehow can't find my jdo-files? I've passed exactly
the same fileset and classpath into jdoc and it CAN find my .jdo's and
classes.
Love to hear from ya,
Martin van Dijken

In article <[email protected]>, Martin van Dijken wrote:
The night must have done my computer some good or something.When all else fails, trying again in the morning is always a good
solutin :)
All of a sudden
the tables are being created. I did have my logging for schema creation a
little too quiet so it didn't output anything. Maybe in fidgeting with
log4j.properties I corrected something else as well.
Anyway problem solved,
Thanks
"Marc Prud'hommeaux" <[email protected]> wrote in message
news:[email protected]...
Martin-
Does this mean that it somehow can't find my jdo-files? I've passed
exactly
the same fileset and classpath into jdoc and it CAN find my .jdo's and
classes.Most probably that is what is happening.
I hate to second-guess, but are you sure the fileset for the jdoc and
schematool tasks are exactly the same?
Also, if you enable trace-level logging for all of Kodo's categories, do
you see any output at all from the target?
In article <[email protected]>, Martin van Dijken wrote:
In what situations does the ant schematool not output anything and
simply
let the ant script continue? I have the following piece of ant script:
<antcall target="compile"/>
<taskdef name="schematool"
classname="com.solarmetric.modules.integration.ant.SchemaToolTask"
classpathref="jarpath"/>
<schematool action="refresh" ignoreErrors="true">
<config ConnectionDriverName="${project.db.driver}"
ConnectionUserName="${project.db.uid}"
ConnectionPassword="${project.db.pwd}" ConnectionURL="${project.db.url}"
LicenseKey="LICENSE KEY CENSORED" SynchronizeSchema="false"/>
<fileset dir="${project.build.outputDir}">
<include name="**/*.jdo" />
</fileset>
<classpath>
<path refid="jarpath"/>
<pathelement location="${project.build.outputDir}"/>
</classpath>
</schematool>
When I change one of the ${project} settings to a non-existent propertythe
tool starts screaming hell and murder that it can't connect to thedatabase.
However in normal execution the schematool doesn't do anything. Itdoesn't
even tell me it's refreshing anything.
Does this mean that it somehow can't find my jdo-files? I've passedexactly
the same fileset and classpath into jdoc and it CAN find my .jdo's and
classes.
Love to hear from ya,
Martin van Dijken
Marc Prud'hommeaux [email protected]
SolarMetric Inc. http://www.solarmetric.com
Marc Prud'hommeaux [email protected]
SolarMetric Inc. http://www.solarmetric.com

Similar Messages

  • Dbms_output doesn't output

    Hi,
    Please try this in sql developer version 1.0.0.15.57
    BEGIN
    DBMS_OUTPUT.PUT_LINE('hi' || rpad('heyhey', 255, 'x'));
    END;
    Doesn't output anything, but this does.
    BEGIN
    DBMS_OUTPUT.PUT_LINE('hi');
    END;
    Both work in sqlplus. Is this a bug?
    Thank you.

    Not sure that this is a bug... dbms_output.put_line has a limit of 255 characters per line.
    See this asktom link that explains it and gives a fix for it...
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:146412348066
    'hi' || rpad('heyhey', 255, 'x')) would be 255 characters plus 2 equaling 257.
    Error starting at line 1 in command:
    BEGIN
    DBMS_OUTPUT.PUT_LINE('hi' || rpad('heyhey', 254, 'x'));
    END;
    Error report:
    ORA-20000: ORU-10028: line length overflow, limit of 255 chars per line
    ORA-06512: at "SYS.DBMS_OUTPUT", line 35
    ORA-06512: at "SYS.DBMS_OUTPUT", line 133
    ORA-06512: at line 2
    When I change the rpad to 253 the output is fine and this nasty error doesnt show up. Using SQL Developer ofcourse the whole time.
    Tried this with SQL Plus 9.2 database and got exact same error.. So, like I said.. Not a bug.. Normal for at least 9.2 database.
    Message was edited by:
    Mark Reichman

  • Hi, I am having trouble using the smooth tool on a logo that I created. I have watched tutorials and something isn't working for me. When trace with the smooth the line just disappears and doesn't smooth anything out. Please help.

    Hi, I am having trouble using the smooth tool on a logo that I created. I have watched tutorials and something isn't working for me. When trace with the smooth the line just disappears and doesn't smooth anything out. Please help.

    Sorry, that's Monika with a k
    On Tue, Nov 18, 2014 at 2:26 PM, Monika Gause <[email protected]>

  • Report works fine in VS2010 but simply doesn't show when published

    Problem:
    Crystal Report works fine in VS 2010 but doesn't show when published to web-server, there is no error, it simply doesn't show.
    Background:
    Installed VS2010 on a freshly installed and fully updated (.net 4.0 is included in the updates) windows server 2003 box with production release Crystal Report 2010. Nothing else is on the server.  IIS 6 is running.  My web-server and VS2010 is on the same box.
    I went ahead and created a new asp.net 4.0 web project called webapplication1. Thereafter, i put a few controls (text-boxes, list-boxes and so on)  on the default.aspx page. Then i created a report.aspx page. This page will have the crystal report viewer on it. I went ahead and set the report up without much hassle (got how-to's from the internet).  I successfully tested my web app with the built-in testing server, the beautiful crystal report presented exactly what i asked it to. There was one recurring "Sys.Application is null or not an object" hiccup that occured every time during testing when i navigated from the default.aspx page to the report.aspx page (the page the report is on). Clicking ignore or continue  on the dialogue box that comes up because of the hiccup will allow testing to continue.  Here's a screen-shot of this recurring hiccup.
    http://i440.photobucket.com/albums/qq122/ricom_19/Testing-Error.jpg
    As i've shown, testing went great, except for the hiccup. I now moved to setup a publish profile. Since my web-server and VS2010 is on the same box this seemed relatively straight forward. All the files went over except the report, i.e. crystalreport1.rpt  file. I solved this by  setting the build action to 'Content' in the CrystalReport1.rpt properties. I did a republish. Now i have all my files, see screenshot: [http://i440.photobucket.com/albums/qq122/ricom_19/Application-Home-Directory.jpg], on the web-server.
    I proceeded to try to browse to my app from another computer on my network. This was successful until i tried to navigate to the report.aspx page that the crystal report is on. The the report.aspx page loaded but the crystal report was simply not on it. No errors, not even the hiccup from testing occured. Its as if the crystal report viewer was never on the page to begin with. Only when i right clicked on the page and 'view source'  did i see some remnants of the crystal report viewer.
    Here is the Report.aspx page when tested in VS2010:
    [http://i440.photobucket.com/albums/qq122/ricom_19/successful-Test.jpg|http://i440.photobucket.com/albums/qq122/ricom_19/successful-Test.jpg]
    Here is the Report.aspx page when published to the web-server and browsed to from another computer on the network:
    [http://i440.photobucket.com/albums/qq122/ricom_19/Reportviewer-Disappear.jpg|http://i440.photobucket.com/albums/qq122/ricom_19/Reportviewer-Disappear.jpg]
    Details of adding report to my web app:
    1) Populate my dataset then write the XML schema, reportschema.xml
    2) Added the crystal Report to the project then used the wizard to navigate to the reportschema.xml. Of course i had to create new connection in Database expert. see screen-shot:
    [http://i440.photobucket.com/albums/qq122/ricom_19/CR-Database-Expert.jpg|http://i440.photobucket.com/albums/qq122/ricom_19/CR-Database-Expert.jpg]
    3) I formatted the report the way i wanted it
    4) Added the Crystal report viewer on the Report.aspx page
    5) In the code-behind of the Report.aspx page i bound the viewer to a report document that is loaded with CrystalReport1.rpt file
    see screenshot: [http://i440.photobucket.com/albums/qq122/ricom_19/Report-Page-Code-behind.jpg]
    That's it.  As mentioned, it tested fine in VS2010 but the viewer doesn't show when i publish to the webserver. I wrote a crystal report in .net about 8 years ago. Things have changed soooo much since then.
    I am wondering if its a license issue? Was also wondering if it had anything to do the testing hiccup, even though research is suggestion the two are unrelated.
    I've described my actions as best as i could (without getting into ridiculous detail) and have included screen-shots of relevant stages of the process. Have a look and tell me your thoughts. Thanks.

    The "Sys.Application is null or not an object" issue is known, submitted for a resolution and documented in KB #1528503. Unfortunately the KB search has been down the last couple of days...
    However, the issue is limited to compile time and does not affect a completed application.
    Re. the viewer missing. Sounds like the viewer directory did not get created or configure correctly. Before I get to that. You mention:
    "I proceeded to try to browse to my app from another computer on my network."
    This bring up the question: If you run the app right on the app server. e.g.; not a client computer, does the viewer and report come up? Is this issue isolated to client computers on the network?
    I suspect that the issue exists irrespective of which computer you try to see the report from - but that is an assumption. If the assumption is correct, see [this|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50aa68c0-82dd-2b10-42bf-e5502b45cd3a] article on configuring the viewer. The article does not have CR4VS2010 documented, but you should be able to guide your self using the article. I think the pattern will be obvious.
    Ludek

  • Backup Assistant Plus simply doesn't work, how do I disable it?

    I have a shiny new Samsung Galaxy S III and when I set up my contacts, I added them as "Phone" entries with the expectation that the Backup Assistant Plus app would allow me to back them up. Except that it doesn't and, from what I've seen online, it is a miserable piece of junk that simply doesn't work for many people.
    Soooo....
    I sent all my contacts as a big V-card to my Gmail account, sorted things out in Gmail, unjoined them all on the phone, and deleted the Phone entries. Now I only have Gmail contact entries and they synch with no issues.
    My only question now is, how do I disable/stop Backup Assistant Plus so that it doesn't constantly give me notifications about how incapable it is? I've tried clearing it's data and forcing it to stop. But it comes back from the dead, like a demonic zombie! It appears the only thing the app can do is resurrect it itself for the sole purpose of notifying me that it will fail to do anything useful.
    Any and all help with this issue is greatly appreciated.

    greblaws wrote:
    I have been trying to disable Backup Assistant Plus since it is a BATTERY and PERFORMANCE HOG!  I have a lowly Droid3, and it has been really causing issues.
    Your instructions above DO NOT WORK, under Manage Applications I get "Uninstall updates" - I cannot uninstall it. It is a "system application" and I am locked out of that control.  GRRRR.  Clear data does not do anything for performance.
    Even when on wifi, this app's backup of data is slower than TAR in January.  Biggest issue is the
    The reason the steps to uninstall the app didn't work is because the DROID 3 is running Gingerbread (Android 2.3).  The instructions above were for the Samsung Galaxy S III running either ICS (Android 4.0) or Jelly Bean (Android 4.1).
    You can however "Clear the Data" for the app and from that point never use the app.  The phone will learn to not load it into the RAM in case you ever use it.

  • When I right click a link I can open it inanother tab but it refuses to open a new empty tab. Pushing ctrl+t or the + next to the tabs doesn't do anything, neither in the menu.

    Firfox refuses to open new tabs. Pushing ctrl-t or the + next to the tabs doesn't do anything, neither in the menu. Opening a link in another tab by right clicking is no problem.

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Hi, my computer is not detecting any display, i'd been having this problem since i connected my computer to a tv, the tv burned up, and after that my port doesn't detect anything at all?? Was that the problem can I fix it.I have the lion 10.7.5.

    Hi, my computer is not detecting any display, i'd been having this problem since i connected my computer to a tv, the tv burned up, and after that my port doesn't detect anything at all?? Was that the problem can I fix it.I have the lion 10.7.5. Dont know if I changed settings or something.

    Hello,
    It isn't the fw in Network you want o use or look at, that's for something completely different.
    My first suspect is the Power Adapter on the LaCie has gone.
    At the Apple Icon at top left>About this Mac, then click on More Info, then click on Hardware>Firewire, what is listed there?
    Reset the Firewire bus
    If your Firewire or USB isn't recognizing any device.  A solution which has worked for some whose hard drive became invisible in 10.4 was simply to follow these four steps to reset the Firewire/USB bus:
    1. Shut the machine down.
    2. UNPLUG the power lead to the computer and any firewire/USB drive or devices.
    3. leave it for 10 minutes.
    4. Connect back up and reboot.
    http://www.macmaps.com/firewirebug2.html

  • DI Job Failed with no reason since last week : Invalid schema is specified for PASS output in the Validation Transform

    Post Author: Nono44
    CA Forum: Data Integration
    Hi,
    I have problem with DI job. That job doesn't work since friday.
    The error is :
    (11.7) 04-21-08 09:48:56 (E) (2588:2396) XRN-130125: |SESSION
    OracleApps_GLFacts_Load|STATEMENT
    <GUID::'93342049-fbd9-4942-bab2-5565e8e248bf' TRANSFORM Validation
    OUTPUT(Validation_Pass,
    Validation_Fail)>
                                                         Invalid schema is specified for PASS output in the Validation Transform  Does anybody know what is it ?
    Thanks a lot.
    Arnaud

    Post Author: Nono44
    CA Forum: Data Integration
    Hi,
    I have problem with DI job. That job doesn't work since friday.
    The error is :
    (11.7) 04-21-08 09:48:56 (E) (2588:2396) XRN-130125: |SESSION
    OracleApps_GLFacts_Load|STATEMENT
    <GUID::'93342049-fbd9-4942-bab2-5565e8e248bf' TRANSFORM Validation
    OUTPUT(Validation_Pass,
    Validation_Fail)>
                                                         Invalid schema is specified for PASS output in the Validation Transform  Does anybody know what is it ?
    Thanks a lot.
    Arnaud

  • Lumia 920 doesn't do anything

    Hi everyone,
    My Lumia 920 doesn't do anything at all, when I push the powerbutten it doens't vibrate, the screen is black and I can't hear a sound. Is there anything I could try myself, or do I need to send it to nokia?
    thanks for thinking.

    There are a few things you can try before sending it off.
    Firstly, connect it to a charger and leave it for 30 minutes just in case the battery is so dead that it can't even register the fact that you want to switch on.
    If that doesn't bring it back to life then the next thing to try is a soft reset. Simply press and hold the "volume down" and "power/lock" keys together for about 20 seconds. The phone should vibrate and boot up. While your settings, installed apps, media etc. will be preserved, you might have to set the clock again.
    If even that doesn't work then the next thing to try is a hard reset. Now, this will erase everything in the phone and make it start in pristine factory state. Hopefully your contacts, messages, photos and apps will have been backed up to SkyDrive, meaning that you should be back up and running again fairly quickly.
    Disconnect the charger and wait for a minute. Next, press and hold the "volume down" key while connecting the charger. You should see an exclamation mark on the screen. Then, press in sequence the following keys: "volume up", "volume down", "power/lock" and then "volume down" again. The phone should reinitialise itself.
    If none of the above work then you will have to send the phone off for repairs, I'm afraid.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • After installing 10.6.8, printer goes to pause mode, reinstalling printer doesn't change anything.

    Printer is an HP 5850 connected to Apple Time Capsule via ethernet, and shared by two Apple Macs each running 10.6.8.  Printer was using HP Photosmart P1000 driver as there is no HP 5850 driver available for 10.6.  Printer was working fine in both text and graphics/photos until software update 10.6.8 was installed.  Now, after starting a print, the printer goes into pause mode.  Continued attempts to resume printing result in printer going to pause mode.  Deleting and reinstalling printer doesn't do anything, nor does installing latest HP printer drivers.  What is going on here?

    The 10.6.8 update changed a number of printer backend services. For many brands of printer this has stopped them from printing, although usually there is an error message associated with the print job rather than the queue simply pausing.
    You can check if you are getting an error by selecting the paused job in the print queue and pressing the blue Job Info button. If there is no mention of a backend failure then you may be able to get your printer working again by simply opening Print & Fax, selecting the HP printer and presssing the minus button under the list to remove the printer. Then click the plus button to add the printer again.
    If selecting the Job Info button for the paused print job does reveal that there has been some sort of backend failure then have a look at this thread. There is a lot of information to go through but there are responses with links to scripts that can recover your previous 10.6.7 backend services, assuming you are using Time Machine.

  • I have firefox set to delete personal information (log in to websites) when I close it ... However firefox isntead doesn't delete anything, keeps the cookies, and when I reopen firefox I'm still logged in (to websites like facebook). What do?

    Pretty much this: I have firefox set to delete personal information (log in to websites) when I close it ... However firefox instead doesn't delete anything, keeps the cookies, and when I reopen firefox I'm still logged in (to websites like facebook). What do?
    Privacy settings aren't working even though they're all appropriately checked off.
    I think Firefox is saving cookies??

    Let all cookies expire when you close Firefox.
    * Tools > Options > Privacy > Cookies: "Keep until": "I close Firefox"
    Make an Allow exception for the ones that you want to keep.
    * Tools > Options > Privacy > Cookies: "Exceptions"
    You can inspect and modify the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    Make sure that you do not use "Clear Recent History" to clear the "Cookies" and the "Site Preferences" (Site Preferences includes the cookie exceptions)
    * https://support.mozilla.com/kb/Clear+Recent+History
    Clearing cookies will remove all specified (selected) cookies including cookies that have an allow exception.
    See also:
    * https://support.mozilla.com/kb/Cookies
    * https://support.mozilla.com/kb/Enabling+and+disabling+cookies

  • My macbook air says I have a software update to install and In order to do that I have to restart it first. After I restart it, it doesn't do anything and I do it over and over and it still doesn't update. Please Help

    My macbook air says I have a software update to install and In order to do that I have to restart it first. After I restart it, it doesn't do anything and I do it over and over and it still doesn't update. Please Help

    The order is generally as follows:
    Download the update
    Allow the update to install
    The update will force a restart of your computer
    So I suspect you are simply misreading the directions regarding the timing of the restart.

  • I have money in my itunes account but when I try to buy a song it doesn't let me buy it or download.  It doesn't do anything!

    I have money in my itunes account but when I try to buy a song it doesn't let me buy it or download.  It doesn't do anything!

    You cannot and need to ask Apple to reset your security questions. To do this, click here and pick a method; if the article doesn't list one for your country or you're unable to call, fill out and submit this form.
    Changing the rescue email address requires supplying two of the answers. They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (111899)

  • MSI 970a-g46 motherboard starts up but doesn't display anything.

    Hello, I'm having problems with a new motherboard I got from Amazon, specifically the 970a-g46. The following are my specs in use with this motherboard:
    CPU: AMD Phenom 2 x4 965
    GPU: nVidia GeForce 560 GTX
    Ram: 8gb Kingston HyperX Fury 1866mhz.
    PSU: Corsair 650TX (650 Watts)
    Compatability-wise, everything checks out so I wasn't expecting problems at first. All the other parts excluding the ram I've used before. Here's exactly what happens:
    I power up the computer after everything is installed and connected. The 4 phase LEDs turn on which tell me the CPU is powered up and working (so I assume). I don't get any beeps or buzzs mainly because I don't see any speaker/buzzer on this board. The monitor blinks and while it is connected to my GPU, it doesn't display anything, it's just a black screen. I can leave it on for a few minutes and I'll still not see anything happen. An important observation here is that my keyboard which has LEDs will turn on after a short period of time in boot-up (with my older set-up that is). This does not happen ever regardless of how long I leave my computer on on this new mobo.
    I've gone over and checked/tested numerous things:
    * The PCI-E and ATX cables for the GPU, motherboard and CPU are all connected and secured (I've tried both 4-pin and 8-pin connections for the CPU, neither help).
    * I've tried jumping the CMOS multiple times to no avail.
    * I tested the ram on another computer and it worked just fine on that one.
    * I've tested the motherboard without a GPU and it still does nothing (though I think that's because this motherboard doesnt have its own integrated GPU for some reason).
    So far the only possible reasons why my computer is not working is because of my PSU (very unlikely as it's only a year old and it's a Corsair, which I've heard is very reliable in the long-run), GPU (It is quite a few years old but even without the GPU my computer still doesn't go past boot-up), CPU (possible due to its age and how many freaking time I've reseated it (probably around 8 times) so I wouldn't doubt it, but before I put it into this motherboard I did check its pins and they were all there and placed nice and smoothly into the socket.) and finally the motherboard (it's possible that this is just a defected motherboard and giving me a super hard time which would be a first in all the years I"ve spent computer building).
    The best case scenario of course is me giving some kind of oversight to how I transferred over the parts and connectors. I might've missed something obvious to please any advice/insight on how I can solve this problem would be greatly appreciated
    EDIT: Some other things I did but forgot to mention:
    * Checked ground nut things and ensured they matched the specifications of the motherboard ATX; only 6 are under the board and each one is aligned up with the holes on the board as designed.
    * Tried booting up without powering the CPU. Only one phase LED light came on, still the same problem (for an obvious reason this time now).
    * Re-seated GPU multiple times, re-connected cables multiple times.
    What I have NOT done is re-seat the CPU because I am almost out of acetone so I would need to get another supply of that which won't be until tomorrow. I also have not re-seated everything back on my older motherboard to check if it still works. Tomorrow I'll most likely do that and if I find that the old motherboard works flawlessly then that tells me that the new motherboard I got is either defected or there's some compatability issue I"m missed out on.
    EDIT 2: Just found a speaker and plugged it into the motherboard. Booted it up and I got no beeps whatsoever. So this mobo is giving me no video activity (there is a signal it's just blank), and no beeps from the motherboard. I have no idea what that could mean at this point.
    EDIT 3: I decided to test a few things with the new speaker I just got. First I removed ram and tried running, I got 3 beeps which I assume is the beep sequence of faulty/no ram. Removed the power to CPU and the GPU itself individually, gave no beeps this time.

    Quote from: rhradacut on 06-January-15, 16:49:14
    What's the serial number of your MB? Needed to determine what BIOS may be on the MB. Exactly which version of the CPU is it? There were several different 965 CPUs and they required different BIOS versions, 1.2, 1.9,2.2 depending on which CPU you actually have.
     Also another problem may be that native memory supported by your CPU is DDR3-1333, not 1866
     None of the supported CPUs have integrated graphics, any MB graphics would be in the chipset, not CPU. Examples would be 785G, 880G
    Thank you very much rhradacut! The problem was that the mobo for whatever reason was forcing 1866mhz on my CPU when it only supported up to 1600mhz. I had to install a spare ddr3 module to downclock it so that I could access the BIOS and manually set the DRAM timing to 1600mhz for it to work. That's a very strange problem that I figured would've been auto-resolved by the hardware, and would also be a big problem if I didn't have any spare DDR3 ram to work with.
    Once again thanks for helping out on solving my problem.

  • Hello applecare  can you help with the macbook pro i did the update the last one and safari doesn't open anything .. what should i do ?

    hello applecare  can you help with the macbook pro i did the update the last one and safari doesn't open anything .. what should i do ?

    Hello John...
    You may have a Safari third party add on installed that was compatible with the previous version of Safari but not 5.1. Try troubleshooting > Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    FYI... this is a user to user forum. If you can't resolve the issue, information for contacting AppleCare  here.

Maybe you are looking for

  • Using Adobe Media Encoder CS4 for MTS files

    Hey everyone, I did some searching on this topic to no avail so here I am. Anyway, I recently got an HD camcorder that records in 1080i AVCHD. I have no problems getting the MTS files off of my camera but as I'm sure you can imagine, working with tho

  • Finding Source Codes where a Particular Message Is Used??

    Hi All, Is there a good way to find out the Programs, FM, BAPIs, etc where a particular message number is used? I am trying to find source codes where the mesage TD 463 is used. I am getting this error by RSNAST00 program. It is used somewhere either

  • Link VISA library with Qt

    Hi, I’m developing a GUI with Qt to control some oscilloscopes from LeCroy. For communication via Ethernet I want to use the VISA library. I’ve written some code to test the communication channel but it just won’t compile. Here a short list of what I

  • Media content upload download

    Hi, I am quite new to the iPhone development. My requirement is to create an app which should be able to upload/download/tag a specific media content - image, video or audio to a Ruby on Rails based social networking There could be two solutions 1. S

  • Store user preferences accessible from view layer and ADF BC

    Hi I'm working with JDeveloper 11.1.2.1 We have an application with an application-level shared application module which contains VOs with bind variables to generate language dependent LOVs. From these VOs have to access the language. We want to stor