How to Setup Historical DSC Database on a standalone Server

Hey @all,
I am looking for documentation how to setup a standalone server for the DSC Module(Ver. 8) Historical Database.
My aim is to log all data to this server. The Server will be running Win2K.
Do I have to install the complete Labview 8 software and the DSC Module?
Does a walkthrough exist how to setup a DSC server?
Thx!
Carsten  

After installing the runtime you should only have to reboot the computer in order to get the citadel service running.  At the point, for citadel purposes, this machine will behave as though you had the DSC development system installed.  The 8.0 runtime has no setup requirements...it should only need to be installed.  Unlike previous versions, 8.0 requires you to build your application into an executable and the runtime should be invisible to you once you install it.  If this is not the case, please post about it so it can be looked at.
If you have specific questions, please post them and I will either try and help you find the answers, get them posted, or answer them myself.
Regards,
Robert

Similar Messages

  • How to setup the sync between two new ACS server

    Hey
    I setup one acs v5.3 in one server in NYC and another acs v5.3 in SJC,
    I want to make the acs.nyc as primary and acs.sjc as the secondary, how do i setup it up ?
    thanks,
    Yang

    make sure that each box has a unique license
    On the box that will be the secondary do the following
    Go to System Administration > Operations > Local Operations > Deployment Operations
    Enter IP address of Primary Instance and admin username / password and then press "Register to Primary"
    Regisration process takes a little time since also involves copying the database from the primary and then restarting the secondary with the new database. You can monitor the progress of this on the primary at
    System Administration > Operations > Distributed System Management

  • How to connect to External Database, if say SQL server, from Adobe LC

    Hi everyone,
    I have one application, which needs to save and load data from/to an external database,SQL server.I have no idea on how to implement this.But with my knowledge I managed to create DSs and using new data connection wizard, some how I managed to list the fields in the Data View.BUT i still worrying about the way i did is rigt or wrong?.. how can i save and load data to sql server from Adobe LC..Please help me
    Thanks,
    Vinod

    You created the data source on the app server which is the first step. Now you can use the JDBC service to query the database:
    http://livedocs.adobe.com/livecycle/8.2/wb_help/000632.html
    scott

  • How to setup Coda site to use my standalone coldfusion 9

    Hi I just downloaded the new coldfusion 9 statndalone and am using the default server setup. I downloaded all my files to a subfolder inside wwwroot. I found a tutorial on how to setup standalone with dreamweaver but no other text editors. I'm using coda which has a similar site setup panel but I cant get my files to display in my browser when I test them. Its give me an error :
    The following information is meant for the website developer for debugging purposes.
    Error Occurred While Processing Request
    File not found: /root/srv/htdocs/ovportal/index_home.cfm
    Resources:
    Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.
    Check the ColdFusion documentation to verify that you are using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser      Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-us) AppleWebKit/533.20.25 (KHTML, like Gecko)
    Remote Address      0:0:0:0:0:0:0:1%0
    Referrer     
    Date/Time      15-Sep-11 03:23 PM
    Anyone can help me please get this running. I'm almost 5 hours into this setup now with no luck.
    Thanks

    Here is my Coda setup.
    I'm not sure if remote root should be set to this address.
    http://localhost:8500/sy-v2/sy (branch)/root/srv/htdocs/portal/
    This is where my index.cfm file would be.
    When I type in to a browser directly I am able to load the page but when I broswe it through coda I keep getting this url.
    I keep getting sent to a local machine path and not my http://localhost path. I know its something simple in my Coda settings.
    Also to note i'm testing from my local tab in Coda and not remote tab.

  • How to setup and auxiliary database

    Hi Everyone,
    i studied the documentation to create duplicate db, i understand the steps, only one thing is not cleared in my mind that how to create a auxiliary db. should i create a new database through database creation wizard, then modify the parameter file, but it will create control files too.
    Please clear my mind about this confusion.
    thanks

    Hi,
    The RMAN DUPLICATE command to create a duplicate database from target database backups while still retaining the original target database. To prepare for database duplication, you must first create an auxiliary instance.
    Creating an auxillary instance here just means setting up the correct init.ora parameters. You should not create the database using the creation wizard. For the duplication to work, you must connect RMAN to both the target (primary) database and an auxiliary instance started in NOMOUNT mode. The DUPLICATE command creates the control files by using the names listed in the
    initialization parameter file of the auxiliary instance. When choosing names for the duplicate database control files, make sure that you set the initialization parameter
    settings correctly so that you do not overwrite the production files at the target database.
    Thanks,
    Prajwal.

  • How to setup specific FTP access on 10.4 Server??

    I want to setup an FTP on our server.
    I want to allow specific access to only a couple of users...
    Its so a supplier can dump an automated data dump onto the server for us to utilize.
    So I want an account for them so they can only access a predefined area, of which 2 other users has access to.
    I dont wan't to allow access to any of our other workgroup users.
    How would I go about setting this up?
    Our website is hosted with a external hosting company and NS are pointing to them and we have a fixed I.P address for our internal mail and everything else etc etc.

    setup sftp instead

  • How to setup the 'Client Licensing Mode' for Windows server?

    Hello,
    We will install the SBO server:
    OS: Windows Server 2003 Standard Edition
    SBO Clients: 150
    How should we setup the 'Client Licesing Mode' for the windows server?
    If we select the mode "Per server,Number of concurrent connections", how to set the connection number?
    Thanks in advance.
    Don

    Hi..
    you can set License to Particular user using License under Administration and Client will automatically fetch License using License Manager on License Server
    Regards,
    Bhavank

  • How to setup BPEL JNDI connection on the application server

    Hi
    Can anyone tell me how to write a JNDI connection for my BPEL process? Currently we are invoking all my BPEL processes from a property file, but i need to call my BPEL process thru JNDI connection. Is it possible? If yes then How?
    Has anyone got any idea? Please let me know
    BTW, you need more clarification on the question, let me know please.
    Thanks.
    Deepak

    Hi Grafl,
    Chk this link
    Folder creation in AL11 using ABAP program
    try this code.This works on UNIX servers
    data: unixcom like   rlgrap-filename.
    data: begin of tabl occurs 500,       
            line(400),    
          end of tabl.
    dir = unixcom = 'mkdir mydir'. "command to create dir
    "to execute the unix command 
    call 'SYSTEM' id 'COMMAND' field unixcom
                      id 'TAB' field tabl[].
    <b>Reward Points if Useful</b>
    Regards
    Gokul

  • Kodo-ds.xml: how to use for two database in same app server?

    hi,
    i meet a problem: i have two applications in the same app server(one app
    use one database.). BUT, only one kodo-ds.xml can configure the
    PersistenceManagerFactory with jndi name. When i figure the two jidi name
    for two "<tx-connection-factoy>" in the root element
    "<connection-factories>" in the kodo.ds.xml. That's unavailable!
    eg:
    <connection-factories>
    <tx-connection-factoy>
    <!-- specify the the first database connection properties with jndi name A
    -->
    </tx-connection-factoy>
    <tx-connection-factoy>
    <!-- specify the the SECOND database connection properties with jndi name
    B -->
    </tx-connection-factoy>
    </connection-factories>
    THAT'S MY CONFIGURATION. UNAVALIABLE NOW.... Who can help me solve this
    problem?
    thx!

    You should deploy multiple kodo-ds.xml files (i.e. kodo-ds-oracle.xml).
    Kidwish wrote:
    hi,
    i meet a problem: i have two applications in the same app server(one app
    use one database.). BUT, only one kodo-ds.xml can configure the
    PersistenceManagerFactory with jndi name. When i figure the two jidi name
    for two "<tx-connection-factoy>" in the root element
    "<connection-factories>" in the kodo.ds.xml. That's unavailable!
    eg:
    <connection-factories>
    <tx-connection-factoy>
    <!-- specify the the first database connection properties with jndi name A
    -->
    </tx-connection-factoy>
    <tx-connection-factoy>
    <!-- specify the the SECOND database connection properties with jndi name
    B -->
    </tx-connection-factoy>
    </connection-factories>
    THAT'S MY CONFIGURATION. UNAVALIABLE NOW.... Who can help me solve this
    problem?
    thx!
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • How to setup OID to synchronize with 2nd AD server

    Hi there,
    We are currently using OAS 10g (10.1.2.0.2)
    We have configured OID to synchronize 1 way with 1 AD domain server on Global catalog port.
    Now I have a 2nd AD domain server which we need to pull in the user accounts and synchronize any changes to these accounts into the same OID.
    I have created a new integration profile in ODM to synchronzie accounts from 2nd domain server.
    I have successfully pulled in the AD user accounts from the 2nd AD domain into OID by bootstrapping using the properties file method(only this method works, the usual bootstrap command without properties file doesnt work at all).
    But after pulling in the AD accounts from 2nd domain server, the synchronization profile for the 2nd AD domain doesnt synchronize any changes in user account nor any new user created at 2nd domain end.
    Have checked the synchronization profile trace file but could not find any thing wrong.
    The new integration profile which was created for the 2nd AD domain is using the same "Connected Direcotory URL" as all the other profiles that we have for the 1st AD domain.
    Can someone advise what is wrong with my OID synchronization process for the 2nd AD domain?
    Any help to point me in the right direction would be appreciated.
    (running out of time!).
    Cheers
    Jim

    Thanks for your relpy.
    Do I require a separate AD admin account on the 2nd AD server in order to perform the ldapbind? or can I use the same AD admin account from the 1st AD server which I'm currently using on OID to sync with the 1st AD server?
    Cheers
    Peng Soon

  • Oracle 10g to sql server 2005 - how to setup

    Hi,
    I have been searching on how to setup a connection from oracle 10g to sql server 2005 and i have to admit i am struggling a bit.
    I have read about Heterogeneous Services and Database Gateway but we really dont want to fork for licence fees so it looks like i have to investigate HS.
    My environment is:
    10gR2 Linux 32 bit
    SQL Server 2005 32bit.
    Would someone be able to provide me with a list of steps to help me get this setup?
    Thanks.
    B

    Hi,
    If you don't want to pay for any licence fees then you will have to use the 11g Database Gateway for ODBC (DG4ODBC) which is included in your RDBMS license.
    You need to use the 11g versions because all previous gateway versions have been desupported for some time. The latest version is 11.2.0.3 which can be downloaded from My Oracle Support as -
    Patch 10404530: 11.2.0.3.0 PATCH SET FOR ORACLE DATABASE SERVER
    and download -
    p10404530_112030_platform_5of7.zip
    - this is the Gateway media pack and has everything needed for a standalone gateway install.
    This version is certified the following RDBMS versions - 10.1.0.5 + RDBMS patch 5965763, 10.2.0.3 + RDBMS patch 5965763, 10.2.0.4, 10.2.0.5, all 11.1 versions, all 11.2 versions.
    You have 2 choices about where you can install it and it would be better to install the gateway into a new and separate ORACLE_HOME from any existing Oracle installs -
    1. On the Linux 32-bit platform where the RDBMS is running. If you install it here you will need to supply a third party ODBC driver. The only free one I am aware of is from FreeTDS but there may be others. There can be problems with the FreeTDS so another one may be preferable but these usually require a license fee.
    See this note in My Oracle Support -
    How to Configure DG4ODBC on Linux x86 32bit or on HP-UX RISC (DG4ODBC 11.1 only) to Connect to Non-Oracle Databases post install (Doc ID 466228.1)
    2. Install DG4ODBC on the Windows platform where SQL*Server is running. If you install on Windows then you will be able to use the Microsoft SQL*Server ODBC driver which should already be installed. See this note on My Oracle Support -
    How to Setup DG4ODBC (Oracle Database Gateway for ODBC) on Windows 32bit (Doc ID 466225.1)
    If you don't have access to My Oracle Support you will need to contact someone in your organisation to access the notes for you or review the gateway documentation -
    http://www.oracle.com/pls/db112/homepage
    Regards,
    Mike

  • OpenSSH: How to setup non-interactive SSH/SFTP/SCP

    Hi,
    Anyone has any idea how to setup/configure OpenSSH on Solaris (Client) & Windows (Server) for sftp/scp transfer in non-interactive host-based authentication.
    I need to setup this for secure file transfer from a solaris client to a windows server without having to enter a password. My external script will run in crontab to tap on sftp/scp for file transfer.
    Pls advise. thanks.

    I'd go for key-based authentication and simply don't provide a password for the key. You're on your own about how to implement this on Windows, so far I wasn't even aware Windows had a SSH service.

  • How to setup management server in oracle 10g database

    guys,
    i've installed oracle 10g database into my machine. but i don know how to setup the management server (for scheduling owb10g process flows). unlike 9idb, we have an option emca to setup the management server. if anyone of u knows abt it, please help me. do i need to install the grid control just to have the scheduling mechanism? please advice.

    Well, it depends heavily on what operating system you're using, what mail server you're trying to install, your network topology, etc. Realistically, this is a question that is probably better asked in a forum for whatever mail server you're trying to install...
    Justin

  • How to setup oracle database to archivelog mode and auto delete ?

    Oracle 11g R2
    - How to setup database to archive log mode and have oracle only save 24 hours of archive logs
    and delete the rest. So at any given time I will have only 24 hours of archive log and not more.
    So only 1 day of archive logs.
    - Let me know the database parameters I need to setup to accomplish this.
    - I don't want to use the RMAN
    - I am not setting up the database to archive log mode for recovery purpose. I am setting up archive log mode
    so we can use the log miner tool to dig up achives to see log activity for any performance & tuning.
    Edited by: johnpau2013 on May 9, 2012 6:09 PM

    johnpau2013 wrote:
    Thanks everyone for there responses.
    I need to rephrase and explain everyone as what I wanted to do exactly. This might help everyone understand and suggest me.
    We have oracle database 11g r2. Its a test database. Nothing is critical. We use EXPDP utility to backup the entire database every night. Which is enough for us to recover incase something happens. Even if we loose some data. That's fine.
    We are testing our web application on this oracle test database for performance & tuning.
    One thing we have noticed is that the redo logs are switching very frequently. 50MB each log file and there are 5 logs. each log switches every 40 seconds. So we wanted to see what is getting written in this redo logs. We wanted to use the LOG MINER tool in OEM to read the logs. It needed our database to be setup in archive log mode. So the log miner can read the archive logs and show us the sql's within the archive logs.
    Now when we setup the archive log mode on our database. By default the archive logs destination was set to flash recovery area ( may be oracle default archive log location is flash recovery area folder).
    We have setup the db_recovery_file_dest_size to 100GB. Now within 2 days we have filled up the flash recovery area folder. Database was frozen. Then we realized that its because oracle couldn't write archive logs. Because it reached the 100GB. Then we physically deleted files in the flash recovery area folder. Thinking it would help us start the frozen oracle database. But it didn't . The we realized that we are doing something wrong. As Oracle does not know that at OS level we deleted the files. Then temporarily we changed the db_recovery_file_dest_size to 130GB and were able to start the oracle database. Later we turned OFF the archive log mode.
    Being a rookie DBA we would have not read something properly.
    Finally:
    We wanted to know how to always keep only 1 day of archive logs (only for our performance tuning ) and not more than that. All we need this 1 day of archive logs is to use the log miner to read them. Backup is NOT our priority here. Only be able to read the archive logs from LOG MINER is PRIORITY.
    Correct me if I am wrong.Okay, so its making much more sense now, thanks for explaining your requirement.
    Database won't honor anything that you would do over the o/s without telling it. Your deletion of the archive log from the o/s location is NOT updated in the control file of the database and that's why, even when you had deleted the entire 100GB , from the db perspective, the space was still marked as used. This is the same which would happen even if you would increase the space from 100gb to whatever size as well. To delete the space, you would need to update the database's control file and that you can do from RMAN using its two commands , crosscheck backup following with deleted expired backup . The first command would find that which database backup files are NOT on the o/s which are shown in the control file and would mark all of them as expired. The second command would simply delete those expired files. This would update the control file and you would have your 100gb or whatever space, given back to you.
    To keep the archive logs of just one day, set up that Retention Policy for RMAN to either number of copies using the Redundancy option(default and set to 1) or Recovery Window. I believe for you Redundancy would be a suitable choice but you can have a read and play around with it. Setting it up would mark the files as Obsoleted and finally, you can write a small RMAN script to delete those obsoleted files.
    Now, what I don't understand is that why you want to keep on generating the archive logs just for the log miner? If you would have generated them once and figure out the reason for extensive redo generation(did you try increasing the redo log file size, 50mb seems to be smallish) , I don't think that there is any reason to keep on generating the archive logs still .
    And last part, for your question asked about that whether we can use RMAN to put the db in the archive log and is it a backup tool, yes and yes.
    HTH
    Aman....

  • How to setup OWF and 2 OWB repositories in 1 database

    I have 2 OWB repositories in 1 database, 1 for development (OWBOWN_D schema) and 1 for testing (OWBOWN_T).
    In the same database I have a OWF repository (OWF_MGR schema).
    The objects in the development and test OWB repository have the same names, including the workflow package names.
    In both OWB-repositories OWF_MGR is referenced in the Oracle Workflow location.
    The problem is that both repositories create a synonym <workflow package name>WBRTI_WORKFLOW_UTIL in OWF_MGR schema. The one that is created as last (executed by OWBOWN_T) overwrites the first one. So the process flows in the workflow package from OWNOWN_D gives errors and can not be executed.
    My first thought to solve this, was installing OWF twice. But because the OWF-installation creates public synonyms for the OWF-schema this also good give problems.
    Has anyone a suggestion how to setup 2 OWB repositories together with the possibility to use ProcessFlow packages with the same name in both repositories and the 2 OWB repositories and 1 or 2 OWF-repositories installed in 1 database?
    Thanks
    Wilfried

    Hi,
    i think that for ou to solve this problem you will have to create an additional OWF schema, or create two different packages and duplicate the process flows, this will sove your problem.
    Since OWB deploys all mappings in a package even if you want to deploy just one i usually use a sandbox package where i test my process flow before adding it to the production package and there are cases when i have a process flow name repeated but in two different packages, so this will work.
    Hope this helps.
    Cheers
    Ricardo

Maybe you are looking for

  • How do i remove "searchassist" and change to google??

    Today i did a search from the URL bar and I'm having this http://searchassist.verizon.com....... instead of Google. I don't know how it changed or how to change it back to Google. I found other threads that say to go to about:config than choose keywo

  • DVD to my itunes?

    hi there i have just started watching the wire and have it on dvd however im always on travel so i would like it on my iphone is there a way in burning my dvd to itunes then transferring it to my iphone?

  • Need help, error messages

    Error messages. Warning: Unresponsive plug-in. Shockwave Flash may be busy, etc.  This keeps coming up more frequently.  It does it mainly on my Yahoo home page and on Facebook Games.  I've had 4 different tech specialists try to fix this, unsuccessf

  • How to shoot 1080p/60, output to 720p/60, so Warp Stabilizer or zoom/crop has no quality loss?

    I'm new to AE, and making a painful transition form FCP to Premiere, so please be patient, I don't understand many of the subtalties of these apps yet.  :-) Also, please forgive the long explaination, I'm having trouble articulating the problem... I'

  • I created table maintainace generator but while executing this in SM30.

    I created table maintainace generator but while executing this in SM30 it's giving following error. Error message " Conversion error" The program has been interrupted and cannot resume. Program "SAPLZ_DEV_AC_DAT_MOE" attempted to display fields on sc