Plz plz help me out. Characterset Mismatch Problem

I am using Oracle 8.1.7(Japanese) on Win2k professional (Japanese) and developing a multilingual application.
* I have some columns of NVARCHAR2 datatype.
* NLS_Lang entry of registry is right now NA.
* Database procedures
When i use insert or any other statement to perform operations on NVARCHAR columns i am receiving Character set mismatch error.
In queries after consulting different forums i have identified a solution which is to add or append N character with the string value (N'String').
Anyone can please tell me the logical reason of doing this.
I have created some database procedures. Please tell me how can i append this N character solution to me string parameters.
I have tried many things like Translate, Cast and other string functions but all in vane.
I hope i can get a solution at this forum.
Thanks in advance
WAK

NCLOB columns can not be used for this purpose in Oracle8i. When they were first introduced in Oracle8i the National Character set was meant to support a couple of fixed with Asian character sets. While the National character set in Oracle8i can be set to other character sets they are unsupported. In Oracle9i and on the National Character set is exclusively unicode and can be used for storing Japanese characters.

Similar Messages

  • My iPhone 6 ear speaker is not working properly I couldn't able to hear any thing from ear speaker to lissen I had to put on loud speaker or to use handsfree please help me out with this problem if some body have answer?

    My iPhone 6 ear speaker is not working properly I couldn't able to hear any thing from ear speaker to listen I had to put on loud speaker or to use hands free please help me out with this problem if some body have answer?

    Hi Venkata from NZ,
    If you are having an issue with the speaker on your iPhone, I would suggest that you troubleshoot using the steps in this article - 
    If you hear no sound or distorted sound from your iPhone, iPad, or iPod touch speaker - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • HT5012 I cannot download the apps as it showing you cannot use the Singapore store u must switch to Indian store. So please help me out in that problem

    I cannot download the apps. It's showing that u cannot use the Singapore software, you must switch to Indian store please help me out on this problem.

    Settings > iTunes & App Stores > tap your Apple ID: > View Apple ID > Country/Region
    If you find that it is set to the correct region, log out of your iTunes Store account, restart your iPhone, and sign into your account again.
    Regards.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Communities page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums and in the Apple Knowledge Base, before you post a question.

  • Hello. is somebody here to help me out fix a problem

    is somebody here to help me out fix a problem

    Yep, lots of people here likely can help you fix your problem, as soon as you tell us what it is.

  • Plz help me out of this problem

    Hey guys i dont know where to post this topic questions,
    I am using JasperReports and IReport to desgin jrxml. I am having a problem while executing the java program which generates the html file to the local folder as per the design. It was worked well yester day. But When working today with some other data it shows exception. The code is
    import net.sf.jasperreports.engine.*;
    import net.sf.jasperreports.engine.data.*;
    import net.sf.jasperreports.engine.fill.*;
    import net.sf.jasperreports.engine.export.*;
    import net.sf.jasperreports.engine.util.*;
    import net.sf.jasperreports.view.*;
    import java.sql.*;
    import java.util.*;
    import java.io.*;
    import java.net.*;
    public class CountryTest{
    public static void main(String arg[]){
    String filename = "f:/iReport-0.4.1/iReport-0.4.1/countrynew.jasper";
    String driver = "sun.jdbc.odbc.JdbcOdbcDriver";
    String connectString = "jdbc:odbc:abcddf";
    String user = "sfddf";
    String password = "sfsdfdddd";
    HashMap param = new HashMap();
    try{
         Class.forName(driver);
         Connection conn = DriverManager.getConnection(connectString, user, password);
    JasperExportManager.exportReportToHtmlFile(JasperFillManager.fillReportToFile(filename,param,conn));
    File reportFile = new File("f:/iReport-0.4.1/iReport-0.4.1/Country.jasper");
    System.out.println(reportFile);
    JasperReport jasperReport = (JasperReport)JRLoader.loadObject(reportFile.getPath());
    System.out.println(jasperReport);
    JasperPrint jasperPrint = JasperFillManager.fillReport(jasperReport,param,conn);
    System.out.println(jasperPrint);
    catch (Exception e)
         e.printStackTrace();
         //System.exit(1);
    The same code is worked fine yesterday(23/02/2005). But the same is shows some exception when i execute today (i just change the jasper file product.jasper instead of Country.jasper). The exception is
    Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/compiler/env/INameEnvironment
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at net.sf.jasperreports.engine.design.JRDefaultCompiler.loadCalculator(JRDefaultCompiler.java:192)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.<init>(JRBaseFiller.java:370)
    at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:126)
    at net.sf.jasperreports.engine.fill.JRVerticalFiller.<init>(JRVerticalFiller.java:118)
    at net.sf.jasperreports.engine.fill.JRFiller.fillReport(JRFiller.java:111)
    at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:291)
    at net.sf.jasperreports.engine.JasperFillManager.fillReportToFile(JasperFillManager.java:182)
    at net.sf.jasperreports.engine.JasperFillManager.fillReportToFile(JasperFillManager.java:138)
    at JustTest.main(JustTest.java:27)
    reply me immedtly
    san

    i'm already over this issue, now i'm face to face with the next:
    java.lang.NoSuchMethodException: Unknown property 'appat'
    at org.apache.commons.beanutils.PropertyUtils.getSimpleProperty(PropertyUtils.java:1175)
    at org.apache.commons.beanutils.PropertyUtils.getNestedProperty(PropertyUtils.java:772)
    at org.apache.commons.beanutils.PropertyUtils.getProperty(PropertyUtils.java:801)
    at net.sf.jasperreports.engine.data.JRBeanArrayDataSource.getFieldValue(JRBeanArrayDataSource.java:148)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.next(JRBaseFiller.java:890)
    at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:160)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:691)
    at net.sf.jasperreports.engine.fill.JRFillSubreport.run(JRFillSubreport.java:427)
    at java.lang.Thread.run(Thread.java:534)
    NESTED BY :
    net.sf.jasperreports.engine.JRException: Error retrieving field value from bean : appat
    at net.sf.jasperreports.engine.data.JRBeanArrayDataSource.getFieldValue(JRBeanArrayDataSource.java:160)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.next(JRBaseFiller.java:890)
    at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:160)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:691)
    at net.sf.jasperreports.engine.fill.JRFillSubreport.run(JRFillSubreport.java:427)
    at java.lang.Thread.run(Thread.java:534)
    any idea to solve it???
    sorry about my english, i know isn't good enought

  • LOst! mail,photo booth and app store on my macbook pro plz anybody help me out

    please help meee

    First things first.
    Emergency backup procedure
    Drag and drop copy your users file folders (music, pictures, documents etc) to a regular external powered drive as soon as possible.
    Do not use, setup or trust only TimeMachine at this troubled time as it will copy corrupted data and we need just your users files safe just in case. TimeMachine cannot be used with a Windows PC.
    Unmount and Disconnect all external drives once the backup process is completed.
    Note:
    If you have any over 4GB sized files, those won't copy to a standard formatted FAT32/MSDOS drive from the factory, if you need to save these 4GB+ files use another blank/empty drive and use Disk Utility to format it 1 Partition, Option: GUID,  Format: OS X Extended Journaled (or the standard default one for older Mac's).
    Mac's cannot copy to nor format a NTFS  drive. ExFAT format to be used with a Windows machine must be right click formatted by Windows, not OS X (does it wrong) XP machines can install a free exFAT update from Microsoft. Vista-Win 8 can format exFAT.
    Formatting a drive will erase all data on it.
    Unmount and disconnect the external drive
    Next tell us where do you find the programs missing from?
    Are they no longer on the Dock?
    Are their icons replaced by question marks?
    How did you get into this condition, explain what happened and what you see on the screen, where you looked.

  • I am in shock, I will die if anybody can help me out with my problem read!

    Okay, please take the time to read this and help if you can, although I don't know if that is possible at this point.
    I started having this problem about a year and a half ago, I had a 2 year old MAC and was using imovie HD, and about every 5 transitions I would add to my project imovie would suddenly shut down. I have spent nearly 10 hours on the phone with Apple Care trying to figure out the problem. I did EVERYTHING, even reinstalled my operating system. Finally I decided I couldn't handle it anymore, so last week I went out and brought a brand new iMac and even added 3 gigs of Ram on top of the 1 that it came with. I installed iMovie HD and just tried tonight and sure enough it is doing the same thing.
    This is absolutely unbelievable. I feel like somebody is playing a joke on me. Yes, they are different projects, different user, I've deleted plists, etc. So in this case I would think that this happens to everybody when they are trying to add transitions, imovie just shuts down. But if that were the case, why would the 20 different people I've talked to from Apple care never heard of this problem.
    Please, before I throw my Mac out the window and go to a PC, please somebody help me... ;(

    Hi Amber - welcome to the forum!
    I would hate to be responsible for your premature death - so perhaps I should make no suggestions at all?
    It is NOT normal behaviour so there has to be a logical reason for it:
    1. What is the source of your input video footage - unusual?
    2. Any third-party plugins that may be causing this? Do you have plugins for iMovie?
    3. Any unusual applications that you have carried over from your old machine?
    4. Where is your iMovie project stored? On an external drive? If so is it formatted for Macs?
    5. Have you repaired permissions? To do so go: Applications>Utilities>Disk Utility, then select your start-up drive and hit 'repair permissions'.
    Others may have more suggestions for you.
    Report back, and hey, don't die on us!!:-))

  • Help figuring out a makepkg problem (Song-bird)

    I've tried today to make a package based on AUR PKGBUILDs of Song-bird. I'm a bit confused since I don't know whether I've got a problem or there's something wrong with the package alternatively the download.
    Anyway this happens all the time with both Song-bird and the nightly build in AUR:
    HTTP-begäran skickad, väntar på svar... 200 OK
    Längd: 19727562 (19M) [binary/octet-stream]
    Sparar till "Songbird_0.4_linux-i686.tar.gz".
    2% [>                                                        ] 471 219      158K/s             wget: progress.c:972: create_image: Försäkran "p - bp->buffer <= bp->width" falsk.
    /usr/bin/makepkg: line 455: 18013 Avbruten (SIGABRT)      $dlclient "$netfile"
    ==> ERROR: Failure while downloading Songbird_0.4_linux-i686.tar.gz
    I don't know what affect the line 455 has on this, but to make it easier here it is:
    local netfile
        for netfile in ${source[@]}; do     <-----this is line 455
            local file=$(strip_url "$netfile")
            if [ -f "$startdir/$file" ]; then
                msg2 "$(gettext "Found %s in build dir")" "$file"
                cp -s --remove-destination "$startdir/$file" "$srcdir/"
                continue
            elif [ -f "$SRCDEST/$file" ]; then
                msg2 "$(gettext "Using cached copy of %s")" "$file"
                cp -s --remove-destination "$SRCDEST/$file" "$srcdir/"
                continue
            fi
    I don't have any issues with other packages, or at least not the ones I've made until today. On a previous Arch system I didn't have any problems with Song-bird.
    For clarity: I'm making it as user, fakeroot, in my home folder, and I've got all permissions for it (I did have permission problems at the beginning of this ftp-install, but that's a know issue, so that has been korrekted and /tmp also has 1777 permissions). Still something doesn't work out right.
    Help appreciated.
    Regards,
    KimTjik
    Last edited by KimTjik (2008-02-18 20:15:44)

    Hm, something seems wrong here, but I don't know what. wget ends with the same error, but downloading through FireFox works.
    Honestly, I don't know what to fix or how.
    Edit: after some more search I see that other also have a problem with this: http://bbs.archlinux.org/viewtopic.php?id=43406 and bug report: http://bugs.archlinux.org/task/9299
    Last edited by KimTjik (2008-02-18 20:37:20)

  • Need help figuring out if my problem is Catalyst!

    Hello,
    We've used Flash Catalyst on our new website, and our second segment hasn't quite met the expectations of our client/co-workers.
    Link to main page Catalyst:
    http://www.chescopagreen.org/
    Link to newest Catalyst page:
    http://www.chescopagreen.org/flythru/rural.cfm
    The video that plays on start of the second page plays VERY slowly on some PCs, and I've been asked to troubleshoot. I don't think it's something within Catalyst, but I'm hoping somebody more experienced with Catayst could confirm, or suggest other posibilities.
    The video was exported from Google Sketchup as an .avi file, then converted to .flv in Media Encoder. The .flv file is 1536 KB. The .swf file is 1425 KB. I am aware that the vedeo isn't exactly smooth, an effort to keep the file from getting too large, but it should just take 10-12 seconds.
    Any/all help and suggestions would be greatly apprciated!

    Hello,
    We've used Flash Catalyst on our new website, and our second segment hasn't quite met the expectations of our client/co-workers.
    Link to main page Catalyst:
    http://www.chescopagreen.org/
    Link to newest Catalyst page:
    http://www.chescopagreen.org/flythru/rural.cfm
    The video that plays on start of the second page plays VERY slowly on some PCs, and I've been asked to troubleshoot. I don't think it's something within Catalyst, but I'm hoping somebody more experienced with Catayst could confirm, or suggest other posibilities.
    The video was exported from Google Sketchup as an .avi file, then converted to .flv in Media Encoder. The .flv file is 1536 KB. The .swf file is 1425 KB. I am aware that the vedeo isn't exactly smooth, an effort to keep the file from getting too large, but it should just take 10-12 seconds.
    Any/all help and suggestions would be greatly apprciated!

  • Can anyone help me out of the problem??

    hi all!
    i am try to connect database in my jsp ,but there are some error:
    java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1365)
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1212)
         org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:184)
         org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:110)
         java.lang.ClassLoader.loadClassInternal(Unknown Source)
         java.lang.Class.forName0(Native Method)
         java.lang.Class.forName(Unknown Source)
         org.apache.jsp.dataconnect_jsp._jspService(dataconnect_jsp.java:47)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    what can i do?? thanks

    thanks evuafets and stevejluke i have success to connect my database .but i am afraid i just have another one :
    org.apache.jasper.JasperException
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:358)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    root cause
    java.lang.NullPointerException
         myfirstbean.DataOperate.insertSQLCommand(DataOperate.java:96)
         org.apache.jsp.register_jsp._jspService(register_jsp.java:79)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    &#12290;JSP
    <html>
    <body>
    <%@page language="java"%>
    <%@ page import="java.lang.*"%>
    <jsp:useBean id="registerbean" class="myfirstbean.DataOperate"/>
    <%!
    String name,Anonymous,email,descrip;
    int code,telnumber;%>
    //get param
    <%
    name=request.getParameter("na");
    Anonymous=request.getParameter("Anonymo");
    descrip=request.getParameter("descr");
    code=Integer.parseInt(request.getParameter("co"));
    telnumber=Integer.parseInt(request.getParameter("telnumb"));
    email=request.getParameter("ema");
    //send param
    registerbean.setName(name);registerbean.setAnonymous(Anonymous);registerbean.setCode(code);
    registerbean.setEmail(email);registerbean.setTel(telnumber);registerbean.setDescription(descrip);
    String inSertCommand="insert into Customer Values("+registerbean.getName()+","+registerbean.getAnonymous()+","+registerbean.getCode()+","+ registerbean.getEmail()+","+registerbean.getNumber()+","+registerbean.getDescription()+")";
    registerbean.insertSQLCommand( inSertCommand );
    %>
    <%out.print("success register");%>
    </form>
    </body>
    </html>

  • Hello i am new on BB and having this problem please any one can help me out!

    Hi i am having a weird problem with my device bold 9780.
    Consider that i am using device with switching the mobile network off and not even taking BB services.. My browser works fine on wi-fi but appworld only works whenever the phone is restarted and it only works for a day after that it starts giving an error " we cant connect to BB app world. Please ensure that your device is connected to a wireless network and try again " it wont work again unless the phone is restarted.. i have tried reinstalling the appworld and even also wiping the phone but the problem remains same.
    Please please help me out with this problem. I'll be waiting!! 

    On your 9780, What is your Operating System loaded to your device? Look at Options > Device > About, third line down beginning with a "v.6.0.x.xxx", What is yours?
    At Options > Device > Applications, what is the version of Appworld installed?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Admin,help me out here

    Plz admin,help me out here,its argent!d virus enters 2 mi phone via d memory card i guess,n it shots the battery when even the battery is full,could plz tell me an antivirus to scan or what is its problem as u think sir plzzz,

    What you are assuming is totally wrong. Have a look at THIS. The reason may be something else. Pl. provide your phone details.

  • SAXException while executing ,so  please help me out?

    Hi
    I have used the pgm below code to parse a file using dom parser
    import org.w3c.dom.*;
    import javax.xml.parsers.*;
    import java.io.*;
    public class Mahe3
    public static void main(String arg[])
    try{    
         System.out.println("debug 1");
    String xmlFile = "mahe1.html";
         System.out.println("debug 2");
    // Step 1: create a DocumentBuilderFactory
    DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
         System.out.println("debug 3");
    // Step 2: create a DocumentBuilder
    DocumentBuilder db = dbf.newDocumentBuilder();
         System.out.println("debug 4");
    // Step 3: parse the input file to get a Document object
    Document doc = db.parse(new File(xmlFile));
         System.out.println("debug 5");
    }catch(Exception ee)
         {ee.printStackTrace();}
    =======================
    ERROR:
    I am getting the error message at runtime as like
    D:\xml>java Mahe3
    debug 1
    debug 2
    debug 3
    debug 4
    org.xml.sax.SAXParseException: Value must be quoted.
    at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3182)
    at org.apache.crimson.parser.Parser2.fatal(Parser2.java:3170)
    at org.apache.crimson.parser.Parser2.parseLiteral(Parser2.java:694)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1399)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1779)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1507)
    at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:500)
    at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
    at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
    at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:185)
    at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:197)
    at Mahe3.main(Mahe3.java:21)
    So overcome this error msg what I should do change with the above code.
    please Any one help me out from this problem..
    Thanks and Regards,
    Mahesh.

    Hi DrClap,
    Thanks for your help,there was some wrong enteries in xml file,Just I corrected it,now it's working fine.
    And one more help from you can you ping me some relevant URLs to see examples for Dom and Sax parsers.
    Awaiting for your reply.
    Regards,
    Mahesh.

  • I try to connect my iPhone to my mercedes 2008 e 350 and it said insert phone would anybody help me out?

    i try to conect my iphone to my mercedes 2008 e 350 and it said insert phone would anybody help me out ?

    same problem here as well

  • Hello, i just downloaded itunes on my acer laptop and its been giving me problems everytime i try to get on to the itunes store.. it gives me a message saying "itunes could not connect to the itunes store. an unknown error occurred. (310).plz help me out.

    hello, i just downloaded itunes on my acer laptop and its been giving me problems everytime i try to get on to the itunes store.. it gives me a message saying "itunes could not connect to the itunes store. an unknown error occurred. (310).plz help me out. i do have the internet on but it keeps giving me the same problems .. thanks..

    Hi Young Prada,
    If you are having issues connecting to the iTunes Store, you may find the following article helpful:
    Apple Support: Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Regards,
    - Brenden

Maybe you are looking for

  • How can i install windows 7 on macbook pro lion  from usb?

    hello am sorry to disturb you i would like to know the above question since i have looked almost everywhere and i have received no answer i have a macbook pro i5 with lion i have been trying for month to install windows 7 as a secondary boot to my ma

  • Help! Don't know where to start...

    How do I add a download (Adobe Reader) link to my website so if visitors don't have Adobe can download the software. Also, I want to be able to add Adobe fillable (is that even a word) to my website, http://www.momentumcares.com The guy that I had do

  • Delivery note cancellation in case of proforma invoice

    Hi SAP Gurus I am in a typical automotive industry project where stock transfer takes place from factory to Sales Depo. In thsi case we generate STO orders - delivery note-- PGI-  Proforma invoice--- Excise invoice . Now as no accounting documents ar

  • Auto duplex printing on MX922 won't double side print PDF's that my old MP560 did. what can I do?

    My MP560 got the dreaded B200 code, meaning get a new printer. Hesitated to buy another Canon, but the MX922 had all the features I was looking for. Easy set up, but first problem was printing from the internet, 922 wanted to use paper in the top tra

  • Capturing footage without timecodes

    I love editing with Final Cut Express, but capturing footage is a nightmare. The program keeps trying to locate timecode breaks on my Hi8 tape during capture, which results in me losing three to four seconds of footage from the beginning of each scen