Error when creating link to documents from material

Hi all,
while creating the purchase order the error message "Error when creating link to documents from material 61260224060" is displayed.
why this error message is displayed.?
Regards,
GaneshRaja

Hello Ganesh
Please check material master - view 'Bases data 2'.
There is checkbox 'No link'. You can activate this checkbox if you are not storing any drawing/designe docuemnt for this material.
Try to do this and check out again.....
If this helps you in resolving your issue, i would appreciate if you reward the answer with suitable points.
Best Regards
Avinash

Similar Messages

  • Error when creating billing / accounting document with VF01

    Hi All,
    When I use VF01 to create an invoice with reference to a LF D/N, I got the following error after saving.
    "An exchange rate type is not defined for country CN
    Message no. FF 802". And billing document is created but with no accounting document.
    I checked the exchange rate type is defined. but I can not find the place where I can assign to the specific country.
    Best Regards
    Jean

    Thanks for your help.
    Hi Dave,
    I checked in S_BCE_68000174, it has been already assigned.
    Hi Ferry,
    In FTXP, the tax code has been maintained.
    And you are right, when I maintain the field KURST in table T005, it is ok. But I am confused in 4.6C, the field KURST can be maintained by T-code OY01, but in 470, exchange rate type cannot be found in OY01. Where can I set in 470?  And why in 470, even field KURST is empty in table T005, but there is no such error when creating billing document?
    Many Thanks
    Jean

  • Error when creating BufferedImage with IndexColorModel from a byte array.

    Hi, I have a 1-dimentional byte array and an IndexColorTable, and I can't figure out how to combine the 2 into an BufferedImage without unnecessary copying/reallocating of the image buffer.
    The color model I have is:
    int [] cmap = new int [numColors];
    cmap[i++] = 0xffa0f000;  /etc.
    new IndexColorModel(8, 22, cmap, 0, true,  transparentIndex,  DataBuffer.TYPE_BYTE );Thanks for your help
    -Ben
    Ps.
    I've was looking at some example code (http://javaalmanac.com/egs/java.awt.image/Mandelbrot2.html?l=rel), and can't figure out how to go from the color model they're using to the one I have (the 8 bit one specified above). When I replace the 4bit colormodel in the code below with the 8bit color model specified above, I get the following error:
    [java] java.lang.IllegalArgumentException: Raster ByteInterleavedRaster: width = 5120 height = 3520 #numDataElements 1 dataOff[0] = 0 is incompatible with ColorModel IndexColorModel: #pixelBits = 8 numComponents = 4 color space = java.awt.color.ICC_ColorSpace@c51355 transparency = 2 transIndex = 22 has alpha = true isAlphaPre = false
    [java] at java.awt.image.BufferedImage.<init>(BufferedImage.java:613)
    Code:
    byte[] pixelArray = (byte[]) getData_CHAR();                
    int width = 5120;
    int height = 3520;
    int numbytes = width*height;
    //create DataBuffer using byte buffer of pixel data.
    DataBuffer dataBuffer = new DataBufferByte(pixelArray, numbytes, 0);
    //prepare a sample model that specifies a storage 8-bits of pixel data in an 8-bit data element
    int bitMasks[] = new int[]{0xf};
    SinglePixelPackedSampleModel sampleModel = new SinglePixelPackedSampleModel(DataBuffer.TYPE_BYTE, width, height, bitMasks);
    //create a raster using the sample model and data buffer
    WritableRaster writableRaster = Raster.createWritableRaster(sampleModel, dataBuffer, new Point(0,0));
    //generate 16-color model
    byte[] r = new byte[16];
    byte[] g = new byte[16];
    byte[] b = new byte[16];
    r[0] = 0; g[0] = 0; b[0] = 0;
    r[1] = 0; g[1] = 0; b[1] = (byte)192;
    r[2] = 0; g[2] = 0; b[2] = (byte)255;
    r[3] = 0; g[3] = (byte)192; b[3] = 0;
    r[4] = 0; g[4] = (byte)255; b[4] = 0;
    r[5] = 0; g[5] = (byte)192; b[5] = (byte)192;
    r[6] = 0; g[6] = (byte)255; b[6] = (byte)255;
    r[7] = (byte)192; g[7] = 0; b[7] = 0;
    r[8] = (byte)255; g[8] = 0; b[8] = 0;
    r[9] = (byte)192; g[9] = 0; b[9] = (byte)192;
    r[10] = (byte)255; g[10] = 0; b[10] = (byte)255;
    r[11] = (byte)192; g[11] = (byte)192; b[11] = 0;
    r[12] = (byte)255; g[12] = (byte)255; b[12] = 0;
    r[13] = (byte)80; g[13] = (byte)80; b[13] = (byte)80;
    r[14] = (byte)192; g[14] = (byte)192; b[14] = (byte)192;
    r[15] = (byte)255; g[15] = (byte)255; b[15] = (byte)255;
    //create buffered image    
    ColorModel colorModel = new IndexColorModel(4, 16, r, g, b);
    BufferedImage image = new BufferedImage(colorModel, writableRaster, false, null);Message was edited by:
    ben_weisburd
    Message was edited by:
    ben_weisburd

    I had the same problem too.
    anyone found the solution for this problem?
    thanks
    Bruno Rabino
    When I try to make a MD-form, where the base-table for the detail contains a column with a BLOB-datatype. I get following error when I finish creation of the form.
    Error: Exception from wwv_generate_component.build_procedure (WWV-01821)
    Error creating module: ORA-01403: no data found (WWV-16042)
    When I use the table with the BLOB as master or in a form, it works fine.
    Has anyone else experienced this problem? Or knows a way to fix or work around it. Thanks in advance.
    Portal version: 3.0.6.6.5
    null

  • User getting error when creating a new Document Library

    The user is getting the following error when trying to create a new Document Library in SharePoint 2010:
    Error
    Cannot complete this action.
    Please try again.
    Correlation ID: 37ecd5eb-6129-4fa3-84bd-c6f0ad8115d5
    Has anyone come across this error and know how to resolve it?

    Hi,
    According to your post, my understanding is that the user could not create a document library.
    To narrow down whether the issue is related to the user permission, you can check which permission the user has.
    You can also assign the user full control to check whether it works.
    What’s more, did the issue occur in other sites? You can check with other sites or create a new site to check whether it works. Maybe the site has been corrupted.
    To quickly and accurately find the issue, I recommend you can check the event log and ULS log to see if anything unexpected occurred.
    For SharePoint 2010, by default, ULS log is at
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\LOGS
    You can check the ULS log by the methods here:
    http://blogs.msdn.com/b/opal/archive/2009/12/22/uls-viewer-for-sharepoint-2010-troubleshooting.aspx
    http://msdn.microsoft.com/en-us/library/gg193966(v=office.14).aspx
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • WIS 30902 Error when opening a webi document from Rich client

    Hi ,
    When I try to open a webi document from local folder or import from CMS in Webi Rich client, I get the following error message.
    "An error occured while checking the document security. (WIS 30902)"
    Has any one come across this issue?
    Thanks,
    KartheeK

    In our case, we could initialize Webi Rich Client (Webi RC) successfully , but later we found that any disruption in Webi RC client connection will corrupt the client ..\LocData files used by client to dock to the CMS, causing WIS 30902 error.
    At first we thought just deleting the ..\LocData Client .lsi files fixed it. Unfortunately, there are a collection of files and folders in ..\Loc Data involved in the authentication. We already found that complete deinstall of Webi RC didn't work. Now we know the problem is in the \My Business Objects Documents\LocData values.  Deinstall of Webi RC does not delete them.
    It sounds scary, but isn't. The Webi RC will download the refreshed files it needs automatically from the CMS. However, it won't overwrite the old bad ones, and you have to do that manually.
    Solution.
    1. Logout of Webi RC. Make sure it is not running in taskmgr.
    2. Go to the client ..\My Business Objects Documents\LocData folder.
    3. Delete all the files and folders, or rename by adding .bak extension.
    4. Logon with Webi RC
    5. Corrupt files will now be resynchronized to CMS
    -Doug Grant, Haworth BI / Business Objects Architect

  • Error when creating a Proxy Object from WSDL

    Hi,
    when creating a proxy object in abap based on the [WSDL|http://download.mapandguide.com/EN/dev/xserver/XLocate-1.6.0.3.wsdl] i get the error 'Incorrect value: Unknown Type Referencens0:ArrayOfString'.
    1- Is there a conflict with the type 'String' that's also a type in ABAP
    <complexType name="ArrayOfString">
      <sequence>
      <element name="String" type="xsd:string" minOccurs="0" maxOccurs="unbounded" nillable="true" />
      </sequence>
      </complexType>
    2- Is it a name space problem?
    xmlns:ns0="http://types.xlocate.xserver.ptvag.com"
    type="ns0:ArrayOfString"
    3- Something else?
    Please Help!
    Thank
    Fouad

    Hi Isaias,
    we are working with this versions:
    SAP_BASIS     700     0015     SAPKB70015     SAP Basiskomponente
    SAP_AP                     700     0013     SAPKNA7013     SAP Application Platform
    We are not working with developer studio, only with the regular tools of the abap development workbench Transaction SE80.
    Thanks,
    Fouad

  • Error when creating a STO DEL for material

    I am trying to find the reason why when my client creates a STODEL itgives them the error message "Not Possible to determine shipping data for material"  The Material type is Raw Material (ROH).  The gentlemen before me said he implemented note note 335504 in QA1, however this did not correct the problem.  In my experience I thought the Sales view needed to be set up in the material master.  So I extended those views.  I have also added loading and transportation group in the material master.  I still get the same error.  Is there anyone that could please provide me some advice as to where to go from here?  Have I missed something?
    I will reward points for helpful answers.  Thanks in advance

    Hi
    Have you extended material to both plants?
    regards
    Srinivas

  • Got error when creating a standby DB from rman:  no backup or copy... Why?

    We try to create standby database from a production DB on another server (10.2.0.4). The RMAN backup is in the nfs file system which is also mounted to the target server (the DR box). So, the access path for the rman backup is the same look from primary DB server and DR DB server. I started the RMAN run:
    RMAN> RUN
    2> {
    3> ALLOCATE AUXILIARY CHANNEL aux1 DEVICE TYPE DISK;
    4> ALLOCATE AUXILIARY CHANNEL aux2 DEVICE TYPE DISK;
    5> DUPLICATE TARGET DATABASE for standby
    6> nofilenamecheck
    7> dorecover;
    8> }
    9>
    10> exit
    using target database control file instead of recovery catalog
    allocated channel: aux1
    channel aux1: sid=582 devtype=DISK
    allocated channel: aux2
    channel aux2: sid=584 devtype=DISK
    Starting Duplicate Db at 21-JUN-12
    contents of Memory Script:
    set until scn 12198261770353;
    restore clone standby controlfile;
    sql clone 'alter database mount standby database';
    executing Memory Script
    executing command: SET until clause
    Starting restore at 21-JUN-12
    released channel: aux1
    released channel: aux2
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 06/21/2012 16:33:36
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06026: some targets not found - aborting restore
    RMAN-06024: no backup or copy of the control file found to restore
    ===========================================================================
    The backups should have controlfile. There is rman show all display:
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1;
    CONFIGURE BACKUP OPTIMIZATION OFF;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/backup/inbound/online/controlfile_auto%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT '/backup/inbound/online/%d_%T_%t_%s';
    CONFIGURE MAXSETSIZE TO UNLIMITED;
    CONFIGURE ENCRYPTION FOR DATABASE OFF;
    CONFIGURE ENCRYPTION ALGORITHM 'AES128';
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE;
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/backup/inbound/online/snapcf_inbound.f';
    Why and how to fix? Thanks for help!

    Here is the list of command:
    RMAN> list backup of controlfile ;
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    5518 Full 4.57M DISK 00:00:07 17-JUN-12
    BP Key: 5518 Status: AVAILABLE Compressed: NO Tag: TAG20120617T035926
    Piece Name: /backup/inbound/online/controlfile_autoc-2080040856-20120617-00
    Control File Included: Ckp SCN: 12197994840698 Ckp time: 17-JUN-12
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    5522 Full 4.57M DISK 00:00:00 18-JUN-12
    BP Key: 5522 Status: AVAILABLE Compressed: NO Tag: TAG20120618T010158
    Piece Name: /backup/inbound/online/controlfile_autoc-2080040856-20120618-00
    Control File Included: Ckp SCN: 12198041382572 Ckp time: 18-JUN-12
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    5526 Full 4.57M DISK 00:00:01 19-JUN-12
    BP Key: 5526 Status: AVAILABLE Compressed: NO Tag: TAG20120619T010352
    Piece Name: /backup/inbound/online/controlfile_autoc-2080040856-20120619-00
    Control File Included: Ckp SCN: 12198090424606 Ckp time: 19-JUN-12
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    5530 Full 4.57M DISK 00:00:02 20-JUN-12
    BP Key: 5530 Status: AVAILABLE Compressed: NO Tag: TAG20120620T010304
    Piece Name: /backup/inbound/online/controlfile_autoc-2080040856-20120620-00
    Control File Included: Ckp SCN: 12198146424201 Ckp time: 20-JUN-12
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    5534 Full 4.57M DISK 00:00:02 21-JUN-12
    BP Key: 5534 Status: AVAILABLE Compressed: NO Tag: TAG20120621T010357
    Piece Name: /backup/inbound/online/controlfile_autoc-2080040856-20120621-00
    Control File Included: Ckp SCN: 12198210334547 Ckp time: 21-JUN-12
    ==================================================================
    I tried to catalog the controlfile:
    RMAN> catalog controlfilecopy '/backup/inbound/online/controlfile_autoc-2080040856-20120621-00';
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of catalog command on default channel at 06/21/2012 17:24:32
    ORA-19563: control file header validation failed for file /backup/inbound/online/controlfile_autoc-2080040856-20120621-00
    ====================================================================
    We have level 1 backup everyday, except Sunday. I have level 0 backup on Sunday. I alos tried the metalink note RMAN Duplicate For Standby Fails with Rman-06024: No Backup Or Copy Of The Control File Found To Restore [ID 466321.1]. It does not work.
    Thanks for help!

  • SharePoint 2013 Document Library template displays html code when creating a new document from a sharepoint list multiline rich text

    I have a 2010 work flow that is associated with a sharepoint 2013 list that creates a new list document using a custom Microsoft Word 2013 template with a rich text multiline field quick part.  The workflow creates the document and populates
    the the quickpart, however, the text in the document is showing html codes
    <div class="ExternalClass2116495984EB429D95B02CC15F85FD4C"><h1>ABC123</h1><h2>Test&#58; 1234</h2></div>
    and not as 
    ABC123
    Test: 1234
    Is there a no code solution for this?

    Hi,
    I have done a test and I can reproduced your issue.
    I referred to the blog about Automatically create Word documents which include list fields:
    http://blogs.technet.com/b/brenclarke/archive/2009/04/15/automatically-create-word-documents-which-include-list-fields.aspx
    When I create a multiple line of text column in a list, I just choose Plain text, Then I solved the issue:
    Besides, here is a similar post, you can take a look at:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/a7ab3a61-6643-4a47-a464-fe46b5db1558/rich-text-field-showing-html-code
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Error when create JLabel with ImageIcon from server

    Hi!
    When I run applet that contain JLabel(String, ImageIcon, int) from server I get follow error: "java.security.AccessControlException: access denied (java.io.FilePermission middle-1.gif read)". .gif-file and .class-file are located in the same directory. From local disk this applet run successfully. Who can help me?
    Thanks.

    Look at the docs for Applet class, and use getImage()
    from there. Running in browser is quite different
    than to run locally...
    Better yet to pack image and classes in jar file,
    and read from there with getResourceAsStream()
    ( search forums, there were examples )

  • Error when deleting or updating document from indexed database

    I have a transactionally protected encrypted, indexed database for which I want to update and delete documents. When I try to delete or update the documents I get an exception stating that the document does not exist (even if I retrieved it, modified its contents and attempted to update it). If I do the same procedure on an identical database (with no indexing) I have no issues and am able to both delete and update. I have experienced this problem from both the dbxml shell and from a C++ program. I am using version 2.2.13.
    Has anyone experienced this before or know of a workaround?
    Doug

    I have narrowed it down to a single boolean index. I cannot figure out why this specific index is causing the issues. I use the same function to write the xml entry as for all of the other boolean values that are indexed. All of its values seem valid (true or false), so I am puzzled.
    Doug

  • Strange error when creating an iCal event from Addressbook

    Hi all,
    When I drag/drop an Addressbook vCard on a specific date/time in iCal, iCal automatically creates a 1hour event, e.g "Meeting with CompanyName", iCal also inserts the mail address of the Contact person, but the Location (physical Address) is missing, even if its in the Addressbook vCard. Can someone explain whats wrong?
    I have a few Addressbook plug-ins: BT Google Directions, BT Google Maps etc. Can this be causing the error?
    Thanks for your help! / Paul

    I really don't think it's the page since web pages can't "manipulate" built-in iOS views. At least I can't find an example where it actually does work the way it should and used to work in iOS 7. Here's another example: http://www.premierleague.com/en-gb/matchday/matches.html?paramClubId=ALL&paramCo mp_100=true&view=.dateSeason (click the Calendar icon)
    Also tried it now on a iPhone with iOS 8. There it still works because there's a Done button in the upper right corner which can close the calendar view, so I'd say this is definitely a iPad/iOS8 bug.

  • Error when creating Z*BSP component from BSP_WD_CMPWB

    Hi,
    I have created a BSP component with one view. But, alwayz it is saying one message : "View is not loaded into runtime repository".
    Can you please tell me, what I need to do to remove this message?
    Thanks,
    Sandeep

    Hi Sandeep,
               The message will come up as long as you have not assigned the view to any of the window/view sets in the repository. You can of course safely ignore it if it's not meant to be(for example interface views that are meant to be used as popups)
    Regards,
    Arun Prakash

  • Error when creating delivery referenced by STO doc. from vl10b

    Hi All,
    We are getting an error when creating delivery as background from vl10b t-code referenced by STO. The error message " Global official numbering: Input parameter incomplete " .
    Please give me a hand for this problem.
    Thanks in advance for your helps.
    Regards,

    Hi,
    One of the possibilities of the error could be
    if i_BuKrs eq space or i_BuPla eq space or i_PostDate eq space.
    i.e Compnay code or Posting date ro Business Place is Blank.
    Please Take help of ABAPEr to resolve the isssue
    Thanks
    Murtuza

  • 11g Release 2  Installation: Error in creating link from ../bin/javaws

    While installing Oracle 11g Release 11.2.0.2 on a solaris 10 box, the installation fails on the copy phase with message below:
    INFO: creating link '../bin/javaws' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws'
    INFO: creating link '../bin/javaws' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws'
    INFO: Exception thrown from action: createLink
    Exception Name: LinkException
    Exception String: Error in creating link from ../bin/javaws to /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws
    Exception Severity: 1
    INFO: Exception handling set to prompt user with options to Retry Ignore

    Thank you Srini. During the prerequisite check was successfull. However here are the last 100 lines of the log:
    oui/bin/runInstaller.var oui/bin/runSSHSetup.sh oui/bin/addLangs.sh oui/bin/runConfig.sh oui/bin/attachHome.sh oui/bin/detachHome.sh
    INFO: chmod 0664 oui/jlib/OraCheckPoint.jar oui/jlib/OraInstaller.jar oui/jlib/OraInstallerNet.jar oui/jlib/OraPrereq.jar oui/jlib/OraPrereqChecks.jar oui/jlib/emCfg.jar oui/jlib/emocmutl.jar oui/jlib/http_client.jar oui/jlib/oneclick.jar oui/jlib/prov_fixup.jar oui/jlib/share.jar oui/jlib/xmlparserv2.jar oui/jlib/lib/emocmclnt-14.jar oui/jlib/lib/emocmclnt.jar oui/jlib/lib/emocmcommon.jar oui/jlib/lib/http_client.jar oui/jlib/lib/jcert.jar oui/jlib/lib/jnet.jar oui/jlib/lib/jsse.jar oui/jlib/lib/log4j-core.jar oui/jlib/lib/osdt_core3.jar oui/jlib/lib/osdt_jce.jar oui/jlib/lib/regexp.jar oui/jlib/lib/xmlparserv2.jar oui/jlib/Libraries.old/NtServiceQueries.jar oui/jlib/Libraries.old/WindowsFolders.jar oui/jlib/Libraries.old/WindowsGeneralQueries.jar oui/jlib/Libraries.old/areasQueries.jar oui/jlib/Libraries.old/clusterActionLib.jar oui/jlib/Libraries.old/clusterQuery.jar oui/jlib/Libraries.old/dbActions.jar oui/jlib/Libraries.old/dbQueries.jar oui/jlib/Libraries.old/fileActionLib.jar oui/jlib/Libraries.old/fileQueries.jar oui/jlib/Libraries.old/generalActions.jar oui/jlib/Libraries.old/generalQueries.jar oui/jlib/Libraries.old/jarActionLib.jar oui/jlib/Libraries.old/launchpadaction.jar oui/jlib/Libraries.old/netQueries.jar oui/jlib/Libraries.old/ntServicesActions.jar oui/jlib/Libraries.old/oradim.jar oui/jlib/Libraries.old/rgsActions.jar oui/jlib/Libraries.old/rgsQueries.jar oui/jlib/Libraries.old/spawnActions.jar oui/jlib/Libraries.old/standardDialogs.jar oui/jlib/Libraries.old/unixActions.jar oui/jlib/Libraries.old/unixQueries.jar oui/jlib/Libraries.old/w32OcxLib.jar oui/jlib/Libraries.old/w32RegActionLib.jar oui/jlib/Libraries.old/w32RegQueryLib.jar oui/jlib/Libraries.old/wingeneralActionLib.jar oui/jlib/jlib/emocmclnt-14.jar oui/jlib/jlib/emocmclnt.jar oui/jlib/jlib/emocmcommon.jar oui/jlib/jlib/http_client.jar oui/jlib/jlib/jcert.jar oui/jlib/jlib/jnet.jar oui/jlib/jlib/jsse.jar oui/jlib/jlib/log4j-core.jar oui/jlib/jlib/osdt_core3.jar oui/jlib/jlib/osdt_jce.jar oui/jlib/jlib/regexp.jar oui/jlib/jlib/xmlparserv2.jar
    INFO: chmod 0750 srvm/admin/ractrans
    INFO: chmod 754 OPatch/crs/auto_patch.pl OPatch/crs/crsconfig_lib.pm OPatch/crs/crsdelete.pm OPatch/crs/crspatch.pm OPatch/crs/oracss.pm OPatch/crs/patch112.pl OPatch/crs/s_crsconfig_defs OPatch/crs/s_crsconfig_lib.pm OPatch/crs/log/dummy
    INFO: chmod 644 OPatch/docs/FAQ OPatch/docs/Users_Guide.txt OPatch/docs/Prereq_Users_Guide.txt
    INFO: chmod 755 OPatch/opatch
    INFO: chmod 644 OPatch/opatchprereqs/oui/knowledgesrc.xml OPatch/opatch.pl OPatch/opatch.ini OPatch/emdpatch.pl OPatch/opatchprereqs/opatch/opatch_prereq.xml OPatch/opatchprereqs/opatch/rulemap.xml OPatch/opatchprereqs/opatch/runtime_prereq.xml OPatch/jlib/opatch.jar OPatch/jlib/opatchutil.jar OPatch/jlib/opatchprereq.jar OPatch/jlib/opatchactions.jar OPatch/jlib/opatchext.jar OPatch/jlib/opatchfmw.jar
    INFO: chmod 754 OPatch/fmw/application.py OPatch/fmw/init_def.py OPatch/fmw/main_driver.py OPatch/fmw/node_manager.py OPatch/fmw/prereq.py OPatch/fmw/start_stop.py
    INFO: chmod 644 OPatch/opatchprereqs/prerequisite.properties
    INFO:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: chmod: ERROR: invalid mode
    INFO: chmod: WARNING: can't access bin/cmadmin
    chmod: WARNING: can't access bin/cmctl
    INFO: chmod: WARNING: can't access bin/cmgw
    chmod: WARNING: can't access bin/cmmigr
    INFO: chmod: WARNING: can't access bin/procob
    chmod: WARNING: can't access bin/rtsora
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: DONE Executing permissions file from :/tmp/OraInstall2011-12-08_04-13-37PM/fastcopy/setperms1.sh
    INFO: InstallProgressMonitor: Starting phase 2
    INFO: Installation in progress
    INFO: Installation in progress
    INFO: Copying files for 'Sun JDK 1.5.0.24.08 '
    INFO: Copying files for 'Sun JDK 1.5.0.24.08 '
    INFO: 12/8/11 4:19:20 PM EST: Starting install Install Phase 1 of component Sun JDK
    INFO: Calling Action unixActions10.2.0.3.0 createLink
         source = ../libjsig.so
         destination = /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparcv9/server/libjsig.so
         overwriteExistingLink = true
         overwriteExistingDir = null
    INFO: creating link '../libjsig.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparcv9/server/libjsig.so'
    INFO: creating link '../libjsig.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparcv9/server/libjsig.so'
    INFO: Calling Action unixActions10.2.0.3.0 createLink
         source = ../libjsig.so
         destination = /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/client/libjsig.so
         overwriteExistingLink = true
         overwriteExistingDir = null
    INFO: creating link '../libjsig.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/client/libjsig.so'
    INFO: creating link '../libjsig.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/client/libjsig.so'
    INFO: Calling Action unixActions10.2.0.3.0 createLink
         source = libjdgaSUNWffb.so
         destination = /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparcv9/libjdgaSUNWafb.so
         overwriteExistingLink = true
         overwriteExistingDir = null
    INFO: creating link 'libjdgaSUNWffb.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparcv9/libjdgaSUNWafb.so'
    INFO: creating link 'libjdgaSUNWffb.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparcv9/libjdgaSUNWafb.so'
    INFO: Calling Action unixActions10.2.0.3.0 createLink
         source = client/libjvm.so
         destination = /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/libjvm.so
         overwriteExistingLink = true
         overwriteExistingDir = null
    INFO: creating link 'client/libjvm.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/libjvm.so'
    INFO: creating link 'client/libjvm.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/libjvm.so'
    INFO: Calling Action unixActions10.2.0.3.0 createLink
         source = libjdgaSUNWffb.so
         destination = /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/libjdgaSUNWafb.so
         overwriteExistingLink = true
         overwriteExistingDir = null
    INFO: creating link 'libjdgaSUNWffb.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/libjdgaSUNWafb.so'
    INFO: creating link 'libjdgaSUNWffb.so' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/lib/sparc/libjdgaSUNWafb.so'
    INFO: Calling Action unixActions10.2.0.3.0 createLink
         source = ../bin/javaws
         destination = /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws
         overwriteExistingLink = true
         overwriteExistingDir = null
    INFO: creating link '../bin/javaws' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws'
    INFO: creating link '../bin/javaws' for '/app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws'
    INFO: Exception thrown from action: createLink
    Exception Name: LinkException
    Exception String: Error in creating link from ../bin/javaws to /app11g/oracle/product/11.2.0/dbhome_1/jdk/jre/javaws/javaws
    Exception Severity: 1
    I

Maybe you are looking for

  • Create item and save data...

    Hi friends, [Apps R12] If I create an item through personalization on a screen ... and I set that it references to an attribute of an existing VO in the screen.. it retrieves the attribute content succesfully if it has values... But.. if I put a new

  • Handling attached files between users in a process

    Hi all, In my process I need to handle attached files (to the xfaform). I mean the users should be able to attach i file and the next user should be able to view it. How is this done? Do I need to store them in a special way or anything? Sincerely Ki

  • Frozen first generation

    I'm stuck on the screen that says "ok to disconnect", have tried almost everything, except restoring the ipod. In device manager it shows a yellow exclamation point and says "device unable to start". It doesn't show up at all in itunes. I can't back

  • Processes - Which modules?

    Hi there, Please can someone explain to me the following, I would like to understand this fully: Which modules do the following processes fall under? ASN Container Scheduling Customs Delivery tracking Demands MRP

  • Nokia 206

    The Nokia 206 is not good but the design is okay. According on Nokia.com the video recording of this phone is QVGA@15fps and it has also a feature of Image Sequence. Upon Exploring device i didn't find the mention features. I also check other sites b