Export file questions - wwv_flow_api.set_version?

Not that I've noticed any problems, but I'm confused by this entry in my export scripts.
I exported from our Development instance and the file says:
wwv_flow_api.set_version(p_version_yyyy_mm_dd=>'2007.01.08');
Then I imported that to our Pre-Production instance, changed the app name to the production name and excluded the Development Only build options. Then I exported that and noticed the file says:
wwv_flow_api.set_version(p_version_yyyy_mm_dd=>'2007.05.25');
I checked and both database instances say they're running Apex 3.1.1.00.09.
Should I care?
Also, I've noticed (and posted here) that my interactive reports lose their button template setting for the Search box. I looked through the code and found that this setting for each of them:
p_button_template =>'26790245845863168',
If I search for all references to that number, I saw the following in my application definition:
p_default_button_template => 26790245845863168 + wwv_flow_api.g_id_offset,
And all the other references to that value are like:
... => 'template:'||to_char(26790245845863168 + wwv_flow_api.g_id_offset),
So I replaced the p_default_button_template string with:
to_char(26790245845863168 + wwv_flow_api.g_id_offset)
for each of the 3 Interactive Reports, then imported the file and it worked.
Finally I searched for the definition of wwv_flow_api.g_id_offset and was surprised to find that it's set to 0 in the beginning of the script.
So I'm still clueless as to why the button template setting gets lost on import.
Any thoughts?
Thanks,
Stew

Scott,
Thanks for the speedy and helpful answers.
It's great to hear that the bug with the button template is fixed in 3.2. You think they'll be releasing a 3.2.1 soon, so I can convince our cautious DBAs to upgrade? I've got enough history in the business to know you don't go with a major release (e.g. 3.0) right away. So I get their caution, somewhat, even though I don't like it sometimes! :-)
Thanks again,
Stew

Similar Messages

  • Export file in specified format for printing labels etc (BOnewbee question)

    Hello to all,
    has anyone experiences with generating a export file in special text-format to a directory???.
    Is ist possible to generate this file after some action in BO?? (Printing delivery form and after that generate file for printing barcodelabel in special application???)
    Sorry, but i dont have any programming experiences in BO - only in SAP R/3 with ABAP.
    Thanks in advance for your replies!

    There are a number of ways to do this.  You could use the SDK to trap an event and then automate your barcode printing from .net.  You could also use middleware (iBolt, K2, biztalk, etc) You might also write a SQL DTS job with an associated trigger to save out a text file.
    I guess the answer to your question depends on how big your company is, how spread out your IT resources are and what technical resources you have to dedicate to the project.

  • The export file from a calc script - naming and date/time stamp

    Here is a simple calc script to export data.
    2 questions:
    1. Is there an easy way to add a date/time stamp on the name of the data file so that it does not overwrite the older ones every time?
    2. I tried to specify the path so that it write to another server. "\\mfldappp011\E:\Exp_AW.txt". It's not working. How should I specify the path ?
    Fix (@Relative("Yeartotal",0),"Actual","Working",&ActualYear);
    Dataexport "file" "," "C:\Exp_AW.txt" "#MI";
    EndFix;
    Edited by: user9959627 on Sep 7, 2012 11:25 AM

    Probably easiest to call the maxl script from a command line script, then rename the exported file to include the tme stamp and copy/move it to a location.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Apex 3.1.2.00.02 creates invalid export file (that gives ORA-20001 error)

    Hi
    I want to let you know, that sometimes APEX 3.1.2.00.0 creates invalid export file.
    Older apex 3.0 created correct file.
    For example: our application has page button, where "Optional URL Redirect" is:
    Page: &APP_PAGE_ID.
    Request: FLOW_XMLP_OUTPUT_R11531800061044170_et
    If we export application into file f110.sql and try to import it to the same workspace on the same server, we get error:
    {color:#0000ff}ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 28, column 111: PLS-00103: Encountered the symbol "_" when expecting one of the following: ) , * & | = - + < / > at in is mod remainder not rem => .. <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_ LIKEC_ as between from using || multiset member SUBMULTISET_ The symbol &a
    {color}In exported f110.sql file the invalid section is:
    {color:#0000ff}wwv_flow_api.create_page_branch(
    p_id=>11762805016890347 + wwv_flow_api.g_id_offset,
    p_flow_id=> wwv_flow.g_flow_id,
    p_flow_step_id=> 4,
    p_branch_action=> 'f?p=&APP_ID.:&APP_PAGE_ID.:&SESSION.:FLOW_XMLP_OUTPUT_R'||to_char({color}{color:#0000ff}{color:#ff0000}*10255206661122183_et*{color}+wwv_flow_api.g_id_offset)||':&DEBUG.:::',
    p_branch_point=> 'AFTER_PROCESSING',
    p_branch_type=> 'REDIRECT_URL',
    p_branch_when_button_id=>11761415275883875+ wwv_flow_api.g_id_offset,
    p_branch_sequence=> 10,
    p_branch_comment=> 'Created 20-JUUNI-2008 12:05 by XXXX');{color}
    If we exported the same application in apex 3.0, this section was correct:
    {color:#0000ff}wwv_flow_api.create_page_branch(
    p_id=>11762805016890347 + wwv_flow_api.g_id_offset,
    p_flow_id=> wwv_flow.g_flow_id,
    p_flow_step_id=> 4,
    p_branch_action=> 'f?p=&APP_ID.:&APP_PAGE_ID.:&SESSION.:FLOW_XMLP_OUTPUT_R*10255206661122183_et*:&DEBUG.:::',
    p_branch_point=> 'AFTER_PROCESSING',
    p_branch_type=> 'REDIRECT_URL',
    p_branch_when_button_id=>11761415275883875+ wwv_flow_api.g_id_offset,
    p_branch_sequence=> 10,
    p_branch_comment=> 'Created 20-JUUNI-2008 12:05 by XXXX');{color}
    Best Regards,
    Tõnu

    Thanks for pointing that out. We'll fix it. It does appear though, that in 3.0, the offset would not be added to the number part of the request value, so if you installed the application as a different application ID or into a different workspace, the request would have failed.
    Scott

  • Append date to exporting file name in SQL reporting service

    When exporting a report to another format, say excel,PDF; the file name is always set to the report name. Our client has a requirement where whenever a user exports a report to pdf, the timestamp of when the data of the report was made should be appended in the filename. Is there a way to do this in Reporting Services as well as report builder?
    example : Report name : Testreport
    Exported file should be : Testreport-November-22-20076.pdf
    please help me in this
    Thanks
    suku

    Hi,
    I know it's been while since this question was posted. I am replying so that it'll be useful for other people when they come across this same situation.
    If you have access to SQL Server Agent to create jobs then this idea will be helpful -
    1. Connect to your Report Server from SSMS.
    2. Note the ItemID for your report by executing this query
    select *
    from ReportServer..Catalog
    where Path like '%NameofyourReport%'
    3. Create a job in here with the name say "AppendDatetoxyzreport" and add a step in it with the code
    UPDATE [Catalog]
    SET [Path] = '/PathofyourrerportfromReportServer/ReportName_' + CONVERT(VARCHAR(8), GETDATE(), 112),
    [Name] = '/ReportName_' + CONVERT(VARCHAR(8), GETDATE(), 112)
    WHERE ItemID ='<ItemID>'
    4. Create another job with a name like "RemoveDatexyzreport" and add a step in it with the code
    UPDATE [Catalog]
    SET [Path] = 'PathofyoureportinReportserver/ReportName',
    [Name] = 'ReportName''
    WHERE ItemID = '<ItemID>'
    5. Now set your AppendDatetoxyzreport job schedule to execute first, then the Report's subscription and then the RemoveDatexyzreport.
    By doing this the first job changes the name to include present date, then you get you report and the next job sets it back to its previous name.

  • Exporting Images Questions

    Hi,
    I basically understand all of LR except for the only part that matters - getting my images out of LR for various purposes such as standard printing, enlargements, work website, personal website (in the future), Facebook etc. I'll save most of my web-related questions for another thread.
    I don't have a printer, so I'm mostly interested in saving images to jpegs to take to a print shop (and possibly send online to some place like Shutterfly) and get them printed in good/high quality and untarnished (i.e. cropped or other manipulations by the print shop). I also live overseas in an undeveloped and unsophisticated country, so I have the language/concept challenge of explaining what I want to print shops. I'm having my own trouble with the concepts I also think in inches, but have to convert/work in cm.
    1) I'll start with the most dumb question. In the Export dialogue, is "Image Sizing" the physical size that I am trying to make the print?
    2) Is the aspect ratio affected by the Image Sizing settings? For example, if I have a 4:3 image but want it printed 4x6 inches or 5x7 or 8x10 etc. what happens in the Export dialogue? I think the image would get cropped, but I'm not sure
    3) What do I do for enlargements? For example, I want to make a 4x6 inch print and then a 20x30 inch print of the same image? What settings do I need to change? I assume with an enlarged image I need to be careful of exceeding the original file size. Next question...
    4) Is Image Sizing > "Don't Enlarge" the way to prevent the file size from exceeding the original file size? Or, is "Limit File Size to xxx" in File Settings the way to do this? I see no way  in LR of knowing what my original file size is; or what it is after some cropping - the file size changes after cropping, right?
    5) According to many (but not all), "Quality" in File Settings does not need to = 100. If I understand correctly, it's actually a 12-step scale that dramatically increases the file size in the last few steps of the scale with practically no discernible improvements. I wonder how the "Quality" setting might affect the print quality at various physical print sizes?  Should "Quality" be set differently for prints vs. web? I don't really know what the file size of the image is after exporting until I open the properties.
    6) A friend told me to just set print Resolution to 300 and web Resolution to 100 because it'll be easier to make calculations about pixels, image size and file sizes.
    My friend also showed me Photoshop (which I don't have), and it seemed easier to get information about physical size, pixels, image size etc. I also looked at the LR Print Module, but I don't see anything in the module that clarifies my confusion about the above questions. Maybe some answers above will also help me understand how to export/save/upload images for my web-related purposes.
    Ultimately, I think I'm trying to get a set of user presets for the various needs I might want and I apologize if I'm just not understanding the concepts or confusing them.
    Thanks
    Andrew

    Thank you Jim. It's getting me toward the right direction. I've been experimenting with all different types of export settings to try and learn what is happening in LR.
    I basically understand the concept of the # of pixels to print size.
    However, for example:
    1) I have an image from my OMD-EM1 that I shot in 4:3
    2) I crop it to 2x3/4x6 in the Develop module > Cropping Tool. (But, LR never shows the crop size or file size)
    3) I export it and set 6 inches by 4 inches in the Image Sizing dialog at 300 ppi
    (Let's leave Quality at 100 for ease)
    I fully understand that the image comes out at 1200x1800. The file size is 2.84 MB
    I can tell the print shop to print a 4x6 inch print. It won't be cropped and it should have good quality.
    4) Now I want a print of the same image at 20 inches x 30 inches (same aspect ratio and crop)
    5) I export it and set 30 inches by 20 inches in Image Sizing at 300 ppi (9000 by 6000 pixels)
    (Quality is the same at 100)
    The file size is now 37 MB. This is going to be a problem, right? Pixalation??
    If I go back to the original RAW file, the file size is 18 MB. Now, I have a file twice the size of the original.
    I was told that you don't ever want to exceed your original file size.
    If I drop the Quality to 90 and keep ppi at 300, then the file size is 16 MB.
    Or if I reduce the ppi to 150 (keeping Quality at 100), then the file size is about 10 MB.
    Is there going to be any difference in the final print?
    Btw, I don't see any way in LR to find out what my original file size is; my cropped file size or what my exported file size will be until after I export it and open the properties tab or scroll over it.
    I think Photoshop has a built-in print size/pixels/image size calculator.
    I have no idea what I would do if I manually cropped something to a non-typical aspect ratio and then wanted to print it. But, that's probably another topic/thread.
    Also, remember I live in Cambodia. I don't have the luxury of sending online to a quality print service or take to a real print shop. I have no idea what they use for printers here or how they set them up, but one problem is that they like to make everyone look "white"
    Thanks again and apologies again for not quite understanding.
    Andrew

  • Help me please about export file is .wmv

    help me please about export file is .wmv from final cut pro
    It have black side at right and left in clip when export finished
    I have flip4mac program in my mac
    How do I edit.

    Let me help getting your question back to something we might understand.
    - You are exporting your video AS .wmv
    and
    - when you export it, there are black bars left and right of the image.
    How do you fix?
    Ok - what was the format of the video prior to your exporting it? When you edited it in FCP, what were the sequence settings? That will help get the right settings for flip4mac.
    CaptM

  • Override Export File Name

    Hi Everyone,
    I have a question which I cannot see being asked in the forum yet.
    I'd like to override the standard behaviour of exporting files to the target system by loading an once exported file again if the POV has not been validated since the last target data load. This is to speed up batch loading (we load 1500 POVs every night to Essbase). As such I need to overwrite the name of the export files as they are not unique and file names may be used more than one time for different POVs.
    Is there any way to do this in an action script? I can see that strFile occurs as a parameter in the function calls for BefExportToDat, ActExport etc. I was not able to find an API function for this purpose yet and manipulating tPOVPartition.PartLastExpFile for the location was not doing the trick as this entry is overriden in the background after export.
    Thanks in advance.
    Regards,
    Hauke

    Wayne,
    Thank you for your answer. You lead me into the right direction. Obviously, something was going horribly wrong when I tested the manipulated export script for the first time. This caused FDM to overwrite export files during batch and made me believe that the file names are not uniquely exported for all POVs.
    For anyone interested, FDM is keeping the export filenames unique for all POVs as long as historical export data files exist in the Outbox folder. When you clear the Outbox folder, file names are reused in different POVs during export. You may query the last file which was exported for any POV in the tDataArchive table in FDM.
    I am querying this table instead of tLogActivity now and move the file which was exported last for the respective POV and the filename has not been reused by another POV (due to clearing Outbox) afterwards to the filename which is created by FDM before exporting. This is speeding up the export batch to run in one fourth of the time compared to the original export behaviour as the database is not queried for all these files.
    Best regards,
    Hauke

  • Oracle export file as source

    Hi,
    I'm new to this group and to OWB as well. I am re-building in OWB a small sample application that I have previously built in another ETL tool.
    One of the source files to be processed in this application is an Oracle export file. I have tried, and looked through the documentation, but it seems Oracle export format files are not supported as source files in OWB. This seems (to me) a strange omission in an Oracle ETL product, as imp/exp is an accepted an much-used way to exchange data.
    So the question is: am I right (export files not supported) or must I look better? And if I'm right: how can I use the export file in OWB? My guess is creating an "external process".
    Thanks,
    Gerton

    Gerton,
    You cannot directly read an export file and the format has not been published. Even through OWB you cannot read it... part of it I guess is to prevent a potential security hole (you would be able to read any data from an export file if you had OWB?).
    What you can do: external process to load the export file (command line), run a mapping against the schema, and use a transformation with dynamic SQL to drop the schema again. Not an elegant solution... but it could work.
    Thanks,
    Mark.

  • Bad export file

    Hello,
    I have a problem exporting my applicaton. After exporting (file format:DOS, build status: run & bild, debugging:yes, export object definition:yes, export comments:yes, file character set: Unicode UTF-8) I get file wich is not complete. It's simply broken before logical end of normal export file. Appex version is 3.1.2.00.02 . Here is the end of my export file:
    --application/shared_components/security/authentication/hera_auth_scheme
    prompt ......scheme 22865111567649335
    begin
    declare
    s1 varchar2(32767) := null;
    s2 varchar2(32767) := null;
    s3 varchar2(32767) := null;
    s4 varchar2(32767) := null;
    s5 varchar2(32767) := null;
    begin
    s1 := null;
    s2 := null;
    s3 := null;
    s4:=s4||'return pck_apex.custom_auth'||chr(10)||
    s5 := null;
    wwv_flow_api.create_auth_setup (
    p_id=> 22865111567649335 + wwv_flow_api.g_id_offset,
    p_flow_id=> wwv_flow.g_flow_id,
    p_name=> 'HERA_AUTH_SCHEME',
    p_description=>'auth. sch.',
    p_page_sentry_function=> s1,
    p_sess_verify_function=> s2,
    p_pre_auth_process=> s3,
    p_auth_function=> s4,
    p_post_auth_process=> s5,
    p_invalid_session_page=>'101',
    p_invalid_session_url=>'',
    p_cookie_name=>'',
    p_cookie_path=>'',
    p_cookie_domain=>'',
    p_ldap_host=>'',
    p_ldap_port=>'',
    p_ldap_string=>'',
    p_attribute_01=>'',
    p_attribute_02=>'wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&amp;p_next_flow_page_sess=&APP_ID.:101',
    p_attribute_03=>'',
    p_attribute_04=>'',
    p_attribute_05=>'',
    p_attribute_06=>'',
    p_attribute_07=>'',
    p_attribute_08=>'',
    p_required_pa
    Did somebody have such a problem and resolve them?
    Thanks

    Scott,
    that's complete dads.conf file:
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    Alias /i/ "C:/oracle/http/Apache/images/"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_downloadd
    PlsqlDatabaseConnectString appserver:1521:orcl ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword my_pwd
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>
    Ivica

  • SSRS report Excel Export file size is huge

    Hello everyone,
    I am facing an issue with SSRS report exporting  to Excel.
    Issue : Exported file size is too big.
    I have a matrix report ( parametrized report ) it fetches data from multiple table.
    initially when
    1) I select all parameters all values
    2) load the report after that
    3) exporting to excel
    so exported file size was about 10 Mb to 12MB
    Now, suddenly from this month exported file size is too big around 62 MB for same data,
    I checked on different forums and tried the solutions but it didn't worked,
    can anyone please suggest me on this.
    My environment is
    Visual studio (BIDS) 2008
    SQL Server 2008 R2
    Excel 2007
    Thanks

    Hi UdayKGR,
    According to your description, when you export a report into an excel file, the exported file size is too huge. Now you want to reduce the file size. Right?
    In this scenario, do you export the report into excel 2003 file? When reports are first exported and saved to Excel 2003, they do not benefit from the file optimization that Excel automatically applies to its *.xls workbook files. The larger file size can
    cause problems for e-mail subscriptions and attachments. To reduce the size of the *.xls files for exported reports, open the *.xls files and then resave the workbooks. Resaving the workbooks typically reduces their file sizes by 40 to 50 percent. Also please
    try to install the Reporting Services 2008 R2 Service Pack 2 and reduce the merged columns in exported excel file. For more information, please see the links below:
    Exporting to Microsoft Excel (Report Builder and SSRS)
    problem
    regarding the size of exported report from reporting services to excel format
    SSRS Export to Excel - Performance
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Export File As MIDI - Tempo anomally

    I score movies and write virtually everything in Logic using the various software instruments that come with the program, plus some others. But when I record in a studio I work in ProTools. In order to set up the sessions in ProTools I select Export File As MIDI and import the MIDI file into my ProTools session. This creates a bar and beat and a tempo structure that is the same as my Logic session with one strange anomally. This function creates a MIDI file whose tempo is 1/10,000th or 2/10,000 fater than the original. That is, if the original session were at 120 bpm the session created with the MIDI file will be at 120.0001. At first I thought this was a ProTools issue but the same thing occurs when I click on the file to open a Logic session.
    I am not terribly concerned with the variance, as it would take 10,000 minutes (just under 7 days) for the sessions to be one beat off. But I am still confused as to why this would happen at all.
    Anyone have an answer?

    So you're saying that a Logic session made at 120.0000 BPM, saved as a .mid file, and then re-opened in Logic will have a .0001 BPM tempo variation? Wow, weird-ee-ooooo!
    As a test I did the following:
    1. Created a sequence in Logic @ 120.0000 BPM
    2. Exported it as a .mid file. Closed the Logic song.
    3. dbl-clicked on the .mid file and Logic opened it, tempo = 120.0000
    So... a few questions:
    a) What version of Logic are you running?
    b) Do you work at any particular frame rate? If so, what is it?
    c) Can you confirm that the frame rate of your Logic sessions match that of your PT sessions?
    Might be grasping at straws...

  • Tokens are diffirent between CAP file and Export File

    hi Safamer, hi all guys.
    firstly, thanks all for concerning my issue.
    As i know, java card technology link components base on TOKEN.
    But the question is: the token in Export file and in the CAP file are different. So, how can off-card installer can link everything.
    For example.
    My_Package1:
    Class1:
    protected field1
    private field2
    public filed3
    ---> in the ExportFile, i have token for filed1 and field3 are 0 and 1 correspondingly. But in the CAP, these are not.
    Thanks for your answer.
    Edited by: hoan_micheal on Jun 14, 2011 1:41 AM

    dear guys!
    I check very careful for this issue. And the results are:
    - With the instance Field, virtual method ( i mean non-static), the token in the ExportFile and the token in the CAPFile is SAME
    - with the static Filed and STATIC Method, the token is different and i don't see any rule to link these tow value. For example
    --------------------------------------------------------------------CAP file --------------------------------------------ExportFile
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\public----------private --------------------------------------token
    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\token-----------token------------------------------------------
    public........static     short     sf1....=......1------------12---------------------------------------------------------->0
    private......static     short     sf2....=......2----------------------------21          
    protected..static     short     sf3....=......3------------14---------------------------------------------------------->1
    private......static     short     sf4....=......4----------------------------23          
    public     .......static short     sf5....=......5------------16---------------------------------------------------------->2
    public...... static     short     sfn1-------------------------0----------------------------------------------------------> 3
    private......static     short     sfn2--------------------------------------- 6          
    protected..static     short     sfn3-------------------------2----------------------------------------------------------> 4
    ...............static     short     sfd1....=.....7-------------------------- 25          
    ..............static     short     sfd2....=.....8          
    public......static     byte     sb1....=......1------------18---------------------------------------------------------->5
    private......static     byte     sb2....=......2---------------------------27          
    protected.static     byte     sb3....=......3------------19---------------------------------------------------------->6
    private......static     byte     sb4....=......4---------------------------28          
    public...... static     byte     sb5....=......5------------20---------------------------------------------------------->7
    public ......static     byte     sbn1-----------------------4------------------------------------------------------------->8
    private......static     byte     sbn2-------------------------------------------10          
    protected..static     byte     sbn3-----------------------5     ---------------------------------------------------------->9
    ...............static     byte     sbd1....=....10------------------------------29          
    ...............static     byte     sbd2-------------------------------------------11          
    - with the Class in a package, the token is diffent. For example.
    Package library{----------------------------exportFile Token----------------------------CapFIle--- the Offset in the Class Component
    ............. Class1--------------------------->not ---------------------------------------------->0
    public.....Class2---------------------------->0-------------------------------------------------->1
    public.....Class3---------------------------->1-------------------------------------------------->2
    ............Class4---------------------------->not------------------------------------------------>3
    public.....Class5---------------------------> 2 ------------------------------------------------> 4
    Those are really different. Could you help me to understand this.
    Thanks a lot

  • [BUG] Reports vanishes and Export File cant be imported

    Hi,
    I do not know where to report a Bug for the SQL Developer, so i will do it here. (May be you should consider of creating such a WebPage as Part of the SQlDeveloper excange).
    Description of the Bug:
    I experienced already twice a loss of all my UserDefinded Reports in the SQLDeveloper. I start the SQLDeveloper and all my Reoprts are gone - no idea why. So because this already happend to me, I alwyays Exported my reports into a File. As ist ahppend again, i tryied to import my Reports into the SQLDeveloper, But when I click on "Import" In the Context Menu a FileDialog with the Title "Save" does open up. I then can choose my Import File and confirm it but it does not get imported, neigther does the export File get changes or so ...
    I do not have any Idea what happend there, but I miss my reports very much!!!!!
    regards
    Joachim

    Hi Joachim,
    I'll address the logistics question first. Where to log bugs:
    For the production software, you can log bugs through Metalink, if you have a Database Suppport License. This is the reason we do have a section on the Exchange for logging bugs. For any evaluation software releases we do, you can log bugs here on the forum.
    If you are working between the evaluation release and the production release, your reports will disappear in the Production release. (See the 'before you install' in the Getting Started doc on our homepage). It sounds like the UserReports.xml file in the .sqldeveloper folder is being corrupted.
    There is one thing I do to save reports I want to keep. I export the reports and save that file to another directory. Then go into Tools -> Preferences - Database -> User Defined Extensions. Now Add a row. Click in the "Type" field and select "Report" . Click in the Location field and browse for your file. (This is only available in 1.1 - you can do it in 1.1.0.21.97)
    You need to click away from this filed to pick up that change. Then click OK. If you restart SQL Developer, you'll see a new folder called "Shared Reports". In the current evaluation release 1.1.0.21.97, only the Shared Reports folder is added, you still need to import the reports xml file. In subsequent builds and in the next build you'll have access to, the file of reports is open under this Shared Reports folder. These reports are not editable, but they are safe.
    So you have a method for keeping your reports safe.
    Regards
    Sue

  • Export files on IPAD

    Export files on IPAD and make edits

    Billed To:
    [email protected]
    Tiffany Simone-Green
    1133 Ogden Avenue
    Bronx, NY 10452-4348
    USA     Order ID: MGJNJW6316
    Receipt Date: 03/26/14
    Order Total: $26.12
    Billed To: Visa .... 3909
    Item     Seller     Type     Unit Price
    Adobe Reader, Adobe ExportPDF Subscription
    Report a Problem     ADOBE SYSTEMS, INC.     Init. Subscription     $23.99
    Subtotal:     $23.99
    Tax:     $2.13
    Order Total:     $26.12
    Please retain for your records.
    Please See Below For Terms And Conditions Pertaining To This Order.
    Apple Inc.
    You can find the iTunes Store Terms of Sale and Sales Policies by launching your iTunes application and clicking on Terms of Sale or Sales Policies
    Answers to frequently asked questions regarding the iTunes Store can be found at http://www.apple.com/support/itunes/store/
    Apple ID Summary •  Purchase History
    Apple respects your privacy.
    Information regarding your personal information can be viewed athttps://www.apple.com/legal/privacy/
    Copyright © 2014 Apple Inc. All rights reserved
    Sent from my iPad

Maybe you are looking for

  • How to match a fingerprint template from database ?

    i now can save a fingerprint template from database using this code.. Dim fingerprintData As MemoryStream = New MemoryStream Template.Serialize(fingerprintData) fingerprintData.Position = 0 Dim br As BinaryReader = New BinaryReader(fingerprintData) D

  • Change document name in event receiver

    I need to rename a document during an ItemUpdating or an ItemUpdated event. Either one would be fine. When my user changes the file name, I want my code to set it to something else. In the examples below, I am trying to set it to a silly constant val

  • Report to see emp under head of department

    Dear All, I want to check how many employees attached to the perticular depatment head? some standard reports are available to get emp head count to the particular department but i need to take employees who are under the department head.(boss) thank

  • Will 15" Macbook Pro be able to display higher resolution of 24" Display

    This may be a daft question but if I buy a 24" Cinema Dispaly and a 15" Macbook Pro will I be able to use the highest resolution of 1920 by 1200. Are there any problems I might regret or encounter with this setup? I thought I might go for the 15" to

  • Why does it take so long for the editing process to take effect?

    I edited 7 pictures an hour ago & they still are showing as "editing in progress in organizer  an hour  later. Would appreciate your help. Thanks