Forms configuration file in Unix

Hi
We're using Forms 9i.
Is there any configuration file in Unix in wich I can set Forms to read .pll files instead of .plx?
TIA,
Marcos

Since there's no inputs, lemme rephrase it:
There's this forms that have an attached library (PLL). One of the developers has made a few changes to this PLL, but the changes didn't make any effects because there was a previous version of this library, with PLX extension.
So, I'm wondering, if there's any way to tell Oracle Forms that you don't want to use PLX but PLL files (same for MMB vs. MMX, etc).
TIA,
Marcos

Similar Messages

  • Forms Configuration(very urgent)

    can anyone explain about workingDirectory parameter in forms configuration file(formsweb.cfg).
    what is the impact of this setting over forms configuration?

    This parameter is listed in the Deployment Guide, in the Forms area on OTN.
    Every program has the concept of a working directory, it is nothing special to Forms. This variable allows you to set it.
    Have a look at the properties of a Windows shortcut, the Start in is the same thing.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • The configuration file did not contain well formed AppV configuration XML - When using Office 2013 ODT package

    All,
    I'm experiencing an issue where when using the Office 2013 package pulled down from ODT, that if I try to change the locations of either InfoPath Filler 2013 or Publisher 2013 from the default of Microsoft Office 2013 then I receive the message "The
    configuration file did not contain well formed AppV configuration XML. Please check the management server event log for more information". If I check Applications and Services\Microsoft\AppV\Server-Management\Admin the error displayed there is "An
    error was encountered parsing dynamic configuration file '0'. However I am able to change the shortcut location for all other applications except the above 2. I've tried redownloading the files using the ODT and also changing the version number (so far I've
    tried both the 15.0.4631.1002 and 15.0.4659.1001 with the same result).
    As all I'm interested in so far is having a package which contains Visio and Project I've tried following the article to exclude all the other Office elements:
    http://technet.microsoft.com/library/jj219426(v=office.15).aspx#BKMK_ExcludeAppElement. However the package looks to be the same and when I load it into the management console all the options and elements to Office 2013 are available like they were before
    when I hadn't set the exclude tags so I'm not sure whether the ExcludeApp parameters actually work correctly.
    This then brings me onto the 3rd issue I've experienced. I have a group for the Visio users and I've set custom security for them to have Visio delivered to them but not Project and then a seperate group for just Project users who will have Project delivered
    to them but not have Visio. When testing this sometimes seems to work but other times it seems to trip out and a user just in the Project or Visio group will get all of the Office 2013 applications and under the default location of Microsoft Office 2013. When
    trying to spot correlation with this it appears random and can happen to any user on any device. We have sequenced a few applications ourselves where different parts are needed for different users and we have successfully managed this using different security
    groups for different applications, just as I'm trying here with Office 2013.
    Has anyone else experienced the issue with the "did not contain well formed XML" as at the start of the post and how were you able to resolve this? Also has anyone any advice on how to troubleshoot the issue with the security seeming to trip out
    and publish all applications within a package to a user regardless of whether they are in the correct group or not?
    The management / publishing servers are 5.0.1224.0 which is SP1 HF4 and the clients are on SP2 HF5.
    Thanks

    Nicke,
    The config files are UTF-8. I did find the same article as yourself, however when searching for the value ‘TakeoverExtensionPointsFrom46=’ within either of the configuration.xml files that text isn’t found.
    No sinister reason not to share the file used, just it’s the same structure as referenced in the article:
    http://technet.microsoft.com/en-us/library/dn745895(v=office.15).aspx. The only difference being that I’m using ProPlusVolume and I’ve set a version number (which is the October
    2014 update). I’ve even looked to follow the above example as closely as possible in just using the ExcludeApp ID of Access and InfoPath, just to try and prove the process. However I still get the usual full package. The version of the Click-to-Run setup.exe
    I’m using is 15.0.4623.1001, so later than the version specified at the end of that article which is 15.0.4619.1000. Where can I expect to see the elements excluded? Will it be when loading the package into the management console or would it just not appear
    on the machine when delivered?
    <Configuration>
      <Add SourcePath="C:\OfficeDeploymentToolV2" Version="15.0.4659.1001" OfficeClientEdition="32">
        <Product ID="ProPlusVolume">
          <Language ID="en-us" />
    <ExcludeApp ID="Access" />
    <ExcludeApp ID="InfoPath" />
        </Product>
      </Add>
    </Configuration>
    3). We’ve not used global publishing in our environment yet so I will try that. I’ve set both GlobalRefreshEnabled and GlobalRefreshOnLogon to True and when using the command Get-AppvPublishingServer on the client I’m testing with I can see this is pulled
    through correctly. I’ve also added the client name to the AD group used to grant access to the package and it is published. However nothing is pulling through onto the Client, so are there any steps I’ve missed or misinterpreted when looking to set this up?
    I guess the global publishing is there to keep in with licensing for Office being per device? On a slight aside, as Windows licensing is being changed to allow per user licensing
    http://www.zdnet.com/microsoft-to-make-per-user-windows-licensing-available-to-enterprise-customers-7000035401/ does anyone know if there are any plans to allow for Office / Project / Visio licenses to go per user as well? We’re a volume license customer
    rather than subscription based so I think a lot of the options to selectively deploy Visio and Project are excluded for us.
    Dan,
    Ok that explains why the security could be tripping out then and leading to this result. As above I’ll try with global publishing and see how I get on.
     From what I’ve read / watched  I think only one Office 2013 package can be published to a machine, so we would be unable to have a separate package for Visio and a separate package for Project and then attempt to deliver
    them both together. If a user wanted both Project and Visio then I guess we’d need to have a combined Project and Visio package to cover than scenario, but then 2 more separate Project and Visio packages for those who would only want either Project and Visio
    (I think).
    The scenario we’re looking at is to see whether we are able to deliver Project and / or Visio to different users through an AppV package and this will then cover users on XenApp or on fat clients. Only a small proportion of our
    users will need access to Project and / or Visio so therefore we’d only have a small amount of Project and Visio licenses.
    However from what I’ve tested up to this point and from what I’ve picked up from Forum posts / watched on TechEd sessions is that as publishing is Global and is unable to use different security groups for different elements of the
    suite, then using Office through AppV is only suitable if you will be delivering the whole suite (including Project and Visio) to all of your users. So in a scenario where you’d only want certain elements to be delivered to a handful of users then you’d need
    to keep with traditional ESD methods to have this installed onto fat clients and steer clear of XenApp. If wanting to install to XenApp then a lockdown tool like AppSense or AppLocker would also need to be brought into the equation.
    Is my understanding above correct or have I missed some options / methods?
    If the full Office package is always delivered but a company only has Office licenses and no Project and Visio licenses for all its users, how do they stop Project and Visio being delivered and being available? Or again if you have
    this use case is the AppV method one which will be unsuitable?
    Thanks

  • How to compile form orginal file(*.fmb) in UNIX environment

    These days, i encounter a problem, i create a form application in Windows2000 or WindowsXP environment, then i compile this .fmb file to .fmx, then i transport this .fmx file to Unix environment which is our Application Server, the Oracle Application Server is in this Unix environment, i put this file in the directory which is directed in the Forms_Path variable, however, when i started to run this application by entering a valid url, the message shows that this fmx file is not runtime file, someone told me that i should recompile the orginal file under unix environment, so i transport the orginal file(.fmb) to unix environment, then i want to use the f90genm tool to compile the .fmb file, however, it shows that this command can not execute, it shows that can not open a lib file under:/project/.../../..,however, this directory does not exist at all, what case this error? i also use f90gen command, it shows: can not execute/finish creation, i want to know, how to use the two commands and what parameters i should set before using the commands? thanks

    If you are talking about forms 10g then here is the method
    1) run x windows interface on your machine
    2) login to linux server
    $ export DISPLAY=<IP address of machine>:0.0
    $ frmcmp.sh module_type=form module=myform.fmb userid=user/password@connectstring compile_all=yes
    Regards
    Anuj

  • Oracle 11g Forms Configuration Forms.conf  (Image and Html files)

    Hello,
    We are configuring our forms.conf file as such.
    AliasMatch ^/forms/help/(..*) "/u01/app/forms/as_1/forms/appname/help/$1"
    AliasMatch ^/forms/icons/(..*) "/u01/app/forms/as_1/forms/appname/icons/$1"
    AliasMatch ^/forms/images/(..*) "/u01/app/forms/as_1/forms/appname/icons/$1"
    However when I go to
    https://server/forms/help/help.pdf
    I get 404 .
    Is there something I am missing here. file permissions are read across the board and the directory exists.
    Is there some other configuraiton I am missing.
    Thanks!

    Was able to fix this problem.
    The following is hte resolution.
    In plan.xml
    1. At the very top create a variables.
    <variable>
    <name>vd-application</name>
    <value>/u01/middleware/wls_forms/forms/forms</value>
    </variable>
    <variable>
    At the bottom Add
    <variable-assignment>
    <name>vd-application</name>
    <xpath>/weblogic-web-app/virtual-directory-mapping/[url-pattern="help/*"]
    /local-path</xpath>
    </variable-assignment>

  • 0x8004005 / Error: Configuration file is not well-formed XML

    Hello,
    I am getting a complete headache from this! I uninstalled Visual Studio 2013 Ultimate and installed in on another hard drive. Since then nothing works! It seems to be an error with IIS...
    The following happens:
    When I want to create ASP.NET Empty Web Application:
    When I ceate an ASP.NET MVC 4 Web Application
    When I open an existing project:
    similar to first screenshot, can only upload 2 images...
    I already tried the following:
    Reinstalling Visual Studio Ultimate 2013 
    Reinstalling IIS Express 8
    Thanks!

    Hi,
    In order to resolve your problem. You should give us some information:
    First, is there any error occur when you install the VS or do you can successfully install the VS? You can use
    http://aka.ms/vscollect to gather the latest installation logs. After using it, you will find vslogs.cab from %temp% folder. Please upload the file to
    https://Onedrive.live.com/ and share the link here.
    Second, the error may related to .NET FrameWork. You can use the tool in the link to check the .NET Framework Setup:
    http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx
    If there are something wrong, you should repair the .NET framework.
    At last, there is a blog related to the error, you can follow up to handle your issue:
    http://blogs.msdn.com/b/acoat/archive/2013/04/23/iisexpress-configuration-file-is-not-well-formed-xml.aspx
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Help Needed, problem reading a configuration file in XML form

    Hello,
    I am using NetBeans 6.5.1 with Apache Tomcat 6.0.18.
    I am trying to develop a web application and in my source files I have a thread that loops every second and reads the contents of a configuration file which is in XML form using java.util.Properties.
    As soon as I call props.loadFromXML(new FileInputStream(file)); I get several exceptions that I don't know what they mean nor I know how to resolve them.
    I would apreciate any help you guys can provide.
    Here is what I get in NetBeans:_
    Apr 30, 2009 8:56:53 PM com.sun.xml.ws.transport.http.servlet.WSServletDelegate destroy
    INFO: WSSERVLET15: JAX-WS servlet destroyed
    Apr 30, 2009 8:56:53 PM com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextDestroyed
    INFO: WSSERVLET13: JAX-WS context listener destroyed
    Apr 30, 2009 8:56:53 PM org.apache.catalina.loader.WebappClassLoader findResourceInternal
    INFO: Illegal access: this web application instance has been stopped already. Could not load META-INF/services/javax.xml.parsers.DocumentBuilderFactory. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
    Apr 30, 2009 8:56:53 PM org.apache.catalina.loader.WebappClassLoader loadClass
    INFO: Illegal access: this web application instance has been stopped already. Could not load com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
    java.lang.IllegalStateException
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1273)
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
    at javax.xml.parsers.FactoryFinder.getProviderClass(FactoryFinder.java:111)
    at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:146)
    at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:233)
    at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:123)
    at java.util.XMLUtils.getLoadingDoc(XMLUtils.java:75)
    at java.util.XMLUtils.load(XMLUtils.java:57)
    at java.util.Properties.loadFromXML(Properties.java:852)
    And following the above I get:_
    Apr 30, 2009 8:56:53 PM org.apache.catalina.loader.WebappClassLoader loadClass
    INFO: Illegal access: this web application instance has been stopped already. Could not load com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
    java.lang.IllegalStateException
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1273)
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
    at javax.xml.parsers.FactoryFinder.getProviderClass(FactoryFinder.java:111)
    at javax.xml.parsers.FactoryFinder.newInstance(FactoryFinder.java:146)
    at javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:233)
    at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:123)
    at java.util.XMLUtils.getLoadingDoc(XMLUtils.java:75)
    at java.util.XMLUtils.load(XMLUtils.java:57)
    at java.util.Properties.loadFromXML(Properties.java:852)
    Thanks in advanced.

    kimskams wrote:
    Very Sorry Problem Remains... I checked Scanner on a Smaller file (to give u fast feedback) but I think the spaces in Small file were normal.. that is why it worked..
    In fact I can feel some word on the blank line (hidden words).. its cursor who evidence their presence so Its not working..
    Its a big program which is accessing a lexical resource so I think what I copied was Ok..
    If u still have some solutions then please tell me otherwise I have to remove these blank lines manually for the time being but its not solution.
    I m trying alsoI don't think anyone can give you an answer: people here don't know how your file looks like. Obviously those lines (when the Scanner instance stops reading) are not just empty lines.

  • Form's Configuration File

    Hello friends,
    Can u just tell me where is the Oracle Form 10g's configuration file reside? I need to direct it to a particular folder.
    Thanx in advance,
    Pragati.

    Hi
    If your referring to the configuration file used within 10gAS ("formsweb.cfg"), it resides at:
    $ORACLE_FORMS_HOME\forms90\server
    (e.g. D:\forms10g\forms90\server\formsweb.cfg).
    This location can be overridden within the Forms application deployment (within J2EE) as stated within:
    "D:\forms10g\j2ee\OC4J_BI_Forms\applications\forms90app\forms90web\WEB-INF\web.xml"
    During product installation the configFileName parameter is
    specified in the orion-web.xml file as a context parameter
    override (in iDS), or as a Java system property (in iAS).
    It is set to <oracle_home>/forms90/server/formsweb.cfg.
    You can override that value here by editing and uncommenting the
    following servlet parameter setting:
    Regards
    Marc

  • Compile .fmb file in UNIX with forms 10g

    HI,
    Can someone help me in compiling a .fmb file in UNIX? I have created this .fmb file in Forms 10g.I have Oracle Applications in the Front end. I am unable to figure out the commands to compile the form which generates a .fmx file.
    I have placed the .fmb file in the UNIX directory. As Forms6i has f60gen....and 9i has f90gen...I want to know the code that I must execute in the command prompt of the UNIX server. I am a fresher to this. So please explain in as detail as you can.
    Thanks
    Dev

    if the previous doesn't help
    just put something like this :
    find where the frmcmp.sh is located an put the fully qualified path there
    make also sure you execute it with the right user! (normally oracle)
    I don't know if I already mentioned it bu be aware that you need to have an Xdisplay if your working with frmcmp.sh .
    There is a batch command to I believe that doesn't need the Xdisplay
    Remember you can use any display of any machine
    If you set your display to another hosts screen, type xclock on your prompt and the clock should appear on the others screen.
    If you don't know how to look for the command ....
    If it is in your PATH -->" type frmcmp.sh " will give you the directory
    If not go to <oracle_home> eg /opt/oracle -- > " find . -name frmcmp.sh "
    Erwin

  • Oracle Report is not finding the prt configuration file on 10G?

    Oracle Report is not finding the prt configuration file on reports server 10G.
    On another enviroment I had installed only Forms and Reports services. Here was finding
    the prt configuration file and running ok.
    Now I have "infrastructure" and "forms and reports services" and the reports server is not finding the prt configuration file.
    I have the Internet Directory, Single Sign-on, oca, OC4J_SECURITY services "infrastructure" and the forms and reports services on the same machine.
    Can somebody help me?
    Celso
    Edited by: user575217 on 17/09/2008 06:52

    Definitions (explicit or implicit) on client side overwrite settings on server side. If not set explicitly, parameters like NLS_SORT and NLS_COMP are derived from environment variable NLS_LANG. If NLS_LANG is not set, it defaults to AMERICAN_AMERICA.US7ASCII. If client OS is Windows, the installer sets NLS_LANG according to the language of the OS (and writes the value into the registry), on UNIX NLS_LANG is not set automatically.

  • Reading Encrypted Password from Configuration File and Decrypt it at login

    Hi All,
    My application reads a configuration file to connect to the ORACLE database. The values defined for password are clear text as given below:
    user: 'mh'
    password='abcd1234'
    Is there is any way I can give an encrypted password in the configuration file instead of a clear text file and at the time of login ORACLE decrypts it. I am using ORACLE 11g Database.
    My company have a requirement that passwords are not stored in the clear in properties files. the reason being I suppose that if the password is stored in plaintext someone could hit the property file directly, get the password and then connect to the database with it.
    For a regular user connecting through an Oracle client or SQL Developer they would need to have the plaintext password in order to connect.
    its based on the requirements of
    International Standards Organization Guidance
    ISO 17799 � 9.5.4 requires password management systems to:
    � enforce the use of individual passwords
    � allow users to select and change their own passwords if appropriate
    � enforce a choice of quality passwords
    � force regular changes of passwords
    � maintain a record of previous user passwords to prevent re-use
    � not display passwords when they are being entered
    � store password files separately from application system data
    � store passwords in encrypted form using a one way encryption algorithm
    � alter default vendor passwords following installation of software
    So if I can store the password encrypted using a one way algorithm then hacker/user couldn't decrypt it and then access the database.
    I have feeling there is a way of configuring this in Oracle advanced Security, but just can't quite get it to work.
    Edited by: user5568473 on 20-May-2013 00:05

    So if I can store the password encrypted using a one way algorithm then hacker/user couldn't decrypt it and then access the database.... and neither can your application. Encryption is needed in this case. The decryption must be written into your application. I've written my own in some cases, but finding a library for your development language is a smarter solution.
    One alternative is using an Oracle wallet. It doesn't fit every circumstance and does have some maintenance headaches.
    You can set up a basic secure password store to encrypt and store the password for a given user@instance combination, and then connect to the database without passing a password. SQL*Net adds in the appropriate password from the wallet for when you connect.
    http://www.oracle.com/technetwork/database/security/twp-db-security-secure-ext-pwd-stor-133399.pdf
    Advanced Security Option also allows you to set up a Public Key Infrastructure connections (SSL encryption and/or authentication). It also uses a wallet to store the SSL certificates and credentials. I don't have personal experience on this approach.
    SSL and the wallet allow you to connect to the database similar to CONNECT/@net_service_name or sqlplus /@net_service_namehttp://docs.oracle.com/cd/B28359_01/network.111/b28530/asossl.htm#CIHCBIEG

  • Error in forms configuration 11g

    Hi,
    I am trying to configure Oracle Forms server 11g on my machine but I am constantly hitting error which I could not understand at all. The funny thing is there is no error in my Forms Configuration wizard. It just hangs there but I know its not doing anything because it's been more than 2 hours just like that. Every few minutes it adds the following line in the install log
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Here is the error log from the install. Can anyone tell me what I need to do ? My environment is as follows :
    Windows 2008 Server 64 Bit.
    I have also successfully installed Weblogic Server generic with 64 bit JVM and on top of that I installed Oracle SOA suite 11.1.1.3 successfully as well. After that I tried installing
    Oracle Forms 11.1.1.2 first without configuring successfully and then installed Oracle Forms patchset 11.1.1.3 with the confiugation opion.
    I have tried installing with the Node Manager on and with Node Manager off (I thought this might have something to do with it but it doesn't matter. ) Also I am trying this install without running the SOA server on.....not sure if that would make any difference!.....
    Setting ORACLE_HOME to C:\oraclehome\11g\middleware\as_1
    Setting Doracle.config.mode to true
    Adding C:\TEMP\OraInstall2010-08-15_02-37-30AM for deletion.
    Adding to classpath:file:/C:/TEMP/OraInstall2010-08-15_02-37-30AM/ext/jlib/classic.jar
    Adding to classpath:file:/C:/TEMP/OraInstall2010-08-15_02-37-30AM/ext/jlib/template.jar
    [email protected]lassicPage.ScreenRes
    configFileName:C:\TEMP\OraInstall2010-08-15_02-37-30AM\ext\jlib\footprint.xml
    osName:Windows Server 2008
    Inside startPreReqOperation...prereq
    osName:Windows Server 2008
    diskSpaceRequirements from engine:Home id =SoftwareOnlyOraclehome name=Oracle home variable=%ORACLE_HOME% fixedSpace=3600 unit=MB [email protected]_radioInstallandConfigureLater totalSpaceRequired=0 isConditionSatisfiedfalse
    Home id =Oraclehome name=Oracle home variable=%ORACLE_HOME% fixedSpace=3600 unit=MB [email protected]_radioInstallandConfigure totalSpaceRequired=0 isConditionSatisfiedfalse
    Home id =Instancehome name=Oracle Instance home variable=%INSTANCE_HOME% fixedSpace=10 unit=MB condition=(@DomainSelectionOptionsPage.m_radiobtnCreateNewDomain OR @DomainSelectionOptionsPage.m_radiobtnJoinExistingDomain OR @DomainSelectionOptionsPage.m_radiobtnExpandCluster) AND @SpecifyClassicHomeInformationPage.m_oracleInstanceDirectory != Instance_ totalSpaceRequired=0 isConditionSatisfiedfalse
    Component id=portal spaceRequired=5 unit=MB [email protected]_Portal
    Component id=forms spaceRequired=5 unit=MB [email protected]_Forms
    Component id=reports spaceRequired=5 unit=MB [email protected]_Reports
    Component id=disco spaceRequired=5 unit=MB [email protected]_DiscoViewer
    Component id=formsBuilder spaceRequired=5 unit=MB [email protected]_FormsBuilder
    Component id=reportsBuilder spaceRequired=5 unit=MB [email protected]_ReportsBuilder
    Component id=em spaceRequired=5 unit=MB [email protected]_EnterpriseManagement
    Component id=ohs spaceRequired=5 unit=MB [email protected]_OHS
    Component id=webcache spaceRequired=5 unit=MB [email protected]_WebCache
    Home id =MiddlewareHome name=Middleware home variable=%MW_HOME% fixedSpace=20 unit=MB condition=(@DomainSelectionOptionsPage.m_radiobtnCreateNewDomain OR @DomainSelectionOptionsPage.m_radiobtnJoinExistingDomain OR @DomainSelectionOptionsPage.m_radiobtnExpandCluster) AND @SpecifyClassicHomeInformationPage.m_oracleInstanceDirectory != Instance_ totalSpaceRequired=0 isConditionSatisfiedfalse
    Component id=portal spaceRequired=805 unit=MB [email protected]_Portal
    Component id=forms spaceRequired=335 unit=MB [email protected]_Forms
    Component id=reports spaceRequired=335 unit=MB [email protected]_Reports
    Component id=disco spaceRequired=260 unit=MB [email protected]_DiscoViewer
    Component id=em spaceRequired=80 unit=MB [email protected]_EnterpriseManagement
    entryPoint: entryPoint = oracle.installType.all condition = null className = null
    contextFile:C:\TEMP\OraInstall2010-08-15_02-37-30AM\prereq\oui\agent_prereq_context.xml
    The entry point is: oracle.installType.all
    Check Name:CertifiedVersions
    Check Description:This is a prerequisite condition to test whether the Oracle software is certified on the current O/S or not.
    Expected result: One of 5.1,5.2,6.0,6.1
    Actual Result: 6.1
    Check complete. The overall result of this check is: Passed
    Check Name:TotalMemory
    Check Description:This is a prerequisite condition to test whether the system has sufficient physical memory.
    Expected result: 1024MB
    Actual Result: 8183MB
    Check complete. The overall result of this check is: Passed
    In processErrorMsgStringDomain Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    In processErrorMsgStringAdministrator Password
    In processErrorMsgStringValid passwords are 8 to 30 characters long, must begin with an alphabetic character, use only alphanumeric, underscore (_), dollar ($) or pound (#) characters. It should contain at least one numeric, underscore (_), dollar ($), or pound (#) character.
    In processErrorMsgStringAdministrator User Name
    In processErrorMsgStringThe value may only contain alphanumeric characters, or the underscore (_) or hyphen (-) characters.
    Temp Buffer: C:\oraclehome\11g\middleware;
    ExtendDomain: false          ExpandCluster: false
    wasExtendDomain: false          wasExpandCluster: false
    prevAdminServerURL:           adminServerURL: marwahqadri.comweblogic
    isFirstVisit:true
    Oracle Home = C:\oraclehome\11g\middleware\as_1
    In processErrorMsgStringOracle Instance
    java.lang.UnsatisfiedLinkError: no GetVolumeInfo in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
         at java.lang.Runtime.loadLibrary0(Runtime.java:823)
         at java.lang.System.loadLibrary(System.java:1028)
         at oracle.as.install.engine.modules.util.others.VolumeAPI.<clinit>(VolumeAPI.java:37)
         at oracle.as.install.common.handlers.fileQueries.ValidateHomeDirectory.checkIfFileSystemIsFAT32(ValidateHomeDirectory.java:398)
         at oracle.as.install.common.handlers.fileQueries.ValidateHomeDirectory.executeHandler(ValidateHomeDirectory.java:320)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher$LaunchHelper.execute(HandlerLauncher.java:482)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher$LaunchHelper.launch(HandlerLauncher.java:408)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher.execute(HandlerLauncher.java:176)
         at oracle.as.install.engine.modules.handler.engine.HandlerEngine.execute(HandlerEngine.java:137)
         at oracle.as.install.engine.modules.handler.HandlerModule.performOperation(HandlerModule.java:455)
         at oracle.as.install.engine.modules.handler.HandlerModule.performInputValidations(HandlerModule.java:413)
         at oracle.as.install.engine.modules.handler.HandlerModule.processModuleEvent(HandlerModule.java:332)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)
         at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:626)
         at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:584)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:191)
         at oracle.as.install.engine.modules.presentation.PresentationModule.executeModifiedDWizardEvent(PresentationModule.java:690)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.fireValidationEvent(ModifiedDWizard.java:3070)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:872)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6263)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6028)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4630)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2475)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    needWritableDirectory: true
    middlewareHomeLocation:C:\oraclehome\11g\middleware
    weblogicHomeLocation:C:\oraclehome\11g\middleware\wlserver_10.3
    weblogicHome:C:\oraclehome\11g\middleware\wlserver_10.3
    weblogicHomeLocation:C:\oraclehome\11g\middleware\wlserver_10.3
    os_name = Windows Server 2008
    Platform = win64
    getJavHome Method - middlewareHome: C:\oraclehome\11g\middleware
    getJavHome Method - weblogicHome: C:\oraclehome\11g\middleware\wlserver_10.3
    getCommandOutput: java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 17.0-b17, mixed mode)
    In processErrorMsgStringInstance Name
    In processErrorMsgStringThe instance name may only contain alphanumeric and underscore (_) characters, and it must begin with an alphanumeric character. The instance name must be at least 4 characters long and up to 30 characters long.
    In processErrorMsgStringOracle Home
    In processErrorMsgStringOracle Home Directory Name
    In [email protected]_OracleDirectoryInvalidErrorString
    Obtained the single page data..SpecifyClassicHomeInformationPage
    External name..INVALID_ORACLE_DIRECTORY_MSG_STRING
    XXX: setting m_WLSHome to: C:\oraclehome\11g\middleware\wlserver_10.3
    formsPreConfigured:false
    reportsPreConfigured:false
    portalPreConfigured:false
    discoPreConfigured:false
    the node m_RunTimeComps is Selected
    the node m_Portal is Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DiscoViewer is Selected
    the node m_DevTools is Not Selected
    the node m_FormsBuilder is Not Selected
    the node m_ReportsBuilder is Not Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_WebCache is Selected
    the node m_RunTimeComps is Not Selected
    the node m_Portal is Not Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DiscoViewer is Selected
    the node m_DevTools is Not Selected
    the node m_FormsBuilder is Not Selected
    the node m_ReportsBuilder is Not Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_WebCache is Selected
    root.isSelectedfalse
    the node m_RunTimeComps is Not Selected
    the node m_Portal is Not Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DiscoViewer is Not Selected
    the node m_DevTools is Not Selected
    the node m_FormsBuilder is Not Selected
    the node m_ReportsBuilder is Not Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_WebCache is Selected
    root.isSelectedfalse
    the node m_RunTimeComps is Not Selected
    the node m_Portal is Not Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DiscoViewer is Not Selected
    the node m_DevTools is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_WebCache is Selected
    root.isSelectedfalse
    the node m_RunTimeComps is Not Selected
    the node m_Portal is Not Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DiscoViewer is Not Selected
    the node m_DevTools is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_WebCache is Selected
    Entering the exec handler method in get free space for home...
    quotaNeededProperty:null
    isQuotaNeeded : false
    the node m_RunTimeComps is Not Selected
    the node m_Portal is Not Selected
    the node m_Forms is Selected
    the node m_Reports is Selected
    the node m_DiscoViewer is Not Selected
    the node m_DevTools is Selected
    the node m_FormsBuilder is Selected
    the node m_ReportsBuilder is Selected
    the node m_ManagementComps is Selected
    the node m_EnterpriseManagement is Selected
    the node m_SystemComps is Selected
    the node m_OHS is Selected
    the node m_WebCache is Selected
    wasOIDSelected: null
    %%condition:@ConfigureComponentsClassicPage.m_OHS OR @ConfigureComponentsClassicPage.m_EnterpriseManagement true disp:true
    In doFinish method checking for inventory lock...ConfigurationPage
    JAVA.LIBRARY.PATH:C:\TEMP\OraInstall2010-08-15_02-37-30AM\jre\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\oraclehome\11g\middleware\as_1\bin;C:\PROGRA~2\MKSTOO~1\bin;C:\PROGRA~2\MKSTOO~1\bin\X11;C:\PROGRA~2\MKSTOO~1\mksnt;C:\oraclehome\11g\middleware\as_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\oraclehome\11g\middleware\as_1\opmn\bin;C:\oraclehome\11g\middleware\as_1\opmn\lib;C:\oraclehome\11g\middleware\as_1\perl\bin;C:\oraclehome\11g\middleware\as_1\lib\;C:\oraclehome\11g\middleware\as_1\jdk\jre\lib\i386\
    CONFIG LOG CONFIG LOCATION: C:\TEMP\OraInstall2010-08-15_02-37-30AM\ext\jlib\log-config.xml
    XXX Entered Init()!!!
    Check Point Location : C:\Program Files\Oracle\Inventory\checkpoint\AS\11.1.1.0.0
    java.homeC:/oraclehome/11g/middleware/as_1/jdk/jre
    weblogic.homeC:/oraclehome/11g/middleware/wlserver_10.3/server
    java.class.pathC:/oraclehome/11g/middleware/wlserver_10.3/server/lib/weblogic.jar;C:/oraclehome/11g/middleware/wlserver_10.3/server/lib/weblogic_sp.jar;C:/oraclehome/11g/middleware/wlserver_10.3/server/lib/webservices.jar;C:/oraclehome/11g/middleware/utils/config/10.3.1.0/config-launch.jar;C:/oraclehome/11g/middleware/modules/features/weblogic.server.modules_10.3.1.0.jar;C:/oraclehome/11g/middleware/as_1/lib/java/shared/args4j/2.0.9/args4j-2.0.9.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/argus.jar;C:/oraclehome/11g/middleware/as_1/install/config/ASConfig.jar;C:/oraclehome/11g/middleware/as_1/install/config/classic_config.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/iasprovision.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar;C:/oraclehome/11g/middleware/as_1/inventory/Scripts/ext/jlib/message.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/nonj2eemanagement.jar;C:/oraclehome/11g/middleware/as_1/jdbc/lib/ojdbc6.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.odl_11.1.1/ojdl.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.odl_11.1.1/ojdl2.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/ons.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/opmneditor.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/optic.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/repositorycheck.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/wlclient.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/wljmxclient.jar;C:/oraclehome/11g/middleware/as_1/lib/xmlparserv2.jar;C:/oraclehome/11g/middleware/as_1/forms/provision/frmconfig.jar;C:/oraclehome/11g/middleware/as_1/frcommon/provision/frconfig.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.ldap_11.1.1/ldapjclnt11.jar;C:/oraclehome/11g/middleware/as_1/portal/jlib/ptlshare.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-common.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-wls.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-ee.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jaccprovider.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-unsupported-api.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jacc-spi.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-mbeans.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-api.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jps_11.1.1/jps-internal.jar;C:/oraclehome/11g/middleware/as_1/jlib/ossoreg.jar;C:/oraclehome/11g/middleware/as_1/jdbc/lib/ojdbc6.jar;C:/oraclehome/11g/middleware/as_1/jlib/SchemaVersion.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.jrf_11.1.1/jrf.jar;C:/oraclehome/11g/middleware/as_1/jlib/ojmisc.jar;C:/oraclehome/11g/middleware/as_1/jlib/jazn.jar;C:/oraclehome/11g/middleware/as_1/jlib/ldapjclnt9.jar;C:/oraclehome/11g/middleware/as_1/jlib/repository.jar;C:/oraclehome/11g/middleware/as_1/opmn/lib/nonj2eembeans.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/modules/oracle.iau_11.1.1/fmw_audit.jar;C:/oraclehome/11g/middleware/as_1/ohs/lib/ohs.jar;C:/oraclehome/11g/middleware/as_1/../oracle_common/jlib/rcucommon.jar
    java.lang.Exception: Unable to find a free port in range 7001 and 7100
         at oracle.as.install.engine.modules.util.others.PortUtilities.getFreePortInRange(PortUtilities.java:83)
         at oracle.as.install.classic.ca.standard.PortList.getPort(PortList.java:76)
         at oracle.as.install.classic.ca.standard.PortList.getConsecutivePorts(PortList.java:103)
         at oracle.as.install.classic.ca.standard.PortList.assignPort(PortList.java:120)
         at oracle.as.install.classic.ca.standard.DomainProvisioningTask.<init>(DomainProvisioningTask.java:40)
         at oracle.as.install.classic.ca.standard.ClassicTaskFactory.getDomainTask(ClassicTaskFactory.java:60)
         at oracle.as.install.classic.ca.standard.CreateDomainTaskFactory.getAllTasks(CreateDomainTaskFactory.java:15)
         at oracle.as.install.classic.ca.ClassicConfigMain.init(ClassicConfigMain.java:104)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:82)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    Assigning Port: -1 to: DOMAIN_PORT
    ERROR!!! The library libmuxer.so cannot be found.
    ClassicDomain
    ERROR!!! The library libmuxer.so cannot be found.
    DOMAIN_HOME: C:/oraclehome/11g/middleware/user_projects/domains/ClassicDomain
    Trying to assign 2 consecutive ports where the starting port range is: 9001 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    Trying to assign 2 consecutive ports where the starting port range is: 0 - 9100
    ********************************************************************************************************************************

    Database is standard edition v11.2
    Fresh Windows2008 64-bit install.
    Installation order:
    Database v11.2,
    weblogic 10.3.2 64-bit from the generic jar install,
    forms and reports v 11.3.3.1,
    upgraded weblogic to 10.3.3,
    upgraded forms and reports to 11.3.3.2
    (I wasn't intending upgrading at this stage as it was a proof of concept).
    Edited by: BigPhil on Aug 17, 2010 9:38 AM

  • Download file from UNIX to EXCEL problem

    Hi,
    I am trying to download file from UNIX server to excel file, there is one column which is messing up and that is number 100000000000000002 (18 in length) it is writing as 1E+17, funny thing is when I click on that cell it is showing as
    100000000000000000.
    I am using GUI_DOWNLOAD to download to excel, below is the output excel format, I am talking about 4th value from left
    GUID    leg_reg     lic_type     lic_num     ex_lic_num     vali_from     valid_to     created_by
    3E633B85C05E6F28E100     EAR     ENC     1E+17     ENC     20030305     20930305     VANRIJ
    below is the program I am using to download the output from UNIX to excel
    FORM get_data_file.
      OPEN DATASET p_unxfil FOR INPUT IN TEXT MODE ENCODING DEFAULT.
      IF sy-subrc = 0.
        DO.
          READ DATASET p_unxfil INTO input_file_tab-line_string.
          IF sy-subrc <> 0.
            EXIT.
          ENDIF.
          APPEND input_file_tab.
          CLEAR  input_file_tab.
        ENDDO.
      ELSE.
        PERFORM write_message USING 'ZZ' 'E' '000'
          'Unable to find file' p_unxfil
          '  Press Enter key to exit.' ''.
      ENDIF.
      CLOSE DATASET p_unxfil.
      DESCRIBE TABLE input_file_tab LINES record_cnt.
    ENDFORM.                    " get_data_file
    FORM create_pc_file.
      DATA: l_file TYPE string.
      MOVE p_pcfile TO l_file.
    Save the file
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = l_file
        TABLES
          data_tab                = input_file_tab
        EXCEPTIONS
          file_write_error        = 1
          no_batch                = 2
          gui_refuse_filetransfer = 3
          invalid_type            = 4
          no_authority            = 5
          unknown_error           = 6
          header_not_allowed      = 7
          separator_not_allowed   = 8
          filesize_not_allowed    = 9
          header_too_long         = 10
          dp_error_create         = 11
          dp_error_send           = 12
          dp_error_write          = 13
          unknown_dp_error        = 14
          access_denied           = 15
          dp_out_of_memory        = 16
          disk_full               = 17
          dp_timeout              = 18
          file_not_found          = 19
          dataprovider_exception  = 20
          control_flush_error     = 21
          OTHERS                  = 22.
      IF sy-subrc NE 0.
        WRITE: / 'Error creating pc file', p_pcfile.
        EXIT.
    endif.
    I will assure of points.
    Thanks for your help
    Sarath

    It is not the problem of your program. This happens becuase of the "nature" of the excel. You need to retain the text property of that column.
    Try like this:
    1. Download the file in .txt
    2. Open Excel .. blank sheet
    3. Now, click on Open. Select your .txt file
    4. One pop up will come ..."Text Import Wizard"
    5. Select the fixed width or Delimited ... Press Next ...
    6. Select appropriate delimitors or fixed length .. press Next
    7. Select your coulumn (which has the problem), Select the "Text" radiobutton on the upper-right corner and finish.
    Regards,
    Naimesh Patel

  • Reading XML file from UNIX

    I am reading XML file from unix using :
    FORM read_file USING p_name.
      DO.
        READ DATASET p_name INTO WXML_LINE LENGTH LENG.
      ENDDO.
    Then I am using subroutine below where I get a short dump at
      case X_NODE->get_type( ).
    FORM get_data tables   Y_CAPXML   structure GV_CAPXML
                  using value(x_node) type ref to if_ixml_node.
      data: INDENT      type i.
      data: PTEXT       type ref to if_ixml_text.
      data: STRING      type string.
      data: TEMP_STRING(100).
      case X_NODE->get_type( ).
        when if_ixml_node=>co_node_element.
          STRING = X_NODE->get_name( ).
          GV_NODETEXT = STRING.
        when if_ixml_node=>co_node_text.
          PTEXT ?= X_NODE->query_interface( IXML_IID_TEXT ).
          if PTEXT->ws_only( ) is initial.
            STRING = X_NODE->get_value( ).
            case GV_NODETEXT.
              when 'NIIN'.
                move STRING to GV_CAPXML-NIIN.
              when 'FED_x0020_STOCK_x0020_CLASS'.
                move STRING to GV_CAPXML-fed_stock_class.
              when 'DODIC'.
                move STRING to GV_CAPXML-dodic.
             endcase.
    The text for the short dump is : STACK_STATE_NO_ROLL_MEMORY
    Can someone please explain what is it mean.
    Thanks.

    May be this blog can help:
    <a href="/people/r.eijpe/blog/2005/11/21/xml-dom-processing-in-abap-part-ii--convert-an-xml-file-into-an-abap-table-using-sap-dom-approach for Blog</a>
    Sri

  • 11g ER: Checkbox "Don't ask me again" for Configure File Type Associations

    Hi JDev team
    On opening JDev 11g the Configure File Type Associations dialog opens each time, allowing me to associate JDev with 4 different file types. I don't want to associate the file types with JDev, I haven't found an option to turn this off and it's starting to get annoying. Can you raise an ER to include a check box to ask "Don't ask me again" please?
    Cheers,
    CM.

    Ok I've done some digging and I think I've tracked down the issue - I'm guessing that you're running on Vista? This all has to do with the need to have elevated permissions to write to the registry on Vista.
    What I suggest you do is manually run JDeveloper as an administrator, having first deleted the Jdeveloper.jprFile, Jdeveloper.jpwFile, Jdeveloper.jspFile, and
    Jdeveloper.javaFile entries in the registry. Once you've run JDeveloper in this way you'll ok the dialog. Then on subsequent runs you should be able to run JDeveloper as a normal user without being troubled by the question.
    Normally we automatically handle the permission elevation on the first run, but I'm guessing that because you've had previous pre-production builds of JDveloper on your machine that's prevented that from occurring.
    Phew, this makes Unix permissions seem simple...

Maybe you are looking for