Oracle CM SDK Queries

1. When a word document is edited in Webstarter Application UI, it opens the document in IE and when saved, saves it in the local machine. So,
a) How can we open the documents in the appropriate application at the client?
b) How can we program such that by default the document is saved at the same location in the Webstarter Application?
2. We want to add additional columns dynamically to the Document and Folder Object (which inherit from PublicObject) so that we can display these columns in the Webstarterapp UI. We have noticed that we can extend the attributes of the Document class in Oracle CM SDK Manager, but we are not able to specify these newly extended attribute as 'Required' (This option is disabled). Hence these attributes are not displayed in the Webstarterapp UI.
a) How can we specify the required attribute when extending the attribute of Document class?
b) Is there any other better approach to add columns dynamically?

a) How can we open the documents in the
in the appropriate application at the client?i haven't used webstarterapp, but you'll probably have to use some custom code which explicitly sets the document MIME type in the header of the response, and then IE will handle the document the way it is configured, opening Word Docs in Word, etc. i'm currently doing this with a custom Java app.
b) How can we program such that by default the
lt the document is saved at the same location in the
Webstarter Application?this would basically be impossible. since IE is creating a local temp file for the document at download, there's no way i can think of that a local save button in your application is going to save back to the server. and if you think about it, would you really want that? updating a document needs to be an entirely separate process.
a) How can we specify the required attribute
ribute when extending the attribute of Document
class?create a new object type in Java or XML that extends default Oracle classes, and then define your custom datatypes and other attributes. here's an example i used for testing a while back. this was for R2, so there might be slight changes to the format for CMSDK:
<?xml version="1.0" standalone="yes"?>
<CLASSOBJECT>
<NAME>CustomDocument</NAME>
<SUPERCLASS RefType="Name">Document</SUPERCLASS>
<DESCRIPTION>My extended document class.</DESCRIPTION>
<ABSTRACT>false</ABSTRACT>
<FINAL>false</FINAL>
<CLASSACL RefType="Name">CustomClassACL</CLASSACL>
<ATTRIBUTES>
<ATTRIBUTE>
<NAME>DocumentCategory</NAME>
<DATATYPE>String</DATATYPE>
<DATALENGTH>50</DATALENGTH>
<REQUIRED>true</REQUIRED>
</ATTRIBUTE>
<ATTRIBUTE>
<NAME>TrackingNumber</NAME>
<DATATYPE>Integer</DATATYPE>
<REQUIRED>false</REQUIRED>
</ATTRIBUTE>
</ATTRIBUTES>
</CLASSOBJECT>
hope that helps.
.rich

Similar Messages

  • Help needed in using oracle rules SDK

    Hi,
    For testing my rulesets using oracle rules SDK I doing the following:
    1. Creation of dictionary, ruleSet.
    2. Declared two kinds of globalVariable variables in my datamodel :
    Final and non-Final.(Type of these varaibles are String and Double only)
    3. Final globalVaraibles are used in creating rule's patterns.
    4. Non-Final globalVariables are used in creating rule's action.
    5. Functions are created for asserting globalVariables values and
    returning non-final varaibles, since those are required as action
    results.
    6. In java code I am testing my ruleset (dict.testRuleSet()). Before
    testing i am populating my final global variables (since these are used
    in rule's patterns),
    and updating datamodel.
    The above procedure is working fine and I rules are successfully working.
    Now, first of all i want to know if the above mentioned approach is correct or it needs to be reframed??
    secondly, when i update datamodel with values (in java code itself) it
    takes 4-5 seconds in updating it. This is the main issue that why it is
    taking this much time??
    any comment would be of great help.
    Thanks in advance.

    I will send up an alert for you, Colin. Even though I use iTunes for Mac, troubleshooting it isn't my forté.

  • Error while configuring Eclipse SDK for Oracle Utilities SDK 2.2

    Hi.
    I'm installing an Enterprise Taxation Management development workstation. I followed the install guide from top to bottom.
    The application server is ok, the SDK seems to be OK.
    I executed 'configureEclipse.exe' and made manual configurtions -as the install guide reads-. The eclipse project was created, but it has 2 missing libraries.
    When I open eclipse, it shows the following errors:
    Project EclipseProject220 is missing required library: 'lib/ojdbc5-11.1.0.6.0.jar'
    Project EclipseProject220 is missing required library: 'lib/spl-ccb-2.2.0.jar'
    My questions is ¿where do I get those jar files?
    About the environement:
    The develpment workstation is a laptop running Windows 2003 server, with ETM v2.2.0 Application Server installed. 3rd party SW is installed ok (appropiated versions). Web Server is Apache Tomcat v6.0.13. Eclipse v3.2.2. Oracle Utilities SDK v2.2.0.5 installed.
    Database is installed on another computer, running Windows XP with Oracle Database 11i, connected on a LAN.
    Thanks in advance.

    I had these problems too..
    I suppouse you're installind TAX (ETM) so the library you need is lib/spl-tax-2.2.0.jar'
    On the other hand, the othe 'lib/ojdbc5-11.1.0.6.0.jar' eclipse is asking for. I changed it for 'lib/ojdbc5-11.1.0.7.0.jar'
    After change these libs I can run the generator and deploy scripts even when i don't know jet how to develop.
    Dou you have some cookbooks for developing (algorithnms, modify native clases, ect) you'd like to share??
    Thanks a lot.

  • Performance Issue in using Oracle Rules SDK!!!!

    Hi,
    I am using Oracle rules SDK. I have created a dictionary and declared 9 global variables in it. Now, before testing my ruleset in my code, I populate those variables and update datamodel.
    Date startDate = new Date();
    try
    this.dataModel.update();
    *}catch (Exception e) {*
    e.printStackTrace();
    Date endDate = new Date();
    long duration = endDate.getTime() - startDate.getTime();
    System.out.println("Time Taken : "+duration);
    Now the issue is that time taken by dataModel.update() is freaking 4210 milliseconds, i.e 4.2 seconds. Any idea why this is slow??
    oracle.rules.sdk.editor.datamodel.DataModel = new DataModel(ruleDictionary);

    When your query takes too long ...
    Thanks,
    Karthick.

  • OUAF Application Framework install question - for  Oracle Utilities SDK 4.0

    Hi,
    I hope someone can help me, I am really confused.
    I have a working install of MDM 2.1 and everything is working.
    Now I need to install the OUAF SDK to start coding in JAVA but since I a mstill new to all this I dont really understand where the Application server is. I though that I installed that already. But it is not found in C:\ouaf\demo.
    I have the framework installed, I do not understand why the SDK is telling me wrong folder.
    Oracle Utilities Application Framework V4.1.0 Multiplatform is the one I have installed.
    Here is the install doc:
    http://www.box.net/shared/k86v1a4gtc793ho1zc20
    Here is part of the install doc:
    •     OUAF Application Server in 32-bit and development (exploded) form. The installation will prompt for the folder name where this is installed. Note the first 2 digits of the versions (e.g. “4.0”) of both the SDK and application server must match.
    I found the patch number to the SDK here: (but where do I find OUAF app server?)
    http://blogs.oracle.com/theshortenspot/entry/new_releases_of_oracle_utiliti
    10043375 - Oracle Utilities SDK 4.0.0.4 (for OUAF V4.0.2 based products).
    Edited by: LodestarGuy on Jul 3, 2011 11:57 AM

    Actually it did mess up. App server not starting anymore. The folder structure did not change also.
    Here is the config env screen after the changes:
    http://www.box.net/shared/rb0pe1ubi4vsgyvv8ok6
    And here is the error:
    http://www.box.net/shared/sqcnvpgdyyoevoy8fh0b
    Thank you for looking into this.

  • Oracle CM SDK support  on Oracle DB 11g?

    Hi,
    Is the Oracle CM SDK supported on Oracle DB 11g? Is there a roadmap for this product as it's future seems a little vague?
    Thanks for your help
    Tim

    I don't know that it is certified at this time.
    I do not feel that platform is the go forward strategic direction oracle is taking though.
    The current direction is the Oracle ECM set of products which have several integration paths including RIDC, CIS, SOAP, COM, Web Services, etc. Of course, this is all at cost and you may be asking as already own or are invested in the tools you are asking about!
    http://www.oracle.com/us/products/middleware/content-management/index.html

  • Oracle utilities SDk download

    Hi,
    Where can I download oracle utilities SDK.
    Is it licensed? if no can you please send me the url from where can I download SDK?

    Login to edelivery.oracle.com and select Oracle Utilities Applications as product pack. Platform: Windows (32bit)
    Select Oracle Utilities Customer Care and Billing Application WorkBench 2.2.0.0.0 Media Pack from the list of products.

  • Oracle CM SDK

    Hi,
    I am newbie to Oracle CM SDK! I need to develop an application using CM SDK that can store/retrieve docs from IFS ( ifiles).
    Could anybody point out some directions on how to?
    Thanks!

    Hello,
    please excuse the long delay.
    We are developing in-house applications to support our
    engineering and project development.
    Most of them need
    - a common filespace, which can be reached by office-
    workers and people on the spot, most of them in foreign
    countries
    - some basic EDM (engineering data management)
    functionality, like versioning, applying meta-data and
    some simple workflow
    - it must be very easy to use, and responding fast
    enough. This is why the WCP-Server is so important for
    us: everyone who is able to use windows can use the
    WCP-Extension.
    Our full-blown EDM-Systems are rarely used because they
    require extensive training, are complex and have longer
    response times.
    Beside that, there are frequent requests from departments
    asking for specific functionality, for which 9iFS is a
    optimal base. We wish to use 9iFS and develop this addons.
    If we don't use 9iFS, we must support a lot of separate,
    self-contained applications, and develop interfaces
    between them.
    I'm expecting that in the future more and more data moves
    from dump filesystems to database-based systems like
    Content Managment, EDM-systems and the like. (Or maybe,
    the filesystems integrate database functionality - i.e.
    adding more functions like journaling.)
    But currently, whe have the problem that we can't use
    newer versions than 9iFS 9.0.2, because CM SDK is missing
    the frequently used WCP-Server.
    Our Oracle pre-sales peoples try to sell us a addon from
    "AB OVO Systems GmbH". If someone from Oracle agree to
    support this tool, this can be a possible way out of this
    problem for us. We would feel much better if CM SDM
    supports the functionality again.
    Greetings,
    Juergen Maihoefner

  • From where to download Oracle CM SDK 10g (9.0.4)

    hi,
    From where to download Oracle CM SDK 10g (9.0.4)for windows.
    Can somebody help me out.
    Thanks in advance
    Mak

    All 9.0.4 Application Server downloads are [url http://www.oracle.com/technology/software/products/ias/devuse_10g_904.html] here . They are linked from the very bottom of the current Application Server 10g download page.
    OTN

  • Issue with oracle.odi.sdk.invocation package to run scenario through PL/SQL

    Hi,
    I am new to call ODI scenario through PL/SQL.
    Actually just to test I tried following code-
    1. create or replace and compile java source named "Run_Scen_DCP"
    as
    import oracle.odi.sdk.invocation.*;
    public class Run_Scen_DCP
    public static void Run_Scen()
    OdiCommandScenario cmd = new OdiCommandScenario();
    Output- Warning: execution completed with warning
    and compile Compiled.
    2. create or replace procedure run_scen as language java name 'Run_Scen_DCP.Run_Scen()';
    Output- procedure run_scen Compiled.
    3. EXECUTE run_scen;
    Output- Error starting at line 1 in command:
    EXECUTE run_scen;
    Error report:
    ORA-29541: class TEST_JAVA.Run_Scen_DCP could not be resolved
    ORA-06512: at "TEST_JAVA.RUN_SCEN", line 1
    ORA-06512: at line 1
    29541. 00000 - "class %s.%s could not be resolved"
    *Cause: An attempt was made to execute a method in a Java class
    that had not been previously and cannot now be compiled
    or resolved successfully.
    *Action: Adjust the call or make the class resolvable.
    I am getting the error in calling the wrapper PL/SQL procedure.
    I have set the classpath for SDK jar files C:\oracle\product\11.1.1\Oracle_ODI_1\oracledi.sdk\lib\*.jar
    Please help me understand what I am doing wrong in this.
    Regards,
    Vipin

    Waiting for the solution....

  • HELP! --with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared

    I have oracle instant client installed on C:\oracle\instantclient_11_2 and the environment variable for path set to C:\oracle\instantclient_11_2 on my windows VPS server. When I install PHP version 5.3.6 with the OCI8 extension it installs correctly. I run a php script with phpinfo(); and I see...
    "--with-pdo-oci=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=D:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=D:\php-sdk\oracle\instantclient11\sdk,shared"
    But no OCI8 extension info is listed. So that tells me it's not installed and I can't do any oci functions.
    I don't have a D:\php-sdk\oracle\instantclient10\sdk directory on that server and I have no idea on how to change the default compiled directory. If I run the php.exe I get an error saying that it can't locate the oci.dll...
    How do I get this instant client path fixed?
    I am at the end of my rope so who ever answers this post. THANK YOU!!!

    This is a dup of this :
    HELP! "--with-oci8=D:\php-sdk\oracle\instantclient11\sdk,shared"

  • How to run oracle cm sdk examples in a standalone mode?

    I encountered some difficulty on how to run the examples provided by CM SDK Developer's Guide,such as SimpleConnection.I deployed my develop enviroment in two computers,installed only oracle JDeveloper in one computer,while installed Oracle10g,Oracle AS and Oracle CM SDK on the other computer.But when I tried to run the example on the computer which was only installed Oracle JDeveloper,I always failed.I have no idea of how to run the example in a standalone mode.I hope someone who familiar with Oracle CM SDK can help me solve the problem or give me some advice.Now I list the errors which appeared when I ran the example,SimpleConnection.
    C:\Oracel JDeveloper904\jdk\bin\javaw.exe -ojvm -classpath C:\Oracel JDeveloper904\jdev\mywork\Workspace2\Project1\classes;C:\Oracel JDeveloper904\jdev\lib\jdev-rt.jar;C:\ias\cmsdk.jar;C:\ias\uix2.jar;C:\ias\classes12.jar;C:\ias\emPid.jar -DIFS.DOMAIN.Name=ifs://zhao:1521:zyh:IFSSYS -DIFS.STANDALONE.Mode=true -DIFS.SCHEMA.PASSWORD=manage oracle.ifs.examples.devdoc.connection.SimpleConnection
    Connecting...
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefaultService)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (SmallServiceConfiguration)
    java.sql.SQLException: Io Òì³£: The Network Adapter could not establish the connection
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:189)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:231)      
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:345)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:431)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:515)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:345)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at oracle.ifs.beans.LibraryService.getServiceConfigurationProperties(LibraryService.java:618)
    at oracle.ifs.beans.LibraryService.getServiceConfigurationProperties(LibraryService.java:503)
    at oracle.ifs.beans.LibraryService.startService(LibraryService.java:366)
    at oracle.ifs.examples.devdoc.connection.SimpleConnection.main(SimpleConnection.java:17)
    Process exited with exit code 0.

    The CMSDK uses the oci8 interface to connect to the database. The classes12.jar file has to correspond to the appropriate ocijdbc9.dll file; and the ocijdbc9.dll file is dependent on about 26 other DLLs beginning with oci*.dll and ora*.dll.
    I've found that the 10.1.0 and 9.2.0 database client releases contain the wrong oci*.dll family (at least for JDeveloper) and I use the 9.0.4 AS Client tree in my path when I work with CMSDK.
    My quick test is to see if I can connect to my database using JDeveloper Connect DBMS with the oci8 connection method. This seems to put out some reasonable error messages explaining why it failed, e.g. it tells you that it couldn't find the right DLL dependency.

  • Not able to execute startEclipse.bat file in Eclipse (Oracle utilities SDK)

    In Eclipse installation, i am not able to run "startEclipse.bat" file in this path "C:\SPLSDK\SDK\shortcuts" which comes under Oracle Utilities Software Development Kit 4.0.0.
    once i start installing startEclipse.bat, i get a error message "windows cannot find /eclipse.exe, make sure you typed correctly and try again"
    and how do i find the eclipse.exe on the installables? also in error message it shows backslash "/"eclipse.exe while executing "startEclipse.bat" file.
    jdk and hibernate paths are located in "c:\spl". Is that fine?
    And When I click “eclipse” in this path “C:\SPLSDK\SDK4.0.0.4\eclipse\eclipse-jee-galileo-SR2-win32\eclipse”, I get error "java runtime or jdk should be available in order to run eclipse. and no JVM was found after searching for the folder "C:\SPLSDK\SDK\4.0.0.4\_jvm\bin\javaw.exe" ". I have installed Jdk in “C:\spl\jdk1.6.0_18”. And to install Eclipse, should I change the path of installing jdk to support Eclipse installation?
    what could be the reason?
    Please give me suggession that how to install eclipse?
    Regards
    Vijaya

    Please help. Its urgent.

  • Oracle Utilities SDK Configuration

    Hi all,
    I'm trying to setup a development environment for CC&B, and am running into issues with the Oracle SDK. My first question is, can a development environment be set up with an application server other than Tomcat? I'm running OAS now for CC&B and would like to use that to manage the development environment as well, if possible. But in the documentation, Tomcat is not a supported platform, so there are no installation guides for it with CC&B, even though it is the only supported platform for development (according to metalink).
    So I've got the development instance installed - I checked the options "true" for 'Is Development Environment?' and 'Web is Expanded?', and I also have successfully setup Eclipse. I've also installed the Oracle SDK, but when I try to login, I get the error "Application Workbench is turned off in this environment".
    So my second question is, has anybody had any experience with this or have any ideas/suggestions on what might make this work?
    Thanks in advance,
    Brian

    What is the version of FW/CC&B and SDK are you using? You seem to have the App Workbench installed along with the SDK, might be a pre-2.3 release.
    To turn it on, go to Admin Menu > Feature Configuration > F1_MODULECFG then delete the AW line

  • (need answers)oracle apps functional queries

    This is bhanu nice meeting you, recently i went to an interview there i 've faced the following queries i've answered the queries but i didn't satisfy with my brief explanations ,i need apt&elobarated answers/ reasons so in that regard i need your help so that it can be usefull to me, plz forward the answers to my mailid:[email protected]
    These are the queries:
    1.What is the difference between accounting calander & inventory calander?
    2.Explain the Business process?
    3.What is Business group ,and draw the multi_org structure?
    4.How do you implement multi org in oracle apps and at what level you will set up your set of books in it?
    5.What is the difference between multi org set up and single org setup explain it genuinely?
    6.When do you define keyflexfield in GL,how many segments you can define in a keyflexfield ,if I want more than 30 segments what will I do?
    7.Explain whole inventory process upto GL accounting transactions?
    8.How inventory is get connected with purchase order explain?
    9.Why should I define an item in the master item table only?
    10.Explain purchase order process upto payments?
    11.When do you raise the purchase order?
    12.What are the prerequisites of supplier setup?
    13.What is the difference between supplier bank account & customer bank account?
    14.Explain the payables process?elobrately
    15.How many payment terms are there in payables?
    16.How many payment methods are there in payables?
    17.When do you raise the debit memo in the payables module?
    18.What will I do if I assign one set of book instead of other set of book in payables?
    19.Explain the recivables process? Elobrately
    20.How do we segregate debit & credit transactions in Receivables and where we will you do it?
    21. what is transaction in AR ,and when do we raise it,?
    22. when do we raise a p.o in purchase order module?
    23.when do we raise an invoice in p.o and when do we match the p.o with invoce explain the process?
    1. if i give u a blank instance how can you implement oracle apps financials on it starting with GL,AP,AR?
    2. where do you convert stock rates in your oracle apps(gl)?
    3.how many legal entities & operating units can we use at max and mini?
    4. how many accounting types are there in receivables?
    5. how do you close your payment date in payables widow without applying effective dates?
    6.what are the testing & document types in AIM?and how many types are they?
    7. how do you pay your payments from one currency to another in payables?

    Hi this is Prabhu. im new to Oracle apps.. if you got answers for the above questions please forward it to my email id: [email protected]
    It will be useful for me.
    Thanks in advance,
    Regards,
    Prabhu.

Maybe you are looking for

  • United Kingdom Regional Format sets Monday as the first day of the week.

    With the Region Settings (Settings -> General -> International -> Region Format) set to United Kingdom, Calendar displays Monday as the first day of the week. I have seen other posts whereby it was suggested to change to US Internationalization but t

  • What apps are available for ipod touch 1st generation

    what apps are available for 1st generation ipod touch

  • Odd Bluetooth Quirk?

    I've been having a few little software glitches in Snow Leopard lately, most notably that sometimes on login my desktop items don't show up. Now I'm having some bluetooth difficulties and I'm guessing its also a little software glitch. I use my Macbo

  • Moved itunes to Ex HD, does library move automatically?

    I was able to move my and my daughters itunes over to an external HD. I think I must do a clean install of my pc. I think I must have both libraries over on the external. Would they have automatically moved? If not, what do I need to do to get them o

  • Controlling Area in CO reports (GRR1)

    Hello We have customized a new Controlling Area, but unfortunately the existing (self-defined) CO reports doesn't work - even though they work in the 'old' Controlling Area. We have changed the Controlling Area in 'Generel data selection'. Do we have