Errors in unix.pin?

Hello
I am trying to install EE 8.0.5.1 and every time I get errors in
unix.pin. Did anyone notice something similar?
Thanks,
Misa
null

I had a similar problem in older version of Designer.
=
After the .pll where copied into a UNIX directory, I compiled UNIX .plx. After setting the UNIX path for the libraries, the form still would NOT work.
=
The tech support person at Seeristic (maker of DesignAssist ) told me to check the case of the filenames. All the UNIX .pll and plx. filenames where "lower" case. Inside the source code, some of the libraries called other libraries. In one or two cases, the calls where coded with "upper" case text. The libraries worked fine on windows because there is no case sensitity to filenames.
=
I ran all the .pll through a text editor and changed all calls to lower case. Then I compiled window .plx in its directory and compiled UNIX .plx in its directory. The form worked in both UNIX and Windows.
=
If you are deploying on client server/server in both UNIXand Windows, I have developed techniques for having both environments look alike. As you may already know, the UNIX text items have "mote" around the outside for the cursor indicator. If the object library font fills the Windows text item, then the UNIX text is clipped by the "mote". I have developed platform specific object libaries that changes the font size at compile time. Now the forms look similar on both platforms.
=
Let me know if you what a copy of my technote.
=
Regards,
Bill
[email protected]

Similar Messages

  • Installation error in unix

    When i'm trying to install ODI -i got this error in unix machine
    Disk1/install/runInstaller: Exec format error. Wrong Architecture.
    does any one know wheat can be the problem ?
    Thanks
    Edited by: user13299498 on 00:27 11/08/2011

    try
    $ TERM=ansi
    $ export TERM
    $ ./orainst

  • MCU 3515 Error: Wrong Moderator PIN

    Hi all,
    I have an error (Error: Wrong Moderator PIN) with the MCU 3515 when I try to create a new conference.
    Any idea about that?

    Here is the procedure In the PIN Settings tab you can define a policy for the use of PINs for accessing a conference.
    Step 1 In the Administrator interface, on the sidebar, click MCU (if not already selected).
    Step 2 Click Services. Select the service you wish to configure and click Add.
    The Automatic Service Definition dialog box appears.
    Step 3 Click Advanced Management and Security.
    The Management and Security interface appears.
    Step 4 Click PIN Settings.
    Step 5 Select Force conference PIN protection if you want user to enter a PIN when creating or entering a conference using this service.
    Step 6 Select Do not to ask for conference PIN when dialing-out to invitees if you want only dial-in participants to enter the conference PIN.
    Step 7 Click OK.
    Then you don't get this error. Try it.

  • Visual Studio Error in UNIX FTP for AIX

    I am using a VS2010 Web Site Project to access files on our
    AIX server (Unix). (Pre-compiled website).
    Using Add > Existing Web Site, I have established an FTP session within my project which shows all of the Unix files and folders.
    We just found out that there were two folders on the AIX side with the same name, differing case:
     /MDM/Custom & /MDM/custom
    On the Unix side:
    To fix this, I edited the folders to move all of the stuff within /MDM/Custom into
    /MDM/custom, then I deleted /MDM/Custom entirely.
    So back to VS2010 on the Windows side:
    I deleted the website from the project and exited VS.  
    I deleted all the files in %TEMP% and restarted VS.
    I restarted VS and recreated the web site in the project using Add > Existing Web Site.
    The only folder showing is /MDM/Custom which has nothing in it.
    Refreshing the folders produces error 550. (No such file or directory). 
    How do I recover from this situation?  Where is VS storing the bogus folder name?
    P.S.: This is a pre-compiled web project
         ProjectSection(WebsiteProperties) = preProject
    ~ Shaun
    ~ Shaun

    Hello Shaun,
    Welcome to MSDN forum.
    Your issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because you are working with ASP.NET website, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    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.
    Click
    HERE to participate the survey.

  • Oracle Reports 2.5 to 6.0 - getting REP-1800 error in Unix

    I have an Oracle report which was created using Reports 2.5
    with Developer 2000 in Windows NT. I have since opened it in Reports 6.0
    in Windows 2000 and compiled it (in a word, converted it to 6.0) and it runs fine under Developer in Windows.
    However, when I compile it in Digital/Compaq UNIX and run it under Developer 6.0
    there, I get an REP-1800 Formatter Error. It compiles fine, just doesn't run.
    I would greatly appreciate any help! Thanks in advance!

    Check your printer setting on your unix machine.You need to install a default printer on that machine.
    null

  • F45gen compilation error in unix(FRM-90927: Unknown parameter on command)

    I am getting the following error message when I am compiling the form under unix.
    FRM-90927: Unknown parameter on command line.
    Here is the command I issue at the unix level to generate the form.
    f45gen Module=form_name.fmb Userid=apps/apps@db Output_File=form_name.fmx Module_Type=FORM Batch=yes Compile_All=yes
    Thanks in advance.
    Edited by: user510986 on Apr 16, 2010 4:05 PM
    Edited by: user510986 on Apr 16, 2010 5:02 PM

    I am getting the following error message when I am compiling the form under unix.
    FRM-90927: Unknown parameter on command line.
    Here is the command I issue at the unix level to generate the form.
    f45gen Module=form_name.fmb Userid=apps/apps@db Output_File=form_name.fmx Module_Type=FORM Batch=yes Compile_All=yes
    Thanks in advance.
    Edited by: user510986 on Apr 16, 2010 4:05 PM
    Edited by: user510986 on Apr 16, 2010 5:02 PM

  • FRM-40039 error on Unix

    I'm getting this error in the application server in unix "FRM 40039 Cannot attach library calendar90". The same form works fine in windows.
    I searched for solutions in this forum and tried everything but it still gives me the error.
    I have compiled the pll file
    I have put the path in default.env
    I know unix is case-sensitive, i checked and the filename is fine
    What else could I be missing.
    PLEASE help.
    Thanks

    thats not easy. for example: you work in a working-dir. Your PATH shows to additional directories.
    When Forms looks for a library at runtime, then the search-path uses this priorities
    Prio 1) Search for the PLX in the working-dir. Use it.
    else
    Prio 2) Search for the PLX in all other PATHs. Then use it
    else
    Prio 3) Search for the PLL in the working-dir. Use it.
    else
    Prio 4) Search for the PLL in all other PATHs. Then use it
    ELSE
    RAISE Error "Cannot find library xyz"
    Gerd

  • Sqlplus error in UNIX

    Hello,
    I am having a weird error invoking sqlplus in UNIX. It works fine when I invoke it with the account that I installed Oracle client. However, when I login using a different account, it gives me with the following error:
    Error 6 initializing SQL*Plus
    Message file sp1<lang>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
    when I do echo $ORACLE_HOME, it displays the oracle home.
    I tried export ORACLE_HOME=/opt/bin/ssaps/oracle/client
    When I run sqlplus, it still gives me the same error. what am I missing here?
    thanks

    BSK wrote:
    Hello,
    I am having a weird error invoking sqlplus in UNIX. It works fine when I invoke it with the account that I installed Oracle client. However, when I login using a different account, it gives me with the following error:
    Error 6 initializing SQL*Plus
    <font face="tahoma,verdana,sans-serif" size="1" color="#000">Message</font> file sp1<LANG>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
    when I do echo $ORACLE_HOME, it displays the oracle home.
    I tried export ORACLE_HOME=/opt/bin/ssaps/oracle/client
    When I run sqlplus, it still gives me the same error. what am I missing here?
    thanksIt will be better for helping you, You can give a more complete description of your needs.

  • OracleXSU 1.2 error in Unix

    Can anyone help? I developed my program in WinNT, and it worked fine, but when I downloaded it to a unix platform,It can not work well .The programe of genarate XML from Database work well ,but insert XML into Database meet a error ,
    at oracle.xml.sql.dml.OracleXMLSave
    at oracle.xml.sql.dml.Oracle.insertXML
    Can you give me some directions about how to configure the OracleXSU1.2 on Unix?
    Thanks!
    null

    What error specifically?
    Are you using the Oracle JDBC driver on Unix as well as NT?

  • Java Heap Space Error in Unix

    Will Java Heap Space error occur in Unix environment? I have problem with heap space error in Windows. Will it help if i switch to Unix platform? Does Unix swap memory to secondary storage when out of memory?

    Changing os's may help, or it may not. Java requires contiguous memory addresses for the heap, and that varies with the os, os parameters, what has previously been loaded into memory, and how much physical memory is available. The heap can't be assigned to the os's swap space; the os handles paging in and out of memory. All modern os's provide paging to disk.

  • How do you pass an ORACLE error to UNIX?

    hello.
    I hope someone can help.
    I have several SQL scripts that are called from a UNIX program to insert/update employee records in ORACLE Financials. THe trouble is, the application (well, really the UNIX program behind it) doesn't exit early when it fails due to a SQL error. How can I make the UNIX progrtam and/or SQL scripts do this?
    Many thanks
    Steven

    Added a couple of 'raises' and moved the 'WHENEVER..' and now although the SQL fails, the UNIX script is allowed to complete without causing an error - could it be ignoring it?
    log file;
    Employee No: 00000016  is about to be updated..
    ..goin inside  Hr_Person_Api.update_gb_person.....
    ..goin inside  Hr_Person_Address_Api.update_person_address.....
    ..goin inside  Hr_Assignment_Api.update_emp_asg.....
    DECLARE
    ERROR at line 1:
    ORA-20001: The primary key specified is invalid
    Cause:           The primary key values specified are invalid and do not exist in
    the schema.
    Action:        Check the primary key values before attempting to carry out the
    operation again.
    ORA-06512: at "APPS.HR_ASSIGNMENT_API", line 10794
    ORA-06512: at "APPS.HR_ASSIGNMENT_API", line 9312
    ORA-06512: at "APPS.HR_ASSIGNMENT_API", line 8962
    ORA-06512: at "APPS.HR_ASSIGNMENT_API", line 8633
    ORA-06512: at line 549
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Status =   33
    **** 16:15:48 - Checking if TEMPLOYEE_DTLS.sql ran OK
    **** 16:15:49 - TEMPLOYEE_DTLS has finished OK..
    **** 16:15:49 - Backing up file: /finance/applmgr/finliveappl/su/11.5.0/pend/FINDEV_Test_Selection.csv
    **** 16:15:49 - Creating new file: EmpLoad_121009_161549.dat and sending to SU_TOP/iexpenses for safe keeping..
    +---------------------------------------------------------------------------+
    Executing request completion options...
    +------------- 1) PRINT   -------------+
    Printing output file.
                   Request ID : 1549525      
             Number of copies : 0      
                      Printer :
    +--------------------------------------+
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed successfully
    Current system time is 12-OCT-2009 16:15:49Do I just need to find some examples of how the 'WHENEVER..' function works oe change my error handling?
    many thanks..

  • Error discovering unix server

    I am trying to discovery two unix servers with operations manager 2012 SP 2. Both unix servers are the same operating system and patch level. The first worked fine; the server was discovered and the agent was installed. The second failed with these errors:
    Unexpected DiscoveryResult.ErrorData type.  Please file bug report.
    ErrorData: Microsoft.SystemCenter.CrossPlatform.ClientLibrary.MPAbstractions.InvalidWSManTaskResponseException
    Failed to parse output from WSMan discovery. Output from task was:
    <DataItem type="Microsoft.SystemCenter.WSManagement.WSManData" time="2013-12-23T10:55:08.8562537-06:00" sourceHealthServiceId="2995FE9D-AF68-3796-C9A3-5075109D6BFC"><WsManData><ErrorCode>0x80338012</ErrorCode><ErrorMessage><SOAP-ENV:Fault
    xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope"><SOAP-ENV:Code><SOAP-ENV:Value>SOAP-ENV:Sender</SOAP-ENV:Value><SOAP-ENV:Subcode><SOAP-ENV:Value>wsa:DestinationUnreachable</SOAP-ENV:Value></SOAP-ENV:Subcode></SOAP-ENV:Code><SOAP-ENV:Reason><SOAP-ENV:Text
    xml:lang="en-US">CIM ERROR:NOT_FOUND: The requested object cannot be found.</SOAP-ENV:Text></SOAP-ENV:Reason><SOAP-ENV:Detail><p:CIM_Error wsmb:IsCIM_Error="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:wsmb="http://schemas.dmtf.org/wbem/wsman/1/cimbinding.xsd" xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Error" xmlns:cim="http://schemas.dmtf.org/wbem/wscim/1/common"><p:CIMStatusCode xsi:type="cim:cimUnsignedInt">6</p:CIMStatusCode><p:Message
    xsi:type="cim:cimString">CIM ERROR:NOT_FOUND: The requested object cannot be found.</p:Message></p:CIM_Error></SOAP-ENV:Detail></SOAP-ENV:Fault></ErrorMessage></WsManData></DataItem>.
       at System.Activities.WorkflowApplication.Invoke(Activity activity, IDictionary`2 inputs, WorkflowInstanceExtensionManager extensions, TimeSpan timeout)
       at System.Activities.WorkflowInvoker.Invoke(Activity workflow, IDictionary`2 inputs, TimeSpan timeout, WorkflowInstanceExtensionManager extensions)
       at Microsoft.SystemCenter.CrossPlatform.ClientActions.DefaultDiscovery.InvokeWorkflow(IManagedObject managementActionPoint, DiscoveryTargetEndpoint criteria, IInstallableAgents installableAgents)
    I rebooted the system center server and retried and got the same errors.

    Hi,
    Please check the following aspects.
    1. Download the WinRM 1.1 and reinstall it.
    2. Enable SQL Broker
    a.  Place Opsmgr DB in Single_user Mode:  In SQL Servers Management Studio > New query> ALTER DATABASE OperationsManager SET SINGLE_USER WITH ROLLBACK IMMEDIATE 
    b.  Click Execute
    c. Enable SQL Broker - ALTER DATABASE OperationsManager SET SINGLE_USER WITH ROLLBACK IMMEDIATE
    d. Click Execute
    e. Place Opsmgr DB back to Multi_user mode:  ALTER DATABASE OperationsManager SET MULTI_USER
    f. Click Execute
    g. Verify SQL broker is set to 1 - SELECT is_broker_enabled FROM sys.databases WHERE name='OperationsManager'
    3. Reinstall Agent on Unix Server
    If the issue persists, try to use DebugView.
    http://technet.microsoft.com/en-us/library/ee344800.aspx
    Niki Han
    TechNet Community Support

  • RMAN script error in UNIX

    I have db10.2.0.3 on SUN Solaris 10.
    I have a rman script called backup_aps2
    This is the content
    #!/usr/bin/csh -fvx
    rman target / <<EOF
    configure controlfile autobackup on;
    run
    recover copy of database with tag 'incr_update';
    backup incremental level 1 for recover of copy with tag 'incr_update'
    database;
    EOFI got this error when I ran it:
    test% ./backup_aps2
    rman target / << EOF
    /tmp/shXXXXXX: Permission deniedPlease help!
    Thanks a lot!

    Not an Oracle problem.
    A 'here-document' is automatically turned in a temporary file.
    The default directory for temporary files is /tmp.
    As per the error message, you apparently didn't read, you have no permission to create files in this directory.
    You can change the location of your temporary files for your session by setting the TMP and TMPDIR variables to an appropiate value.
    Sybrand Bakker
    Senior Oracle DBA

  • SAPCAR error on UNIX AIX

    Hi experts
    Am trying to apply SPS to our EP 7.0 portal. So I downloaded the files from SMP and dumped them into /usr/sap/trans/EPS/in directory including the SAPCAR file. I renamed the SAPCAR_XXX(some file name ) to SAPCAR.
    I am getting errors while trying to uncar some SAR files. SAPCAR itself resides in /EPS/in
    SAPCAR -xvf SAPEXEDB_114-20000979.SAR
    SAPCAR: processing archive /usr/sap/trans/EPS/in/SAPEXEDB_114-20000979.SAR (version 2.01)
    x R3ldctl
    SAPCAR: could not open for writing R3ldctl (error 28). Permission denied
    If i try it from EPS directory
    usr/sap/trans/EPS >> SAPCAR -xvf /usr/sap/trans/EPS/in/SAPEXEDB_114-20000979.SAR
    SAPCAR: processing archive /usr/sap/trans/EPS/in/SAPEXEDB_114-20000979.SAR (version 2.01)
    x R3ldctl
    SAPCAR: error in GetEntryData(); unknown block type (error 100). No such file or directory
    All the SAR files have 777 permision.
    Please advise .

    Hi,
    Am trying to apply SPS to our EP 7.0 portal
    you are trying to apply support package on EP 7.0 for that you should use JSPM.
    SAPEXEDB_114-20000979.SAR is a kernel file. why are you extract it in /eps/in ???
    SAPCAR -xvf SAPEXEDB_114-20000979.SAR
    SAPCAR: processing archive /usr/sap/trans/EPS/in/SAPEXEDB_114-20000979.SAR (version 2.01)
    x R3ldctl
    SAPCAR: could not open for writing R3ldctl (error 28). Permission denied
    for this error  check sap not Note 130683 - SAPCAR, CAR can't query current working directory
    regards,
    kaushal

  • Error in unix System

    I written a program to read the pdf file using Mulivalent.jar...
    The program is well executed in windows....
    When i run the same program in unix(Server)unser headless mode It will give the result like
    Exception in thread "main" java.lang.ExceptionInInitializerError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:217)
    at multivalent.Behavior.getInstance(Behavior.java:192)
    at multivalent.std.adaptor.pdf.FontPDF.createFont(FontPDF.java:357)
    at multivalent.std.adaptor.pdf.FontPDF.<init>(FontPDF.java:109)
    at multivalent.std.adaptor.pdf.FontPDF.create(FontPDF.java:96)
    at multivalent.std.adaptor.pdf.PDFReader.getFont(PDFReader.java:2303)
    at multivalent.std.adaptor.pdf.PDF.buildStream(PDF.java:966)
    at multivalent.std.adaptor.pdf.PDF.buildPage(PDF.java:331)
    at multivalent.std.adaptor.pdf.PDF.parse(PDF.java:1818)
    at extract1.extract(extract1.java:83)
    at extract1.main(extract1.java:136)
    Caused by: java.awt.HeadlessException
    at sun.awt.HeadlessToolkit.getScreenResolution(HeadlessToolkit.java:184)
    at tex.dvi.DVI.<clinit>(DVI.java:112)
    ... 12 more
    is there anybody know the results plz inform me...
    thanx a lot

    Where fonts are involved (as in PDF), Unix often requires the X-Windows to be running. That might not be the case for a webserver unix box.
    Other than that I've got no idea.

Maybe you are looking for