"Template import error: No VM configure file found" on brand new setup

Previously, I posted Console does not launch OVM 3.1.1, Win7x32 Firefox15/IE8 - Empty .jnlp file which was about VM Console not launching. Since this is a new installation, and it seemed to be a unique problem, I scratched the whole installation and started again from scratch. Everything, including the NFS file server, was re-installed from scratch CD OS installation.
The process is pretty straightforward once you're used to it, and in less than three hours I was ready again to import my first template (a template I had imported before). But now, I submit the the request, and almost immediately the process aborts. (You can see in the information below, that 1 second passes between the Import request (06:32:36) and the failure.)
Thing is, it takes about three minutes, even locally on the web server, to get an index of that large file (tar tzf), and at completion, the vm config file is listed.
Am I misreading the error? My web searches for enlightenment found only one good hit on this error, and in that case it appeared to be an "out of space" issue. In this case, though, I'm importing a 5GB tarfile into a 390GB, otherwise-empty file system, so I don't think that is the issue. The failure in ovs-agent.log is below. What other information may I provide to get to the bottom of this? (Thanks for any guidance/help, of course!)
[2012-10-31 06:31:40 3341] DEBUG (monitor:36) Cluster state changed from [Heartbeating] to [DLM_Ready]
[2012-10-31 06:31:40 3341] INFO (notification:67) Notification sent: {CLUSTER} {MONITOR} Cluster state changed from [Heartbeating] to [DLM_Ready]
[2012-10-31 06:31:40 3338] INFO (notification:193) Sending notification: {CLUSTER} {MONITOR} Cluster state changed from [Heartbeating] to [DLM_Ready]
[2012-10-31 06:31:48 4914] DEBUG (service:77) discover_cluster: ()
[2012-10-31 06:31:48 4914] DEBUG (service:85) discover_cluster: call completed.
[2012-10-31 06:32:03 4926] DEBUG (service:77) storage_plugin_mount: ('oracle.generic.NFSPlugin.GenericNFSPlugin', {'status': '', 'admin_user': None, 'admin_host': None, 'uuid': '0004fb00000900003cf41964f3476788', 'total_sz': 0, 'admin_passwd': '******', 'storage_desc': '', 'free_sz': 0, 'access_host': 'filesrv.ps.***.com', 'storage_type': 'FileSys', 'alloc_sz': 0, 'access_grps': [], 'used_sz': 0, 'name': '0004fb00000900003cf41964f3476788'}, {'status': '', 'uuid': 'fc3564eb-ce8b-489c-96bc-df6de2cc8a11', 'ss_uuid': '0004fb00000900003cf41964f3476788', 'size': '330279518208', 'free_sz': '330075340800', 'state': 2, 'access_grp_names': [], 'access_path': 'filesrv.ps.***.com:/mnt/ps_big/repo/repo', 'name': 'nfs:/mnt/ps_big/repo/repo'}, '/OVS/Repositories/0004fb0000030000659e0ce6f2ecfb55', None, True, [])
[2012-10-31 06:32:03 4926] INFO (storageplugin:108) storage_plugin_mount(oracle.generic.NFSPlugin.GenericNFSPlugin)
[2012-10-31 06:32:03 4926] DEBUG (NFSPlugin:353) cmd = ['mount', '-t', 'nfs', 'filesrv.ps.***.com:/mnt/ps_big/repo/repo', '/OVS/Repositories/0004fb0000030000659e0ce6f2ecfb55']
[2012-10-31 06:32:03 4926] DEBUG (service:85) storage_plugin_mount: call completed.
[2012-10-31 06:32:03 4931] DEBUG (service:77) add_repository: ('filesrv.ps.***.com:/mnt/ps_big/repo/repo', '0004fb0000030000659e0ce6f2ecfb55')
[2012-10-31 06:32:03 4931] DEBUG (service:85) add_repository: call completed.
[2012-10-31 06:32:36 4972] DEBUG (linux:847) async call function: import_template
[2012-10-31 06:32:36 4975] DEBUG (service:77) import_template: ('0004fb0000030000659e0ce6f2ecfb55', '0004fb0000140000fdc18a572a244015', ['http://aspire/pstop/OVM_EL5U7_X86_64_TOOLS8_52_06_PVM.tgz'])
[2012-10-31 06:32:37 4975] INFO (notification:74) async_proc_prog: notification {ASYNC_PROC} progress PID 4975 status {'OBJECT': 'template', 'TOTAL_OBJECT_COUNT': 1, 'CURRENT_OBJECT_COUNT': 1, 'TOTAL_BYTES': 0L, 'CURRENT_BYTES': 613L, 'OPERATION': 'download'}
[2012-10-31 06:32:37 4975] INFO (notification:67) Notification sent: {ASYNC_PROC} progress PID 4975
[2012-10-31 06:32:37 3338] INFO (notification:193) Sending notification: {ASYNC_PROC} progress PID 4975
[2012-10-31 06:32:37 4975] ERROR (service:96) catch_error: Template import error: No VM configure file found.
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/agent/service.py", line 94, in wrapper
return func(*args)
File "/usr/lib64/python2.4/site-packages/agent/hypervisor/xenxm.py", line 1041, in import_template
raise RuntimeError('Template import error: %s' % err)
RuntimeError: Template import error: No VM configure file found.
[2012-10-31 06:32:37 4975] DEBUG (linux:879) ovs_async_proc: pid 4975 status 1 output Template import error: No VM configure file found.
[2012-10-31 06:32:37 4975] INFO (notification:67) Notification sent: {ASYNC_PROC} exit PID 4975
[2012-10-31 06:32:37 3338] INFO (notification:193) Sending notification: {ASYNC_PROC} exit PID 4975
[2012-10-31 06:32:39 4987] DEBUG (service:77) storage_plugin_listFileSystems: ('oracle.generic.NFSPlugin.GenericNFSPlugin', {'status': '', 'admin_user': None, 'admin_host': None, 'uuid': '0004fb00000900003cf41964f3476788', 'total_sz': 0, 'admin_passwd': '******', 'storage_desc': '', 'free_sz': 0, 'access_host': 'filesrv.ps.***.com', 'storage_type': 'FileSys', 'alloc_sz': 0, 'access_grps': [], 'used_sz': 0, 'name': '0004fb00000900003cf41964f3476788'}, True)
[2012-10-31 06:32:39 4987] INFO (storageplugin:108) storage_plugin_listFileSystems(oracle.generic.NFSPlugin.GenericNFSPlugin)
[2012-10-31 06:32:39 4987] DEBUG (NFSPlugin:142) ENTER: listFileSysytems()
[2012-10-31 06:32:39 4987] DEBUG (NFSPlugin:257) EXIT : listFileSysytems()
[2012-10-31 06:32:39 4987] DEBUG (service:85) storage_plugin_listFileSystems: call completed.
[2012-10-31 06:32:39 5005] DEBUG (service:77) discover_pool_filesystem: ()
[2012-10-31 06:32:39 5005] DEBUG (service:85) discover_pool_filesystem: call completed.

How did you get the template to where you staged it?
I'd say the template is corrupt or you only have a partial template.
I did notice the call to the template is based on the short name of the host. Can you confirm the VM manager can access the http path via short name?

Similar Messages

  • Please help--------------Error instantiating EM configuration files

    I got the error that
    "enterprise manager configuration failed due to the following error:
    Error instantiating EM configuration files
    Refer to the log file at C:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\orcl\emConfig.log for more details.
    You can retry configuring this database with Enterprise Manager later by manually running C:\oracle\product\10.2.0\db_1\bin\emca script."
    I ran the script manually but didnt work. Then I ran script emctl.bat and it gave me following errror:
    Error: Environment variable ORACLE_SID not defined. Please define it.
    Pls note that every thing was working fine two days ago. But suddenly I can not access EM. So uninstall Oracle, delete orale directory, reinstall oracle, but still got same problem. Can any one help? (I looked at some of the questions on EE already answered, but they didnt solve my problem either)
    Note: OS is Window Vista

    finally found solusion from web, let us share it:
    http://www.scribd.com/doc/225225/Uninstalling-Oracle
    because i did clean oracle completely. this is very common problem when you delete and reinstall oracle.
    L

  • ERROR ITMS-9000: "Unmanifested file found : "file name".epub:/iTunesArtwork" at Book (MZItmspBookPackage)

    ERROR ITMS-9000: "Unmanifested file found : "file name".epub:/iTunesArtwork" at Book (MZItmspBookPackage)
    I am having the above error message at the last step of submitting an ebook to the ibookstore.  . 
    A call to apple did not yield any solution.  It was suggested to me that I contact itunesconnect by email.  As it is I have been waiting for about a month now to get responses to the emails I sent to itunesconnect and the ibookstore about another issue.
    Anyone has a solution to this?  if you so, please let me know.
    Thank you.

    https://discussions.apple.com/message/17782799#17782799
    I thinks this link will help solve your issues. It worked for mine.

  • ERROR INSTALLING OC4J CONFIGURATION FILES

    Hi,
    Steps:
    1. Downloaded Oracle11g Rel2 from download.oracle
    2.Installed Software only option and completed installation on my laptop Windows7 ultimate. Selected Enterprise Version, unchecked OLAP,DATA MINING.
      Error message during installation, some files missing .jar files. I have opted to ignore and continue and finally got success installation message.
    3.Configured DB using DBCA.
    4.Able to connect as SYS, SYSTEM.
    Problem.
    I tried to reconfigure DB using DBCA for OEM, received the msg
    ERROR INSTALLING OC4J CONFIGURATION FILES. The summary error log is here.   Appreciate any help.
    java.io.FileNotFoundException: C:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\jms.xml (The system cannot find the file specified)
    java.io.FileNotFoundException: C:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\rmi.xml (The system cannot find the file specified)
    CONFIG: Could not find or correctly parse file C:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\http-web-site.xml in searching for tag web-site with attribute port
    java.io.FileNotFoundException: C:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\http-web-site.xml (The system cannot find the file specified)
    java.io.FileNotFoundException: C:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\server.xml (The system cannot find the file specified)
    Mar 8, 2014 9:15:42 AM oracle.sysman.emcp.EMDBCConfig instantiateOC4JConfigFiles
    CONFIG: Failed to set value in server.xml for application-server tag
    Mar 8, 2014 9:15:42 AM oracle.sysman.emcp.EMConfig perform
    oracle.sysman.emcp.exception.EMConfigException: Error instantiating OC4J configuration files
    CONFIG: Could not find or correctly parse file C:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\jms.xml in searching for tag jms-server with attribute port
    java.io.FileNotFoundException: C:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\jms.xml (The system cannot find the file specified)
    CONFIG: Could not find or correctly parse file C:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\OC4J_DBConsole\config\rmi.xml in searching for tag rmi-server with attribute port
    thanks
    Ram

    Hi,
    Seems you have not extracted downloaded zip files into same directory. In that case you get error like
    java.io.FileNotFoundException:
    /Disk2/database/stage/Components/oracle.rsf.hybrid/11.1.0.6.0/1/DataFiles/filegroup12.jar (A file or directory in the path name does not exist.)
    java.io.FileNotFoundException:
    /Disk2/database/stage/Components/oracle.rsf.hybrid/11.1.0.6.0/1/DataFiles/filegroup5.jar (A file or directory in the path name does not exist.)
    Also after installation dbca will throw error.
    Try the below
    For AIX platform:
    unzip in the same folder
    $ mkdir 1120
    $ mv aix.ppc64_11g_database_1of2.zip  1120
    $ mv aix.ppc64_11g_database_2of2.zip  1120
    $ cd 1120
    $ unzip aix.ppc64_11g_database_1of2.zip
    $ unzip aix.ppc64_11g_database_2of2.zip 
    $ cd database
    $ ./runInstaller
    This is true for all platforms on which you get two .zip files to download
    For Windows 64 bit example on 11.2.0.1 you can do the following  :
    - create a directory C:\tmp\1120
    - copy winx64_11g_database_1of2.zip and winx64_11g_database_2of2.zip under  C:\tmp\1120
    - unzip winx64_11g_database_1of2.zip and winx64_11g_database_2of2.zipunder  C:\tmp\1120
    Thanks,
    Krishna

  • Error: no kernel source files found

    Trying install avira- it need's Dazuko. Installing Dazuko (yaourt -S dazuko):
    error: no kernel source files found
    Help please
    Last edited by litemotiv (2010-08-25 11:30:31)

    The package build points to a directory that doesn't exist:
    kernel source in /lib/modules/2.6.34-ARCH/source... no
    kernel build source in /lib/modules/2.6.34-ARCH/build... no
    kernel build source in /usr/src/linux... no
    kernel source in /usr/src/linux... no
    error: no kernel source files found
    This package hasn't been updated for almost 2½ years, you will have to report this to the package maintainer: http://aur.archlinux.org/packages.php?ID=3779

  • Importing mailbox - no valid mail files found

    Hi
    I'm having problems importing a mailbox from my back-up on a CD-ROM. I click on 'Import Mailbox' and choose 'mail for os x' and then the folder which ends '*.mbox'. I then get an error which says, 'No valid mail files found'. Within that mailbox I can see messages ending *.emix but it just won't work.
    Can anyone help me to restore these emails?
    Thanks.

    Back up one directory level and select the Mailboxes folder (/Home/Library/Mail/Mailboxes/) instead. You should then get a listing of available mailboxes from which you can import. Uncheck those you don't want to import.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • Saving master page in search template throws error "UserAgent not available, file operations may not be optimized"

    Hi Folks,
    I was trying to save basic search template master page "seattle.master" after making change to the template.
    I have added just "CompanyName" folder and update the line below in seattle.master.
    Change is this : <SharePoint:CssRegistration Name="Themable/CompanyName/corev15.css" runat="server"/>
    When I save it, and refresh page on browser, it shows "Something went wrong" error.
    ULS says the following error : "UserAgent not Available, file operation may not be optimized"
    Pls let us know if there is a solution.
    Any help Much appreciated !
    Thanks,
    Sal
    

    Hi Salman,
    Thanks for posting this issue, 
    Just remove this below given tag and check out. It might be happened that your control is conflicting with others. 
    Also, browse the below mentioned URL for more details
    http://social.msdn.microsoft.com/Forums/office/en-US/b32d1968-81f1-42cd-8f45-798406896335/how-apply-custom-master-page-to-performance-point-dashboard-useragent-not-available-file?forum=sharepointcustomization
    I hope this is helpful to you. If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Import error with MPEG-2 files: Brorsoft Video Converter to Apple Prores.

    Hi,
    The Brorsoft Video Converter software gives me an 'import error' message when I attempt to import files from a folder on my desktop. That folder contains many mpg files (MPEG-2 Video, AC3). Those files in the folder on my desktop came from a Sony video camera.
    I need to convert those mpg files to Apple Prores 422 HQ so I can then edit them in Apple Final Cut Pro X.
    But when I go to import those mpg files into the Brorsoft Video Converter software, it comes up with a message saying: 'import error', indicating that the Brorsoft Video Converter software does not understand the type of file.
    I am on Mac OS X Version 10.6.8.
    I've emailed Brorsoft support but I don't think English is their first language – they've emailed back to me asking for clarification of the problem. And I need the problem fixed as I have to edit this video for someone that has many waiting customers.
    Could something have changed in the files when I copied them from the video camera to the desktop?
    Thanks in advance.
    Cheers,
    Paul

    Hi Tom,
    Thanks for your prompt reply. I was using a friend's video camera – I've just texted him for the exact model of Sony video camera. I didn't yet have the Brorsoft Video Converter software when I had to give the video camera back to my friend. So, I copied the files off the video camera to my desktop.
    It records onto an internal hard drive. And yes you're right, I don't need to go HQ. I also tried plain Apple Pro Res. That didn't work either. It comes up with 'Import error' message, so it seems like it just doesn't understand the file type.
    When I go 'Get Info' on one of the files off the camera, it tells me it is an 'MPEG-2 video, AC3' file.
    I'll try and get MPEG Streamclip like you suggested and see if that works.
    Thanks again.
    Cheers,
    Paul

  • Attempting to Boot From, no configuration file found

    I started digging out some of these older desktops and the first one has me stumped.
    HP d3225 Minitower XP Pro
    When I insert usb I get this message: No default or usb configuration directory found. Can someone advise please?
    Thanks in advance!!

    Does this happen only when the USB devices are inserted and is the PC booted or are you trying to boot from USB?
    {---------- Please click the "Thumbs Up" to say thanks for helping.
    Please click "Accept As Solution" if my help has solved your problem. ----------}
    This is a user supported forum. I am a volunteer and I do not work for HP.

  • Dirty environment found on brand new machines

    Hi
    I'm doing a deployment purely from USB onto a brand new machine and after the first reboot following the OS installing I get an error about dirty enviroment found. The google results all point to this being due to files left over from a previous deployment
    but this is happening to brand new machines.
    The USB drive is the first boot device and I'm trying to install Windows 8.1 using MDT 2013.
    If I dont make the USB first boot device, after the OS install it just boots into Windows and fails to carry on.
    Any suggestions?
    Thanks
    Chris

    I'm not 100% sure about what the problem is from your question.
    However, as a general rule of thumb... you should never make the USB device the 1st boot device in the BIOS of a computer (For security reasons and others), instead most (good) BIOS/Firmware makers supply the ability to temporarily boot to any device. For
    my Dell and HP devices, I press F9, for Lenovo I press the blue THinkVantage button, for my ASUS Motherboard devices, I enter the BIOS via "DEL" and select the boot device there.
    IF you change the boot order in MDT, and reboot without changing the boot order back, the BIOS will boot back into WinPE, instead of booting into the OS.
    If you are still having problems, remove all the \_SMS* and \MININT folders from the machine and restart.
    If you are still having problems, copy the newest bdd.log file from the machine (search everywhere), and copy to a public site like SkyDrive, and share the link.
    Keith Garner - keithga.wordpress.com

  • HT4796 System information shows files on my brand new MBP that I can't see anywhere in Finder?

    I'm brand new to Mac's. Very good with PC's but don't know my way around these machines very well. Bought a brand new pro today and started to do migration assistant at startup to transfer my itunes music and films from my windows pc to my mac over my network. I left it for 15 minutes and the bar didn't even move (transferring like 60gb) so I thought screw this and cancelled it on my pc (can't cancel on mac) and that canceled it on my mac too. I started over to just do my music as that's all that I really needed (10GB). Again it took too long so I canceled and thought I'd do it later and continued to set up my new mac. I then went into about this mac and under storage it says I have a load of files (below) but I can't find anything in Finder so where are they and are they some of my files that transferred over before I cancelled or are they system files (seems excessive to me to have over a gig of audio)
    Also when I go into finder and show all my files all I can see is this
    so where are all them files?
    Not tech savvy with Mac at all btw but I will be soon as I learn fast and am generally very good with computers

    No, it is normal. As I have said, there is a large quantity of system files that come with your mac. 1.22gb of music covers default ringtones, alert sounds, etc. 5gb of apps covers the default applications included with your mac. The movies and photos are probably icons and other media included in applications. You really have nothing to worry about.
    If this was a decade ago you would and should worry, however things seem to be progresively getting larger.

  • EBS 12.1.3 VM Template import error

    This error is reproduced on an Oracle VM 3.1.1 platform (VM Manager plus one VM Server). Not patched.
    Downloaded Oracle E-Business Suite Release 12.1.3 Vision Demo Database Tier Install X86 (64 bit) (part 1 of 8) till (part 8 of 8) from eDelivery web site
    Extracted and concatenated all tgz files to OVM_OL5U6_X86_64_EBIZ12.1.3_DB_VIS_PVM.tgz
    Moved the tgz file to /var/www/html so it becomes available through Apache HTTP.
    See the steps below
    unzip /tmp/V25323-01.zip
    unzip /tmp/V25324-01.zip
    unzip /tmp/V25325-01.zip
    unzip /tmp/V25326-01.zip
    unzip /tmp/V25327-01.zip
    unzip /tmp/V25328-01.zip
    unzip /tmp/V25329-01.zip
    unzip /tmp/V25330-01.zip
    cat OVM_OL5U6_X86_64_EBIZ12.1.3_DB_VIS_PVM.tgz.0 OVM_OL5U6_X86_64_EBIZ12.1.3_DB_VIS_PVM.tgz.1 OVM_OL5U6_X86_64_EBIZ12.1.3_DB_VIS_PVM.tgz.2 OVM_OL5U6_X86_64_EBIZ12.1.3_DB_VIS_PVM.tgz.3 OVM_OL5U6_X86_64_EBIZ12.1.3_DB_VIS_PVM.tgz.4 OVM_OL5U6_X86_64_EBIZ12.1.3_DB_VIS_PVM.tgz.5 OVM_OL5U6_X86_64_EBIZ12.1.3_DB_VIS_PVM.tgz.6 OVM_OL5U6_X86_64_EBIZ12.1.3_DB_VIS_PVM.tgz.7 > OVM_OL5U6_X86_64_EBIZ12.1.3_DB_VIS_PVM.tgz
    mv OVM_OL5U6_X86_64_EBIZ12.1.3_DB_VIS_PVM.tgz /var/www/html
    Open VM Manager 3.1.1
    Select the Storage Repository of some 450 GB size
    Select VM Template
    Click on the Import icon
    Enter
    Server: OVMserver.domain.com
    VM Template: http://VM_Manager_IPaddress/OVM_OL5U6_X86_64_EBIZ12.1.3_DB_VIS_PVM.tgz
    The import process kicks off fine and starts downloading. Goes on for about 10 minutes and suddlenly stops with the following error message:
    curl#18 - "transfer closed with 9775718875 bytes remaining to read"
    " on server "44:45:4c:4c:5a:00:10:37:80:33:b6:c0:4f:38:33:4a" associated with object "cfgFile_0004fb0000140000f11a6a059c7c9768"
    I tried few times and I consistently got the exact same error message.
    Worth mentioned that I did manage to import the EBS Apps VM Template OVM_OL5U6_X86_64_EBIZ12.1.3_APPS_VIS_PVM.tgz without any issues. might be because it was smaller size tgz file (8.9GB instead of 30.4 GB)
    It looks as though there is a import size limit thereshold or something or maybe the file is corrupted. Don't know
    Any help would be much appreciated.
    Edited by: user11982744 on Sep 3, 2012 2:20 PM

    It looks as though there is a import size limit thereshold or something or maybe the file is corrupted. Don't knowI do not think there is a size limit.
    Have you tried to download the file again using a different browser (or using a download manager)?
    Can you extract the tgz file with no issues?
    If you still have the same issue, then I would suggest you log a SR.
    Thanks,
    Hussein

  • Import error while running configuration wizard for ESR setup

    Hi, I am trying for this for last two days. but not able solve this.
    I am getting the error at the final stage of the configuration
    Error message is below
    Importing XI content
    Description
    Exception in step "INVOKEIMPRTCNTNT"
    Exception details : com.sap.aii.util.misc.api.ResourceException: Connection to system Integration Builder using application CMS-Transport lost. Detailed information: Error accessing "http://INLD50046921A:50000/rep/cmstransport/int?" with user "ESRCMSCE1". Response code is 500, response message is "Internal Server Error"
    I tried two or three times I got the same error then i canceled.
    Now I am not able to start the configuration process gain.
    Any body who has completed the configuration process please help me in this.
    Regards
    Satya

    Hi,
    I think the problem can be solved by downloading from the marketplace and importing the content manually.
    Here is a description of the process:
    http://help.sap.com/saphelp_nwesrce/helpdata/en/44/5755451622311ee10000000a155369/content.htm
    The exception was because we didnt have the needed files (correct me if I am wrong) (The import can be done before or after running the configuration wizard)
    Best regards,
    V S

  • Variable not set (error 91)/Error during import (error 102)/execut bat file

    We are on BO 11.5.0.0 and using the COM SDK with Visual Basic to run multiple reports (sometimes multiple flavors of the same report) through a bat file.
    If we run the reports single-threaded through the bat file, the reports run fine.  However, if multiple versions of the bat file start at approximately the same time, we get one of two errors:
    91 Object variable or With block variable not set
    102 Error during import document -
    Here's the part of the code with the problem:
    Dim BOapp As busobj.Application
    Dim receiveDoc As busobj.Document
    Set BOapp = New busobj.Application
    BOapp.Interactive = False
    BOapp.Logon strUser, strPass, strFromSystem, "Enterprise", False, False
    BOapp.Visible = False
    Set receiveDoc = BOapp.Documents.OpenFromEnterprise(strFromRep, strFromFolder, boFolder)
    receiveDoc.SaveAs (strDocumentPath & strFromRep & ".REP")
    Values for the following variables are passed in from the bat file:
    strUser
    strPass
    strFromSystem
    strFromRep
    strFromFolder
    strDocumentPath
    If it fails on the OpenFromEnterprise statement, we get the 102 error.
    If it fails on the SaveAs statement, we get the 91 error.
    Running it through debug hasn't helped, since we are running only one report.
    Any thoughts on what could be going wrong?
    Thanks in advance

    I have tried this running the VB code on my desktop (outside of the bat file) and nothing out of the ordinary occurs.  The VB code runs fine with only one occurrence.
    I had seen on other posts "ThisDocument" and didn't know if it would be applicable in this situation.  I also wasn't sure how it should be used based on the rest of my code.  Would "ThisDocument" make a difference?
    Thanks again

  • Tdm importer error when opening tdms file

    I am getting a error when trying to open a tdms file that had been opened by labview, written to, and then closed. The error is:
    USI encountered an exception:
    (175):Error while initializing interface
    I can sort of understand this error occuring when I have the file open in labview (actually I consider this to be a bug since there is no reason why another application should not be able to access a file in read only mode even if it is currently open by another application)
    but in my case I am definitely closing the tdms reference and it still will not import unless I stop the top level vi.

    It is a known bug that if you open a TDMS file with an option other
    than "read-only", no other process can get access to that file, even if
    it is just for reading. The issue is filed as CAR#  49794JWJ
    (status: fixed). This only applies if the file is still open, which you
    commented on, but which doesn't appear to be your actual problem.
    Apparently, you are using the Storage VIs to handle your TDMS files,
    otherwise you couldn't get a USI exception. Have you tried opening your
    file with the TDMS File Viewer on the TDM Streaming palette? If that
    doesn't work, please provide us with your TDMS file, and if possible,
    your VI. This would be a problem that we're not aware of at this point.
    Thank you,
    Herbert

Maybe you are looking for

  • Posting details could not be determined

    Hi Experts I got this error when i was trying to post payment Advice automatically. Can you let me know what was missing in the configuration. Posting details not found (entry AOLI 1 ) Message no. F8106 Diagnosis No posting details could be determine

  • Keypad not working in game

    My keypad, only when playing Diablo 2, does not work properly. I have to press and hold ALT and then press a key for it to work how its supposed. can someone help me out?

  • Filter Question 4: Sharpen's Luminosity option

    When using the very basic Sharpen filter (not the FX Plug one), the Luminosity option appears to be unchecked by default. FCP Help doesn't seem to offer any suggestions as to when it would be appropriate to turn it on. With the very small amount of S

  • ESS 60.2 in EP7  with ECC 5.0 issue

    Hello All, I am facing some issue in implementing ESS Busines Package in EP7 sp9. Landscape: we have EP 7 with sp8 - ESS business package 60.2 installed (separate box) we have WAS 6.40 with sp10 - ESS 100 sp6 and PCUI GP 100 sp6 installed (separate b

  • X I     Material

    Hi All,   would you be so kind to send me the PDF based on TBIT40 (XI foundations), TBIT41 (Mapping Concepts), TBIT42 (Adapters Concepts), TBIT43 (Business Process Management Concepts), TBIT44 (Mapping, Adapters and BPM), TBIT50-55. [email protected]