Need a API to load official documents info & family info in HRMS tables

Hi,
I need API to load official documents information's and family information in HRMS tables.. Can Anyone help me out to give API details..
Thanks in advance..

I'm not sure what kind of response you will get in this forum. Maybe you could also post this question in one of the Solaris forums located here http://forum.sun.com/. Perhaps the kernel forum.

Similar Messages

  • Loading large documents

    I need a way to load large documents without major performance issues.
    At present, the best I can find in Swing itself is the PlainDocument class, which has issues once it crosses the size of about 1MB. As it gets closer and closer to 10MB, it gets slower and slower, and even higher just gets unacceptable.
    I started off writing a custom implementation of Document, but the need to implement the listener methods bogged me down and I can't progress any further without further help.
    I find it hard to believe that nobody would have written a Swing editor that can handle over 10MB of text, but I can't find anything with Google, so...
    Has someone out there already tackled this problem?

    I think you should create a document which reads the text from the
    file whenever the data is requested by getText-method in the document.
    You could also use some caching of the previous read text in order to reach a good performance.
    For instance you could reserve a buffer (byte-array) of about 500 kb,
    which I would split up in 500 arrays of 1000 chars, since 1000 chars should be enough to fill at
    least a screen and somewhat above.
    I would propose to keep a map for holding these arrays, and coupling them to the
    offset in the file from which they are read.
    By alligning the offsets from which you read in the file with the size of such an array,
    you will never read overlapping parts in your buffer.
    You will also need some mechanism for remembering which array is least frequently used or least
    recently used and may be replaced by the newly read data once the buffer is full.
    You will also need some mechanism for adding or changing data from the file,
    since you cannot change the data on the fly in the file. You should use some caching of this
    data (perhaps in some other file) and mix this cached data with the cached buffer when the
    getText-method is called.
    While saving the new file this data should be mixed with the original file and written to a new file which
    will then replace the old file. Afterwards all buffers should be cleaned (especially the change-buffers).
    You could adapt some auto-saving mechanism for doing this save after a specified time,
    or when the change-buffers are growing to large.
    Finally you could also opt to split the read-buffer in a buffer using strong-references to the arrays and
    an additional buffer which uses soft- or weak-references to the arrays.
    The strong-references will make the first buffer a solid reliable buffer of fixed size (minimum),
    while the soft- or weak-references will make the second buffer a more soft buffer which can lose
    data when the memory-requirements of the application are high.
    This way you get a maximum size buffer when memory-requirements for the application do not claim the
    soft-references of the buffer and you will always keep a minimum buffer for the application.
    Data will always flow from the solid to the soft buffer and never backwards.
    kind regards,
    to add to the

  • Need help loading data from Excel data file to oracle tables

    i need to load an Excel spreadsheet to Oracle table.
    The spreadsheet contains 20 columns, the first 8 columns contains basic info, but the rest 12 columns contains info like
    1stQtr_08, 2ndQtr_08, 3rdQtr_08, 4thQtr_08
    1stQtr_09, 2ndQtr_09, 3rdQtr_09, 4thQtr_09
    1stQtr_10, 2ndQtr_10, 3rdQtr_10, 4thQtr_10
    So what i need to accomplish is:
    break that one record(with 20 fields) in Excel to 3 records for each fiscal year in the Oracle table, so each record in the database table will look like
    8 basic field + fiscal_year + 1stQtr_08, 2ndQtr_08, 3rdQtr_08, 4thQtr_08
    8 basic field + fiscal_year + 1stQtr_09, 2ndQtr_09, 3rdQtr_09, 4thQtr_09
    8 basic field + fiscal_year + 1stQtr_10, 2ndQtr_10, 3rdQtr_10, 4thQtr_10
    There are about 10000 rows in the data file, so how can i use sqlldr to perform such task? beside sqlldr, any other good suggestions?
    thx

    External Tables is just an Oracle API for sqlloader. If you going to load this data over and over again, External tables would be a good idea, but if it's a one time thing, sqlldir is simpler, unless you just want to learn how to use External Tables.
    I used to run a data warehouse, so I have done, at least similar, to what you are doing in the past.

  • How do I load a document to adobe?

    How do I load a document to adobe?

    Adobe is a company, not a software program. You need to provide much more info and straighten out your terminology. What program? What kind of document? what do you mean by "load"?
    Mylenium

  • Loading Freehand documents by drag and drop?

    Not a very serious thing, but I can't load Freehand documents to Illustrator with drag and dropping to dock icon or double clicking.
    I find this drags my workflow down a lot when I need to go thru the menus to open something. And I have a lot of old Freehand documents.
    Is there maybe something wrong with my setup or is this normal?

    What version of Illustrator are you using?
    What versions of FH files are you opening?
    What is your OS version?
    I'm able to open FreeHand files back to .fh7 into AI 13.0.2 with drag and drop. I'm on Mac OS 10.4.11.
    To open in AI with double-click you'll have to get info for one of the older FH files on your local hard drive. Set 'Open With' to AI, and under 'Use this application of open all documents like this', select 'Change All'.

  • The document information panel was unable to load. the document will continue to open. For more information, contact your system adminsitrator.

    Hi Guys,
    I am creating the library using object model with custom content type.  When i am opening document from custom content type, the meta data fields are not displaying in the document and throwing below error.
    The document information panel was unable to load. the document will continue to open. For more information, contact your system adminsitrator.
    Document Information Panel cannot open a new form.
    The form contains schema validation errors.
    Content for element '{http://schemas.microsoft.com/office/2006/metadata/propertiesRoot}properties' is incomplete according to the DTD/Schema.
    Expecting: {http://schemas.microsoft.com/office/2006/metadata/properties}properties.
    But after saving the document, then meta data is enabled.
    Thanks in advance for suggested solutions.
    thanks
    Santhosh G

    Hi,
    For a better troubleshooting, I suggest to do as follows:
    1. Please try to update the Location column's schema by following the steps below.
     1) Go to Site Settings -> "Site Columns"
     2) Click on "Location", after the page is opened. Don't modify any settings, click "OK"  to forcibly update the field's schema.
    2. Re-edit the document information panel template to see if the issue still occurs.
    Please go to the Library setting > click the corresponding content type(need to enable managed of content types in Advanced settings) > click Document Information Panel settings.
    3. Here are some similar links about your issue, please take some time to look at them:
    http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomizationlegacy/thread/243b4852-3f17-4a3a-b6d7-187d65a5f088/
    http://blogs.msdn.com/b/raresm/archive/2010/03/30/document-information-panel-cannot-open-the-form.aspx
    https://joranmarkx.wordpress.com/2012/02/10/sharepoint-document-information-panel-cannot-create-a-new-blank-form/
    If the issue still occurs, please check if the command below can help(change the site URL and the library name in the code):
    Apply-Fix -siteUrl "http://your site URL "
    function Apply-Fix($siteUrl)
    clear
    Add-PSSnapin "Microsoft.SharePoint.Powershell" -ErrorAction SilentlyContinue # -EA 0
    [Environment]::CurrentDirectory=(Get-Location -PSProvider FileSystem).ProviderPath
    foreach ($spwTarget in (Get-SPSite $siteUrl).RootWeb.Webs) {
    Write-Host "Checking Web: " $spwTarget.Url
    $list = $spwTarget.Lists["your library name"]
    $fields = $list.fields
    foreach($field in $fields)
    if($field.SourceId -eq '{$ListId:your library name;}')
    $schemaxml = $field.SchemaXML
    $schemaxmldata = [xml]$schemaxml
    $schemaxmldata.Field.SetAttribute("SourceID", $list.ID)
    $schemaxml = $schemaxmldata.get_InnerXml()
    $field.SchemaXML = $schemaxml
    $field.Update()
    Write-Host "Fixed" $field.Title "field in the library"
    Write-Host "Done."
    More information:
    SharePoint 2010: Creating a Custom Content Type using Visual Studio
    http://www.codeproject.com/Articles/410880/SharePoint-Creating-a-Custom-Content-Type-usi
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Dennis Guo
    TechNet Community Support

  • How to load a document in Muse without linking it to anything?

    I would like to load some documents to Muse before linking them to anything.  Is there a way to do that?
    So far I have been writing text and linking a new file / document from my computer to that text.....  but I don't really need that text as I just need the document to modified an HTML and include it in table later on...
    Here is an example of what I want to do ... Single Vane Pumps
    I would like to find a simpler way to link the document to my table, without having to link it to a random text just to have it available from Muse assets. <a class="nonblock" href="/assets/vtxb.pdf">VTXB</a></td>

    go to Files --> Add Files to Upload

  • Official documents on escaping characters in SQL Server query statements

    Hi,
    Are there any official documents on how to escaping special characters in SQL Server query statements? I find a lot of online resources discussing about this, but there are no definitive conclusions on:
    Which characters should be escaped? (Some only said single-quote needs to be escaped, double-quote does not need. While others said both need to be escaped)
    How to escape characters? (Some said using two single-quote to escape a single-quote. Others said using a backslash, etc.)
    So I just wonder if there is an official document from Microsoft regarding this?
    Thanks
    Alan

    Depends on where you're using them
    If its string values then single quotes(') should be escaped by putting one more single quote before it.
    If its LIKE operator you can use ESCAPE keyword or use [] to escapre special characters 
    see
    http://visakhm.blogspot.in/2013/01/wildcard-character-based-pattern-search.html
    If inside SSIS expression you can escape characters like \ " etc by adding an extra \ before the characters
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Extracting and Loading XML document

    We need to extract and load an XML document into the database
    For e.g.
    <ROW> <EMP_ID>1</EMP_ID> <EMP_NAME>SSK</EMP_NAME>
    <RESUME> Resume of sssk
    </RESUME>
    </ROW>
    We need to load emp_id, emp_name to emp_id, emp_name field in the database and <RESUME> field to a CLOB.
    The table is as follows
    EMP_ID NUMBER
    EMP_NAME VARCHAR2(100)
    RESUME CLOB
    How exactly is this done using the XSU utility? Does it support loading of <RESUME> data in this case to a CLOB.
    Where could I find examples of doing this.
    null

    The "first child" of most of your elements is a white-space node containing a newline character. Your code incorrectly assumes it is an element node.

  • How can I tell when a JEditorPane has finished loading the document?

    Hi!,
    I've got a JEditorPane connected to a viewport and a couple of scrollbars, and I realy need to know when the JEditorPane has completed loading the document, so that I can decide whether to turn on or off the scrollbars.
    When I try to check the viewport.getView().getWIdth() right after calling setText() or setPage() the values come out wrong... is there an eventHandler that I can register ?
    thanks in advance
    -Miguel

    OK, I'm not an expert. But, why set the scrollbars manually? Would it not be easier to put the JEditPane in a JScrollPane with the scroll policy set to "as needed"?
    Ken

  • Microsoft Visual Studio is unable to load this document: Object reference is not set to an instance of an object

    Hi Everyone,
    Please help me on this issue. I'm a new SSIS User.
    I've installed Sql Server 2005 Developer Edition
    When I create a new SSIS Project in Business Intelligence Development Studio,
    I get the following message:
    "Microsoft Visual Studio is unable to load this document: Object reference is not set to an instance of an object".
    Error loading 'package.dtsx'bject reference is not set to an instance of an object
    When I try to debug the package, I get the below message:
    parameter Component(System.Design) is null.
    I've uninstalled and installed SS 2005 several times, yet the problem persists.
    Please help.
    This is the package.dtsx
    <?xml version="1.0"?><DTS:Executable xmlnsTS="www.microsoft.com/SqlServer/Dts" DTS:ExecutableType="MSDTS.Package.1"><DTSroperty DTS:Name="PackageFormatVersion">2</DTSroperty><DTSroperty DTS:Name="VersionComments"></DTSroperty><DTSroperty DTS:Name="CreatorName">US\kothand1</DTSroperty><DTSroperty DTS:Name="CreatorComputerName">US6051KOTHAND1</DTSroperty><DTSroperty DTS:Name="CreationDate" DTSataType="7">4/8/2008 10:53:39 AM</DTSroperty><DTSroperty DTS:Name="PackageType">5</DTSroperty><DTSroperty DTS:Name="ProtectionLevel">1</DTSroperty><DTSroperty DTS:Name="MaxConcurrentExecutables">-1</DTSroperty><DTSroperty DTS:Name="PackagePriorityClass">0</DTSroperty><DTSroperty DTS:Name="VersionMajor">1</DTSroperty><DTSroperty DTS:Name="VersionMinor">0</DTSroperty><DTSroperty DTS:Name="VersionBuild">0</DTSroperty><DTSroperty DTS:Name="VersionGUID">{FBD98635-EDDE-4F58-9D53-356E8CB653FB}</DTSroperty><DTSroperty DTS:Name="EnableConfig">0</DTSroperty><DTSroperty DTS:Name="CheckpointFileName"></DTSroperty><DTSroperty DTS:Name="SaveCheckpoints">0</DTSroperty><DTSroperty DTS:Name="CheckpointUsage">0</DTSroperty><DTSroperty DTS:Name="SuppressConfigurationWarnings">0</DTSroperty><DTSroperty DTS:Name="ForceExecValue">0</DTSroperty><DTSroperty DTS:Name="ExecValue" DTSataType="3">0</DTSroperty><DTSroperty DTS:Name="ForceExecutionResult">-1</DTSroperty><DTSroperty DTS:Name="Disabled">0</DTSroperty><DTSroperty DTS:Name="FailPackageOnFailure">0</DTSroperty><DTSroperty DTS:Name="FailParentOnFailure">0</DTSroperty><DTSroperty DTS:Name="MaxErrorCount">1</DTSroperty><DTSroperty DTS:Name="ISOLevel">1048576</DTSroperty><DTSroperty DTS:Name="LocaleID">1033</DTSroperty><DTSroperty DTS:Name="TransactionOption">1</DTSroperty><DTSroperty DTS:Name="DelayValidation">0</DTSroperty>
    <DTS:LoggingOptions><DTSroperty DTS:Name="LoggingMode">0</DTSroperty><DTSroperty DTS:Name="FilterKind">1</DTSroperty><DTSroperty DTS:Name="EventFilter" DTSataType="8"></DTSroperty></DTS:LoggingOptions><DTSroperty DTS:Name="ObjectName">Package</DTSroperty><DTSroperty DTS:Name="DTSID">{191D188C-EA6E-46D6-A46A-8C9F3C21C321}</DTSroperty><DTSroperty DTS:Name="Description"></DTSroperty><DTSroperty DTS:Name="CreationName">MSDTS.Package.1</DTSroperty><DTSroperty DTS:Name="DisableEventHandlers">0</DTSroperty></DTS:Executable>
    Thanks
    Best Regards

    No I have not yet. I've applied just the windows updates. I rebooted after the updates, but the problem persists.
    I evern tried importing the .vssettings file from my co-worker's. Also, I tried resetting the user settings
    using "%programfiles%\Microsoft Visual Studio 8\Common7\IDE\devenv.exe" /resetuserdata.
    I'm on Windows xp 2002 service pack 2. Sql server 2005 Developer edition.
    Visual Studio info:
    Microsoft Visual Studio 2005
    Version 8.0.50727.762  (SP.050727-7600)
    Microsoft .NET Framework
    Version 2.0.50727 SP1
    Installed Edition: IDE Standard
    Microsoft Visual Studio 2005 Premier Partner Edition - ENU Service Pack 1 (KB926601)  
    This service pack is for Microsoft Visual Studio 2005 Premier Partner Edition - ENU.
    If you later install a more recent service pack, this service pack will be uninstalled automatically.
    For more information, visit http://support.microsoft.com/kb/926601
    SQL Server Analysis Services  
    Microsoft SQL Server Analysis Services Designer
    Version 9.00.1399.00
    SQL Server Integration Services  
    Microsoft SQL Server Integration Services Designer
    Version 9.00.1399.00
    SQL Server Reporting Services  
    Microsoft SQL Server Reporting Services Designers
    Version 9.00.1399.00
    Thanks
    Best regards

  • Scan to pdf failed to load pdf document (wireless)

    I have a photosmart d110a and I cannot scan wireless to PDF file (get error  failed to load pdf document)
    I am able to scan to JPEG, 
    This has always worked before.
    This is on multiple computers:  ChromeOS,  and Mac operating systems.
    I have checked to see  if software update to date and it is.
    I  have unplugged printer to see if that would help and did not.
    Printing works fine with no problems.
    Any suggestions would be greatly appreciated

    Hello everyone, I've been looking into this issue,
    Tom - Due to feature limitations, the abilities you are looking for don't appear to be available with this printer.  I would recommend a USB connection to scan.
    Paul -  I would love to try and help you, but I do need a little information first. I am linking a few HP Support documents below that will show you how to find your product number. Also, please include which operating system you are using. Also, if you're using Windows, please include whether your operating system is 32-bit or 64-bit. With this information and the product number we can provide you with accurate information.
    How Do I Find My Model Number or Product Number?
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Ray84 - I would recommend updating the printer firmware:
    HP Update Software Utility
    I would also suggest downloading and running the HP Print and Scan Doctor.
    Bravo52 - What version of Windows are you running?
     I would also suggest downloading and running the HP Print and Scan Doctor.
    I would suggest this document to everyone as well:
    Printer Does Not Maintain Wireless Connection
    Please keep me posted.
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • RUNDLL, error loading c:\documents the specified module could not be found

    Hi! I am new here and really need your help. We have a few Lenovo T400 notebooks. If I want to install Windows XP Prof with SP3 I always get this error dialog during GUI mode setup 9 Min. before finishing.
    RUNDLL, error loading c:\documents the specified module could not be found 
    We install this version of Windows on other notebooks without error. The logs show nothing special.
    Nothing really happens but it's looks bad for our customers. I think I am not alone because there are more
    entries in different forums with same problem without solution.
    Every help is appreciated. Thanks!

    Thanks for your reply! But the list of hotfixes on Microsoft Knowledge Base includes this hotfix?
    List of fixes that are included in Windows XP Service Pack 3
    888111  (http://support.microsoft.com/kb/888111/ ) Universal Audio Architecture (UAA) High Definition Audio class driver version 1.0a available for Windows XP, Windows Server 2003, and Windows 2000 Hotfix
    http://support.microsoft.com/kb/946480/en-us
    Sorry, we use Windows XP SP3 with this hotfix included. All of our other hardware which needs this hotfix too works fine with SP3.

  • ORDDoc - Loading Word Document - Please Help

    Hi
    I am trying to upload the word document (doc format) to the table i have in oracle database. The table has the column of type OrdDoc.
    I am using Intermedia Java API to load the word file from my local system to the database. The upload is happening successfully but when i try to retreive the document i see that its empty and even the properties (mimetype, format) of the document are null.
    I would appreciate if anyone of you could please tell me what am i doing wrong and how can i upload the file correctly.
    Below is more information about table structure and also the java code.
    Table Structure
    TableName: DocTable
    ColumnName Type
    DocId NUMBER
    DocName VarChar2(40)
    DOCUMENT ORDSYS.ORDDoc
    Below are some lines from my code
    String insertDocRecord_Qry = "Insert into DocTable (docId,docName,document) values (1,"FirstDoc ",ORDSYS.ORDDoc.init())";
    PreparedStatement insertStmt = conn.prepareStatement(insertDocRecord_Qry);
    insertStmt.execute();
    String selectDocForUpdate_Qry = "select document from DocTable where docId = 1 for update";
    OracleResultSet rset = (OracleResultSet)stmt.executeQuery(selectDocForUpdate_Qry);
    rset.next();
    OrdDoc docProxy = (OrdDoc)rset.getORAData("document", OrdDoc.getORADataFactory());
    rset.close();
    docProxy.loadDataFromFile("C:/Files/MyFirstDoc.doc");
    String updateDoc_Qry = "update DocTable set document=? where docId=1";
    opstmt = (OraclePreparedStatement)conn.prepareStatement(updateDoc_Qry);
    opstmt.setORAData(1, docProxy);
    opstmt.execute();
    opstmt.close();
    PLEASE HELP ME FIGURE OUT WHAT AM I DOING WRONG IN ABOVE CODE.
    ABOVE Code doesnt throw an error when executed but when i try to retireve the properties of the document that gets loaded in to the DocTable all i see is null values and 0 content length.
    Thanks for your help in advance
    -L

    Hi Mavris
    Thanks for the reply.
    In my example the reason i did not invoke setProperties() method is because the setProperties method exposed in OrdDoc class is not same as the setProperties method in OrdAudio or OrdImage.
    In OrdDoc class setProperties(byte[][] ctx,boolean setComments) takes two arguments where as setProperties() in OrdAudio and OrdImage does not take any arguments.
    byte[ ] ctx[ ] = new byte [4000][1];
    When i tried to use setProperties(ctx,true) in OrdDoc i was getting an error.
    Can you please tell if this is the correct way to invoke setProperties on OrdDoc in Java Program?
    Regarding the list of format that Intermedia Understands, the Appendices A, B and C in Intermedia Refererence talks only about Audio, Image and Video. It doesnt have any details about Document (pdf, txt, doc) files. Can you please tell where can i look for the list of formats that intermedia understands for OrdDoc?
    Since the dataType is OrdDoc in my table. How do i check the LOB length?
    I tried it using Intermedia Java API by calling getContentLength method after retreiving the OrdDoc column from resultset but it has a value of '0'. So am not sure why the document is not getting loaded.
    Please help me resolve this issue.
    Thanks

  • Loading XML Document into DOM

    I know Safari 1.3 does not support loading of an XML Document, but does Safari 2 or 3 support the XML DOM? I will be really really really disappointed in apple if they still do not support the XML DOM for parsing with javascript. Why is Apple so negligent to Javascript?
    My XML doc loads fine in IE 5.5+ and FF1+ but I cannot get Safari clients to load the document. This is extremely detrimental to my site considering over 20% of the users are safari clients. I absolutely need this XML doc to be available to them.
    What is the safari specific javascript needed to load an XML document?
    Any help is GREATLY appreciated
    Mac OS X (10.4.8)

    Why does no one know the answer to this question? I've posted in every forum I could find.
    This procedure should be very standard and very easy. Much like it is in IE/FF. Why does no one know how to do it for Safari?

Maybe you are looking for

  • XI 3.0, Open Document  and scheduling

    All, We've noticed an issue with open document function when using strings with more than one word (eg San Diego).  Only the first word (San) gets passed.  Report scheduling also fails when we enter in strings with two words.  Single word strings wor

  • IPod Transfer.

    Hi guys, I'm wondering if anyone can shed some light on this issue! I'm having a problem transferring files from my computer to my iPod, and I'm not sure if it's my computer or my iPod that is giving me the problems. My computer is a 1.25 Powerbook G

  • Is there a way to delete everything on my computer

    i need to delete everything on my computer and take it back to factory settings

  • Session from Portal Service

    Hi, how can I get the HTTP session from within a portal service? - Frank

  • IPod Sync and iTunes update not working

    I plugged my iPod (Touch 3g) into my laptop to sync with my iTunes library and was confronted with the following error message: "iTunes was unable to load data class information from Sync Services. Reconnect or try later" I thought I'd update my soft