Create word document based on query in oracle reports

Database version
Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
PL/SQL Release 9.2.0.8.0 - Production
CORE 9.2.0.8.0 Production
TNS for HPUX: Version 9.2.0.8.0 - Production
NLSRTL Version 9.2.0.8.0 - Production
CREATE TABLE TAB1
DEPT_ID NUMBER,
DRIVE_ID CHAR(10 BYTE),
QC_TYPE_ID CHAR(4 BYTE),
QC_SUBTYPE_ID CHAR(4 BYTE),
EQUIP_CODE VARCHAR2(20 BYTE),
CREATE_TIME DATE
Insert into TAB1
(DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
CREATE_TIME)
Values
(14, 'DRV5535359', '1011', '1012', 'HEMORYA070',
TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
Insert into TAB1
(DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
CREATE_TIME)
Values
(14, 'DRV5535359', '1011', '1012', 'HEMORYA089',
TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
Insert into TAB1
(DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
CREATE_TIME)
Values
(14, 'DRV5535359', '1011', '1014', 'SEALCEN007',
TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
Insert into TAB1
(DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
CREATE_TIME)
Values
(95, 'DRV2016629', '1008', '1012', 'HEMORYA124',
TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
Insert into TAB1
(DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
CREATE_TIME)
Values
(95, 'DRV2016629', '1008', '1012', 'HEMORYA125',
TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
Insert into TAB1
(DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
CREATE_TIME)
Values
(95, 'DRV2016629', '1008', '1013', 'SEALCEN032',
TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
Insert into TAB1
(DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
CREATE_TIME)
Values
(11, 'DRV5533643', '1011', '1012', 'HEMORYA099',
TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
Insert into TAB1
(DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
CREATE_TIME)
Values
(11, 'DRV5533643', '1011', '1026', 'HEMORYA100',
TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
Insert into TAB1
(DEPT_ID, DRIVE_ID, QC_TYPE_ID, QC_SUBTYPE_ID, EQUIP_CODE,
CREATE_TIME)
Values
(11, 'DRV5533643', '1011', '1026', 'SEALCEN008',
TO_DATE('08/07/2012 00:00:00', 'MM/DD/YYYY HH24:MI:SS'));
COMMIT;
Sample table and data
Wanted help if any experts out there to help me create word output instead of pdf or excel format report
select * from tab1;
DEPT_ID|DRIVE_ID|QC_TYPE_ID|QC_SUBTYPE_ID|EQUIP_CODE|CREATE_TIME
14|DRV5535359|1011|1012|HEMORYA070|8/7/2012
14|DRV5535359|1011|1012|HEMORYA089|8/7/2012
14|DRV5535359|1011|1014|SEALCEN007|8/7/2012
95|DRV2016629|1008|1012|HEMORYA124|8/7/2012
95|DRV2016629|1008|1012|HEMORYA125|8/7/2012
95|DRV2016629|1008|1013|SEALCEN032|8/7/2012
11|DRV5533643|1011|1012|HEMORYA099|8/7/2012
11|DRV5533643|1011|1026|HEMORYA100|8/7/2012
11|DRV5533643|1011|1026|SEALCEN008|8/7/2012
Edited by: user_anumoses on Aug 23, 2012 1:20 PM

Well, I know you've been asked before, but it seems you're either incapable or just plain lazy when it comes to helping us to help you. You haven't bothered to format your code using the appropriate tags, and you haven't provided all the information needed, and it looks like you haven't even bothered to post it in the correct forum (there's a forum specifically for Oracle Reports).
I'll ask you once more to read this: {message:id=9360002}
As best I know (and I haven't worked on Oracle reports for many years), it is only capable of producing PDF 'out of the box', so any other reporting format would need to be developed by yourself. You haven't even specified whether you're using client based reports or web based (application server) reports, and solutions could vary depending on that.
Don't expect much help if you can't be bothered to follow simple guidelines in asking questions.

Similar Messages

  • Modifying MS WORD documents stored in BLOBS. (Oracle 9i Release 9.2.0.4.0)

    I have a need to replace a string of characters in an MS Word document that is stored in a BLOB field in an Oracle 9i database.
    Background: We have a large number of MS Word documents (~50,000) and many of them contain links to other Word documents stored on various servers throughout our network. We are moving a number of these servers, thus invalidating these links. I need to be able to update these links without having to open up every one of these documents and doing it manually.
    Is it possible, using PL/SQL, to update these links in these MS Word documents that are stored in Oracle? I have currently written a quick PL/SQL routine that will find the links and provide their location within the document, but I am not sure how I can update them. The problem, as I see it, is that if the characters that I am replacing differ in length than those that are currently in the existing document, then I would have to shift the remaining bytes of the document either left or right to preserve the integrity of the document.
    Is this possible, or should I pursue another option?

    It does not have to manual, but I think you will need to use word to modify and save the documents.
    The most automated process I can think of would be to write a client program to fetch a blob, run word, and have a word macro or add in to make the edits save, and then the client program updates with the new blob.
    With that number of documents, I would probably try to fetch a bunch of blobs and have word process them all before updating them for performance reasons.
    Unfortunately I would have no clue how to do the word automation, but I wouldn't touch those blobs using pl/sql

  • Create Word Document with OLE2.

    Hi,
    Is it possible to create a word docuent as an attachment? I want to create an attachment for opportunity when its status changes.
    Is it possible to create word document in Actions and can we attach it to opportunity?
    Any suggestions on how to approach for this requirment?
    Regards,

    Mike is not suggesting that you try to invoke a Word macro from OLE2. He is suggesting that you use Word's Macro Recorder to capture the actions you are trying to automate. The resulting macro will be written in VBA, and therefore of no direct use to you. It will, however, show you which objects/methods are relevant to your task. This information will make it much easier to write the equivalent OLE2 code.
    Note that Macro Recorder tends to generate more code than is necessary, by reassigning default values to object properties, to ensure portability. Your OLE2 code can often be left much more brief, by assigning values only to those properties that actually change within your operation.
    Eric Adamson
    Lansing, Michigan

  • Read,write and create word document with list data

    Hi,
    My requirement is that I have a custom list called List1 and which has a 4 (suppose XName, location, phone, email)columns and also have a Template document(.dot). If I click on save button , new document has to create from the Template document(.dot) and
    should modify the content depends on list columns.
    For that I need to read the document , find out the text where XName , location,,phone, email and replace with the list item data(user entered data). 
    Can anybody please refer links for read,write and create word document?
    Thanks in advance.

    Yes, you can using Office Open XML. I found it to be a lot more cumbersome and in the end not a money saving approach:
    https://msdn.microsoft.com/en-us/library/office/bb448854.aspx?f=255&MSPPError=-2147217396
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Hyperion SQR - Create Word document reports

    We are using Hyperion SQR Production Reporting v8.3. Does this have the ability to create a Microsoft Word document as a report?
    If not, does a more recent version have support for creating Word document as a report?

    SQR does not support creating word document. However you could check this link which might help as a workaround :
    sqr report output file in microsoft word format - Toolbox for IT Groups

  • How to write REF-CURSOR Query in Oracle Reports

    Hello Guys!!
    I have a form in which you can select regions/divisions/locations etc by the use of check boxes. And the selected values will be inserted into a table, and based on the selected values of the table the report is run.
    The issue I have is with the query inside the Oracle reports(attached to this file).
    The query works fine until the last two EXISTS conditions.
    IF a region exists In the table report_param then it works fine but if there are no divisions in it , then the query returns no values, which is not correct.
    Someone has advised me to use a ref-cursor query inside reports tool, which I am not aware off. So, anykind of suggestions or advises are welcome. Please let me know about it as it is very urgent issue for me. Anykind of help would be greatly
    appreciated.
    Thanks,
    Vishal
    -------------------------------------------------------Query in Oracle Reports---------------------------------------------------------
    select c.key_segment, p.supplier_id,
    decode(:in_col_nm, 'BRAND',nvl(p.product_brand,'<Unknown Brand>'), 'PLN',nvl(p.product_legal_name,'<Unknown Legal Name>')) COL_NM,
    sum(a.ext_price) sales_dols,
    sum(comp_allow_pkg.get_comp_allow_stddiv(a.control_loc_id, a.product_id, a.sold_to_customer_id,
    a.doc_dt, a.ext_price, a.units)) cust_reb_dols,
    sum(a.units) units,
    sum(a.ext_cost) cost_dols
    from sales a, key_segment_plns c, product p, rep_wrtr_dw_cust h
    where a.doc_dt between :in_start_dt and :in_end_dt
    and a.customer_oc = h.control_loc_id
    and a.sold_to_customer_id = h.sold_to_cust_id
    and a.ship_to_customer_id = h.ship_to_cust_id
    and ((:in_dg_cd = 'B' and h.dealer_grower_cd in ('D','G')) or h.dealer_grower_cd = :in_dg_cd)
    and a.product_id = p.product_id
    and p.product_gl_class_cd = 'CHEM'
    and p.product_legal_name = c.product_legal_name
    and c.key_segment in ('GLYPHOSATE','PLANT HEALTH/RUST FUNGICIDES','PYRETHROIDS','STROBI FUNGICIDES')--&IN_KEY_SEGMENTS
    -- and (:in_oc = 'ALL' or (a.control_loc_id in (select control_loc from control_loc_comb_ocs where control_loc_comb = :in_oc)))
    -- SALES DATA FILTERS TO MATCH ACCUM_SALES_DG_MV
    and a.sale_type_cd in ('02','08')
    and a.document_type_cd in ('I','C','D')
    and (substr(a.product_id,-1) in ('0','1') OR nvl(upper(trim(p.product_brand)),'X') = 'TECH FEE')
    and a.units <> 0
    and a.unit_cost <> 0
    and a.unit_price <> 0
    -- NEW FILTERS ADDED 9/11/07: LOCATION(BRANCH), BUSINESS TYPE, RSM/ASM/REP
    and ((:in_loc = 'ALL') or (nvl(a.warehouse_id,'<blank>') in (SELECT param_value
    FROM report_param
    WHERE report_id = :IN_REPORT_ID
    AND session_id= :IN_SESSION_ID
    AND USER_ID = :IN_USER_ID
    AND param_name='LOCATION_TYPE')))
    and ((:in_uhs_ag = 'ALL') or (:in_uhs_ag = 'NA' and p.product_uhs_ag != 'A') or (p.product_uhs_ag = :in_uhs_ag))
    and ((:in_sales_rep = 'ALL') or (nvl(a.territory_id,'<blank>') in (SELECT param_value
    FROM report_param
    WHERE report_id = :IN_REPORT_ID
    AND session_id= :IN_SESSION_ID
    AND USER_ID = :IN_USER_ID
    AND param_name='SALES_REP_TYPE')))
    and EXISTS
    (SELECT '1'
    FROM locations l, report_param rp
    WHERE rp.report_id = :IN_REPORT_ID
    AND rp.session_id= :IN_SESSION_ID
    AND rp.user_id = :IN_USER_ID
    AND rp.param_value = l.region
    AND rp.param_name = 'REGION_TYPE'
    AND a.warehouse_id = L.ARS_LOCATION)
    and EXISTS
    (SELECT '1'
    FROM locations l, report_param rp
    WHERE rp.report_id = :IN_REPORT_ID
    AND rp.session_id= :IN_SESSION_ID
    AND rp.user_id = :IN_USER_ID
    AND rp.param_value = l.region
    AND rp.param_name = 'DIVISION_TYPE'
    AND a.warehouse_id = L.ARS_LOCATION)
    group by c.key_segment, P.supplier_id,
    decode(:in_col_nm, 'BRAND',nvl(p.product_brand,'<Unknown Brand>'), 'PLN',nvl(p.product_legal_name,'<Unknown Legal Name>'))

    Hi,
    I need your help to create a report using Ref-Cursor. please see the below thread
    Report using ref cursor or dynamic Sql

  • How to create pdf files in UNIX directory from oracle reports

    I would like to know how to create pdf files in UNIX directory from oracle reports.
    Thanks,

    Please make your question more clear . Also mention the reports version.
    1) If you are runnning reports in Unix, you can give
    .... destype=file desformat=pdf desname=<filename>
    in command line
    Please refer docs below.
    2) If by your question you mean
    "My reports server is running in Windows but I want to ftp my files to Unix after creating it"
    then the answer is that you can use pluggable destination "ftp"
    .... destype=ftp desformat=pdf desname=<ftp url>
    Pluggable destinations download
    http://otn.oracle.com/products/reports/pluginxchange/index.html
    Thanks
    Ratheesh
    [    All Docs     ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf

  • How to embed the Word Document and PDF file into Crystal report?

    How to embed the Word Document and PDF file into Crystal report?
    I have word doc which having 10 pages. I need to show all of the 10 pages at a time. I tried OLE object but problem is it shows only one page.
    Is there any solution to show word doc / PDF file in CR?

    Symptom :
    When embedding a pdf document into a Crystal Report, only the one page shows.
    Reproducing the Issue
    Environment:
    Crystal Reports OLE object
    Cause
    An OLE object only displays the first page.
    Resolution
    Embed multiple objects, one for each page
    Or
    Use a hyperlink to the object instead
    Hope this helps!
    Regards,
    Vinay

  • Font problem creating WORD document with Oracle Reports 8i/9i

    I created a report using different Arial fonts. Once the report is generated from a .NET application, the fonts in the word document are changed apparently into Helvetica. This disarrange my lay-out completely. How can I solve this problem?
    (NB. when I generate a PDF, there is no problem!)

    By the way. I create the files in this way:
       private void createFile(String outFileName) {
          try {
             ByteArrayInputStream result = clientDoc.getPrintOutputController().export(ReportExportFormat.PDF);
             File newFile = new File(outFileName);
             FileOutputStream output = new FileOutputStream(newFile);
             int bytesRead = 0;
             byte[] byteArray = new byte[10000];
             while ((bytesRead = result.read(byteArray)) != -1) {
                output.write(byteArray, 0, bytesRead);
             output.flush();
             output.close();
          } catch (Exception e) {
             e.printStackTrace();

  • Can't create Word Document report - need help

    Hi,
    I have been trying to create a report using a word document. I downloaded an example from ni.com that has Export_Info.vi. When I try to run it I get this error:
    Error 1003 occurred at Open VI Reference in New Report.vi->Export_Info.vi
    I traced the error back to New Report.vi which is a VI that comes with the LabView package. There is a Open VI reference that when it tries to open Word_Open.vi gives an error. So for some reason I can not open Word_Open.vi without an error, and it comes with the Report generation office library.
    Does anyone know what could the problem be?
    I tried reinstalling everything and i still keep getting the same error. This makes it impossible to create a report now.
    Any help would be VERY appreciated.
    Thank you

    Yes I have it installed. When I went to open up Word_Open.vi it opened with an error and it said that the property was not valid.
    I attached a screenshot of the block diagram for Wor_Open.vi with an error message.
    Thank you
    Attachments:
    word open.jpg ‏115 KB

  • Is there a way to create Word Documents on the Ipad2?

    Thinking of purchasing the Ipad2, Just curious if I'd be able to create a Word Document, or have the ability to Create Spreadsheets?

    KT is in fact incorrect.
    But "creating" docmis not obvious or intuitive and IMHO needs some GUI redesign. Grist for another thread.
    First off you must EXPORT your Pages doc, you can't Save or Save As like we're used to on our computers.
    1. Open you Pages doc
    2. Press the little wrench in the upper right
    3. Press "Share and Print" option first in list
    4. Of the next list of ways to share or print, 3 allow you to export in 1 of 3 file formats. Pick your poison:
       a. Email Document
       b. Send to iTunes
       c. Copy to iDisk
    3. after clicking either of the above 3, you'll be prompted to choose which format to use:
       a. Pages
       b. PDF
       c. Word
    So it is 100% doable, just very poorly designed as how to do so. But it works perfectly.
    Again, you might check out "Documents to Go" which is an office suite and much nore featured and robust.
    For those that thought Pages couldnt cteat Word files, IMHO Apple's less than more approach to interface design is sometimes a little too austere and leaves spending too much time trying to find their hidden options and tools than just intuitively using their apps.

  • Create a document based on specific document template using JavaScript (ECMA Script/REST API/SP Services)

    Hi,
    I have requirement to create a new document based on specific document template available in document library. Able to set the specific content type but the respective document template not being applied. I am trying with ECMAScript, REST API and SPServices
    but no luck for now. Please help me.
    Thanks,
    JP

    Hello,
    I have already tried your solution, however in that case I get the error - "UncaughtSys.ArgumentNullException: Sys.ArgumentNullException:
    Value cannot be null.Parameter name: context"...
    Also, I tried removing SP.SOD.executeFunc
    from my code, but no success :(
    Kindly suggest !!!
    Vipul Jain

  • Create Word document with Java

    I want to create a Word Document with Java. But I don't know how can I insert text in a Word document.

    I searched and found JXWord (probably limited to Windows): http://www.geocities.com/picmapicma/
    I'm interrested to know if it works fine...:)

  • Create Word document in Java application

    Hi all,
    Has anybody already used this Java Bean word processing in a Java application: http://www.must.de/default.html?Javactpe.htm ?
    Is it reliable ?? Any comments are welcome.
    What are the other ways to read/write a Word document in a Java application ?
    Thanks,
    Christophe

    Hi Naga,
    I have a problem using this word processing bean. The API can't find the template SampleTemplate. I have put this template and the API in the same folder, but I get a "Template SampleTemplate not found" when the wordAPI executes.
    Can you help ?
    Christophe

  • Programmatically adding a Word Document or PDF to a crystal report

    I am using Crystal XI for windows.  I have a VB.Net windows application that I am trying to insert a Word Document and/or PDF into.  I want to programmatically be able to add any file(s) to a crystal report.  Is there any sample code or guidance that can show me how to programmically add a file to a report?
    In the user interface, the user can click on unlimited number of PDFs, Word Documents... to insert into a Crystal Report.  Is this possible?   If so, please show steps and some sample code how to do this.
    Kind Regards,
    Jeff

    In this example, the ReportAppFactory gets initialized with the instance from the session object... If I am doing this in windows (not a web application), how would this change it if this is a windows application with no session object?
    I am connecting against an  ADO.Net (XML) file on the same computer - no connection information required... I just want to open the report file, SetDataSource to a dataset ...then do the other stuff in the example.  I think after I get past connecting to the data and opening the report, the rest of working with sections and adding ole objects I can get from the examples.  All of the sample code that I found are web based and don't show how to connect if you are windows based - not over a web page.
    I am not using a CMS or anything web / network based... I just want to connect to a local XML file that was generated from Visual Studio .Net 2005.   The example below is one of the Crystal Samples... they are all web based samples.  ...I am looking for a windows based sample to see how to connect and open a report file.
    Example:
            If Not (Session("boEnterpriseSession") Is Nothing) Then
                boEnterpriseSession = CType(Session("boEnterpriseSession"), CrystalDecisions.Enterprise.EnterpriseSession)
            Else
                'Log on to the Enterprise CMS
                boSessionMgr = New CrystalDecisions.Enterprise.SessionMgr
                boEnterpriseSession = boSessionMgr.Logon(Request.QueryString.Item("username"), Request.QueryString.Item("password"), Request.QueryString.Item("cms"), Request.QueryString.Item("authtype"))
                Session.Add("boEnterpriseSession", boEnterpriseSession)
            End If
            'get report object from session or create a new report object
            If Not (Session("boReportClientDocument") Is Nothing) Then
                boReportClientDocument = CType(Session("boReportClientDocument"), CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocument)
            Else
                boEnterpriseService = boEnterpriseSession.GetService("", "InfoStore")
                boInfoStore = New CrystalDecisions.Enterprise.InfoStore(boEnterpriseService)
                boReportName = "SimpleRCAPIReport.rpt"
                'Retrieve the report object from the InfoStore, only need the SI_ID for RAS
                boQuery = "Select SI_ID From CI_INFOOBJECTS Where SI_NAME = '" + boReportName + _
                 "' AND SI_Instance=0"
                boInfoObjects = boInfoStore.Query(boQuery)
                boInfoObject = boInfoObjects(1)
                boEnterpriseService = Nothing
                'Retrieve the RASReportFactory
                boEnterpriseService = boEnterpriseSession.GetService("RASReportFactory")
                boReportAppFactory = CType(boEnterpriseService.Interface, CrystalDecisions.ReportAppServer.ClientDoc.ReportAppFactory)
                'Open the report from Enterprise
                boReportClientDocument = boReportAppFactory.OpenDocument(boInfoObject.ID, 0)
                'First determine where to add - in this case the details Area
                boArea = boReportClientDocument.ReportDefController.ReportDefinition.DetailArea
                'Create the new section object
                boSection = New CrystalDecisions.ReportAppServer.ReportDefModel.Section
                'Set the properties for the section
                boSection.Kind = CrystalDecisions.ReportAppServer.ReportDefModel.CrAreaSectionKindEnum.crAreaSectionKindDetail
                boSection.Name = "Detail2"
                boSection.Height = 1000
                boSection.Width = 11520
                'Now add the section
                boReportClientDocument.ReportDefController.ReportSectionController.Add(boSection, boArea, -1)
                'Add the reportClientDocument to session
                Session.Add("boReportClientDocument", boReportClientDocument)
            End If
    Thanks,
    Jeff
    Edited by: Jeff Dressing on Aug 20, 2008 10:48 AM

Maybe you are looking for

  • 3G no longer working at office. Tower, or phone problem?

    For about a week, the 3G data connection on my iPhone has not been working from my office. I'm not sure but this might have happened after my upgrade to iOS 4.3.3. I used to get a slow but steady data rate, both indoors and out. Now, I get 3 coverage

  • Which monitor for macbook pro?

    I just got a 13' retina macbook pro and I really like the display.  Now I want an external monitor to use when I'm at my desk but I'm afraid I'm going to be disappointed in the quality of any of the external monitors in my price range. Any suggestion

  • Access a query view from the web

    Hello, I have a query with a view.  I would like to simply be able to link to this query view in a Web Browser window.  What would the URL be? How can I do that, is it possible? I know I can open the default view of the query, by choosing on Bex Tool

  • Rotating Canvass to work in Portrait

    Hi, I want to rotate the canvass so that I can work in portrait rather than landscape. I understand that this can be done by adjusting printing options, but I want to WORK in portrait. In Powerpoint this is done easily by going to page settings and c

  • X san 2, volumes doesn't appear!

    Hello, i have a problem. i use xserve,promisse (j+e)class,i have xsan2 the problem is that we lost electricity and all were shot down, since that i can see the volumen in any user. how can i recover the xsan? because i dont want to loss the data stor