Not able to see output file

Hi All,
this is regarding oracle apps, whenever i submit the concurrent program and tries to see the output, output tries to open in new window and closed automatically.
not able to view the output, need to go at UNIX Box and then from there i can see output.
i am using
internet explorer 8.0
R12 instance.
Kindly let me know if you need any other information.

Hi;
Did you try from different machine and different OS&Browser?
Please see below and check your settings
Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
Regard
Helios

Similar Messages

  • Not able to see output

    Dear all,
    In the following procedure, i am not able to see output, if i done this by hardcoding values then working fine. while testing i got the error is :"no data found"
    could anyone help me to overcome this problem. iam using 11g.
    create or replace Procedure SP_GET
    p_CompanyCode IN VARCHAR2,
    p_PolicyNo IN VARCHAR2,
    p_resultset OUT TYPES.cursortype
    AS
    AgentNo VARCHAR2(9);
    Clientno VARCHAR2(10);
    Agentname CHAR(60);
    begin
    OPEN p_resultset FOR
    SELECT MWAGTN into AgentNo FROM ext_lsp_CASMWAGT WHERE MWCO = '''|||p_CompanyCode|||''' And
    MWPOLN = '''|||p_PolicyNo|||''' and
    Exists (SELECT MCCSTA FROM ext_LSP_CASCNTRM WHERE MCCO= '''|||p_CompanyCode|||''' And MCCNTR = '''|||p_PolicyNo|||''');
    IF AgentNo IS NOT NULL THEN
    SELECT CRCLTN into Clientno FROM ext_lsp_CMSUSREL
    WHERE CRCO= '''|||p_CompanyCode|||''' And CRALPH = 'AGT' And CRCTL1 = AgentNo;
    END IF;
    SELECT CMNAME into Agentname FROM ext_lsp_CMSCLNTM WHERE CMCLTN = Clientno ;
    dbms_output.put_line(AgentNo||Agentname||Clientno);
    end;

    Your procedure looks completely incorrect. It has lot of unnecessory code in it. Tell us what is your objective. What do you want SP_GET to do.
    OPEN p_resultset FOR
    SELECT MWAGTN into AgentNo FROM ext_lsp_CASMWAGT WHERE MWCO = '''|||p_CompanyCode|||''' And You are opening a cursor and at the same time you are selecting the value into a variable. That is wrong. And you don't have to enclose variables with single quotes in the where clause.
    All the SELECT statement in your procedure can be combined into a single statement like this
    select a.mwagtn as agentno
         , c.crcltn as clientno
         , d.cmname as agentname
      from ext_lsp_casmwagt a
      join ext_lsp_cascntrm b
        on a.mwco   = b.mcco
       and a.mwpoln = b.mccntr
      left
      join ext_lsp_cmsusrel c
        on c.crctl1 = a.mwagtn
       and c.crco   = a.mwco
       and c.cralph = 'AGT'
      join ext_lsp_cmsclntm d
        on d.cmcltn = c.crcltn
    where mwco   = p_companycode
       and mwpoln = p_policyno;

  • In the Flat file generated after Content Conversion, In NFS AL11 Directries Not able to See complete file

    Hi All,
    My scenario is Proxy to File  scenario.
    I used content conversion for generating flatfile in receiver side.
    In FCC i used fieldFixed Lengths, The flatfile is generated. I gave the Target Directory as AL11 directory(NFS).
    In my scenario length of Header is 622 characters.
    But am getting the file Upto 512 characters. After That I am not getting any fields in the Header, Remaining fields are cut.
    Same I checked with SFTP server with same Content Conversion.It is working good  and I am getting complete Header with 622 characters.
    Can you please suggest what should I do to get the 622 character in NFS, It is accepting only 512 characters in NFS.
    Reagrds,
    Satish

    Satish,
    In addition to Amit,
    AL11 transaction is used to display all the SAP Directories.When you double click on a directory, you will able to see all the files in the directories. But you can not view the complete content of the file from AL11 as there are some restrcitions in it. Even if you download the file from AL11 itself, the actual file won't be downloaded and you will see the file name along with the path inside the downloaded file as same as you can see it in Al11. So if you need the complete and actual file, you need to download the file from the OS level. You can take help from your basis team to download the file.
    Thanks,
    A.B

  • Soap - Xi - Bapi (different)(not able to see output)

    hello
    Firstly thank to Tuhin & Venkataramanan
    In reference to my early question dated  Posted: Dec 15, 2006 7:59 AM
    /people/community.user/blog/2006/10/24/exposing-bapi-as-web-services-through-sap-xi
    --  web service request to XI ,than XI call a BAPI  ,and the output of BAPI is sent back to web service responce.--  I am using Altova XML Spy to send a web service request ,& getting responce.I had done all configuration in IR, ID.
    As i send a request,through Altova XML spy ,and getting a responce to.  but in responce
    the BAPI Output Data is absent ,only element tags shows zero,
    ex-- <customer salary> <b>0</b> </customer salary>
    it should have some value i.e.  like 2300 ,which BAPI is giving 
    <u><b>Every thing is working</b> </u>In <b>Itegration monitering-> adapter (RFC)  status green</b>
    the massage is---
    BAPI name is -- <b>BAPI_AR_ACC_GETPERIODBALANCES</b>
    Text
    BAPI_Cchannel Receiver channel 'BAPI_Cchannel' for party '', service 'account2service' (internal name 'RfcClient[BAPI_Cchannel]')
    Client data: {jco.client.lang=EN, jco.client.snc_mode=0, jco.client.client=800, jco.client.passwd=******, jco.webas.ignore_jdsr_error=1, jco.client.user=guest, jco.client.sysnr=00, jco.client.ashost=192.168.100.21}
    Repository data: {jco.client.lang=EN, jco.client.snc_mode=0, jco.client.client=800, jco.client.passwd=******, jco.webas.ignore_jdsr_error=1, jco.client.user=guest, jco.client.sysnr=00, jco.client.ashost=192.168.100.21}
    Current pool size: 0, max pool size : 1
    RFC_HISTORY
    - OK: 2006-12-20 10:06:09 IST: Message processed for interface BAPI_AR_ACC_GETPERIODBALANCES
    - OK: 2006-12-19 22:37:20 IST: Message processed for interface BAPI_AR_ACC_GETPERIODBALANCES
    In <b>SXMB_MONI staus flag is processed succesfully</b>
    there in payload ,the out put is there but with the same empty tag ,which i am getting in
    as responce in Altova xml spy, as described earlier
    there is no mapping exception
    <b>I am not able to locate the error</b>
    Might be some different mapping required for BAPI Responce to WEBservice responce or else.
    Thanks & Regards
    Ashutosh

    Hi,
    Try to execute that BAPI in R3 first.
    If u r passing input from XI to BAPI in R3 some number input fields should be preceeded by zeros(means from ur soap request message).
    eg if ur vendor no is 169 then u should preceed it with 7 zeroz as vendor no. ia a 10 digit no.
    eg 0000000169.
    In ur bapi if u r passing any no. then preceed it with required zeros(it is required if u r passing data from XI but not in case of R3 BAPI execution).
    Then test ur response message in ur response mapping.
    Thanks.
    And then check

  • WDTV not able to see media Files from Time Capsule

    Hi There,
    Here is my Setup based on previous Discussion in forum.
    I have 2013 Airport Time Capsule with below config
         Under Base Station Tab
         Base Station Name  - LOPPY
         It has password too -  ********
         Under Disk Tab
         Partition name - YOLOO
         Checked - Enable File Sharing
        Secured Shared disk : - With Accounts
        Account name - wdtv
        Account passwd - ****
    Now i am able to browse shared folder under win 7 .. Window > run > \\192.168.1.XXX. .. It asks my time machine user name & passwd and i use wdtv .. i can see 2 folder .. 1st - YOLOO. & 2nd wdtv.
    I put few media files in both folder.
    Now i have Wdtv live (Gen3) with latest Firmware.
    I go to Video > Network share > Window Shares > LOPPY (My Time Capsule)
       it has asked username password . i supplied wdtv/****
    And i see famous error - No Media .. There is no media available for playback.
    While i have kept media in both folder.
    Please advice how to browse files inside Time capsule drive.

    Ok got it ..
    In WDTV > Setup > network Setup > Turn on Mac Shares
    Now .. Video > Network shares > Mac shares > You will be able to see Time Capsule
    Enter passwd.. was able to see all folders

  • Not able to see the content of opened files (.jpg or .psd) in Photoshop CS6

    I recently downloaded Adobe Design and Web Premium CS6.  I am not able to see the content of any of the file I open (.psd or .jpg).  I do see the file has been opened as the file name appears on the open file tabs, I also see the preview of the file in the Navigator Window and list of layers in the layers window.  I am relatively new to this so might be missing on some option that needs to be turned on or something. 
    I am using Window 7 Professional, Service Pack 1, with 8GB RAM.
    Any suggesstion/help is greatly appreciated.

    This is going to be the weak point:
    Intel(R) HD Graphics card
    While the Intel HD chip is fine for general computer work, it is weak for programs, like Photoshop and Adobe Premiere. The driver support is usually very bad, as well. If Lenovo does not have updated drivers, that work better, about the only choice that one has with a laptop is to turn OFF graphics accleration, and wait for a new driver. That will probably be very slow in coming.
    Good luck,
    Hunt
    PS - Noel's link will list what you are missing.

  • How to view .shtml files locally? I have added "Open in Browser" but still not able to see the local .shtml file.

    I have added Open in browser add ons in Firefox browser, but still not able to see the .shtml files on local machine.
    Can any one please tell me how to view .shtml files in Firefox?

    SHTML files are regular HTML files that make use of Server-Side Includes. In some server configurations, the special file extension is required to instruct the server to parse the file for SSI code.
    If Firefox doesn't recognize the file type, it is likely the MIME type is incorrect.
    Try this Addons
    *https://addons.mozilla.org/en-US/firefox/addon/open-in-browser/

  • Ipod as hard disk - Why am I not able to see the whole file?

    I'm using my 80 gig 5th gen ipod as a hard disk for the first time. I've dragged a 32 KB text file to the ipod. When I scroll though the file all is great...but I'm not able to see the whole file? It's like I get one page and that's all. Any ideas to help me?

    Do you mean the Notes function? If so, the file size per note is, I believe, 4k. Therefore, you'd need to break up a 32k file into several parts or it will be truncated.

  • 9.3.1- Not able to see more than 1 errors in application.log file

    Hi,
    In 9.3.1. version, I am not able to see more than 1 errors in application.log file during dataload without rules files.
    If anybody has faced this solution, pls let me know the cause.
    Thanks
    jazz

    Hey Jazz,
    in the first row add a rule file with no load file change the path to what you want. then insert a new row add your load file here. it should have the path from the previous row in the error file. Then delete the first row and run. I had to do this for a level zero load and was the only thing I could figure out so far

  • File Monitoring - Not able to see File Path on the Detail Information Tab

    Hi Experts:
    I am setting up the "File Monitoring" in the Solution Manager. I am having STA/PI01L_CRM570 on the Solution Manager.
    And on the Satelite System - ECC I have STA/PI 01L_ECC600
    While I am setting up the parameters, I am supposed to provide the file path in "Detail Information" tab page.
    But I am just able to see two tabs:
    Count    and Short Text (optional).
    I checked all the other tab but not able to locate where I need to provide the file path.
    Can any one let me know, If I am missing anything or do I need to do any further steps.
    Similarly for the File Size setting:
    I am not able to see where I can define The parameter "File Pattern (e.g. *.log, *.txt or any string)" is mandatory.
    Pls let me know.
    Regards
    John

    Hello Johns,
    You can find the FilePath in the 'Detail Information' tab if you double click the initial and predefined counter 001.
    Best regards,
    Goncalo Mouro Vaz

  • Not able to see the TPZ files

    Hi,
    Please help.
    I am facing a problem while transporting a request to Production environment. I am using File Level Transport. When I create a transport file, it is successfully created in development system's /export location. Basis team moves the file production system's /import directory.
    But here I am not able to see the imported  tpzfile via Tool->import design objects , in Production environment.

    Hi,
    Please find below from sap help.
    After a successful import, the Integration Builder moves the imported TPZ files into the directory <systemDir>/xi/repository_server/importedFiles. The support package stack of imported software component versions is displayed on the Details tab page for the relevant software component version in the Integration Builder. If an error occurs, this information is important for support. Take one of the following precautions to retain the overview of the imported XI content:
    ●      If the release and the support package stack are clear from the file name of the TPZ file, simply leave the files in the directory importedFiles (see above).
    If a file with the same file name already exists in the directory importedFiles, the Integration Builder adds the date and time of the import to the file name of the imported export file. This enables you to check which file was imported last.
    ●      After a successful import, you can keep the packed files, from whose naming convention you can derive the support package stack. Move them into the directory importedFiles, for example.
    If version conflicts occur during the import, you can process and resolve them in the Enterprise Services Builder. In the case of corrupt export objects, you can force the import and skip objects that cannot be imported. The import is then incomplete and references to objects that are not imported are lost.
    Regards,
    Venkata S Pagolu

  • I am not able to see any program EXE's (eg: AfterEffect.exe) to run the file

    I have installed software from adobe creative cloud. After installing i am not able to see any program EXE's (eg: AfterEffect.exe) to run the file.
    I am not able to install it again since it shows "installed" in my creative cloud account.
    Please help me out ASAP.

    I have installed software from adobe creative cloud. After installing i am not able to see any program EXE's (eg: AfterEffect.exe) to run the file.
    I am not able to install it again since it shows "installed" in my creative cloud account.
    Please help me out ASAP.

  • Not able to see Data in Xcelsius 2008

    Hi everyone,
    My question is I am not able to see data in Xcelsius spreadsheet although I am able to connect to SAP BW and also able to see and select query but when I select Cross Tab Data in output Values it is not displaying in Xcelsius spreadsheet
    System Info
    Xcelsius 2008 Enterprise Trial Version SP 3.0
    SAP BW 7.1 SP 6 ABAP and JAVA
    Any help would be appreciated

    Hi Rashid,
    When you are using the BW conenction in Xcelsius you will not see any data in the spreadsheet at design time or at preview time.
    To see the data you need to go SAP > Publish, then SAP > Launch to test the dashboard in the NetWeaver Portal as that is the only place where the data can be viewed.
    Regards
    Matt

  • Not able to see hierarchial org structure by clicking on Expand this branch

    Dear experts,
    I am currently using the Online data extraction via sap for Nakisa Integration with SAP Landscape.
    I have completed the configuration of Nakisa with the help of configuration guide and administrator guide - After completing administrator steps the org chart is visible - When i navigate to the org structure i can see the org unit under the org structure root that i configured as an administrator in the general settings section.
    When i click the + sign ie on expand this branch i am not able to see all teh org units under the displayed branch.
    Can you please guide me regarding how one can view the org structure below the selected branch when i click on expand this branch section.
    Manager Personnel Id is not maintained for this org unit - Should the user clicking on the expand this branch be the manager of the org unit to see the org structure.
    Regards
    HKishan

    Dear Luke,
    I am not able to see that navigation icons within an org chart box - The org unit that is displayed on clicking the orgchart does have branches in SAP but i am not able to see these navigation icons that lead me to these branches.
    Is there any specific step that needs to be done to see these branches.
    By the way what is the log file you are refering to is it the "PresentationResources.xml " or is it any other log file.
    Regards
    Hkishan

  • ITunes musical library located on a WD 2TB, ext. drv. Computer destroyed by virus; ED survived. Bought new laptop, connected ED. Not able to see library. ED shows as 'G:' 95% full. How can I reconnect my old library to new laptop?

    I had my iTunes musical library on an ext. drv. WD 2TB, ‘MY BOOK ESSENTIAL'. Three weeks ago, my computer was infected by a virus that fried it. It did not affect the external drive. I bought a new computer: a laptop, Dell XPS, Intel Core i7-2630QM CPU, Windows 7 Home Premium. I have been able to connect the WD external drive; however, I am not able to see the musical library in my iTunes or Explorer. ‘My Computer’ shows the external drive as ‘G:’ 95% full. It reads, 32.1 GB free of 1.36 TB. When I click on the drive to see its contents, it shows nothing. The library in iTunes also shows nothing. Can anyone help, please? How can I reconnect my old musical library to my new laptop and iTunes? Many thanks.

    Hmm, viruses don't generally "fry" drives. They can make bootable operating systems not bootable, hide data, and corrupt executable files. Software can potentially wipe all the data from the drive but it shouldn't be able to physically damage the drive. Bah! What's done is done.
    As to unhiding your files assuming they are just hidden....
    Hit Start > Run, type in CMD and press enter. Type the following at the prompt and then press enter:
    attrib -h -s -r g:\*.* /d /s
    This tells windows to clear the hidden, read-only, and system flags from all files on the drive, assuming of course your profile has the power to "see" the files and change them.
    If that doesn't work then you may need to take ownership of the drive first. The drive may have security settings that make it "belong" to an account on your old system. Right-click on the drive in Windows Explorer and click Properties. Click the Security tab, the Advanced button, the Owner tab, then the Edit tab. Make yourself the owner, then you can make any other changes to the security settings you want to back on the Permissions tab. (If you can't change the owner log out and log back in as Administrator). For iTunes your account (or everyone) and SYSTEM need full access to all files. Any changes you make should be applied to "This folder, subfolders and files", should be inheritable and you should also replace the permissions on all child objects.
    tt2

Maybe you are looking for

  • Songs wont play the full length.

    I just bought an album off of itunes, and only 3 our of the 17 songs play full length. How can I fix this?

  • Migration to new HD via Time Machine Backup fails

    I have a complete new install of Leopard on a brand new HD and tried to use a very recent TM backup from the old drive to migrate all settings. This has failed tons of times, always with 7 minutes to go. It always says that an error has stopped it fr

  • Haunting Green Light

    Every once and a while, more so lately, when I turn my Mac on my green light comes on my built in iSight. It's annoying first off, but also then if I want to use Photobooth I get a green screen instead of the preview screen. If I restart most of the

  • SLD unification

    Hi experts, We are working in the possibility in the unification of 3 SLDs in a single one. So, besides the process complexity we have too, duplicated Business Systems. We need to change Business System names. This BS are associated to many interface

  • Salesforce Database Driver for Crystal Reports XI R2?

    I've been trying to find a download for this salesforce driver for a while now.  The following links do not work: http://www.crystalreports.com/salesforce/driver.asp. http://ftp1.businessobjects.com/outgoing/sales/ondemand/sfdc_driver30.zip https://s