Cheque Writer (Generic) Error: HR_6882_HRPROC_ASSERT LOCATION pyjavaco:1

hey hope all is fine with you all gurus
i am getting the following error when i run the post payroll process called "Cheque Writer (Generic)" process it ends with RED color:
HR_6882_HRPROC_ASSERT LOCATION pyjavaco:1
APP-PAY-06882: Assertion failure detected at location pyjavaco:1.
Cause: an internal error has occurred at location pyjavaco:1.
Action: please contact your Oracle customer representative.
Plz help me.
Thanking you for all your assistance in advance!

Hi,
Have a look at the following note:
Note: 740007.1 - Cheque Writer (Generic) Not Able To Pick Cheque Template XML output
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=740007.1
Regards,
Hussein

Similar Messages

  • Cheque Writer (generic) gives error

    Dear guruz,
    I am getting this error when i run the "Cheque Writer (generic)"
    HR_6882_HRPROC_ASSERT
    LOCATION pyjavaco:1
    APP-PAY-06882: Assertion failure detected at location pyjavaco:1.
    Cause: an internal error has occurred at location pyjavaco:1.
    Action: please contact your Oracle customer representative.
    Please help me!

    Pl see if MOS Doc 400438.1 (Employee W-2 PDF Fails With Assertion Error After Applying 5555500) can help
    HTH
    Srini

  • Customizing Cheque Writer(Generic) to embed xml code and layout

    Hi All,
    I'm working on International HRMS.
    I need to customize the seeded Cheque Writer(Generic) Process generated Cheque to embed my layout and print cheques as per our business need. How to do this?
    Any inputs would help me immensely.
    Thanks

    It's relatively easier to just change the layout using the current xml tags than creating new fields. I am not sure if your environment is on 11i or R12 but the below links should help you get started on either of those
    http://www.docstoc.com/docs/21535879/Oracle-BI-(XML)-Publisher-with-Oracle-Payroll - Demo on building a check template
    http://www.oracle.com/technetwork/middleware/bi-publisher/overview/checkprintingxmlp-1-133080.pdf - exclusively for 11i
    459306.1 - How to Set Up and Use XML Checkwriter/Deposit Advice
    740727.1 - For Check Writer (XML) And Deposit Advice (XML) Can Custom Changes Be Made To Template?
    How To Assign/Modify XML Publisher Payment Templates [ID 414336.1]
    Note: 560979.1 - Check Writer (XML) Concurrent Process Does Not Generate An Output When Using A Custom Template
    Note: 787570.1 - Functional Set Up Steps and Basic Trouble Shooting Tips for Payroll XML Check Writer
    Let me know if you have any questions
    -Karthik

  • GDI+ Generic Error, multple frame tiff, multiple image formats

    This is a question I posted on stack exchange, but have not gotten any answers.  This is occurring on Windows Server 2008 R2 systems.
    I have seen many issues involving the GDI+ Generic Error, but I have not seen this particular matter raised before. We are consistently getting the error, on Windows systems other than Windows 8, when attempting to read (System.Drawing.Image.SelectActiveFrame)
    a multiple-frame tiff that includes frames in mixed Photometric Interpretation formats. That is to say, the file includes both RGB color and min-is-white formats, with corresponding differences in the Bits/Sample and Samples/Pixel frame parameters. The error
    is consistently raising as soon as a frame is encountered with a format that is different from that of the first frame.
    // Convert File from .tiff to .PDF
    static void ConvertFile(string file, string pdffilename)
    string localMessage = string.Empty;
    try
    //if it's a PDF Just renamed it and continue
    if (file.ToLower().Contains(".pdf"))
    File.Copy(file, pdffilename);
    return;
    // If file exists return
    if (File.Exists(pdffilename)) { return; }
    using (var stream = new FileStream(pdffilename, FileMode.Create))
    localMessage = "01";
    var document = new iTextSharp.text.Document();
    localMessage = "01";
    var writer = iTextSharp.text.pdf.PdfWriter.GetInstance(document, stream);
    localMessage = "02";
    var bm = Bitmap.FromFile(file);
    localMessage = "03";
    var total = bm.GetFrameCount(FrameDimension.Page);
    localMessage = "04";
    document.Open();
    //iTextSharp.text.pdf.PdfContentByte cb = writer.DirectContent;
    localMessage = "05";
    iTextSharp.text.Image img = null;
    for (var currentframe = 0; currentframe < total; ++currentframe)
    localMessage = "06=>" + currentframe.ToString();
    bm.SelectActiveFrame(FrameDimension.Page, currentframe);
    localMessage = "07=>" + currentframe.ToString();
    img = iTextSharp.text.Image.GetInstance(bm, ImageFormat.Bmp);
    localMessage = "08=>" + currentframe.ToString();
    img.ScalePercent(72f / img.DpiX * 100);
    localMessage = "09=>" + currentframe.ToString();
    img.SetAbsolutePosition(0, 0);
    localMessage = "10=>" + currentframe.ToString();
    iTextSharp.text.Rectangle pageRect = new iTextSharp.text.Rectangle(0, 0, img.ScaledWidth, img.ScaledHeight);
    localMessage = "11=>" + currentframe.ToString();
    document.SetPageSize(pageRect);
    localMessage = "12=>" + currentframe.ToString();
    document.NewPage();
    localMessage = "13=>" + currentframe.ToString();
    document.Add(img);
    localMessage = "14";
    bm.Dispose();
    localMessage = "15";
    document.Close();
    localMessage = "16";
    stream.Close();
    catch (Exception exception)
    string msg = exception.Message + "\r\n" +
    "Coversion Error--\r\n" +
    "\tinput file name: " + file + "\r\n" +
    "\toutput file name: " + pdffilename + "\r\n" +
    "\tlocal message" + localMessage + "\r\n";
    Console.WriteLine(msg);
    SaveError(msg);
    throw;
    The "local message" is always "06=>n", where n is the 0-based index of the frame that transitions to a new format.
    The error occurs whether the transition is from black and white to color, or color to black and white.  The issue does not seem to occur on Windows 8 boxes, but we only have W8 developer PCs, not servers.  It is a production process and needs to
    be deployed on a server.
    Does anyone know why this is happening or how to fix it?

    Hi,
    For the GDI related issue, i think you may ask in the following forums:
    http://forums.asp.net/150.aspx/1?System+Drawing+GDI+
    Thanks for your understanding.
    Regards.
    Vivian Wang

  • ExternalException was unhandled : A generic error occurred in GDI+.

    I am try to save this bitmap as jpg file for every 5 sec. It works fine at another application, before I move this method to another app. The error message shows ExternalException was unhandled : A generic error occurred in GDI+. I do not know if
    it is write permission issure or anything else. Since I use same computer and try to save at same file path, the error message keep going. I think I need help.
    The error code:
    public void captureScreen()
    bmpScreenshot = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);
    Debug.WriteLine("width:{0}, height:{1}", Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);
    gfxScreenshot = Graphics.FromImage(bmpScreenshot);
    gfxScreenshot.CopyFromScreen(Screen.PrimaryScreen.Bounds.X, Screen.PrimaryScreen.Bounds.Y, 0, 0, Screen.PrimaryScreen.Bounds.Size, CopyPixelOperation.SourceCopy);
    //Save the screenshot to the specified path that the user has chosen
    i++;
    string i1 = Convert.ToString(i);
    string name = "good" + i1 + ".jpg";
    ImageCodecInfo jpg = GetEncoder(ImageFormat.Jpeg);
    System.Drawing.Imaging.Encoder myEncoder = System.Drawing.Imaging.Encoder.Quality;
    EncoderParameters myEncoderParameters = new EncoderParameters(1);
    EncoderParameter myEncoderParameter = new EncoderParameter(myEncoder,
    50L);
    myEncoderParameters.Param[0] = myEncoderParameter;
    bmpScreenshot.Save(name, jpg,
    myEncoderParameters);
    Bitmap bitmap = new Bitmap(name);
    System.Drawing.Image image = (System.Drawing.Image)bitmap;
    The error shows here:
    bmpScreenshot.Save(name, jpg,
    myEncoderParameters);
    And Only alow me save one jpg, then pop up error

    Hi
    Since I can't reproduce your issue with some
    undefined code.
    Just take a look at from
    Graphics.FromImage Method
      in MSDN  document.
    You should always call the Dispose method to release the
    Graphics and related resources created by the
    FromImage method.  Please try and test it again.
    If still can't resolve, please post the complete code.  Thanks.
    Have a nice day!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Report not rendering charts in pdf (A generic error occurred in GDI+)

    I've found the following exception stack trace in the Report Server log:
    ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: , Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: A generic error occurred in GDI+. ---> System.Runtime.InteropServices.ExternalException:
    A generic error occurred in GDI+.
       at System.Drawing.Image.Save(Stream stream, ImageCodecInfo encoder, EncoderParameters encoderParams)
       at Microsoft.Reporting.Chart.WebForms.Chart.Save(Stream imageStream, ChartImageFormat format)
       at Microsoft.ReportingServices.OnDemandReportRendering.ChartMapper.GetImage(ImageType imageType)
       --- End of inner exception stack trace ---;
    I've got no idea what this is, any help would be appreciated. I don't know what could potentially cause this, so I don't even know how to start looking for a fix.
    Other info:
    SSRS 2012 BI
    Win Server 2008 R2 (Running on Hyper-V)
    The pdf report(s) renders and is saved to the location it is meant to, but devoid of any charts. A data driven subscription controls the rendering.

    Hi,
    This is a known issue with Windows GDI+. To resolve the issue, please install the hotfix for youR Windows Server 2008 R2 from:
    http://support.microsoft.com/kb/2495074
    Regards,
    Mike Yin
    TechNet Community Support

  • Bitmap.Save 'A generic error occurred in GDI+'

    Hello All,
    I was just going to play around by generating some bitmaps programatically.
    I started off with this simple example, expecting everything to go smoothly, but have run into a strange error.
    The following code is by no means good, just something simple and complete I would expect to work:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;
    namespace BitmapOutput
        public partial class Form1 : Form
            /// <summary>
            /// The picture i am drawing
            /// </summary>
            System.Drawing.Bitmap myBitmap;
            /// <summary>
            /// Graphics object for drawing
            /// </summary>
            System.Drawing.Graphics myGrafx;
            public Form1()
                InitializeComponent();
                this.myBitmap = new Bitmap(800, 600);
                this.myGrafx =                 System.Drawing.Graphics.FromImage(this.myBitmap);
                this.DrawPicture();
                this.ShowPicture();
                this.SavePicture();
            public void DrawPicture()
                this.myGrafx.DrawEllipse(
                    new Pen(System.Drawing.Color.AliceBlue),                 new Rectangle(0, 0, 100, 100));
            public void ShowPicture()
                this.pictureBox1.Image = this.myBitmap;
            public void SavePicture()
                this.myBitmap.Save("Output\\out.bmp" ,                    System.Drawing.Imaging.ImageFormat.Bmp );
    This runs fine until the SavePicture(...) function is called.
    I get the exception:
    "A generic error occurred in GDI+."
    at the this.myBitmap.Save(...); line.
    Most likely there is some detail that I have overlooked, and I appreciate it if anyone could point out to me what I could do to fix it.
    But, I'd like to think that this code would work, it makes sense, and requires little effort, that should be one of the goals of .net
    Any help or ideas are greatly appreciated!
    P.S. how do I use 'code' tags?

    Actually, the fix is to properly dispose of your objects in order.  This is one advantage of C#, with the using() syntax:
    // new image with transparent Alpha layer
    using (var bitmap = new Bitmap(330, 18, PixelFormat.Format32bppArgb))
    using (var graphics = Graphics.FromImage(bitmap))
    // add some anti-aliasing
    graphics.SmoothingMode = SmoothingMode.AntiAlias;
    using (var font = new Font("Arial", 14.0f, GraphicsUnit.Pixel))
    using (var brush = new SolidBrush(Color.White))
    // draw it
    graphics.DrawString(user.Email, font, brush, 0, 0);
    // setup the response
    Response.Clear();
    Response.ContentType = "image/png";
    Response.BufferOutput = true;
    // write it to the output stream
    bitmap.Save(Response.OutputStream, ImageFormat.Png);
    Response.Flush();
    Notice how I dispose (end the using) of the graphics parameter, before I save it?  You don't have to use the using() statements, just call Dispose() at the end of the scope I show above.
    I ran into this problem today on Azure (works locally in the cloud, just an Azure 1.3 thing!), and I saw the link to the blog post above.  That was a good link, as it pointed me in the direction of disposing the graphics earlier.
    But, there is no point of increasing hte memory usage of two bitmaps if you dispose of your graphics properly before saving.
    http://eduncan911.com

  • Adobe Premiere Elements 12: Add Media Failure: The Importer Reported a Generic Error

    I am trying to add a MOV file to PE 12 I and keep recieving and Add Media Failure Error stating "The Importer Reported a Generic Error".  I have added other MOV files without any issue so I don't know why some MOV will work and others won't.  The only common characteristic I've found is that the MOV files that won't work are files that were recorded with my SLR camera. The location of the files I've added/tried adding are on my external hard drive.

    bunzondarun
    Try importing a few of the problematic files from a Local Disc C location like Videos and determine if problem presists. How is the external hard drive formatted, NTFS or FAT32?
    Do you have the latest version of QuickTime installed on your computer with Premiere Elements 12? And, on what computer operating system is Premiere Elements 12 running? Are you running QuickTime and Premiere Elements 12 as Run As Administrator and/or from a User Account with Administrative Privileges?
    What specifically is the video compression for the problematic files? And, what is the brand/model/settings for the camera that is recording these videos?
    More later.
    ATR

  • How to create a generic error handling proxy?

    Hello,
    i have few services proxies.
    I want to create a generic error handling osb proxy which does only errorhandling.
    This proxy would be called by all my services.Now suppose my services proxies would throw any error,the control will pass to error handling block of proxy..from there i will call this generic errorhandling proxyusing a service callout or publish action.In this proxy i want to do all my error handling based on 'n' conditions.and i want to pass the message to the fault variable of services proxy..kindly suggest ways..*main challenge is passing the message to the fault variable of services proxy*

    Hi,
    For generic error handling framework or common error handling framework...create a bpel process which takes the error details payload and sends the inf/data as email to the particular receipients.
    create business process with bpel process and proxy using business service.so wen ever error occurs at stage or route or proxy level ..call error handler action in OSB.Assign error handler details to the bpel input payload.
    FOR EX:
    <soap-env:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <com:test>
    <com:ProcessInfo>testDetails</com:ProcessInfo>
    <com:BusinessProcessName>testprocess</com:BusinessProcessName>
    <com:BusinessProcessInstanceId>{fn-bea:uuid()}</com:BusinessProcessInstanceId>
    <com:BusinessProcessStep>ReqLayer</com:BusinessProcessStep>
    <com:ErrorCode>{string($fault/ctx:errorCode)}</com:ErrorCode>
    <com:ErrorType>Technical</com:ErrorType>
    <com:StatusCode>Error</com:StatusCode>
    <com:ImplementationCode>OSB</com:ImplementationCode>
    <com:ErrorDescription>{string($fault/ctx:reason)}</com:ErrorDescription>
    <com:ErrorDateTime>{fn:current-dateTime()}</com:ErrorDateTime>
    <com:Node>{string($fault/ctx:location/ctx:node)}</com:Node>
    <com:Path>{string($fault/ctx:location/ctx:path)}</com:Path>
    </com:test>
    </soap-env:Body>
    this assign the error details values to the bpel process.

  • File transport does not have read/write privileges for receive location???

    Hi all.
    I try to read an EDI-file from a file location.
    In configured the receive location but when I enable it I get an error message in the log saying:
    File transport does not have read/write privileges for receive location "Location"  (Event ID: 7183)
    The location is correct (I used the browse option) and the folder is shared with all users (full access for everybody).
    How can I get rid of this error

    There can be many reasons for this error. First of all try the KB article http://support.microsoft.com/kb/888498 . Then try the solution on this link http://bluebiztalk.blogspot.com/2008/05/file-transport-does-not-have-readwrite.htmlAbdul Rafay
    http://abdulrafaysbiztalk.wordpress.com/
    Please mark this as answer if it helps

  • Cheque Writer and Deposit Advice Process Customization

    Hi,
    My client has a unique requirement of ordering the cheques location-wise rather then the default organization-wise. Also my client wants to add FYTD US tax balance criteria and show some calculations based on that, so there are functions within the report which calls these package and do the necessary calculations related to FYTD.
    To include these 2 customizations, what could the best possible way to customize the 2 processes/packages. Now, I dont think we can handle all these at the report label, hence the packages related to cheque writer/deposit advice has to be customized also. But, these 2 processes are called by PYUGEN and the PYUGEN only calls the seeded processes. How can we make PYUGEN call the customized packages? If that is not possible, do you think its a good idea to go for full customization of the packages and the report and run them separately w/o involving PYUGEN?
    Thanks in advance.

    Hi,
    PUYGEN is a pro*C wrapper around plsql packages. I would keep that.
    The actual packages called are stored as data within tables. So that gives you the possibility of
    - changing the seeded packages
    - creating new packages from scratch, and modifying the seeded data to point to your package.
    The first customizations seems so easy (changing the order by of the driving query) that i would opt for a change of the seeded package.
    Pay_magnetic_blocks and pay_magnetic_headers can help you further.
    Good luck,
    thierry

  • Get 'Generic Error' when attempting to import .mov files with transparency?

    I get the 'Generic Error' when attempting to import .mov files with transparency? I'm trying to use mattes with an alpha channel but I cannot import them. I have had this same issue since cs6, now I have it with cc 2014? Any clues would be most appreciated.
    I have uninstalled the DVCPro Codec, but it didn't help.
    I have tried converting the .mov file (which is now automatic in Yosemite) and this creates a ProRes4444 Codec, Again no luck with import.
    I've seen this issue on the web, but never a solution? Anyone?

    Hi Terence,
    I tried iPhoto Library Manager but it could not solve my problem. Opening the iPhoto library I can see that the reference to the pictures are pointing to my old location not to the new one. I considered running a script that would change all pointers since this is basically what is needed (in my case from /Volumes/RAID1/Fotos/XXX to /Volumes/Fotos/XXX). Instead I inserted a soft unix link to make to connection but that did not work. It is referring to the airport disk by the airport name rather than the mounted disk name. Very strange indeed. The problem is maybe not in iPhoto but in OSX? Anyway, maybe the only way out is to take some hours and manually run through all linked photos... cumbersome and annoying!
    Regards,
    Søren

  • ERROR: The Importer Reported Generic Error

    I just purchased PE 10 about 2 weeks ago after trial version which I installed on separate machine and utilized for Photoshop. I purchased it, because of Adobe's trusted reputation. I installed purchased copy in high end machine containing Corsair 120 Force GT SSD Sata 3 root drive with 2 additional internal 500 gb each storage drives. One WD & Seagate Barracuda at 7200 rpm.
    Photoshop portion works without any glitches. PE10 reports said error message upon attempts at 95 percent of my .vob, .TS & .wmv files, which should be compatible as stated by Adobe. I am able to open same files on Windows Movie Maker and WMP.
    I contacted Adobe support and was disconnected during troubleshooting by Adobe rep.  Second attempt lead me to a rep who did not really have any answers or resolve. His explanation was to keep looking for files which would open only on the root drive as network drives, logical drives and external drives are not supported by Adobe. I complied and copied files to C: Drive at his request to no avail. Problem persists.
    Basically, you need an enormous: Drive to accommodate the huge amount of space videos & photos normally capacitate. In my case, over 469 gigs.    
    Maybe it's me, but you would think Adobe would consider the fact no one in their right mind would relegate pertinent data to root drive as it is where the OS resides, thus is susceptible to crashes and data loss. Yes, OS should be partitioned separately from data, but anyone who really knows hardware, ie: hard drives, would be fully aware the entire drive can become unstable and usuable due to OS crashes.
    Questions:
    Why has Adobe not taken a closer look at what appears to be a proprietary issue as opposed to informing its customers that their files are corrupt? 
    Why does Adobe not offer fixes\resolves to importing (Get Media) issues such as addins, plugins, hotfixes, possible Codecs and\or conversion software when this is in fact their responsibility when advertising claims of compatibility with said files?
    Why does Adobe not support importation of files residing in NAS External Drives and internal logical drives, as this is the direction of the end user home industry?
    Has anyone in these forums actually been able to resolve ERROR  Message: "The Importer Reported Generic Error"?
    Please feel free to answer and\or comment on my statements\questions as I am simply a customer looking for resolve and would be more than willing to retract what I have mentioned here for some real support from Adobe.

    I have never had any problem, when Importing files from my NAS, but found early on, that it was too slow a process to use and edit effectively. Same for other mapped networked drives. After those initial tests, I just altered my workflow. I still use my NAS to archive my Assets, but will Copy those to my "media drive" (my D:\ on my system). My Project files are on my E:\ drive, and only my OS and programs are on C:\. Note: those are all physical HDD's, and NOT partitions. That layout works 100% for me. In my case, it was not a inability to use the NAS, or mapped networked drives (for Assets ONLY), but the speed of the gigabit (dual in my case) network being too slow for me to edit comfortably.
    Premiere (both PrPro and PrE) work best with at least two physical HDD's, and even better with three.
    Where Premiere has issues with networked drives will usually be where one has mapped My Documents to a networked drive, or where the user has located the working files (Scratch Disks) to a networked HDD. That situation can create issues.
    I have never encountered any "Importer" error messages, and really do not recall seeing others with that issue, so cannot help there.
    Good luck, and wish that I had more to offer.
    Hunt

  • Configure Web Applications generic error.

    I am installing MBAM 2.5 on a virtual server following the SCCM Integration topology directions and have the DBs created, Integration feature installed on the SCCM Primary Site Server, both
    mof files configured but I cannot get past a very generic error message.
    I have the yellow caution triangle beneath the check box for "Use System Center Configuration Manager Integration" that states "If you select this check box, the System Center
    Configuration Manager Integration feature must be installed in your environment." As stated above, this feature is installed. When I select the Next option to proceed to the Summary step, I get an alert at the top of the screen stating "MBAM
    Configuration could not locate one or more configuration items." When I select "Click to View" on that alert it simply states "Multiple errors have occurred. Error: the operation has failed." (very helpful)
    I have worked with my DBAs and they see the activity going through on the SQL server, I can access the reporting services URL via IE on the server without a credential request, and have had
    a few sets of eyes check the spelling on every field. All accounts have also been checked for proper rights.
    I have been spinning my tires on this for a few days and have exhausted all of my "google-fu" skills. Any suggestions or help would be appreciated.

    I know this is an old thread, but I'll remark as to what I've found.  In these cases for the generic error, you'll need to review the logs from the Event Viewer. Under Applications and Services Logs > Microsoft > Windows > MBAM-Setup.
    In my particular situation, my problem was "...the underlying connection was closed: could not establish trust relationship for the SSL/TLS secure channel". 
    Long story short, I discovered that my SRS instance for ConfigMgr was trying to use an expired certificate.  It was able to be resolved by
    deleting the old SSL cert, then updating the SSL Certificate for the Web Service URL within the Reporting Services Configuration Manager.
    Nick Moseley | http://t3chn1ck.wordpress.com

  • Every time I try to upload MOV files from my iphone 5s onto my adobe premiere elements on windows 8 i get 'the importer reported a generic error'

    every time I try to upload MOV files from my iphone 5s onto my adobe premiere elements on windows 8 i get 'the importer reported a generic error'

    jade harding
    What version of Premiere Elements are you using on Windows 8.1 64 bit? For now I will assume Premiere Elements 12 in a NTSC set up.
    Your iPhone 5s video is expected to be 1080p @ 30 progressive frames per second? Do you confirm that? Because of the source of your video, it is highly likely that you are dealing with a variable frame rate.
    Please give the following a try to see if you then have an "importable" product to take into Premiere Elements presumed 12/12.1.
    Download and install the free HandBrake program.
    http://handbrake.fr/
    Import your video file into the program.
    Make sure you browse to and set Destination (suggested Desktop location)
    Go to the Video Tab and set
    Video codec = H.264 (x264)
    Frame Rate = 29.97
    put a dot next to Constant for the Frame Rate
    Click on the Start at the top left of the workspace
    Wait for the "Queue Finished" to appear in the progress bar at the bottom left of the workspace.
    Then see if this H.264.mp4 (1920 x 1080 @ 29.97 progressive frames per second file can be imported into Premiere Elements 12 project with a manually set project preset of NTSC/DSLR/1080p/DLSR 1080p30@ 29.97.
    Details for setting manual project preset can be found in
    ATR Premiere Elements Troubleshooting: PE11: Accuracy of Automatic Project Preset (New Project Dialog) Setting
    The details that I have posted in this reply are customized for Premiere Elements and should work fine for you.
    We will be watching for your results.
    ATR

Maybe you are looking for