Create separate TDMS client in development environment ... really ?

Hello,
My company acquired the license to use SAP TDMS.
Our main purpose, using TDMS is to create additional developemts clients , with production-like data.
SAP documents say explicitely that you may "Create separate TDMS client in development environment"
But after reading SAP TDMS master guide, I realize that it  is no so simple
"With SAP TDMS, you transfer the required parts of the client-dependent data from the sender
system to the receiver system. For this to work properly, it is very important that the receiver
system has the same data dictionary (DDIC) and cross-client customizing as the sender
system." page 17 Master guide
By definition, Production and Developemt systems do not have the same DDIC.
I mean that it could take several weeks/months before that newly developed objects (including DDIC) are transported to production.
Saying that, how is it possible to to create TDMS clients in DEV system, when DEV system is not synchonized with the production system ?
Thank you for your responses.
Regards

There are two aspects to your question -
Aspect 1: Currently the repository on your dev. system is not in sync with the repository on your production system and You want to synchronize the repository on the development system, in this case you may use the TDMS Shell process to do a lean system copy from production to development which will copy the repository and cross client data from prod. to dev.
Aspect 2: Currently the repository on your dev. system is not in sync with the repository on your production system and You are not in a position to synchronize the repository on the development system, in this case you may still go ahead and execute TDMS with the limitation that for all the tables which have differences in definition in the two system the data transfer may not be complete or in worst case you may have to skip data transfer of some tables (tables for which the definition is significantly different in two systems). TDMS does provides you the option to do the same.
I hope this info helps.

Similar Messages

  • To create local development environment

    Hi,
    I have to create local development environment
    there are two options:
    1.Embedded pl/sql gateway
    2.oracle xml db http server
    *1.How to know the setup what i am using to create local development environment???*
    after knowing the setup:
    *2.How to configure??*
    http://hostname:port/apex/apex_admin... for embedded
    or
    http://hostname:port/pls/apex/apex_admin....for oracle xml db
    from the tutorial i couldn't understand.
    for example apex is define in configuration file???..how to find???
    I am stucked.

    Hi,
    Thanks for your suggestion.
    To work further I tried ot download the packaged applications OEHR sample objects.
    I didn't get any error till downloading and importing, when i installed supporting objects it says there is no enough workspace to install supporting objects
    error is
    the following prerequisite checks failed. Installation of this application's supporting objects cannot continue until these issues are resolved.
    To continue installation after addressing the errors, navigate to the Supporting Object Definitions of this application and click INSTALL in the Supporting Objects Installation section.
    Alternatively, you can deinstall the application definition and reinstall after resolving these issues.
    Available Space in KB:      4,032
    Object Names:      OEHR_COUNTRIES, OEHR_REGIONS, OEHR_LOCATIONS, OEHR_DEPARTMENTS, OEHR_JOBS, OEHR_JOB_HISTORY, OEHR_CUSTOMERS, OEHR_WAREHOUSES, OEHR_ORDER_ITEMS, OEHR_ORDERS, OEHR_INVENTORIES, OEHR_PRODUCT_INFORMATION, OEHR_PRODUCT_DESCRIPTIONS, OEHR_PROMOTIONS, OEHR_CATEGORIES_TAB
    I have created local environment
    workspacename: SECOND
    username:ADMIN
    I had glimpse on requesting additional storage space from the link
    http://download.oracle.com/docs/cd/E14373_01/admin.32/e13371/wrkspc.htm#AEA
    This is the report what i got in viewing workspace overview report:
    Tablespace Name     Bytes     Amount Used     Amount Free     Percentage Used
    FLOW_1172117675391573     116,326,400     6,356,992      109,969,408     5.46 row(s) 1 - 1 of 1           
    Then i requested additional storage option from Manage services
    Then i connected to workspace:INTERNAL
    and username:ADMIN then i passed to change request option and accepted the option
    WorkspaceSort by this column     Requested Change     Value for Change     Requested     Requested By     Status     Action
    SECOND     Request Storage     100     83 seconds ago     ADMIN     Requested     View Request
    got a message :space added
    what i am doing is right or wrong???
    still i am getting same error..
    how to proceed???
    my task it need to add supproting objects for oehr_sample
    Thanks for your time

  • Creating a IDE(Integrated Development Environment)

    What I want its a way to create a IDE(Integrated Development Environment). I type a word (example:typed private from JAVA code) and this word became a color word.
    What is the best way to do this?
    PS:sorry for my spell, I�m from Brazil.

    Abadacus,
    See www.jext.org--it has a free java IDE, with source code, much of it from JEdit, another free java editor.
    --A                                                                                                                                                                                                                                                       

  • Creating or copying application express users from development environment

    Hello,
    Hope someone can answer my question soon.
    I am kind of new to the application express development and to Oracle database too ( about 8 month). I developed an application on development environment at my work. Now it's time to deploy this application to test and production environment. This application is secured so I had an ACL page were I setup 2 users that they can view and edit data, and I setup myself as an admin for this application.
    I succsessfully deployed the application on the test and production environment but I cannot login and not other users. How do I setup or to copy same users from Development to production environment.
    I am using apex 3.0.1 and database 10g.
    on Development I have workspace called development and the schema is DEV. For production I have a workspace called production and the schema called prod. So I am dealing with different 2 workspaces and 2 different schemas but one database instance.
    Thank you in advance for your assistance.
    Kind Regards,
    Sofia.
    Edited by: user633945 on Oct 15, 2008 3:36 PM

    Hello,
    APEX has a utility to export the workspace and the users. In the application, go to export/import --> export --> workspace users (this is not the default view, and you’ll need to choose it). This will generate a SQL script you can import into the source instance.
    In general, it’s best to keep the same environment in the development (test) and production instances – The same workspace ID, name, and application ID. These are pre-condition to be allowed to import single page/components between the instances. Otherwise you will have to import the entire application, each time you need to update the application.
    In case you can’t maintain the same environment in your instances, you’ll need to manually edit the exported script. If the workspace already exist, you need to delete the ‘Workspace’ section. Then you’ll need to edit the user details, setting the default schema correctly.
    Hope this helps,
    Arie.

  • ODI - Multi development environment how to share the JAR files

    Hi,
    For some of our functionality, existing KM not sufficient so we created with our own KM and we have called some jave code which we created and place inside lib directory of ODI as a JAR file. there are four people in the development work. so we have four development environment(all are complete installation, i.e while installing we choosing Complete Option).
    One of our developer created the our own KM and he placed the jar file in his own Dev environment's lib Directory. Since four Dev environment shares the some work rep we could see the new KM and all the ODI object in all the dev env. but if we run the the ODI interface which use the new KM from other Dev environment where we dint place the jar we are getting Error.
    if we keep the jar file in all the other three Dev environment's LIB directory then respective interface working.
    here my doubt,   is there any other way to share the JAR file to all the Environment without copying into everywhere?
    Thanks
    Knidhi

    Thanks you verymuch Cezar and Ratish, now almost i got the answer for my question.
    i installed ODI Server into separate machine. it has folder structure as follows
    Directory: D:/ODIServer/oracledi/ has the following subfolder
    1.bin 2.drivers 3.lib 4.tools.
    here i need to keep my Jar files under the lib folder. am i right?
    and bin directory contains only Agent related batch files. (agent.bat, agentscheduler.bat,agentservice.bat,agentstop.bat,agentstart.bat,agentweb.bat and jython.bat and respective .sh files)
    here dont know how to precede the following things
    1. how to configure the Master and Work Repository information with ODI Server?(MR and WR i already created with the help of one the ODI Client)
    2. how to configure the Client machine to Server?
    3. Since ODI Server not having the Topology, how to create the Agent? do i need to use any one of the ODI Client for this task?
    --Thanks
    Knidhi

  • How to manage one wsp and dll for multiple clients in farm environment

    1. There is a product which is developed using C sharp , jquery,CSS and sharepoint object models which have been packaged into .wsp file. Whenever we introduce new functionality to the product we used to branch the
    previous code as a version , say Version 1.0 and new functionality of the product will in another solution. This is how we are managing the code in TFS as versions. Each newer version will have new functionalities. We do not give latest functionality for all
    the clients. Each client is having its own version of functionality. Technically in order to access the functionality, the wsp solution should be present in the solution repository which is available in SharePoint central administrator site. This solution
    will be deployed on the client’s site. We are following the above process in SharePoint standalone installation where we used to purchase dedicated server per client and installed sql, SharePoint foundation 2010 as standalone installation and adding the client
    related version of the code to the solution repository. Later host on the site which is created for that client purpose. This process is same for all the clients where we purchase individual server for each client .
        Now we want to host our product in farm environment of sharepoint foundation 2010 where we are going to try 3 level architecture. 
    • SQL Server-In this sever we are going to install sql server 2008R2 standard edition. Which should serve the database service for all the web applications/sitecollections which we are going to create in Web front end server.
    • Application server- In this server we are going to install the sharepoint as farm and will install search server express for serving search functionality for our product
    • Web front end server- In this server we are going to add this server to Sharepoint farm which we have created in application server. Here we are going to create web applications and site collections for all the clients.
    In this scenario how to manage multiple versions of same wsp solution?
    Another major issue w.r.t the architecture of the product and new approach for client deployment as follow.We have CSS, jquery files for serving the functionality.These files have been mapped to 14 hive folder.If any changes we do one of the jquery file or
    css file which is meant for latest version and not for old version, then how to manage this new functionality for that particular css or jquery file in 14 hive folder, since there is only one 14 hive folder. What is the best practice to make this happen? Another
    thing is, how to manage dll files for individual client?

    It sounds like you have a farm scoped solution at work. In that case you can only have a single instance of it per farm, you'd have to branch each version so they appear to be seperate solutions entirely (thus ruining your clients upgrade process).
    Bluntly i don't think a single farm can manage all your user environments.

  • Best practices for Full fledged CQ5 Development environment

    Hi All,
    I  am working on CQ5.5. The following environemnt we areusing for development.
    CRXDELite < - >  Eclipse Java Content Repository Perspective < - > VLT Check-in/Check out <-> J2EE Perspective <-> SVN
    CRXDELite, Eclipse Java Content Repository Perspective  ----> component/template creation (mainly jsp coding)
    J2EE Perspective  ----> Java servlet coding (mainly java coding)
    VLT Check-in/Check out  ----> For moving the data from/to J2EE Perspsective from/to CRXDELite
    SVN  -----> Versioning from J2EE Perspective
    is there any other possible way for a full fledged development environment using eclipse?
    If you are using any other pluging/best prctices kindly let know.
    It will be really helpful.
    Regards,
    Raja R

    Hi,
    we have a similar setup as the described but uses VLT mostly without CRXDE. Most of our developers uses other tools do develop, such as IDEA/IntelliJ for OSGi development and script development. We have also choosen to use the CQ Blueprint Maven Artifacts (http://www.cqblueprints.com/xwiki/bin/view/Blue+Prints/The+CQ+Project+Maven+Archetype) and separate our different parts of the sites in modules and use Maven to build and deliver packages.
    If you are not forced by policies to use SVN, I would advice you to use Git instead.

  • Setting Up Shared Development Environment

    Is there any diagrams, white papers, guides or best practices on setting up the J-Developer and connecting to shared Services and database? The Developer guide (E10148.pdf) does not really cover what the standards is or the overall infrastructure of the JDeveloper and setting up a Shared Developer enviroment.
    I looking for something like http://docs.oracle.com/cd/E25178_01/fusionapps.1111/e15524/gs_install_e.htm but for (11.1.1.6.0) version webcenter.
    I basically looking for something to help me get our Shared Development Environment setup with Jdeveloper.

    The issue is connecting the Jdeveloper to the WebCenter DS and Activity DS schemas. In the Development guide it says I need to connect to these schemas to be able to utilize several of the WebCenter Services, ( http://docs.oracle.com/cd/E21764_01/webcenter.1111/e10148/jpsdg_svc_intro.htm#BHCDJHAI - 7.2.2 Setting Up a Database Connection
    We are trying to set up the connection to our shared development environment database. Our database group is concerned with giving developers access to these schemas. They are concerned that JDeveloper will changes or modify the schema and cause the database to fail. They created a account with read only access but we are not sure it this will work.
    I been trying to find anything in the documentation to find what access JDeveloper needs to the WebCenter DS and Activity DS schemas and if JDeveloper can modify these schema in any way.
    Additionally try to find anything on the best practices on connecting to a shared database and setting up a Development environment and its connection to Jdeveloper .

  • Forms 9i on Linux 9 in Development Environment

    I installed Oracle DB 9.0.2 and 9iDS 9.0.2 on a Linux 9 (Kernel 2.4.20-6)Server. I can run listeners (HTTP, OC4J, etc.) without any problem and then connect through a Linux Client (another Computer) to the server and access the database. I created the form through the client.
    The problem that I have is the following. "When I try to run the form as a developer, I get the 'servlet not found error." As far as I know, the environment is set correctly to see the forms.
    First, I heard that "the forms cannot be tested without 9iAS installed in the middle tier." Then, I found out, "I can test a form in a development environment without installing 9iAS."
    I have been checking for any kind of documentation in the net stating "how to set up the developer environment."
    Is there anyone, who has experience in this area and can give me a hand to set up environment for development?

    Hello,
    Isn't there anybody who knows the answer to this question? Not even a tech at Oracle? Surprising?

  • Disk Space for PSoft Development Environment?

    Can anyone tell me the approximate amount of disk space needed for an HRMS PSoft Development Environment?
    I'm looking to create a standalone environment on one computer (no separate server), and am looking for sizing of HRMS application (8.9 or 9.0) + demo database + Oracle database + PTools + app server + web server + db server + process scheduler + PeopleBooks.
    I know there are other issues, e.g. supported OS and how to get this set up, but right now I just need sizing for the basics above (have I forgotten anything?).
    Thanks.
    Mike

    You should check your mailbox.
    And also Re: Install PeopleSoft (PeopleTools 8.49, FIN) on 40GB laptop?!.
    Nicolas.

  • CCB DEVELOPMENT ENVIRONMENT SETUP

    Hi, I downloaded the SDK for CC&B from "eDelivery". And my company bought CC&B for customer service purpose not for the development purpose. And i want to set up the development environment using the CC&B and SDK, All the setup has been done. And I added a change handler just to make city as mandatory while adding a premise. But my CHandler do not show its effect and i am able to add a premise without specifying the city.
    IS that the CCB environment itself has got some setting that is not allowing it to show the effects. Also while installing CC&B the option "IS it used for Development purpose was false" later i changed it to true using cnfigureENv.cmd.
    But still my handler is not validating city while adding a premise.
    Can anybody suggest me whether it is the SDK limitation that is downloaded frm eDelivery (something like trial version) that prohibits CHANdLER to work.

    i did as specified but now i am getting errors during server startup.. and application is not starting up..
    wConnection(RotatingCommandRunnerProvider.java:135)
    at com.splwg.base.support.cobol.host.RotatingCommandRunnerProvider.addNe
    cessaryConnections(RotatingCommandRunnerProvider.java:121)
    at com.splwg.base.support.cobol.host.RotatingCommandRunnerProvider.acces
    s$800(RotatingCommandRunnerProvider.java:30)
    at com.splwg.base.support.cobol.host.RotatingCommandRunnerProvider$Conne
    ctionMonitor.performPollingActions(RotatingCommandRunnerProvider.java:257)
    at com.splwg.base.support.cobol.host.RotatingCommandRunnerProvider$Conne
    ctionMonitor.performRunLoop(RotatingCommandRunnerProvider.java:239)
    at com.splwg.base.support.cobol.host.RotatingCommandRunnerProvider$Conne
    ctionMonitor.run(RotatingCommandRunnerProvider.java:230)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.EOFException
    at java.io.DataInputStream.readByte(DataInputStream.java:243)
    at com.splwg.base.support.cobol.host.OptimizedObjectEncoder.readOptimize
    d(OptimizedObjectEncoder.java:75)
    ... 16 more
    - 11:54:47,250 [JVM 16 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at com.splwg.shared.common.LoggedException.raised(LoggedException.java:65)
    - 11:54:47,359 [JVM 16 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at com.splwg.base.support.cobol.host.RemoteJVM.waitForServerToRegisterRunner(Rem
    oteJVM.java:141)
    - 11:54:47,468 [JVM 17 INFO logger] INFO (cobol.host.ProcessLogger) - 11:54
    :47,468 [main] INFO (cobol.host.RemoteJVM) Remote JVM started with arguments:
    17 6505 6506 2
    - 11:54:47,609 [JVM 16 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at com.splwg.base.support.cobol.host.RemoteJVM.main(RemoteJVM.java:118)
    - 11:54:47,609 [JVM 17 INFO logger] INFO (cobol.host.ProcessLogger) - 11:54
    :47,484 [main] INFO (shared.environ.ApplicationProperties) loaded properties fr
    om resource spl.properties: {spl.runtime.cobol.sql.cursoredCache.maxRows=10, spl
    .tools.loaded.applications=base,ccb,cm, spl.runtime.cobol.sql.disableQueryCache=
    false, spl.runtime.utf8Database=true, spl.runtime.cobol.encoding=UTF8, spl.runti
    me.cobol.sql.cache.maxTotalEntries=1000, spl.runtime.cobol.cobrcall=false, spl.r
    untime.cobol.sql.fetchSize=150, spl.runtime.environ.init.dir=C:/spl/CCBDEMO22/et
    c, spl.runtime.sql.highValue=, spl.runtime.service.extraInstallationServic
    es=CILTINCP, spl.runtime.oracle.statementCacheSize=300}
    - 11:54:47,625 [Log4j Connection Listener] INFO (cobol.host.LocalLogServer) C
    onnected to client at /10.244.102.185
    - 11:54:47,656 [Remote JVM:17 Main ] INFO (cobol.host.SocketStrategy) Socket
    strategy set to com.splwg.base.support.cobol.host.sockets.WindowsPipeSocketStrat
    egy
    - 11:54:47,687 [Remote JVM:17 Main ] INFO (cobol.host.RemoteJVM) Remote JVM l
    istening for requests. Rmi registry port: 6506
    - 11:54:47,718 [JVM 17 INFO logger] INFO (cobol.host.ProcessLogger) - 11:54
    :47,625 [Remote JVM:17 Main ] INFO (cobol.host.RemoteJVM) Removing all existing
    logging appenders from JVM 17
    - 11:54:48,265 [JVM 17 ERROR logger] ERROR (cobol.host.ProcessLogger) Exceptio
    n in thread "Remote JVM:17 Thread 1" java.lang.UnsatisfiedLinkError: no cbljvm_s
    un in java.library.path
    - 11:54:48,375 [JVM 17 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
    - 11:54:48,484 [JVM 17 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    - 11:54:48,593 [JVM 17 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at java.lang.System.loadLibrary(System.java:993)
    - 11:54:48,703 [JVM 17 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at com.microfocus.cobol.RuntimeSystem.<clinit>(Unknown Source)
    - 11:54:48,812 [JVM 17 ERROR logger] ERROR (cobol.host.ProcessLogger)
    at com.splwg.base.support.cobol.host.CobolThread.run(CobolThread.java:29)
    Aslo i get the following error:-
    compile:
    [echo] ...Compile cm
    [javac] Compiling 6 source files to C:\spl\CCBDEMO22\java\target\cm
    [javac] C:\spl\CCBDEMO22\java\sourcegen\cm\com\splwg\cm\api\lookup\Business
    bjectOptionLookup.java:75: PORTAL_NAV_OPTION is already defined in com.splwg.cm
    api.lookup.BusinessObjectOptionLookup.Constants
    [javac] public BusinessObjectOptionLookup PORTAL_NAV_OPTION;
    [javac] ^
    [javac] 1 error
    BUILD FAILED
    C:\CM_packaging\etc\CMbuild.xml:91: Compile failed; see the compiler error outp
    t for details.
    Total time: 28 seconds
    100727:120912 <info> Creates cobol lockfiles in order to get compiled
    100727:120912 <info>
    100727:120912 <info> Patch apply completed.
    100727:120912 <info>
    100727:120912 <info>
    100727:120912 <info> Log file is C:\Test\applyCM.CCBDEMO22.CCBV22.log
    100727:120912 <info> End of c:\CM_packaging\\applyCM.plx
    100727:120912 <info> Compiling cobol programs, check response codes for every
    rogram.
    No lockfiles found
    100727:120912 <info> ***********************
    100727:120912 <info> Patch apply completed.
    100727:120912 <info> ***********************
    Performing webserver action N
    JAVA_OPTS is -Xms1024m -Xmx1024m -XX:MaxPermSize=256m -Dfile.encoding=ISO8859_1
    CATALINA_HOME is C:\tomcat\apache-tomcat-6.0.13
    CATALINA_BASE is C:\spl\CCBDEMO22\product\tomcatBase
    CLASSPATH is C:\spl\CCBDEMO22\splapp\standalone\lib\ojdbc5-11.1.0.6.0.jar
    Edited by: user10594079 on Jul 27, 2010 1:10 AM

  • Create Separate Master Rep for DEV, QA & PROD or just use Contexts

    In line with a previous question I posed on the usage of Contexts for the "ODI touted" one set of code for various environments, I'm wondering in implementation, how many architects have actually used Contexts in the place of different environments (and hence code sets) for DEV, QA and PROD.
    Example, I could have an ODI Master/Work for a DEV environment and then when I move to QA/TEST, I'll have another ODI Master/Work and another ODI Master/Work for PROD. This way, I have true change management and ODI Object Code will be locked from after it leaves the DEV environment. Export from the DEV Master/Work and Import into the QA Master/Work; as well import from QA to PROD Master/Work.
    I've been in an ODI application environment where we did just as above in order to ensure the integrity of the code set (i.e. locked after DEV).
    The other approach is to have just one Master/Work (or multiple Works for Execution or such) and then use the Contexts in the Topology to point to different physical servers. Although this allows for 1 set of code (in the previous approach when Export/Import from DEV to QA you still have to change the physical data server in QA), there's less integrity in the code set.
    So long story short, I'm just wondering what you all have done from an architecture standpoint; pros/cons and etc. Thanks for the input.

    1. One master for DEV & QA ( Multiple Work repository), One Master for prod (Execution work repository)
    Merits:
    -Easier to maintain.
    -If you need the complete project in QA without export/import of each object, solution will be the best approach to implement it. Just restore the solution in QA environment.
    -No need to take special care about the logical schema as you are using the same master repository that was in QA.
    -It will take less time to test each objects.
    -Once the testing is done promote scenarios to production.
    -The very common issue regarding id conflict will not occur frequently.
    Demerits:
    -Sharing the same topology between dev & qa will create unnecessary issues like a developer can have the privilege to change the physical dataserver details. Even if you restrict from editing/deleting, the number of logical schema will goes on increasing day by day. So here you have to have a dedicated admin who will take care of this topology part. But if I would have been there I must have given full privileges to the developers in dev env.
    -If QA env will be a work repository then you have to restrict all testers from modifying the objects or else you can only promote scenarios to QA.
    -If you have different physical connection for QA env, then security concerns may arise as the connection details going to shared between one master repository.
    2. Multiple master and work for each environment.
    Merits:
    -All teams are independent as you have different env.
    -There is nothing to be concerned about security related issues as you have different topology for different env.
    -Once the DEV team is done with the project, promote only scenarios/loadplans to PROD through QA.
    -Easier to maintain the versions as you have separate env.
    Demerits:
    -Chances of getting id conflict issues.
    -Difficult to maintain.
    -Special care must be taken to keep the logical schema name same across all env.
    Other experts also can share their experience. But the common thing for each of us is to keep production completely different in terms of work and master repository.
    Bhabani
    http://dwteam.in

  • Create statspack report using sql*developer

    Hello,
    While connecting with PERFSTAT user I can not create statspack report using SQL*Developer:
    @?/rdbms/admin/awrrpt
    Error starting at line 1 in command:
    @?/rdbms/admin/awrrpt
    Error report:
    Unable to open file: "?/rdbms/admin/awrrpt.sql"
    Actually, my problem or question is that how can PERFSTAT user can generate statspack reports from a Client side. What is the other way a non-dba can see the snapshots histroy and generate report (by using perfstat user ) while joing tables or using views?
    Thanks a lot.
    Best Regards

    Hi,
    for awr reports @?/rdbms/admin/awrrpt (you need EE+Diagnostic Pack) there is a solution.
    Grant execute dbms_workload_repository to <user>;
    Grant select_catalog_role to <user>;
    get all SNAP_IDs
    SELECT   TO_CHAR(s.startup_time,'YYYY.MM.DD HH24:MI:SS') INSTART_FMT,
             di.instance_name INST_NAME,
             di.db_name DB_NAME,
             s.snap_id SNAP_ID,
             TO_CHAR(s.end_interval_time,'YYYY.MM.DD HH24:MI:SS') SNAPDAT,
             s.snap_level LVL
    FROM    dba_hist_snapshot s,
             dba_hist_database_instance di
    WHERE   di.dbid = s.dbid
             AND di.instance_number = s.instance_number
             AND Di.Startup_Time = S.Startup_Time
    ORDER BY snap_id desc;
    Select * From Table(Sys.Dbms_Workload_Repository.Awr_Report_Html(DBID, 1, BEGIN_SNAP_ID, END_SNAP_ID));
    For statspack i don't know a solutuion. I think the best idea is, create a job to make the statspack report on the server side and access it via external tables or mail them forward to you.
    Best regards
    Thomas

  • Why does Build Application vi work in development environment but not in executable; error 1025

    Hello,
    I have an application ("A") that I am trying to build using another application ("BuildA").
    I can create an application for A manually from its project using the Build Specification, and it works fine (A.exe).
    Also, when I run BuildA.vi in the development environment it calls the "Build.vi" correctly and again builds application A.exe just fine.
    Then, when I make BuildA an application (manually) and run BuildA.exe, I would expect it to also create A.exe just like BuildA.vi did in the development environment.
    However, it fails with the error:
    Code: 1025
    Open VI Reference in NI_App_Builder_API.lvlib:Build (path).vi->BuildA.vi<APPEND>
    VI Path: <b>C:\TEMP\AppBuild\BuildA\vi.lib\AppBuilder\BuildTarget.vi</b>
    I noticed this thread , which looks like a similar problem, but no conclusion was reached.
    Why does BuildA.vi work fine in the LabVIEW environment, but the application BuildA.exe does not work?  All paths are hard-coded, so it shouldn't be a path issue.
    Thanks,
    -john
    Solved!
    Go to Solution.
    Attachments:
    AppBuild.zip ‏175 KB

    Interesting code.  I'm curious how you came to decide 324ms in your while loop, and 58 in the other, and then 5136ms at the end.  In any case I suspect this has to do with this line of text in the help of the Build.vi.
    If you plan to run a build specification on the LabVIEW Run-Time Engine, do not include the Build VI in any of the VIs for the build specification.
    I don't fully know what this means but it might be why it isn't working.
    The Build.vi opens all Context (application instances) and then looks for the one named "NI.LV.MxLvProvider".  This I assume is a application instance NI uses to build applications.  It then uses this and opens some other VIs in this instance for the building.  The error you are getting is "Application Reference is invalid" meaning it couldn't find the NI.LV.MxLvProvider instance it needs to build.  Again I believe this maybe because you are in a run-time environment and that instance doesn't exist there.
    At the end of the day I'm guessing since Application Builder is not free, NI probably doesn't include it in the Run-Time engine, which is free.  So you can't build the way you want.  You could have and EXE running in the run-time open an instance in the development, then run your VI from there if you must make this an EXE.  It maybe easier to just edit the BuildA.vi to have a "Run When Opened" so that you double click the VI and it runs which behaves like an EXE sorta.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Development environment for SharePoint 2013

    Hi,
    We have requirement for one of the project. Team size would be approximately 30 resources. Development would be entirely for SharePoint 2013 Intranet solution. this will be OOTB Intranet application. We will be developing InfoPath forms and Nintex Workflows.
    For such requirement we would like to setup local development environment by using either Virtual Machines.
    Can anyone help me to identify that how many VM's would be required for the same? How many simultaneous users can use and work at a time? What other things I need to consider for infrastructure? How can i suggest the best possible solution for this.
    Thanks in advance.
    Abhijeet Khopade

    Hi,
    According to your description, my understanding is that you want to set up the environment for SharePoint Development.
    Here is a detailed article about configuring development environment:
    Setting up a SharePoint 2013 Development Environment
    For VM count, it depends on your project development requirements, for VM license and management ,if you are using Hyper-V, I suggest you can create posts in Hyper-V forum:
    Hyper-V forum
    Thanks
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for