Adclonectx.pl fails on db tier with RC-50004: Error occurred in CloneContext - using options addnode noprompt

I'm trying to run adclonectx.pl non-interactively using a pairsfile and noprompt to automate my clone, this is to create the second node context file on the db tier of a 2 node Linux RAC environment and is the only bit that's still interactive so it would be really cool to get this working!
I'm using a pairsfile with all the variables from a sucessfull interactive run, I probably need to add more variables to this file though I can't figure out what.
Has anyone else got this working?
EBS 12.1.3 DB 11.2.0.3 RAC.
This is the command I run, I'm using host variables which are defined beforehand.
--this bit just shows the variables are valid
[orebsdba@dxd1client02 clone_dev]$ echo $CONTEXT_NAME2
EBSDBA2_dxd1db02-ib
[orebsdba@dxd1client02 clone_dev]$ echo $SRCCTX
/u01/EBSDBA/product/11.2.0/appsutil/EBSDBA1_dxd1db01-ib.xml
[orebsdba@dxd1client02 clone_dev]$ echo $NEWCTX
/u01/EBSDBA/product/11.2.0/appsutil/EBSDBA2_dxd1db02-ib.xml
[orebsdba@dxd1client02 clone_dev]$ cd ${ORACLE_HOME}/appsutil/clone/bin
[orebsdba@dxd1client02 bin]$ cp ${SRCCTX} ${DBMNT}/${SID}/tmp
[orebsdba@dxd1client02 bin]$ export APPSPWD=**********
echo \$APPSPWD | perl ./adclonectx.pl \
> contextfile=$SRCCTX \
> template=$ORACLE_HOME/appsutil/template/adxdbctx.tmp \
> outfile=$NEWCTX \
> pairsfile=$PAIRSFILE \
> addnode noprompt
Copyright (c) 2002 Oracle Corporation
Redwood Shores, California, USA
Oracle Applications Rapid Clone
Version 12.0.0
adclonectx Version 120.23.12010000.1
Running:
/u01/EBSDBA/product/11.2.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -classpath /u01/EBSDBA/product/11.2.0/appsutil/clone/bin/../jlib/ojdbc5.jar:/u01/EBSDBA/product/11.2.0/appsutil/clone/bin/../jlib/xmlparserv2.jar:/u01/EBSDBA/product/11.2.0/appsutil/clone/bin/../jlib/java oracle.apps.ad.context.CloneContext -e /u01/EBSDBA/product/11.2.0/appsutil/EBSDBA1_dxd1db01-ib.xml -tmpl /u01/EBSDBA/product/11.2.0/appsutil/template/adxdbctx.tmp -pairsfile /u01/EBSDBA/product/11.2.0/appsutil/clone/pairsfile2.txt -out /u01/EBSDBA/product/11.2.0/appsutil/EBSDBA2_dxd1db02-ib.xml -addnode -noprompt
Log file located at /u01/EBSDBA/product/11.2.0/appsutil/log/CloneContext_0916151900.log
RC-50004: Error occurred in CloneContext:
null
Check Clone Context logfile /u01/EBSDBA/product/11.2.0/appsutil/log/CloneContext_0916151900.log for details.
ERROR: context creation not completed successfully.
Log contains this:
Using admin directory: /u01/EBSDBA/product/11.2.0/appsutil
#------Log File time stamp: 0916151900------------
# $Header: CloneContext.java 120.92.12010000.26 2013/05/06 12:02:01 mmanku ship $
# Running on          - dxd1client02
# Source Host         - null
# Domain Name         - mgmt.shared.health.nz
# Context Location    - /u01/EBSDBA/product/11.2.0/appsutil/EBSDBA1_dxd1db01-ib.xml
# Context Type        - null
# Context Template    - /u01/EBSDBA/product/11.2.0/appsutil/template/adxdbctx.tmp
# Clone Stage Area    - null
# Pairs File          - /u01/EBSDBA/product/11.2.0/appsutil/clone/pairsfile2.txt
# Destination Context - /u01/EBSDBA/product/11.2.0/appsutil/EBSDBA2_dxd1db02-ib.xml
# Validation          - false
# Platform Migration  - false
# no prompt           - true
Variables extracted from pairsfile: /u01/EBSDBA/product/11.2.0/appsutil/clone/pairsfile2.txt
****************************************************/n
  s_undo_tablespace  =  APPS_UNDOTS2
  s_dbClusterInst  =  2
  s_db_oh  =  /u01/EBSDBA/product/11.2.0
  s_dbhost  =  dxd1db02-ib
  s_dbSid  =  EBSDBA2
  s_hostname  =  dxd1db02-ib
  s_dbGlnam  =  EBSDBA
  s_database_type  =  RAC
  s_virtual_hostname  =  dxd1db02-ib
  s_clusterInterConnects  =  dxd1db02-priv
  s_base  =  /u01/EBSDBA
  s_dbuser  =  orebsdba
  s_dbgroup  =  oinstall
  s_db_util_filedir  =  /u01/EBSDBA/tmp
  s_dbhome1  =  +DATA_DXD1
  s_display  =  dxd1db02-ib:0.0
  s_instName  =  EBSDBA2
  s_domainname  =  mgmt.shared.health.nz
  s_instThread  =  2
  s_dbCluster  =  true
  s_contextname  =  EBSDBA2_dxd1db02-ib
  s_dbdomain  =  mgmt.shared.health.nz
  s_instNumber  =  2
  s_db_ons_remoteport  =  6414
  s_db_ons_localport  =  6314
  s_cmanport  =  1535
  s_dbport  =  1535
  s_port_pool  =  14
StackTrace:
java.lang.NullPointerException
at oracle.apps.ad.context.CloneContext$RACContext.checkRACDBConnection(CloneContext.java:6424)
at oracle.apps.ad.context.CloneContext$RACContext.access$400(CloneContext.java:5655)
at oracle.apps.ad.context.CloneContext.getInputDBRACAdd(CloneContext.java:1587)
at oracle.apps.ad.context.CloneContext.getInputFromUsers(CloneContext.java:988)
at oracle.apps.ad.context.CloneContext.doClone(CloneContext.java:601)
at oracle.apps.ad.context.CloneContext.main(CloneContext.java:5266)
RC-50004: Error occurred in CloneContext:
null
Context file creation not succesful
I have been trying to work my way through the stack trace and the source code.  I can see that getInputFromUsers() is called and that then calls getInputDBRACAdd().   That will then call checkRACDBConnection().  The question is where in checkRACDBConnection() – source code below – is it finding the NULL?
I am guessing that as we don’t see the following in the log file:
LogFile.getLogFile().info("Attempting to connect to database using :\n");
the NULL has to happen before this line.  This gives us to work with:
s = CloneContext.access$2000(CloneContext.this).getReplValIgnoreCase("s_apps_user").toString();
        if(CloneContext.access$2500(CloneContext.this) == null)
            CloneContext.access$2502(CloneContext.this, CloneContext.access$1400(CloneContext.this, "APPS password is required to validate database connection \nEnter APPS Password [APPS]"));
        i = 0;
_L2:
        String s1;
        if(i >= m_racHostList.length)
            break; /* Loop/switch isn't completed */
        s1 = (new StringBuilder()).append("jdbc:oracle:thin:@").append(m_racHostList[i]).append(".").append(m_racdomain).append(":").append(m_racPortList[i]).append(":").append(m_racSidList[i]).toString();
Not  much.
Could it be this?
if(i >= m_racHostList.length)
In which case perhaps s_rachostlist needs to be set?  But I think the length function should return 0 not NULL if something is unset, so perhaps not.
I am not sure there would be a problem with s_apps_user or the string assignment.
So perhaps it’s the loop.
i = 0;
_L2:
        String s1;
        if(i >= m_racHostList.length)
            break; /* Loop/switch isn't completed */
‘i’ is set to 0.  If m_racHostList.length is 0 that means it breaks out of the conditional and, though I don’t know enough Java to be sure, as the function throws an exception, perhaps it goes into the exception handler:
catch(Exception exception)
            Object obj1 = null;
            String as[] = {
                m_racSidList[i]
            String s2 = MessageHandler.getMessage("RC-40201", as, 0, false);
            LogFile.getLogFile().printStackTrace(exception);
            LogFile.getLogFile().info(s2);
            i++;
But that gives us an RC-40201 message, which isn’t what I'm seeing.
So I just don’t know, unless s_rachostlist is the key, I am out of ideas.
Has anyone else done this?
I've also raised an SR but haven't had a response yet.
Thanks in advance.
Jeremy

further info..
I've pulled these variables out of the java code and added them to the pairsfile which gets rid of the null value problem but now it returns a tns error..
s_isDBCluster=Y
s_rachostlist=dxd1db01-ib
s_racdomain=xxxxxxxxxxxxxxx
s_racsidlist=EBSDBA
s_racportlist=1535
s_rachostlist=dxd1db02-ib                      
s_racvirtualhostlist=dxd1db02-ib                      
s_racinstnumlist=2
s_clusterInterConnects=dxd1db02-priv
we noticed that s_rachostlist is used for two different values in the java code, interactilvey this value is prmpted for twice using the same variable - this may be causing our problem.
strangely when run interactively the tns connectivity details are the same as when run interactively, the first works the latter doesn't ...
we're thinking this could be a bug...
Cheers
Jeremy

Similar Messages

  • Adcfgclone.pl dbTier error with RC-50004: Error occurred in CloneContext: null

    PROMPT :
    Target System Hostname (virtual or normal) [migrate]
    ANSWER :
    migrate
    PROMPT :
    Target Instance is RAC (y/n) [n]
    ANSWER :
    n
    PROMPT :
    Target System Database SID
    ANSWER :
    EBS12
    PROMPT :
    Target System Base Directory
    ANSWER :
    /u01/R12/ora11
    PROMPT :
    Target System utl_file_dir Directory List
    ANSWER :
    /usr/tmp
    PROMPT :
    Number of DATA_TOP's on the Target System [1]
    ANSWER :
    1
    PROMPT :
    Target System DATA_TOP Directory 1 [/u01/11i/ora11/ebs11data]
    ANSWER :
    /u01/R12/ora11/db/ebs11data
    Creating /u01/R12/ora11/db/tech_st/11.1.0/appsutil/clone/data/stage/addbhomtgt.xml which will contain Target system database mount points.
    PROMPT :
    Target System RDBMS ORACLE_HOME Directory [/u01/R12/ora11/db/tech_st/11.1.0]
    ANSWER :
    /u01/R12/ora11/db/tech_st/11.1.0
    Creating /u01/R12/ora11/db/tech_st/11.1.0/appsutil/clone/data/stage/addbhomtgt.xml which will contain Target system database mount points.
    PROMPT :
    Do you want to preserve the Display [null] (y/n)
    ANSWER :
    n
    PROMPT :
    Target System Display [migrate:0.0]
    ANSWER :
    migrate:0.0
    PROMPT :
    Do you want the the target system to have the same port values as the source system (y/n) [y] ?
    ANSWER :
    n
    Started testing the availabilty of ports in port pool 1
    Checking  Database Port on migrate:  Port Value = 1522
       Database Port available:  Port Value = 1522
    Checking  DB ONS Local Port on migrate:  Port Value = 6301
       DB ONS Local Port available:  Port Value = 6301
    Checking  DB ONS Remote Port on migrate:  Port Value = 6401
       DB ONS Remote Port available:  Port Value = 6401
    INFO: Unable to obtan DB Version!!!
    INFO: Because DB Version could not be obtained, defaulting s_jdktop and s_jretop to adxdbctx.tmp defined values
    setDestination s_contextfile to : /u01/R12/ora11/db/tech_st/11.1.0/appsutil/EBS12_migrate.xml
    Clone Context Parameters:
            Pairs File      = /tmp/adpairsfile_31321.lst
            Target XML File = /u01/R12/ora11/db/tech_st/11.1.0/appsutil/EBS12_migrate.xml
            Template File   = /u01/R12/ora11/db/tech_st/11.1.0/appsutil/template/adxdbctx.tmp
    The following values will be used to create the context file
      s_isWeb  =  YES
      s_db_listener  =  EBS12
      s_db_util_filedir  =  /usr/tmp
      s_db_rollback_segs  =  NOROLLBACK
      s_dbhome4  =  /u01/R12/ora11/db/ebs11data
      s_dbhome3  =  /u01/R12/ora11/db/ebs11data
      s_dbhost  =  migrate
      s_db_oh  =  /u01/R12/ora11/db/tech_st/11.1.0
      s_dbhome2  =  /u01/R12/ora11/db/ebs11data
      s_dbhome1  =  /u01/R12/ora11/db/ebs11data
      s_dbgroup  =  dba
      s_dbGlnam  =  EBS12
      s_dbdomain  =  evosys.co.in
      s_dbSid  =  EBS12
      s_dbuser  =  ora11
      s_isForms  =  YES
      s_database_type  =
      s_temp  =  /u01/R12/ora11/db/tech_st/11.1.0/appsutil/temp
      s_db_ons_localport  =  6301
      s_hostname  =  migrate
      s_dbSidLower  =  ebs12
      s_cmanport  =  1522
      s_dbCluster  =  false
      s_domainname  =  evosys.co.in
      s_isAdmin  =  YES
      s_isConc  =  YES
      s_contextfile  =  /u01/R12/ora11/db/tech_st/11.1.0/appsutil/EBS12_migrate.xml
      s_dbport  =  1522
      s_display  =  migrate:0.0
      s_contextname  =  EBS12_migrate
      s_db_ons_remoteport  =  6401
      s_clonestage  =  /u01/R12/ora11/db/tech_st/11.1.0/appsutil/clone
      s_base  =  /u01/R12/ora11
    Clone Context will now iteratively apply changes
    to create the new target context file.
    instantiate file:
       source : /u01/R12/ora11/db/tech_st/11.1.0/appsutil/temp.xml
       dest   : /tmp/tmpCtxClone.xml
    instantiate file:
       source : /tmp/tmpCtxClone.xml
       dest   : /tmp/tmpCtxClone.xml
    instantiate file:
       source : /tmp/tmpCtxClone.xml
       dest   : /tmp/tmpCtxClone.xml
    instantiate file:
       source : /tmp/tmpCtxClone.xml
       dest   : /tmp/tmpCtxClone.xml
    instantiate file:
       source : /tmp/tmpCtxClone.xml
       dest   : /u01/R12/ora11/db/tech_st/11.1.0/appsutil/EBS12_migrate.xml
    instantiate file:
       source : /u01/R12/ora11/db/tech_st/11.1.0/appsutil/temp.xml
       dest   : /tmp//dummy.xml
    instantiate file:
       source : /tmp//dummy.xml
       dest   : /tmp//dummy.xml
    instantiate file:
       source : /tmp//dummy.xml
       dest   : /tmp//dummy.xml
    instantiate file:
       source : /tmp//dummy.xml
       dest   : /tmp//dummy.xml
    instantiate file:
       source : /tmp//dummy.xml
       dest   : /tmp//dummy.xml
    PROMPT :
    Source and Target platforms differ.  Rapid Clone will perform a platform migration.
    Do you wish to continue?  [y]
    ANSWER :
    y
    The values for these variables will be retained from the source context
      s_admin_restrictions  =  OFF
      s_metalink_id  =
      s_parallel_max_servers  =  8
      s_systemcsi  =  N/A
      s_apps_version  =  12.1.1
      s_contextserial  =  0
      s_instThread  =  0
      s_sqlnet_expire_time  =  10
      s_contexttype  =  Database Context
      s_db_sga_target  =  1G
      s_dbsharedpool_size  =  300000000
      s_db_shared_pool_size  =  400M
      s_clusterServicePort  =  9998
      s_dbcache_size  =  163577856
      s_rapidwizloc  =  /tmp/RapidInstall
      s_db_pga_aggregate_target  =  1G
      s_dbtype  =  VISION
      s_proxyhost  =
      s_nthreads  =  5
      s_db_processes  =  200
      s_enable_listener_password  =  OFF
      s_alt_service_instances  =
      s_dbClusterInst  =  1
      s_installedFrom  =  FS
      s_undo_tablespace  =  APPS_UNDOTS1
      s_adjreopts  =  -Xms128M -Xmx512M
      s_dbQuorumDisk  =
      s_db_linkctrl  =
      s_dbcomp  =  oracle.apps.dbseed.fresh
      s_db_sessions  =  400
      s_installloc  =  /tmp
      s_isDB  =  YES
      s_proxyport  =
      s_database  =  db111
      s_dbseed  =  No Database
      s_apps_user  =  APPS
      s_dbfiles  =  512
      s_db_shared_pool_reserved_size  =  40M
      s_bits  =  32
      s_dbblock_buffers  =  20000
      s_sys_user  =  SYS
      s_dlsnstatus  =  enabled
      s_db_plsql_native_library_subdir_count  =  149
      s_country_code  =
      s_subscribe_for_node_down_event  =  OFF
      s_instNumber  =  0
    The new context file has been created at:
            /u01/R12/ora11/db/tech_st/11.1.0/appsutil/EBS12_migrate.xml
    Performing file system cleanup specific to Platform Migration:
    StackTrace:
    java.lang.NullPointerException
            at java.util.Hashtable.put(Unknown Source)
            at oracle.apps.ad.clone.util.CloneCleanser.doMigrate(CloneCleanser.java:98)
            at oracle.apps.ad.context.CloneContext.doClone(CloneContext.java:718)
            at oracle.apps.ad.context.CloneContext.main(CloneContext.java:5266)
    RC-50004: Error occurred in CloneContext:
    null
    Context file creation not succesful
    am trying to clone R12.1.1 with 11.1.0.7 from Linux5.5-32.bit to Linux5.8-64bit.
    migrating is fails.
    So please help me out of this.
    Thanks in Advance

    Hi,
    DB cloning will not suffice the migrating process. In order to perform a cloning from 32 bit to 64 bit, please follow the instructions in the below note:
    Migrating Oracle E-Business Suite R12 from Linux 32-bit to Linux 64-bit (Doc ID 471566.1)
    Thanks &
    Best Regards,

  • ITunes won't connect to iTunes Store with my Apple ID and repeatedly crashes with "An unknown error occurred (-50)."

    I've been unable to use iTunes for over 3 weeks now.
    Initially, it would prompt me to Sign In with my Apple ID and password each time it tried to start, and when I clicked Sign In, it'd respond with variations of:
        "Your device or computer could not be verified. Contact support for assistance."
        or
        De-authorize/Authorize.
    Frustrated, I'd click Cancel, and it'd crash with:
        "An unknown error occurred (-1008)."
        or
        "An unknown error occurred (-50)."
    More recently, I don't even get the Sign In prompt any more. iTunes now just crashes immediately with unknown error (-50) as soon as it tries to start.
    It is clear that this issue has more to do with the Apple ID than with iTunes specifically, because some of the apps I purchased directly from the App Store (OmniFocus, Fantastical and Forismatic) now prompt me to Sign In with my Apple ID and password each time they try to start, and they never did before. And when I try to sign, they respond with the error:
         "Your device or computer could not be verified. Contact support for assistance."
    Apparently, this is an issue a whole lot of people are experiencing, judging by the long list of Google search returns on the subject; but I'm yet to find a definitive, "official" Apple solution to the problem.
    My Apple ID is the same as it's always been.
    If anyone knows what's really causing this and/or can offer a fix, please H-E-E-E-L-P? I'll even pay to make it go away. I abandoned Windows after 26 years, only to discover that no platform is spared the blackhole of unknown errors.
    -- Chima.

    iTunes: Advanced iTunes Store troubleshooting - http://support.apple.com/kb/TS3297 > Specific Conditions and Alert Messages: (Mac OS X / Windows) - includes list of iTunes error codes

  • OSD - Failed to run Task Sequence. An error occurred while starting the task sequence (0x8007000E).

    Failed to run Task Sequence.
    An error occurred while starting the task sequence (0x8007000E)."
    While OSD, picks up task sequence but fails in resolving task sequence dependencies. SMSPXE identifies device is not in database (unknown).
    SMSTS.log shows
    ThreadToResolveAndExecuteTaskSequence failed. Code(0x8007000E)" in SMSTS.LOG, have seen other articles suggesting failure due to lack of storage (RAM) but this task sequence has worked in past.
    By the way, if I create a stand alone media, we are able to image the workstation. What has changed in the task sequence such that the workstation is unable to download policies due to lack of storage (RAM) on workstation. Workstation has 2 GB of RAM.

    I have found a work around for the issue, even though the computer is unknown, there were software updates targeted to the ALL SYSTEMS collection which applies to All Unknown Computers and therefore to x64 Unknown Computer and x86 Unknown Computer.
    We had a SCEP ADR applying definition updates to All Systems, we applied the ADR to a different collection, removed all the SCEP updates to All Systems and successfully re-imaged the workstation. Following article was of great help in identifying the problem
    after-selecting-a-task-sequence-in-configuration-manager-2012-sp1-you-receive-threadtoresolveandexecutetasksequence-failed-code0x8007000e-in-smsts-log
    Thanks Gerry for your assistance.

  • When I try and open ITunes it flashes up with "an unknown error occurred (1

    When I try and open ITunes it flashes up with "an unknown error occurred (13005). Why is this!

    I have the same problem, removed the files you mentioned, still no luck

  • Whenever I try and sync my iphone 5 to my itunes on my laptop it comes up with' an unknown error occured (0xE8000084)' has anyone had this and how did you fix it?

    Whenever I try and sync my iphone 5 to my itunes on my laptop it comes up with' an unknown error occured (0xE8000084)' has anyone had this and how did you fix it?

    What was the full wording of the error message? Usually there is also a number or additional information.
    Try placing the iPod in Recovery Mode and then restore
    Next try DFU mode and restore.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • When itunes starts it comes up with "an unknown error occurred (--4211).

    when itunes starts it comes up with "an unknown error occurred (--4211).
    It then works normally - except it does not recognize any USB devices (eg iPhone, iPad)

    See the following topic for suggestions on how to find the folder on Windows 8 systems:
    TS1389 Re: How can you do this in windows 8?

  • Instalation Fails at last step with UNCORRECTABLE HARDWARE ERROR

    Ok going through the steps here. Installing Vista 32 bit version. Partitioned just fine, installation goes through entire process in Vista. On the last part of instalation where it simply says "please wait, completing instalation"
    I get the STOP: 0x00000124 (0x00000000, 0x84EAC348, 0xB2000040, 0x00000800)
    Then it says "UNCORRECTABLE HARDWARE ERROR"
    I have found a few people with the Stop error but it seems it happens much sooner in the process for them and they never mention this error. After hours of searching on the net I am desperate.
    Can anyone help me?
    I have a brand new Mac Mini with 4 gigs of ram. Using a brand new OEM Vista 32 Bit install dvd...
    Any help at all would be really appreciated.
    Thanks

    Hi
    Got the solution
    there exist a directory bin in the sapinstalaltion folder.
    There is a script  "cleanup" which did not have execute permission.
    Give it the excute permission,the instlation goes ahead.
    REgards
    Manoj

  • Reboot fails OS X 10.6.7 mac "error occurred during installation"

    Macbook pro wont install OS X 10.6.7 "error occurred during installation"

    Try this:
    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Now try reinstalling the 10.6.7 update.  Be sure you are using the Combo Updater.

  • Switch Executive with SCXI "an error occurred while attempting to access device"

    I get "an error occurred while attempting to access device" when trying to validate or use the test panel for my current configuration:
    PXI-1010 (PXI/SCXI combo chassis)
    PXI-4060 in the PXI rightmost slot
    SCXI-1129 in slot 1 of the SCXI portion
    Clean install of all NI software (2012 DS1 developer suite) and a reset of MAX configuration data after not getting this resolved previously.
    Because the SCXI-1129 is being controlled by the 4060 (legacy), I can't use DAQmx in NISE 3.5. So I'm stuck with IVI. I've configured everything in IVI so that I can at least add my device (SCXI_1129) into a new NISE virtual device. But when I go to validate or make a connection in the test panel within NISE, I get the above error.
    Am I configuring something incorrectly?
    Attachments:
    max_report.zip ‏93 KB

    Frank,
    Thanks for continuing to look at this issue. Here are my responses to your questions.
    1) You get an error when your driver setup string in in the General tab of your Driver Sessions is "1129/2-Wire Quad 4x16 Matrix"? Are you using a
    PXI-4060 in the right-most slot of a combo chassis. If you're using a DAQmx device, it's a whole different ball game. If you're not using a PXI-1010
    combo chassis, it's a different story too.
    2) I can't seem to find a way to cleanly export my IVI configuration files. Even the VI you wrote (Programmatically Export All Virtual Devices & IVI
    Configurations for NI Switch Executive) didn't copy the IviConfigurationStore files. So I manually copied them over and attached them. When I create
    my driver session, I type 3 things: the topology ("1129/2-Wire Quad 4x16 Matrix") in the driver setup string, "SCXI-1129" and "SCXI1::1" in the
    hardware tab (It would be "SCXI0::1" if the dip switches on the PXI-1010 were set to address 0, which is the default), and niSwitch in the software
    tab for the software module.
    3) The error I'm getting is the name of the post. "An error occurred while attempting to access device". It get this when validating my NISE virtual
    device when simulation is not checked. It's also peachy-keen for me when I simulate.
    4) See the screenshot.
    5) Production line down is par for the course for this lab due to how many people have messed with this station in an effort to bandage it over the
    years to keep product flowing. Long story, but there has one problem after another on this machine for a while with no owner. I'm now responsible for the automated tests on it. I'm adding new devices because I'm essentially starting from scratch so I know what's going on and can trust it. But apparently I'm either getting the same error they had before or it's a new one. I suspect it's the same one but it "used to work". I had another coworking here yesterday and he opened a phone SR, gave the information, and was told they'd get back to him. I haven't heard anything yet.
    Attachments:
    IVI export.zip ‏34 KB
    SCXI-1129 adding to NISE.JPG ‏36 KB

  • Can't play song in ipod with itunes. Error occured (-6999)

    Hello, I recently installed itunes on my new computer with windows 7 and I am unable to play the songs in my ipod through my itunes. At first when I plug in my ipod it begins to sync. I can see my entire playlist then but after a while syncing I can only see about 1/3 of all my songs. When i click on a song to play it has an exclaimation mark beside it and does not play.
    It then gives me an error messange, "the ipod cannot be synced. an unknown error occured (-6999)".
    Help please. My ipod can play with my old laptop on itunes just fine and they are using the same version of itunes.

    one month later Im still having this problem. I have a dell xps 1645 with the new i7 processor. it runs windows 7 on 64 bits

  • Oracle R12 Clone failing with RC-00118 Error occurred during creation of...

    Im encountering the above error message i have seen the below thread which looks like the same issue, i was wondering if someone could confirm if the clone process requires an off-line backup on the source system for the clone process to work. Currently i'm using a tape backup which runs overnight, the system is up at the time of backup.
    RC-00118: Error occurred during creation of database
    Thanks

    thanks for quick response, its a hot backup.
    the steps ive followed are
    1. adpreclone on source
    2. apps,db,inst directories deleted on destination. (after services have of course been shutdown)
    3. oracle variables removed from path
    4. backup restored from tape
    5. deleted program files/oracle/inventory directory
    6. on cmd window run set PERL5LIB=
    followed by perl adcfgclone.pl dbTier
    is there anything ive missed?

  • Installation of itunes 11.5.1 failed. I get the following message "errors occurred during installation before Itunes could be configured. Your system has not been modified. To complete the installation run the installer again. So I tired agian and again

    I went into control panel unistalled apple mobile device support, apple software update, apple application support,and bonjour. i have QuickTime 7.7.5 installed on laptop. I rebooted and tired again failed same error.  I removed the apple programs again went into registry and deleted any reference to apple or itunes. I deleted files in program x86 directory, common files. reboot reinstalled failed. any suggestions?
    Using 2 ipad airs need at least 11.1 cannot install new itunes but I can insta ll old versions but that will not work with new ipads..
    Windows 8

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Compilation failed due to timing violations, Getting Xflow error and resources over use.

    Hi,
    I am extensively using Fixed point math library functions which i have downloaded from NI website in my FPGA application.I am getting following errors while compiling the code.
    I would like to know is there any limitations in using fixed point functions?
    I am configuring all funtions as a 64 bit word length and 32 bit integer length in cofig parameter set up and all are outside the timed loop.
    Apart from below error it is occupieng LUT's 300% in one simple VI (mathematical calculations using fixed point functions).
    So i would like to know is there any way to optimize the code?.
    Status: Compilation failed due to timing violations.
    The compile process reported a timing violation.
    Suggestions for eliminating the problem:
      * For Timed Loops with timing violations
          - Reduce long arithmetic/combinatorial paths
          - Use pipelining within Timed Loops
          - Reduce the number of nested case structures
      * Reduce clock rates if possible
      * Recompile
    Refer to the LabVIEW Help for more information about resolving compilation errors. Click the Help button to display the LabVIEW Help.
    Compilation Summary
    Device Utilization Summary:
       Number of BUFGMUXs                        2 out of 16     12%
       Number of External IOBs                 214 out of 484    44%
          Number of LOCed IOBs                 214 out of 214   100%
       Number of MULT18X18s                     69 out of 96     71%
       Number of SLICEs                       4387 out of 14336  30%
    Clock Rates: (Requested rates are adjusted for jitter and accuracy)
      Base clock: 40 MHz Onboard Clock
          Requested Rate:      40.408938MHz
          Achieved Rate:       36.974044MHz    <<<=== Timing Violation

    lion-o wrote:
    The Fixed Point Library is certainly not a demo, and we encourage you to use it extensively.
    Really? "Demo" is perhaps too strong a word, but the NI Labs page says that the toolkits there "aren't quite ready for release" and are "experimental prototype"s. My understanding was that they work, but are only meant to show potential future products and get feedback on them. If this is not the case, perhaps the wording needs to be changed.
    I know I wouldn't want to be using something throughout my code and then find out that it is not supported when the next LV version came out because it was only a prototype. Can you promise support into the future for these? If you can't, that should be clearly stated.
    Try to take over the world!

  • HT6001 installation of itunes 11.5.1 failed. I get the following message "errors occurred during installation before Itunes could be configured. Your system has not been modified. To complete the installation run the installer again. So I tired agian and

    I went into control panel unistalled apple mobile device support, apple software update, apple application support,and bonjour. I rebooted and tired again failed same error.  removed the apple programs again went into registry and deleted and reference to apple or itunes. deleted files in program x86 directory, common files. reboot reinstalled failed. any suggestions?
    Using 2 ipad airs need at least 11.1 cannot new itunes but can insta;ll old versions but that will not work with new ipads..

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

Maybe you are looking for

  • How to create checkbox in mail content

    Hello, I have created a program to send mail. The requirement is to write some text in mail content along with pdf. The issue I am facing is that the mail content(body) should contain check boxes. At present the mail body fetches all text from SO10 s

  • HT4463 Mac OS X mountain lion, its get freeze at 52 mb.

    i'm trying to download the Mac OS X mountain lion, its get freeze at 52 mb. what should i do to solve that please ??

  • Flex Builder will not start

    I really need some help on this. Flex builder will not start. When I try to run it, I get the error: An error has occured. See the log file: <has a location to file>. When I open the file, I get an error log. I will post it to the end of this message

  • GPF in SQL*PLUS Copy Command?

    Hello, I'm getting a GPF and crash of SQL*Plus when I use the copy command. Seems like I used to be able to make it work if I tried logging on to the source database before the copy, but now even that won't work. I issue the command, it looks out ove

  • Error -43 on Time Machine

    Sounds like Leopard has some glitches! iPhoto suddenly 'disappeared off the Dock" and Applications...yikes! Had to "share" the application with another computer in the house and start again! Now it is behaving strangely. We read of TM filling HD's an