Help with excel output.

How can I get the out with Excel format.  Here is the steps and output desire.
The trick is I want the excel out put with specific format date, I have tried using SSIS 2012 for several days and it did not work.  The file must be in this format.  I google and try several examples but it failed.  Here is my codes below. 
Any help is greatly appreciate.
I have to schedule the job to run each night and output Excel file with date format below.
date format: DDMMYY append to the file.
Daily_Report_280115.csv or Daily_Report_280115.xlsx
IF OBJECT_ID('dbo.usp_RptGetUserLogin', 'p') IS NOT NULL
  DROP PROCedure dbo.usp_RptGetUserLogin
GO
CREATE PROCedure dbo.usp_RptGetUserLogin
@DBName     VARCHAR(40)
AS
**      Description: 
**       Written by:
**     Written date:  01/23/2015
**    Modifications:
**    ------------+---------------+-------------------------------------------
**    Date:       |  Author:      |   Reasons:
SET NOCOUNT ON;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
DECLARE @SQLStr  VARCHAR(8000)
       ,@crlf        CHAR(1) = CHAR(13) + CHAR(10) -- carriage return, new line.
     --INSERT dbo.#AuditUserLogin (LoginId, DBName, UserName, UserOrAlias)
        --PRINT '-- go 2.'
        SET @SQLStr = 'USE ' + @DBName + ';' + @crlf + 'SELECT CAST(p1.name  AS VARCHAR(40)) AS [LoginName],
            CAST(db_name() AS VARCHAR(40)) AS [DBName],
            CAST(p.name AS VARCHAR(40)) AS [UserName],
            CAST(CASE
              WHEN (p.is_fixed_role = 1) THEN ''MemberOf''  -- 1 = in one of the DB role.
              ELSE ''User''
            END AS VARCHAR(20) ) AS [UserOrAlias]
       FROM sys.database_role_members AS r
       JOIN sys.database_principals AS p
         ON (r.role_principal_id = p.principal_id)
       JOIN sys.database_principals AS p1
         ON (r.member_principal_id = p1.principal_id)
      --WHERE (r.member_principal_id > 1) -- Exclusive dbo user.
   ORDER BY p1.name ASC, p.name ASC;'
   PRINT @SQLStr
   EXECute (@SQLStr)
GO
DECLARE @SQLString VARCHAR(5000)
       ,@sToday CHAR(6) =  REPLACE(CONVERT(VARCHAR(10), GETDATE(), 3), '/', '')
SELECT @sToday
SET @SQLString = 'OSQL /E -w2000 /d DBAMaintenance /S. ' + '/Q"EXECute dbo.usp_RptGetUserLogin @DBName = ''Dev''' + '" /o C:\ExcelOutPut\' + 'Daily_Report_' + RTRIM(@sToday) + '.csv'
SELECT @SQLString
--OSQL /E -w2000 /d DBAMaintenance /S. /Q"EXECute dbo.usp_RptGetUserLogin @DBName = 'Dev'" /o C:\ExcelOutPut\Daily_Report_280115.csv
--EXECute Master..xp_cmdshell @SQLString
-- Desired output:
LoginName               DBName UserName       UserOrAlias
dbo                     Dev       db_owner       MemberOf
MyDomain\QA_ReadOnly_DB   Dev       db_datareader MemberOf
MyDomain\Dev_ReadOnly_DB  Dev       db_datareader MemberOf
MyDomain\languyen         Dev       db_datareader MemberOf
MyDomain\languyen         Dev       db_datawriter MemberOf
Lam                     Dev       db_backupoperator MemberOf
Lam                     Dev       db_datareader MemberOf
Lam                     Dev       db_datawriter MemberOf

You try using BCP
https://www.simple-talk.com/sql/database-administration/creating-csv-files-using-bcp-and-stored-procedures/
BTW, Are you using SQL 2000?
Also you can try with Powershell
https://gallery.technet.microsoft.com/PowerShell-Export-SQL-Data-67bcb690
--Prashanth

Similar Messages

  • Problem with Excel output format

    Hi Guys,
    I am creating a report in XML Publisher (not standalone). I am facing some problems could anyone please help me to figure out the issues.
    Is it possible to have all three output format (PDF, HTML & EXCEL) exact (same aligned) only by creating a single RTF Template? I am facing the problem with Excel output format the output format of excel is taking excels cell formatting.
    Example Numeric fields --> Right Aligned, text fields --> Left Aligned
    One more issue with excel is -ve(negative) values are getting displayed in red and in brackets like ($13) (with red color).
    Our client want excel output on priority.
    Is there any limitation for excel output format of reports?
    It is very urgent for us please help.
    Any help would be highly appreciated.
    Thanks,
    Pragati
    Edited by: user11237443 on Aug 27, 2009 1:22 AM

    Hi Mahi,
    Thanks for your response. But i could not understand how can we write wrapper program could you please give some light on this or provide some link it would be helpful for me:-)
    I have read that blog for excel limitations but i have more question?
    1) What about the negative values?
    if any field is displaying negative amount then excel not displaying right value for that:(
    2)How can we align header or data?
    Do XMLP with EBS provide any solution for formatting in excel?
    3) If for the alignment of numeric value we concatenate them with any special character then how can we perform calculation that field?
    Here are so many formatting issues do we need to write any code in xml for that?
    Please help.
    Many Thanks,
    Pragati

  • Problem with images in XML with excel output

    Hello:
    I made an XML concurrent program, with excel output, but i am having a problem:
    The rtf template has a logo (bmp image), but it is not showing in the excel (if i execute the concurrent in the oracle applications). However, if i create the xml in Oracle Reports in my computer, and then load that xml in the rdf template in word, i can see the logo in the excel preview. I don't know why is it not showing when i execute the program in applications.
    If someone can help me with this, i will be very grateful.
    Greetings
    Message was edited by:
    user632438

    xml cP, will not give you a image in excel output,..
    In RDF there is a placeholder for image, and the image is located in certain location, at runtime it picks and render the output with logo.
    but xml CP, will get the data in xml type and merge with rtf to get the output you wanted..
    if you have the rtf with logo embedded in it, if output is of pdf or rtf output , then it will display the logo ,.
    in excel currently it is not possible to show the logo,..
    excel you see could be xml-excel or csv-excel not the true binary excel.
    to get the logo embedded ,for that you have to wait on tim for the excel template, which will be release in near future i guess..

  • Matrix with excel output?

    Hi
    I was wondering if creating a matrix report with excel output is possible?
    _*                                                                                                                                                                           

    Hi
    Are you referring to creating matrix report with excel output by specifying
    destype=localfile desformat=DELIMITED delimited_hdr=yes?
    Also, I am aware that we can create well formatted excel output with jsp reports. Has anyone given that a try with matrix reports or only rdf would work?
    Thx!

  • Help with DIgital Output Array with 6062E DAQ CARD...

    Good morning, folks... I need some help with digital output of the 6062E PCMCIA card... I can output 1 line without problems... I need to control a 4066 with my digital outputs... I am doing this without greater problems... but there's something... I need that when one of my outputs is high, the others become low, unchangeably... so I tried to use an array to control my output and I couldn't do that... some errors showed up... can you help me please? Maybe there's any errors at my software, then I thank you if you help me... the vi is anexed...
    Best Regards...
    Attachments:
    Untitled 3.vi ‏20 KB

    See below for one of many methods. Change the "lines" string for your setup.
    Also, please explore the Examples that ship with LabVIEW, and read your card's manual.
    Richard

  • Issue with Excel output in BI Publisher(OBIEE 11g)

    Hi All,
    I have designed my BIP report in RTF Layout, it contains pivot table( with one column and one row and a measure column).  when i export the report in Excel output format, i have 3 issues.
    i) I have fixed the pivot table row height as 13.75 pixels in RTF Layout but when i export it into Excel output it comes with 15 pixels as row height.
    ii) In layout i have Arial 8 as font formatting, in Excel output it comes with calibri 11 (when i double click on the cell it shows Arial 8).
    iii) Pivot table has month Column which grows horizontally when i run the report ie. Jan, Feb,..Dec.In Excel it has to show each month with a single column is my requirement like
    A
    B
    C
    D
    E
    Jan
    Feb
    Mar
    Apr
    Sales Quantity
    120
    110
    150
    120
    But it shows like below, each month occupied multiple columns; it affect the report structure.
    A
    B
    C
    D
    E
    Jan
    Feb
    Sales Quantity
    120
    110
    Can anyone help me on this.
    Thanks in Advance
    Arun.

    Try using substring instead of substr. You may want to try LOGO1 and LOGO2 as texts first just to ensure that the condition is working.
    <?xdofx: if substring(OU_NAME,1,3)='MAC' then LOGO1 else LOGO2 end if?>
    Hope this helps.

  • Help on EXCEL Output for  RTF

    Hi All,
    my requiremnt is output should be EXCEL output.
    the body content has 25 columns.
    I am new to XML Publisher and this is my first report which I am working on excel output.
    My steps are shown below. please correct me If I am wrong any steps
    1. designed RDF
    2. while registring given output as 'XML'
    3.run the program and save the output of the program in desktop as .xml
    4. using XML PUblsher Desktop, uploaded xml file to WORD, and created table which has 25 columns
    and insert the filed in each cells of the table
    5.and attached the RTF to data template
    6. and run the program, I am able to see the output in excel format
    My issues are
    1. how can I wrap the each cell of the table, to see data in that cell.. how can we achieve this one??
    2. can we add company logo to excel.
    please help me in this regard, highly appreciated..
    Thanks,
    HHT
    Edited by: user633508 on Sep 7, 2010 11:16 PM

    Hi Kaydee,
    In RTF Template, I created table with 25 columns , and using xml builder , droping requried filed in the each cell.
    In otuput: If the value of the column is lenghthy -- how can I wrap the cell, so I can see the data in cell itself.
    please let me know if you have still problem to understand my problem.
    Thanks

  • Help with Cisco Output Interpreter tool!!

    Hi All,
    I am experiencing a problem with Cisco Output Interpreter tool.
    While the tool is working fine and displaying the "CONFIGURATION COMMAND REFERENCE  NOTIFICATIONS (if any)" very effectively but I am unable to use the hyperlink to get an understanding about a particular command.
    When I click on a particular command(hyperlink) it pops up another window and the below error is displayed.
    Not Found
    The requested URL /cgi-bin/Support/Cmdlookup/ios-command-lookup.pl was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
    Anyone else had/have this particular error. Could you please help me with this.
    Apologies if  this topic does not belong to this group.
    Thanks in advance
    Sam

    Noone to help me on this?

  • Help with excel macros

    Good morning:
    I need help with a macro that let me solve the following situation:
    1. I have an excel file with the following format:
    Book
    Chapter
    Verse
    60
    5
    7
    43
    14
    1
    50
    4
    6
    50
    4
    7
    51
    3
    15
    23
    26
    3
    2. First I want to convert the file to this format:
    60.5.7
    43.14.1
    50.4.6
    50.4.7
    51.3.15
    23.26.3
    3. And finally to export them to a file called Bookmarks.xls with the format:
    bgroup
    verses
    Default
    60.5.7, 43.14.1, 50.4.6, 50.4.7, 51.3.15, 23.26.3
    I have some 40 files that need to be converted. All have the same format but the number of rows varies. By the way I am using Excel 10.
    Your help with this matter will be greatly appreciated.

    Perhaps you can use this as starting point:
    Sub Transform()
    Dim wshS As Worksheet
    Dim wbkT As Workbook
    Dim wshT As Worksheet
    Dim r As Long
    Dim m As Long
    Application.ScreenUpdating = False
    Set wshS = ActiveSheet
    m = wshS.Range("A" & wshS.Rows.Count).End(xlUp).Row
    Set wbkT = Workbooks.Add(xlWBATWorksheet)
    Set wshT = wbkT.Worksheets(1)
    wshT.Range("A1") = "bgroup"
    wshT.Range("B1") = "verses"
    wshT.Range("A2") = "Default"
    For r = 2 To m
    wshT.Cells(2, r) = wshS.Cells(r, 1) & "." & wshS.Cells(r, 2) & _
    "." & wshS.Cells(r, 3)
    Next r
    Application.Dialogs(xlDialogSaveAs).Show
    Application.ScreenUpdating = True
    End Sub
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • Help with Excel, please

    Would be very grateful for help with my Excel spreadsheet.
    My workbook contains 20 or so worksheets. I was trying to copy column totals across a particular sheet when it disappeared. After trying to find the missing sheet, called 'Jan 2011', and giving up, I decided as a last resort to re-create the worksheet. However, after inserting a new sheet and trying to re-name it 'Jan 2011', I get the error message that this sheet name already exists. Does anyone have any ideas on where it might be? Many thanks

    You need to post over on the Microsoft Office for Mac forums.  Google will help you find them.

  • Help with excel formula

    hi,
    I need help with some excel fomulas,  I have a source file which 2 cells will continually change, I want to link this source file to an inventory file and update the information on seperate lines when the information is changed without changing the
    destination information
    is it possible or do I have to create seperate source file

    Hi,
    According to your description, my understanding is that you have 2 files (A source file and an inventory file) and link the source file to inventory file. You want to retain the data in the inventory file when the source file continually change.
    If it is, there is no formula will retain the linked data after the data source changed.
    We may try the workarounds:
    1. Use import data from source file to the inventory file.
    2. Create seperate source file
    If I misunderstand, please let me know and share us more information about your demand.
    Regards,
    George Zhao
    TechNet Community Support

  • Number stored as text (in jsp report with excel output)

    Hi
    I created a jsp report for excel output. I see that the numbers are left aligned with a green traingle on the top of each cell. Was just wondering how can I resolve this and have my numbers displayed as numbers - right aligned and with no green triangle. Is there some setting I have to make explicitly so that numbers appear as numbers in excel output?
    Thx!

    Hi Sasidar,
    In Excel right click the column select format cells and then select  the format as text which is general by default.
    Regards,
    Anil.

  • Help with query output

    Hello, I have the following query that I'm running in Oracle SQL Developer 1.2.1
    WITH group_by_4_column_results AS
    (SELECT m_atschunk.employee AS employee,
    SUM(CASE
    WHEN
    M_ATSCHUNK.rolloffDaysCount = '108545043' AND m_atschunk.infractiondate BETWEEN SYSDATE - 365 AND SYSDATE THEN 1 ELSE 0 END) as rolloffs,
    M_ATSCHUNK.INFRACTIONDATE + 365 as infractionDate
    FROM M_ATSCHUNK
    group by employee, infractionDate, rolloffDaysCount
    SELECT g4.*,
    SUM (rolloffs) OVER (PARTITION BY employee) AS total_rolloffs
    FROM group_by_4_column_results g4
    It will output the key elements of what I need. But where it sums up the 'total_rolloffs', I need to add that number back into the infractiondate column. Any help would be greatly appreciated.
    CREATE TABLE M_ATSCHUNK
    (EMPLOYEE varchar(50),
    ROLLOFFDAYSCOUNT varchar(3),
    INFRACTIONDATE date)
    INSERT INTO M_ATSCHUNK (EMPLOYEE, ROLLINGOFFDAYSCOUNT, INFRACTIONDATE)
    VALUES ('PHIL','YES', (to_date('2010/01/01 08:00:00', 'yyyy/mm/dd hh24:mi:ss'))),
    VALUES ('PHIL','YES', (to_date('2010/01/02 08:00:00', 'yyyy/mm/dd hh24:mi:ss'))),
    VALUES ('PHIL','YES', (to_date('2010/01/03 08:00:00', 'yyyy/mm/dd hh24:mi:ss'))),
    VALUES ('PHIL','YES', (to_date('2010/01/04 08:00:00', 'yyyy/mm/dd hh24:mi:ss'))),
    VALUES ('PHIL','YES', (to_date('2010/01/05 08:00:00', 'yyyy/mm/dd hh24:mi:ss'))),
    VALUES ('PHIL','NO', (to_date('2010/02/01 08:00:00', 'yyyy/mm/dd hh24:mi:ss'))),
    VALUES ('PHIL','NO', (to_date('2010/03/01 08:00:00', 'yyyy/mm/dd hh24:mi:ss'))),
    VALUES ('NIKI','YES', (to_date('2010/01/01 08:00:00', 'yyyy/mm/dd hh24:mi:ss'))),
    VALUES ('NIKI','YES', (to_date('2010/01/01 08:00:00', 'yyyy/mm/dd hh24:mi:ss'))),
    VALUES ('NIKI','YES', (to_date('2010/01/01 08:00:00', 'yyyy/mm/dd hh24:mi:ss'))),
    VALUES ('NIKI','NO', (to_date('2010/01/01 08:00:00', 'yyyy/mm/dd hh24:mi:ss'))),
    VALUES ('NIKI','NO', (to_date('2010/01/01 08:00:00', 'yyyy/mm/dd hh24:mi:ss'))),
    VALUES ('NIKI','NO', (to_date('2010/01/01 08:00:00', 'yyyy/mm/dd hh24:mi:ss'))),
    VALUES ('NIKI','NO', (to_date('2010/01/01 08:00:00', 'yyyy/mm/dd hh24:mi:ss')))

    Phil3061 wrote:
    I need to add that number back into the infractiondate column.Well, in general you need to use UPDATE or better MERGE. Howebver, your data sample does not show any rollofs:
    SQL> SELECT * FROM M_ATSCHUNK;
    EMPLOYEE                                           ROL INFRACTIO
    PHIL                                               YES 01-JAN-10
    PHIL                                               YES 02-JAN-10
    PHIL                                               YES 03-JAN-10
    PHIL                                               YES 04-JAN-10
    PHIL                                               YES 05-JAN-10
    PHIL                                               NO  01-FEB-10
    PHIL                                               NO  01-MAR-10
    NIKI                                               YES 01-JAN-10
    NIKI                                               YES 01-JAN-10
    NIKI                                               YES 01-JAN-10
    NIKI                                               NO  01-JAN-10
    EMPLOYEE                                           ROL INFRACTIO
    NIKI                                               NO  01-JAN-10
    NIKI                                               NO  01-JAN-10
    NIKI                                               NO  01-JAN-10
    14 rows selected.
    SQL> WITH group_by_4_column_results AS
      2  (SELECT m_atschunk.employee AS employee,
      3  SUM(CASE
      4  WHEN
      5  M_ATSCHUNK.rolloffDaysCount = '108545043' AND m_atschunk.infractiondate BETWEEN SYSDATE - 365 AND SYSDATE THEN 1 ELSE 0 END) as
    rolloffs,
      6  M_ATSCHUNK.INFRACTIONDATE + 365 as infractionDate
      7  FROM M_ATSCHUNK
      8  group by employee, infractionDate, rolloffDaysCount
      9  )
    10  SELECT g4.*,
    11  SUM (rolloffs) OVER (PARTITION BY employee) AS total_rolloffs
    12  FROM group_by_4_column_results g4
    13  /
    EMPLOYEE                                             ROLLOFFS INFRACTIO TOTAL_ROLLOFFS
    NIKI                                                        0 01-JAN-11              0
    NIKI                                                        0 01-JAN-11              0
    PHIL                                                        0 01-JAN-11              0
    PHIL                                                        0 02-JAN-11              0
    PHIL                                                        0 03-JAN-11              0
    PHIL                                                        0 04-JAN-11              0
    PHIL                                                        0 05-JAN-11              0
    PHIL                                                        0 01-FEB-11              0
    PHIL                                                        0 01-MAR-11              0
    9 rows selected.
    SQL> So adjust data sample and based on it tell us what are the expected results.
    SY.

  • Help with sound output via HDMI

    My sound output via HDMI suddenly stopped worked to my TV set. I've reset the PRAM and the SMC. When I go to sound control panel for sound output, the setting is on Headphones. When I try to change it to SV420XVT1A (the tv) it immediately jumps back to headphone. I also tried a different HDMI cable to a different HDMI port on the tv. This just started after the Mac Mini had been turned off for a week. I'm using Lion and it's an 8GB Intel Core 2 Duo. Any suggestions?

    I actually discovered this answer about 5 minutes after I posted the question. Thanks a lot for your help!! Funny thing is that it had worked all along with something plugged in the headphone jack but suddenly stopped working. Again, thanks!

  • Help with displaying output of javac

    Hi, I got some code from this forum that helped me
    to implement buttons with Action for compiling java code. Any output or exception generated can be displayed to JTextArea.
    However, just found out the code I got hangs in cases
    when there seems to be lots of exception in source code. (i.e. Nothing displayed on JTextArea )
    I list the code below, can someone tell me what I need to do to display output in JTextArea properly??
    /* Usage
    java OutputCapture javac MyClass.java
    java OutputCapture java MyClass
    import java.io.*;
    import java.util.*;
    import javax.swing.*;
    public class OutputCapture {
    public static void main(String[] args)
    JFrame frame = new JFrame();
    JPanel panel = new JPanel();
    JTextArea tArea = new JTextArea("",8,20);
    tArea.setLineWrap(true);
    tArea.setWrapStyleWord(true);
    JScrollPane pane = new JScrollPane(tArea);
    panel.add(pane);
    frame.getContentPane().add(panel);
    frame.setSize(300,300);
    frame.setVisible(true);
    String runString = "c:\\java\\bin\\"+ args[0]+ ".exe " + args[1] + "";
    String output;
    try
    Process p = Runtime.getRuntime().exec(runString);
    Vector streams = new Vector();
    streams.addElement(p.getInputStream());
    streams.addElement(p.getErrorStream());
    BufferedReader reader = new BufferedReader(new InputStreamReader(new SequenceInputStream(streams.elements())));
    while ((output = reader.readLine()) != null)
    tArea.append(output + "\n");
    reader.close();
    catch(Exception e) { e.printStackTrace(); }
    </pre>
    * Can someone please list the code for displaying
    output of compiling/runnning app with Runtime.exe()
    command in JTextArea properly? (this is driving me
    nut)
    Thanks
    Okidoki

    Hi
    I tried your code and it still doesn't work.
    It simple hangs there now without output to
    screen. Can you be more specific? I have
    provided your code below and a class with
    bug to be compiled by your code.
    Can you show me how the output of compiling can
    be shown to screen or to a file through
    your method?
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    public class Exec {
         public Exec(String app) throws Exception {
              Process process = null;
              //final OutputStream out;
              final InputStream err, out;
              process = Runtime.getRuntime().exec(app);
              //out = process.getOutputStream();
              out = process.getInputStream();
              err = process.getErrorStream();
              Runnable r = new Runnable() {
                   public void run() {
                        Thread.currentThread().setPriority(Thread.MIN_PRIORITY);
                        try {
                             while(true) {
                                  int i = out.available();
                                  int j = err.available();
                                  if(i > 0) {
                                       byte[] b = new byte;
                                       out.read(b);
                                       //System.err.write(b);
                                       System.err.println(b);
                                  if (j > 0) {
                                       byte[] b = new byte[j];
                                       err.read(b);
                                       //System.err.write(b);
                                       System.err.println(b);
                             } // while
                        } catch (IOException e) {
                             System.err.println(e);     
              new Thread(r).start();
              process.destroy();
         public static void main(String[] args) {
              try {
                   //String s = "c:\\JBuilder5\\jdk1.3\\bin\\javac.exe FontColorDialog.java";
                   String s = "c:\\JBuilder5\\jdk1.3\\bin\\javac.exe test2.java";
                   new Exec(s);
              } catch (Exception e) {
                   System.err.println(e);
    //==================================
    // Testing class
    //import javax.swing.*; // Uncommented here on purpose
    public class test2 {
         public static void main( String args[] ) {
              System.out.println("Hello World!");
              JTextField jtf = new JTextField();
              System.out.println("Font: " + jtf.getFont().toString() );
    Thanks

Maybe you are looking for

  • IPhoto 6 & Photoshop Elements color management

    Hi All - I have recently purchased and installed both iPhoto6 and P.S. Elements 3.0 so both are new to me. I'm trying to co-ordinate the color between iPhoto, PS Elements, the camera and printing. Forget printing for now. At this point I just want th

  • Is there a way to block computer access with a password?

    After years of owning my Imac, I find that I need to put some sort of security password on it to keep others from accessing it when I'm not around. I know there must be a very simple way to do this, but I can't figure it out.Please help!

  • Mixed case name search in Unload Wizard is not working (EA3 - 3rd beta)

    I believe the mixed case name search in Unload Wizard is not working (EA3 - 3rd beta) I have bunch of triggers (and other db objects as well) with mixed case names such as zMY_TRIGGERu and can not find those triggers in the "Lookup" during the Unload

  • Operating system not supported by Photoshop, what to do

    fter running the test-version of photo-shop, now i bought the real version on the same computer. when i want to download it tells me that i use an operating system that photoshop don't support.what can i do?, fter running the test-version of photo-sh

  • Error deploying BPEL suitcase

    I am getting the below error while deploying. I am using Oracle Suite 11g. I googled for ORABPEL-05250 but couldn't come up with anything worthwhile. Has anybody faced the same issue and knows of a solution. [07:33:36 PM] >>>> Warning: Unable to dete