Third party integration property file DMSArgs Vs AuthorizationProxy.DmsArg

I'm trying to use AutoVue Web Services to convert files to pdf. Web services is deployed in application server.
I need to know how the third party property file DMSArgs are defined and how it's retrieved from ISDK. Documentation example is as below.
DMSArgs=Arg1;Arg2
Arg1=value
Arg2=value
When I generate client stub using wsdl, it provides AuthorizationProxy.DmsArguments. What's this and how can we use this arguments to pass values.
Please help me on how to define those DMSArgs and how can I pass values to ISDK?
Thanks and Regards,
Amaranatha

Once you have AutoVue Client/Server installed and configured with your ISDK integration.
Open a file in the AutoVue client and look at the HTML code of the client applet.
Inside the applet tag, you will find the DMSARGS and all the properties that are sent with it.
For example, if you see the following properties:
<PARAM NAME="DMS" VALUE="http://host:port/servlet/VueLink">
<PARAM NAME="DMSARGS" VALUE="DMS_USERNAME;DMS_PRESERVE_COOKIES;LOCALE">
<PARAM NAME="DMS_USERNAME" VALUE="george_av">
<PARAM NAME="DMS_PRESERVE_COOKIES" VALUE="true">
<PARAM NAME="LOCALE" VALUE="EN">
Then you can add DMS_USERNAME and the LOCALE the property file you created in the AutoVue WS deployment.
It is described in the Install & config guide on page 11-12: http://docs.oracle.com/cd/E37443_01/otn/pdf/E37350_01.pdf
If your DMS argument cannot be hard-coded on the server, you may use the AuthorizationProxy.DmsArguments class to add additional parameters.
This may make sense for the username for example. But most integrations use the username from the autentication uname/passwd pair instead of receiving a separate parameter.

Similar Messages

  • Problem: Deploy a SSO Third Party Integration Adapter in Portal

    A user want to deploy a SSO third party integration adapter (Novell Access Gateway) in Portal (AS v10.1.2.0.2). And used method in Note 430877.1. They can login through Novell Access Gateway and login Portal, but when click search user button, there always show a blank IE. And no error log. How to resolve? Thanks.

    Hello,
    I have found out that in SAP Portal it must be possible to create a new system from a par-file which is uploaded to portal before.
    I have such a par-file. It is deployed and uploaded to the portal server. And the application which is contained by this PAR is running in SAP Portal.  But when I go to
    System Administration --> System Configuration --> Portal Content --> right mouse click to folder --> new System from par
    then this PAR can not find there.
    I have also tried to upload this PAR manually to portal. But the result is the same. This PAR does not exist in the radiobutton-options to create a new System.
    Please can anybody tell me how to create a system (or a system-template) from an uploaded PAR-file?
    Regards,
    Iris

  • Third Party Integration and OID Accounts

    I'm planning on using OID with a sync with another LDAP such as AD or Novell. I am also going to integrate SSO with a third party SSO engine.
    How do I log into Oracle SSO with a user neither defined in AD or my third party SSO engine? I am basically worried about accounts like PORTAL and ORCLADMIN. Is it possible to bypass the third party integration for these accounts or am I forced to create these accounts in AD and my third party SSO engine?

    Jon,
    you can either authenticate locally e.g. cn=orcladmin or externally.
    You have various option s (depending on the OID version) and how you organize the user base in OID. On a high level the authentication is based on objectclasses for an entry.
    E.g. user being synchronized from AD to OID (using the Directory Integration Plaform) contain an objectclass "aduser" to distinguish them as external AD users within OID. So the external authentication plugin will "know" who is an AD user and try to authenticate this user externally with AD not OID. You can also configure the external authentication plugin to filter user who should not be externally authenticated.
    If you store all external users in a dedictated subtree e.g. cn=AD_USERS or cn=EDIR_USER you can configure the external authentication plugin to authenticate those user to the respective external directories.
    with OID 10.1.4.0.1 you could also make use of the server chaining authentication.
    So there are a couple of options you have. See the documentation
    Oracle Identity Management Integration Guide
    http://download-west.oracle.com/docs/cd/B28196_01/idmanage.1014/b15995/toc.htm
    Oracle Internet Directory Administrator's Guide
    http://download-west.oracle.com/docs/cd/B28196_01/idmanage.1014/b15991/toc.htm
    regards,
    --Olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Third Party Integration for Template Based Hire in PS 9.1

    Hi All,
    I am implementing template based hire on PS 9.1.
    I am receiving the applicant details from a third party vendor in a xml message.
    Requirement is to insert the applicant details into template based hire records (HR_TBH_HDR and HR_TBH_DATA).
    I am able to subscribe the field values from xml message. But facing the problem while inserting the values into base records.
    I am trying to use Component Interface on HR_TBH_JOB component. The pages on this component are dynamically build and so the records.
    If anyone has worked on the third party integration for Template Based Hire in PS 9.1, please let me know your suggestion for insertion into template based hire records.
    Thanks,
    Vijay

    Hi Michel,
    I am not getting any error message as I haven't completed the coding yet.
    I will go more on the technical stuff so that the issue will be more clear.
    I am using the Integration Broker setup to receive the xml message from third party.
    I have written the app package and added that as handler into the service operation. as of now I am able to subscribe the xml message. I am having the field values into the variables.
    For insertion of those values into template based hire (TBH) records (HR_THB_HDR and HR_TBH_DATA) I created a new CI on HR_TBH_JOB component.
    But when I analysed this component I came to know that Pages, Sections on the Pages and the fields of the sections are dynamically build based on the Template.
    On HR_TBH_DATA page PeopleSoft is using derived record (HR_TBH_SCR_WRK). Field values are assigned to this record fields bsaed on the section of the template.
    Here is issue I am facing while coding. As there is only one record (HR_TBH_SCR_WRK) to store the all the values from the template, I am not able to understand that how to assign the variables to CI variable. I am looking for the logic, so that the CI will work normally.
    If you have any sugestion to insert the data into TBH records other than using CI, will be appriciated.
    Thanks

  • Third party integration with Oracle Apps

    Hi friends,
    I have a dot net application and I would like to integrate that with oracle applications(specifically HR module). Can I do that? Does oracle apps provide any APIs to provide this third party integration with 3rd party software we have?
    can you please post any links if there is one which helps me in this direction
    thanks

    Hello,
    I am new on this forum and I have difficulty in beginning.
    I'm working in a similar project, indeed I need an example or a document which can help me for using the HRMS api's of oracle e-business suite via a dotNet plateform or SharePoint application.
    I have to work on a middelware allowing retreiving and persisting data from oracle e-business suite database using oracle HRMS api's like hr_appraisals_api. So haw can i call these api's from .NET application how can i use a .NET code to call these api's ?
    Can you help me please ? i'm waiting for your answers if possible and this is my e-mail address if necessary "[email protected]" .
    I would be so grateful if someone can help me. Thank you in advance.
    Cordially.

  • Problems with third party package and file access

    I am using a third party package that allows me to decode
    multipart forms that I use to upload files to our server.
    I have been able to write my own code (JSP) that both reads and
    writes to our filesystem. However, when I try to upload a file
    using the third party package the method I am using fails with
    the following IO exception: The error message is "access is
    denied." But the files get written and are usable (even binary
    files). I have checked the directories and all the dirs I am
    writing to have read, write and execute permission.
    I have access to the code so when I duplicate the actual
    methods used for writing (FileOutputStream.write(foo)) in my
    JSP, it writes fine without exceptions. In fact, I use
    FileOutputStream.write() in other code and it works fine. My
    question is: why would FileOutputStream work in packages we have
    developed and not in a third-party package. I have added the
    codebase and filePermissions to <weblogic_home>\weblogic.policy
    without any changes.
    I am running WLS 5.1 and NT 4.0 with SP5.
    Does this problem sound familiar to anyone?
    thanks for any and all help,
    saulj

    HI Mike,
    If you have third party Document Management System, then you can post two different message, i.e. service order in transaction details of the third party tool with link to document which would be posted to third party Document management server.
    If you don't have third party document management system and what to use sap infrastructure, then you don't need to maintain attachment, maintain the link between the third party tool and SAP document repository, with some login utilities.
    Best Regards,
    Pratik Patel.
    Reward with points if it is of any help to you!

  • UOM issue of SR that push from third party integrated software into SAP

    Dear SAP Expert/Guru,
    Would like to seek for your advise what is to be done to check the issue of different UOM created in SR when push from thrid party intrgration software into SAP.
    The material only being maintained 1 UOM which is PKT however, when the data being push from the integration software it created the material with the UOM CTN and this cause the whole SR cannot be used.
    Is there any way to check between the data integration? The client is using BAPI to push the data.
    Currently the client just implement PI module and the third party software is integrated with PI module.
    Kindly advise is there any other way to check.
    Thank you
    Regards
    Leonard Tan

    Dear Shailesh & Jurgen,
    Due to the T-code CUNI is maintained as Fire Fighter in the production server, so I only can use the QA server to analyst the UOM maintained in the server.
    Below is the result of the analysis:-
    <u>ISO Code</u>   <u>ISO code text</u>
    CT             CTN
    PK             Pack (assuming this is used as packet)
    As in the Change Units of Measurement of Dimension: Overview. THe result as shown:-
    <u>Unit</u>   <u>Commercial</u>   <u>Technical</u>   <u>Meas.unit text</u>
    CTN             KAR             CTN             Carton(SC)
    PKT             PKT             Pkt             Packet(s)
    When double click the "Units of Measurement, select any unit and click on the lens, here you will see a small box called ALE/EDI, you will get to see the ISO Code in the box and a small checkbox called primary code"
    There is no checking being clicked at the primary code and nothing is being keyed in the ISO code
    Kindly advise what is to be done? is it the ISO issue or is there any setting being done wrongly.
    Thank you
    Regards
    Leonard Tan

  • Third Party to convert files...!?

    I've read through other topics regarding the lack of audio files in video clips.
    I am having that same problem, so I read through the topics. People mentioned using a "third party" to convert the audio files.
    My question is, how do you do that, and what program do you use to do so?

    For pity's sake guys, search and read a few posts and you will discover that if you export MPEG 1 or 2 files using Quicktime you lose the audio. use alternative programs designed to export to QT and preserve the audio - there are a few programs quoted here in these forums about 1,000 times now.
    Including my excellent tutorial - however you seem to have been duped into buying Windows computers

  • Third Party integration with MDM

    Hello,
    We are getting some data from 3rd party and trying to integrate that with MDM.
    Is it where we use Enrichment controller ? Please provide some inputs and guidelines as to how we can integrate third party with MDM.
    Thanks
    Bindi

    Hello bindi,
    You can refer below links for enrichment adapter:
    Setup and use of MDM enrichment controller (Good one)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9018dc62-23a8-2910-b7ae-9023670c3a53
    How to use the test environment of the MDM Enrichment Controller
    How to use the test environment of the MDM Enrichment Controller
    Introducing the MDM Enrichment Controller Admin UI
    Introducing the MDM Enrichment Controller Admin UI
    i hope this will help you.
    TNR,
    Saurabh...

  • Third party integration

    Hi,
    We have a requirement wherein we want to open header of contract document directly from a third party application by generating the dynamic URL of the header.
    Any idea how we can achieve this?
    Regards,
    Puneet

    Hi,
    There is no standard way to do this...if you really wished to you can write your own interfacing code in .NET/COM to invoke the MSA FW objects, create BOs and then save them to the database.
    Regards,
    Ankan

  • EXS Freezes when loading third party presets/audio files

    Hello,
    I am using Logic 8 with OS 10.6.8, macbook pro
    The EXS factory presets load fine for me.  I put a preset bank in the EXS preset folder/area and the samples for it on my system drive.  When I choose any preset from there, the EXS freezes trying to load the samples.  It doesnt get even get to one sample.
    I have tried:
    Reinstalling
    Removing the preferences
    Juggling the memory setting the EXS
    Anyone able to shed some light??

    Your EXS24 instruments and samples need to be re-linked, otherwise this delay will happen every time and it will drive you nuts.
    Logic used to have a feature called Project Manager which did this. What happens is this:
    The .exs files (instruments) contain info about where the samples are located. When you get 3rd party stuff, the paths that are written into the .exs files might look like this:
    Fred's huge drive/Samples for products/Section01/Bass samples/  etc etc
    Because your drive doesn't have any of these file paths, Logic scans your whole system to locate the samples.
    The only real option is provided by Redmatica (www.redmatica.com)
    You need ProManager or EXSManager. Either one will re-write all the file paths and sort out this problem. You need to read the instructions for the process to be successful.

  • Third party Integration to B1

    Hello all,
    Does anyone can give me an idea, if possible, to integrate data managed by an external solution (program) in SAP Business One in an automatically way without SDK.
    I can do it by using DTW but it will make one user to be responsible to run DTW and I need an automatic process to integrate that information inside SBO.
    Thank you all,
    Best Regards,
    Miguel

    Miguel,
    The SAP Business One 2005A DTW can use the Microsoft Windows Scheduler to automate an integration built with the DTW.  Details on using the DTW with the MS Scheduler can be found in the DTW Help documentation.
    HTH,
    Eddy

  • Third Party integration and Delta Mechanism

    Hi Gurus,
    We have the following Scenario:
    An SAP R/3 system with 3-4 different tables (without TimeStamp) and seperate DBMS (Non-SAP) reporting application with 4-5 different tables (without TimeStamp).
    Questions: What is the best approach to integrate and merge the data together from both of the above systems into SAP BI?
    How do we achieve a mechanism for recording changed records (similar to Delta capability)?
    I appreciate all your help...
    We are on BI 7.0

    You could look at integrating them using a DSO ... otherwise you can handle delta in the DBMS if possible - and DBConnect / UDConnect does not support delta.
    The best option would be to consolidate the same using a DSO in BW and then using the DSO to handle changed records.
    Arun

  • Third party integrating with PeopleSoft

    I know this is a rather generic question but I'm hoping someone can point me in the right direction.
    I work for a company that has many customers who utilize PeopleSoft. Over the years we've built integrations with each of our customers individually. We're now looking at trying to bring some standardization to those integrations.
    In looking into this, it seems that the communication protocols offered are pretty standard (FTP, AS2, etc.). My question revolves more around the message format and content. We typically exchange vendor, invoice and payment information with our customers.
    Is there a base message schema/definition of these entities in PeopleSoft that we could utilize?
    I understand that every customer has customization done to meet their needs. Right now we're sending XML/positional/CSV/etc. formatted messages with various sets of attributes. If there is some base format of these messages, we're hoping that we could reduce some custom integration work for both ourselves and our customers.

    Depending on the PS version you use, you can have a look at the following link.
    https://psft-updates.oracle.com/psc/UGPRD/CUSTOMER/ISR/c/PTIS_INTEGRATION.PTIS_QUERY_INTG.GBL?&
    Its a good place to start with. This will give you a list of all the EIPs that PS delivers OOB.
    Thanks!

  • Is there Java API available for third-party integrations with SCCM 2012? I went through the "Developer's Survival Guide", and it seems that SCCM 2012 SDKs only support C# and PowerShell

    Hi All,<o:p></o:p>
    My team and I are developing a software using java that works closely with IT management software such as SCCM. Our software will be highly dependent on data stored in SCCM. Basically
    our software will talk to SCCM to get information about a system managed by SCCM. To be able to do that, our software needs to use a java API that talks to SCCM. Is there a java API for SCCM 2012 that we can use? If there is not, what is the work around to
    this issue (integrate a java project with SCCM SDKs)? Any help is appreciated! Thanks!<o:p></o:p>

    Hi,
    As you mentioned, it seems that there is no available Java API for SCCM .
    Just curious, what's information you want to get from SCCM.
    Based on my experience, you could query the SCCM site database to get almost all the information.
    Otherwise, your question seems to be related to SCCM 2012. You may also choose to post there to get more effictive help.
    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.

Maybe you are looking for

  • Extracting doc number information from dox saved in DMS

    Hello, I'm wanting to have a macro written that will put a document id into the footer of saved documents when the appropriate button is pushed. I know I can use the standard Word "Insert | Autotext | Header/Footer | Filename or Filename and path but

  • How to hide PNP selection windows and set default values for PNP.

    Hi expert,      I am using HR logical database PNP, but I don't want to display selection windoes for running program on PNP, whereas I want to set default value for some selection items in the program. could you please tell me how to get those two t

  • Compaq proliant ML370 installation

    we are triyng to install solaris 8 intel on compaq proliant ml370. when we are loading the firt software cd at the point when is loading the package SUNWnamow the system hang without any warning messages. we cannot complete the installation. we will

  • Function calling problem

    Hi, I created a class file and in constructor loading a XML file and on Load of XML I am calling different function with in the same class, but it is not executing can you please tell me where is the problem. Here is the code given below. class myCla

  • Auto Refreshment of Dashboard

    Actually the data in the database is changing after each 15 minutes.I want to refresh the data in the dashboard automatically after a certain interval without pressing the refresh button. Is this possible? If yes, Please give your guidance.