JDBC FILE setup

Hi y'all,
We are in a JDBC – FILE scenario and the JDBC connects to a SQL SERVER 2000. What is the apt JDBC driver for this and do these drivers depend on the OS of the XI system?
-Teresa

Hi
To add on
How to deploy the Drives:https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2flibrary%2fxi%2farchive-xi_ppts_internal_etc%2fhowToInstallandConfigureExternalDriversforJDBCandJMS+Adapters.doc
http://www.microsoft.com/downloads/details.aspx?familyid=6D483869-816A-44CB-9787-A866235EFC7C&displaylang=en
http://www.microsoft.com/downloads/details.aspx?FamilyID=86212D54-8488-481D-B46B-AF29BB18E1E5&displaylang=en
Hope this helps,
Rgds,
Moorthy

Similar Messages

  • LeCroy Waverunner 104 xi store trace / destination file setup

    Hi everybody,
    My question might be really simple, but it took me already days without real success...
    I'm currently programming a LeCroy waverunner 104 Xi on CVI 8.5 via LAN. I'm trying to save a trace from a channel C 1...4 or internal memory M 1...4 to a previously specified file on the scope in *.xls or *.txt format. This already works with the STORE command on HDD ('STO C2, FILE'), but only on in a file I specified via keyboard on the scope / the save dialog. The STORE_SETUP command enables me to access all parameters (mode, data type...) of the "save waveform", except the save directory and the filename.
    How can I set this up / which command must be used to specify the destination file. I'm missing something like the Hardcopy_Setup command, where I can just enter the target path and the name...
    I'm really grateful for every answer!
    Michael
    LabWindows/CVI 2009 / 9.1.1

    Hi Peter,
    thank you for your welcome and the answer!
    You're right, I was a bit short with information, sorry. I installed the LeCroy LAB_WM827 VICP Passport for the connection. My communication runs on a LAN connection via this. The commands I am using are from the LeCroy Remote Control Manual Feb. 2005 (seems to be the actual / newest release). A simple example for connecting to the device is in the following:
    #include <ansi_c.h>
    #include <userint.h>
    #include <visa.h>
    #define MAX_CNT 200
    ViSession defaultRM, instr; /* Communication channels */
    ViStatus status; /* For checking errors */
    ViUInt32 retCount; /* Return count from string I/O */
    ViChar IOStringBuffer[MAX_CNT]; /* Buffer for string I/O */
    // Connection
    // Open LAN
    int ConnectDevice (char IP_Adress[])
    char IP_Buf[30];// Adress string
    status = viOpenDefaultRM(&defaultRM);
    if (status < VI_SUCCESS) {
    return -1;
    strcpy(IP_Buf, "VICP::");
    strcat(IP_Buf, IP_Adress);
    strcat(IP_Buf, "::INSTR\n");
    status = viOpen(defaultRM, IP_Buf, VI_NULL, VI_NULL,&instr); // Open LAN
    status = viSetAttribute(instr, VI_ATTR_TMO_VALUE, 5000); // Timeout 5s   // command: 'VICP::<IP_Adress::INSTR>'  return 0;
    In the same way I want to save my data to the HDD of the scope. First I set up the store mode:
    char storeSetup[50]={"STST C2, HDD, FILL, ASCII"};
    //command: "STST <channel>, <destination>, <mode>, <type>"
    status = viWrite(instr, storeSetup, strlen(storeSetup), &retCount);
    if(status < VI_SUCCESS)
    return -1;
    Then I execute the the store command:
    char store[30] = {"STO C2, FILE"};
    //command: "STO <trace>, <destination>"
    status = viWrite(instr, store, strlen(store), &retCount); if(status < VI_SUCCESS) return -1;  
    Up to here, everything works. But my specific problem is that I found no command to specify the target file (like C:\Dateien\Messwert1.txt), where my data should be saved. Everything has to be set at the display of the scope and can't be specified in the software (at least not by me).Now I am looking for the command / code, how to implement the target file setup into my code, so I can ask the user for an input via the CVI frontend and send this string to the scope via "viWrite(...);".
    I hope I was able to explain my problem.
    Thanks in advance for any help!
    Michael
    LabWindows/CVI 2009 / 9.1.1

  • Itunes file setup

    What is the appropriate file setup in iTunes?
    In my user files I have iTunes/iTunes media and in the iTunes media file I have tv shows, music, movies, podcasts, etc. But I still cannot get my devices to recognize for syncing purposes. In preferences and the advance tab I have it set to recognize /user/***/iTunes/iTunes Media. *** is my username btw. Why can't I make things sync?
    I'm really about to give up and start with a clean slate. How can I do this, delete everything both in the files and in iTunes itself? This really should be simpler!
    Jeff

    Jonesdds wrote:
    What is the appropriate file setup in iTunes?
    It doesn't matter. Syncing takes place according to information in the iTunes library, and is independent of the file location(s).
    If you are having a problem with syncing, please post some details and perhaps someone on this forum can help you troubleshoot.

  • Error: Exception while jar file setup for uri

    Our environment is set up as
    Adminserver running on one machine.
    Managed servers running on another machine.
    Communication via node manager.
    Machines physically in the same location.
    Trying to deploy application using the wldeploy script or the weblogic console.
    I get the following error while deploying my application on one of the managed
    server
    Can anybody throw some light on what could be wrong ?
    ####<Apr 19, 2004 2:30:11 PM PDT> <Error> <Deployer> <tin.rose.hp.com> <GSOeProc-EMEA_3_0_AM_tin_AM>
    <ExecuteThread: '23' for queue: 'default'> <kernel identity> <> <149201> <The
    Slave Deployer failed to complete the deployment task with id 16 for the application
    GSOeProc-EMEA_3_0_55.>
    weblogic.management.ApplicationException: Module creation failed. Task Id = 16
    Module Name: email_mdb.jar, Error: Exception while jar file setup for uri : email_mdb.jar
    in Module :
    TargetException: java.util.zip.ZipException: error in opening zip file
    at weblogic.j2ee.J2EEApplicationContainer.addFindersForAllModules(J2EEApplicationContainer.java:660)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:554)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1096)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:764)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:234)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:210)

    Does your app work if you deploy it to a single server environment?
    It's complaining that it can't find the email_mdb.jar file.
    -- Rob
    Satya wrote:
    Our environment is set up as
    Adminserver running on one machine.
    Managed servers running on another machine.
    Communication via node manager.
    Machines physically in the same location.
    Trying to deploy application using the wldeploy script or the weblogic console.
    I get the following error while deploying my application on one of the managed
    server
    Can anybody throw some light on what could be wrong ?
    ####<Apr 19, 2004 2:30:11 PM PDT> <Error> <Deployer> <tin.rose.hp.com> <GSOeProc-EMEA_3_0_AM_tin_AM>
    <ExecuteThread: '23' for queue: 'default'> <kernel identity> <> <149201> <The
    Slave Deployer failed to complete the deployment task with id 16 for the application
    GSOeProc-EMEA_3_0_55.>
    weblogic.management.ApplicationException: Module creation failed. Task Id = 16
    Module Name: email_mdb.jar, Error: Exception while jar file setup for uri : email_mdb.jar
    in Module :
    TargetException: java.util.zip.ZipException: error in opening zip file
    at weblogic.j2ee.J2EEApplicationContainer.addFindersForAllModules(J2EEApplicationContainer.java:660)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:554)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1096)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:764)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:234)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:210)

  • File Setup For A Large Poster (Print-Ready).

    My client from abroad asked me to design and send him a 15ftx15ft poster. I just want to know the basics for the file setup for this.
    Please tell me:
    1. Resolution I should use?
    2. Bleed and Safe Area?
    3. Dimensions(proportions) for the low file size.
    Thanks in advance.

    If the poster will contain all vector graphics and text layers you can create the document any square size for good Photoshop performance. When complete  you cam resizethat document  to the 15' by 15' size at any resolution you want.
    If you are going to use pixel image layers  I would think a 100dpi resolution would print well for a 15' by 15' poster. So 15x12x100=180000.
    A document with a 15'x15' 100dpi canvas would be 18,000x18,000 pixels.

  • RMI + JDBC + file transference - URGENT!!

    Ol� pessoal tenho uma d�vida a qual tenho que utilizar comandos JDBC de forma remota e tenho que fazer a transfer�ncia de arquivos, algu�m tem id�ia de como fazer isso?
    Entre RMI e sockets achei sockets mais complicado, o problema que RMI n�o � nada simples, algu�m poderia me ajudar?
    Hello people, I have a doubt which I have that to use commands JDBC of remote form and have that to make the transference of archives, somebody has idea of as to make this?
    Between RMI and sockets a think that sockets more complicated, and the problem is RMI is not simple, somebody could help me?

    wanderley.drumond wrote:
    Ol� pessoal tenho uma d�vida a qual tenho que utilizar comandos JDBC de forma remota e tenho que fazer a transfer�ncia de arquivos, algu�m tem id�ia de como fazer isso?
    Entre RMI e sockets achei sockets mais complicado, o problema que RMI n�o � nada simples, algu�m poderia me ajudar?
    Hello people, I have a doubt which I have that to use commands JDBC of remote form and have that to make the transference of archives, somebody has idea of as to make this?
    Between RMI and sockets a think that sockets more complicated, and the problem is RMI is not simple, somebody could help me?Please avoid using the highly irritating word "URGENT!!" in your subject line in future.
    The first question I would ask is where are these files now? Are they in a database? Or are you trying to put them into a database.
    The second question is what is the client? Remote? Web? Internet?
    If the files are going in/out of the database directly then the simplest solution is just straight JDBC. If there is some complication (like the client is web-based) then maybe something else is required.
    I don't see RMI being a solution here. Possibly but I doubt it (on the basis that if the scenario means that the RMI solution was feasible then I would think the direct JDBC solution would also be feasible) . Maybe FTP.
    I think you may need to get some English help or try on a Spanish language forum though. We'll see how it goes but I do find your question difficult to understand, I only get a general drift of what you are saying but as demonstrated by my questions above I don't really get the specifics.

  • Error when deploying JDBC file data source for J2EE agent in weblogic

    Hi ODI experts!
    we're using ODI 11g and we've installed J2EE agents on weblogic. We need to configure a connection pool within weblogic for a file data source. Thus, we've added snpsFile.jar (that was shipped with ODI 10g...) to the weblogic config so that we can configure a JDBC connection to file.
    As we validate the config, an error occurs (see below):
    Obviously, driver is found but cannot be deployed.
    ####<4 août 2011 09 h 39 CEST> <Error> <Deployer> <ppdlodi001> <SRVPPDODI_001> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <c53bfd6260db74bb:-485a441a:13193b42397:-7ffc-0000000000000027> <1312443551325> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1312443550020' for task 'weblogic.deploy.configChangeTask.6'. Error is: 'weblogic.application.ModuleException: '
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:290)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:508)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:47)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1223)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
    at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:749)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:218)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.prepare(DeploymentReceiverCallbackDeliverer.java:41)
    at weblogic.deploy.service.internal.statemachines.targetserver.AwaitingContextUpdateCompletion.callDeploymentReceivers(AwaitingContextUpdateCompletion.java:164)
    at weblogic.deploy.service.internal.statemachines.targetserver.AwaitingContextUpdateCompletion.handleContextUpdateSuccess(AwaitingContextUpdateCompletion.java:66)
    at weblogic.deploy.service.internal.statemachines.targetserver.AwaitingContextUpdateCompletion.contextUpdated(AwaitingContextUpdateCompletion.java:32)
    at weblogic.deploy.service.internal.targetserver.TargetDeploymentService.notifyContextUpdated(TargetDeploymentService.java:225)
    at weblogic.deploy.service.internal.DeploymentService$1.run(DeploymentService.java:190)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: weblogic.common.ResourceException: com.sunopsis.jdbc.driver.file.a.i
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:263)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1193)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1117)
    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:244)
    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1110)
    at weblogic.jdbc.common.internal.ConnectionPool.start(ConnectionPool.java:147)
    at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:386)
    at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:326)
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:254)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:508)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:149)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:47)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1223)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
    at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:43)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:749)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:218)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.prepare(DeploymentReceiverCallbackDeliverer.java:41)
    at weblogic.deploy.service.internal.statemachines.targetserver.AwaitingContextUpdateCompletion.callDeploymentReceivers(AwaitingContextUpdateCompletion.java:164)
    at weblogic.deploy.service.internal.statemachines.targetserver.AwaitingContextUpdateCompletion.handleContextUpdateSuccess(AwaitingContextUpdateCompletion.java:66)
    at weblogic.deploy.service.internal.statemachines.targetserver.AwaitingContextUpdateCompletion.contextUpdated(AwaitingContextUpdateCompletion.java:32)
    at weblogic.deploy.service.internal.targetserver.TargetDeploymentService.notifyContextUpdated(TargetDeploymentService.java:225)
    at weblogic.deploy.service.internal.DeploymentService$1.run(DeploymentService.java:190)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Thanks in advance for your help.
    Fredd.

    Hi!
    Some information: I found this website [http://gerardnico.com/doc/odi/webhelp/en/refmanual/connexion/jdbcdriversample.htm] explaining that the 'old' snpsFile.jar driver was deprecated and that a new one was existing... but I can't find it anywhere!
    My questions are:
    - Can the problem (original problem. See initial post) be due to driver version?
    - Does someone know where to find this 'new' driver?
    Thanks for your help.
    Fredd.
    Edited by: fredd2 on Aug 5, 2011 10:04 AM
    Edited by: fredd2 on Aug 5, 2011 10:07 AM

  • JDBC-FILE(Stored procedure)

    HI Experts,
    I have a requirement as follows
    stored procedure->stored procedure->File.
    ie initially a stored procedure would be executed(which i could execute with help of option in the jDBC communication channel).This would result in a resultset being given as output.
    This will be associated with sender datatype.Now this is to be given as input to a second stored procedure.
    The second stored procedure will return output which i need to map into a target file structure.
    Can anybody guide me in this regard?Sender will be JDBC and target will be file adapter,but how can i execute the second stored procedure?
    The blogs simply says the option for one stored procedure to file.Is there any other help or blogs?
    Thanks in advance

    Hi,
    According to your requirement you are clubbing three scenarios into one:
    1) Source > XI <> JDBC(SP1)
    2) Continued from (1) JDBC(SP1) >XI <> JDBC(SP2)
    3) Continued from (2) JDBC(SP2) -->XI --> File.
    Now you can decide what all objects you will need....the trick lies in how you are going to configure the Directory part for this.....
    Include the necessary conditions in Receiver Determination (for sending message in the second point mentioned).....
    The second communication should get iniated once you get some value from the call to SP1....this can be checked in Receiver Determination using the Exist (EX) condition...this will trigger the call to SP2.....same for SP2-----> File.
    Just create a single Configuration Scenario in ID for this and include all the objects in it.
    Regards,
    Abhishek.

  • MS SQL Server 2000 JDBC files

    Hi,
    Im trying to get my java program to connect to MSSQL but the drivers dont want to work.
    Basically what I did is installed the drivers from MS, and also tried to set Classpath to
    C:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib\
    But it doesnt work. Is there anything I should know besides this? Also can someone please give me sample code to send and recieve data? It is so hard to find a simple working code online.
    Thanks

    Hi,
    Im trying to get my java program to connect to MSSQL
    but the drivers dont want to work.
    Basically what I did is installed the drivers from
    MS, and also tried to set Classpath to
    C:\Program Files\Microsoft SQL Server 2000 Driver for
    JDBC\lib\Install and CLASSPATH aren't going to cut it. Use "java -classpath <path to JAR>" YourClass to run on the command line. If it's a Java EE app, put the JAR in the appropriate place (e.g., WEB-INF/lib for web apps).
    %

  • XI:Concerns regarding CCMS alerts,IDOC,JDBC,FILE,PROXY

    Dear Experts,
    I have some doubts regarding below listed points.Please,help Me to find thesuitable answer for these.
    *1.if multiple messages to be sent(IDOC) through same JDBC adapter,how we'll do it(THROUGH SAME jdbc Aadpter,in same config scenario)?*
    *2.in receiver determination,if we have to send to multiple receivers according to payload content(conditional passing to receiver depends on payload),**how we'll acheive it?*
    *3.what is file content conversion?*
    *4.why proxy is known as adpterless scenario?*
    *5.in case of idoc/proxy why sender side no communication channel but in receiver side we are using communication channel?*
    **6.what is CCMS alert?
    *7.in a file2file scenario,if we want to convert one file content to other file content in a different form(as x->1,y>2),*
    *how we'll acheive it?*
    *7.if lots of data checkings are there in case of SAP R/3,by whcih way we'll go?(idoc/proxy/rfc)
    *8.how we'll decide whether to go for SOAP scenario?*
    *9.what is adapter module?whan we'll go for different adapter modules other than standard?*
    *how we can develop our own adapter modules?*
    *10. how to map one field to other field,when they are present in different noad with respect to source and target strucrture?*
    Eagerly waiting for youyr valuable opinion.
    Regards,
    Rasmiraj Tripathy

    Do a search in SDN first for these questions.
    You will find the answers to the most.
    Else post specific questions

  • Attachment files setup profile options in Oracle Applications

    In Oracle Applications exists a functionality that allow attach files to responsibilities. This functionality works fine. But,
    I need setup two different directories for attach files and I cant do it. However, I setup the profile option "attachment
    directory" at site and responsibility level, but always look for in directory defined in site level.
    Ho can I do?.
    If you have information about this or know a workaround, it will be welcome.
    Thanks a lot.

    Here are a couple of things to try:
    1. Make sure there are no spaces in the directory name where you unzipped the installer.
    2. As Pilgrim indicated, you must be an administrator on the workstation in order to run the installer.
    3. Verify you have a clean download: check the file size and/or CRC information to ensure the download is not corrupt.
    Craig...

  • Pfile - init.ora file setup

    My database 10.2.0.3. OS is Sun Solaris 10. My database SID is test. I have part of my inittest.ora file as following:
    test.__db_cache_size=230686720
    test.__large_pool_size=4194304
    test.__shared_pool_size=200m
    test.__streams_pool_size=0
    *.pga_aggregate_target=150M
    *.shared_pool_size=300m
    *.aq_tm_processes=1
    *.audit_file_dest='/opt/Oracle/software/10.2.0/admin/test/adump'
    *.background_dump_dest='/opt/Oracle/software/10.2.0/admin/test/bdump'
    *.compatible='10.2.0.1.0'
    My question is what the first 4 lines are used for? I know if we are going to setup the parameter, we have to start with *. , right?
    Thanks a lot!

    If you remove those lines, oracle has to again recalculate the optimal/efficient values for the dynamic memory segments managed by ASMM feature of Oracle10g. If you keep it as it is, oracle will have a starting point to rework or start from where it left off when the instance is restarted.
    HTH
    Thanks
    Chandra Pabba

  • Com.apple.airport.preferences file setup

    I need to deploy wireless configuration setting to machines via workgroup manager. I want to use WPA PreShared key setup for this. I believe the only way to accomplish this is by adding com.apple.aiport.preferences.plist file to the workgroup manager for that computer list. What keys and what values would one need to configure? Also, would that be something that is under the Often or Always values. I need those computers wireless to be up in order for users to log in. Thanks.

    I opened up airport utility, clicked the disk icon, the disk tab, clicked on the disk and it shows 121 gigs used and 342 gigs available. So I know the movies and files and folders are still there.
    When I map the drive I get .com.apple.airport.sharepoint as the only file. All I did was upgrade to Windows 7 and reinstalled the airport utility.
    Any help would be greatly appreciated.

  • Sample scienario on JMS to JDBC/File

    Hi,
       Can any one send me the sample scenario on JMS to JDBC or FILE. Any suggestions for how to configure JMS with MQ will be helpful for me .
      Thanking you with anticipation
    Regards
    Ramesh.

    Hi Ramesh,
    Go thru these links :
    http://help.sap.com/saphelp_nw04/helpdata/en/ca/e7673c86d19b35e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/33/e6fb40f17af66fe10000000a1550b0/frameset.htm
    And these threads
    JMS and MQ Series (sender and receiver)
    SAP XI and JMS for WebSphere MQ
    JMS - MQ Series
    Hope these will be helpful.
    Regards
    Suraj

  • Importing Excel File Setup by Columns

    I have an engineer that is requesting data to be converted from an Excel file for use in DIAdem. The file is a compilation of data based on a search query in a database. Each line is a seperate occurance logged in the database. In the example below "TEMPERATURE MAXIMUM" was searched over a certain time period for a particular Unit ID. To import this into DIADEM I would want to make each unique UNIT ID a group, and each unique Definition Description as a channel name within the corresponding group. For the data I would want to have Begin Capture Time as a time channel ( it would need to be organized from earliest date to latest) with it's corresponding value placed into the channel named by the definition description.
    I also have the ability to export the fiel from the database program into a .csv file.
    Can this be done usign the standard import wizard. I was unable to find a way.
    -MK
    Attachments:
    MKCImportExample.xlsx ‏10 KB

    Hi MK,
    You didn't see any difference because you didn't query the data in the file-- see the attached screenshot of what that looks like.  With a query you can pick exactly which rows you want to load from as many files as you want.  It's hard for me to guess your use case based on 14 rows of data that are all temperature.  Are you usual data files longer than this?  Do you ever have data other than Temperature in those data files?  Do you want to compare data from multiple files?
    I would welcome a set of ASCII files, if your process is to import those CSV or TXT files into Excel.  Then the DataPlugin could save you that steo as well.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments
    Attachments:
    Data Query View.png ‏102 KB

Maybe you are looking for