FDMEE - unable to load an erronous file

Hello,
I created an HFM and FDMEE application.
I was able to load a flat file, whose dimensions' values were identical to the metadata.
I tried loading a file with values that are not in metadata, to see a validation report, but I keep getting this:
BLANK............. Line is blank or empty.
NN................ Non-Numeric, Amount field contains non numeric characters.
TC................ Type Conversion, Amount field could not be converted to a number.
ZP................ Zero Suppress, Amount field contains a 0 value and zero suppress is ON.
SKIP FIELD.............. SKIP field value was found
NULL ACCOUNT VALUE.............. Account Field is null
SKIP FROM SCRIPT.............. Skipped through Script
[TC] - [Amount=NN]   L 0 1 0 8 1 4 0 1 4 0 , 1 1 1 0 1 0 0 0 , [ I C P   N o n e ] , [ N o n e ] , [ N o n e ] , [ N o n e ] , B a s e , 2 0 0 0 0 0 0
[BLANK] 
[TC] - [Amount=NN]  L 0 1 0 8 1 4 0 1 4 0 , 4 2 0 0 1 1 0 1 , [ I C P   N o n e ] , [ N o n e ] , l i l , [ N o n e ] , B a s e , - 2 0 0 0 0 0 0
Rows Loaded: 0
Rows Rejected: 3
2015-03-11 13:03:35,929 INFO  [AIF]: ERPI-105011:EPMERPI- ARCHIVE MODE: null
2015-03-11 13:03:35,929 INFO  [AIF]: ERPI-105011:EPMERPI- Start archiving file:
2015-03-11 13:03:35,929 INFO  [AIF]: ERPI-105011:EPMERPI- Archive file name: 6720141231.txt
2015-03-11 13:03:35,929 INFO  [AIF]: ERPI-105011:EPMERPI- Deleting the source file: Testload4.txt
2015-03-11 13:03:35,929 INFO  [AIF]: ERPI-105011:EPMERPI- File not deleted: \\Hfmap01\fdm\FRUTDEV\Testload4.txt
2015-03-11 13:03:35,945 INFO  [AIF]: ERPI-105011:EPMERPI- ImportTextData - End
2015-03-11 13:03:35,945 INFO  [AIF]: ERPI-105011:EPMERPI- Total time taken for the import in ms = 31
2015-03-11 13:03:36,085 INFO  [AIF]:
Import Data from Source for Period 'Dec 2014'
2015-03-11 13:03:36,101 INFO  [AIF]: Generic Data Rows Imported from Source: 0
2015-03-11 13:03:36,101 INFO  [AIF]: Total Data Rows Imported from Source: 0
2015-03-11 13:03:36,990 INFO  [AIF]:
Map Data for Period 'Dec 2014'
2015-03-11 13:03:37,006 ERROR [AIF]: Error: No records exist for Period 'Dec 2014'
2015-03-11 13:03:37,037 FATAL [AIF]: Error in CommMap.updateTDATASEG_T_TDATASEGW
Traceback (most recent call last):
  File "<string>", line 1775, in updateTDATASEG_T_TDATASEGW
RuntimeError: Error: No records exist for Period 'Dec 2014'
2015-03-11 13:03:37,037 FATAL [AIF]: Error in CommMap.updateTDATASEG_T_TDATASEGW
Traceback (most recent call last):
  File "<string>", line 1982, in updateTDATASEG_T_TDATASEGW
RuntimeError: [u"Error: No records exist for Period 'Dec 2014'"]
2015-03-11 13:03:37,115 FATAL [AIF]: Error in COMM Map Data
2015-03-11 13:03:37,115 INFO  [AIF]: FDMEE Process End, Process ID: 67
Not sure what it means and how I can test the mapping.
Please advise..
Thanks
Laila

Thanks for the quick response.
The flat file I load contained 2 rows (it was a test load).
The correct file, that I was able to import, validate and export to HFM included these 2 rows:
L0108140140,11101000,[ICP None],[None],[None],[None],Base,2000000
L0108140140,42001101,[ICP None],[None],[None],[None],Base,-2000000
The erroneous file that I wasn't even able to import included these 2 rows:
L0108140140,11101000,[ICP None],[None],[None],[None],Base,2000000
L0108140140,42001101,[ICP None],[None],lil,[None],Base,-2000000
The only difference is in one of the dimensions lil instead of [None].
I wanted the system to show me that the value wasn't mapped so it cannot proceed in the export to HFM.
Any ideas?
Thanks.

Similar Messages

  • Unable to load Site Control File

    Hello,
    The background :
    I am in the process of learning how to create a Management Pack for a distributed application in SCOM 2012 R2.</p><p>For this, I picked our SCCM Site server to use as an example. So, in short, am writing a management pack for SCCM 2007 Discovery.
    I know a management pack might already exist. I am trying to learn by using an architecture I'm familiar with so I need to create this from scratch.
    In order to discover SCCM Site installed on a server, I decided to use the SMS WMI namespace. By reading the
    SMS_ProviderLocation Instance, I am able to detect if the server has SCCM Site installed on it.
    My next step was to find out where the SMS database is hosted. I found
    ROOT\SMS\site_ABC\ namespace contains an instance of SMS_SCI_SiteDefinition where I can find the database name and server name which I can use to discover the other components of a distributed application.
    The problem :
    When I run the query Select * from SMS_SCI_SiteDefinition I get a generic error 0x80041001.
    More Information reveals the following:
    error description : " Unable to load site control file "
    error code : " 2160198400 (0x80c20300) "
    file name : " c:\qfe\nts_sms_fre\sms\siteserver\sdk_provider\smsprov\sspsitecontrolextractor.cpp "
    Now, I cannot find the QFE folder anywhere. The SCCM Site is working fine and the site_control_manager component has no errors. I can launch the SCCM console on that server without any errors and the site status messages do not contain any errors.
    Can someone please help me out with "detecting" an installed instance of SCCM site server using WMI? Is the above error cause for worry for the SCCM part of my brain?
    Thanks in advance for your guidance!

    Thanks for your response Don!
    The SMS_Site instance does not provide information of the database server and database name.
    The funny thing is when I browse use wbemtest to connect to root\SMS\site_XXX and enumerate classes, i do not find
    the SMS_SCI_SiteDefinition. 
    I find it when i enumerate recursively and can browse into the values. I'm not sure how could build a query against this now.
    Can anybody with a test instance of SCCM 2007 check this and let me know please?
    Everything you are looking for exist within WMI. You can use the documentation script as an example to get what you are looking for.
    http://www.enhansoft.com/pages/downloads.aspx
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Unable to Load Portable Collection File

    Hello, I created a Portable Collector and am trying to load this file into my Zenworks 7.5 (R12) but I keep getting the following error message when I use the wizard to import it:
    "There were problems loading 1 workstation inventory files. For details, refer to the Manager event log or the error log file from which you loaded data."
    I'm not sure where the Manager event log is nor the error log file that they're referring to. I checked the application and system event logs in MS event viewer but that showed nothing. I resorted to checking the install path event logs and found this in TSCMgrEvent20080617.log:
    <EVENT AT="6/17/2008 8:53:55 PM" SEVERITY="Info">
    Application Object Info at 6/17/2008 8:53:55 PM on KCAMOM09 by KCAMOM09
    Object Deleted
    [2.4.100] The object was deleted by another user or process.
    Class:"Collection Server"
    Name:"KCAMOM09"
    Database Persistence Layer Info in CDBPersister::Retrieve at 6/17/2008 8:53:55 PM
    Object Deleted
    [2.5.9] was deleted by another user.
    </EVENT>
    <EVENT AT="6/17/2008 8:53:55 PM" SEVERITY="Warning">
    ZENworks Asset Management Manager Warning at 6/17/2008 8:53:55 PM on KCAMOM09 by KCAMOM09
    Load Portable Collection Failure
    [2.8.100] Unable to load workstation inventory file: c:\91DA8A7A-FA60-47D4-9D9D-C8B5CB322DB1.wif.
    </EVENT>
    I check the inventory from the web console and the computer isn't even listed there. Can anyone shed any light? I've searched the forums and the KB and found nothing at all. I need to get this portable collector up by this weekend...any help would be greatly appreciated!
    - Tommy

    A couple of things... first, you MUST load a Portable Collection using the same Collection Server as created the Portable Collector. Second, it sounds very much like somehow your Portable.Ini has gotten dinged. That's not a file you can simply edit and save; if you try, ZAM will stop working. It needs to be updated in the File Store before it'll be accepted. That's a security measure to prevent outside influences from altering that file (as others) for nefarious purposes.
    Please contact Novell Technical Support and tell them that your Portable.Ini needs to be replaced. They'll send you a good copy of Portable.Ini and set you up with UpdateFS, which will register the good copy in your FileStore.
    Another possibility... are you running Oracle instead of MSSQL? It's possible that one or more filenames in the File Store are out of sync with their names in the DB. Oracle being case-sensitive, that's very very easy to do. Again, Novell Technical Support can help you through fixing it if it's true. It's not something that can be simply remedied by oneself.
    -- Tim --
    Originally Posted by tommytu
    I've tried creating a portable collector from the same machine and it seems to not work after installing IR12.
    I get the same message if I try to use a portable collector creating from another server (but changing the collectionserverOID in CPS.ini). Will this work? is there something else I have to change?
    I've noticed that when I create the portable collector, I only get the following files:
    checkpath.exe
    collect.bat
    coptset.kb
    cps.ini
    disk1.tsz (4.4 megs)
    end.bat
    fec.kb
    findst.exe
    ignore.dat
    lastprog.dsk
    logappnd.exe
    pextract.exe
    setcwd.tem
    spacew32.exe
    udf.kb
    zamstr.bat
    When I run this collector, I get a "COLLECT2.BAT is not recognized as an internal or external command."
    The collector that works has a bunch of other files including collect2.bat
    Any ideas?

  • O2cb_ctl : unable to load cluster configuration file while  RAC setup.

    OCFS2: unable to load cluster configuration file
    Hi,
    I installed OCFS2 successfully.
    I successfully install 3 RPMs.
    I am getting error while running ocfs2console to do cluster configuration.
    I tried to run this manully using "o2cb_ctl -C -n NODENAME -t node -a number=NODENUM -a ip_address=IPADDR -a ip_port=IPPORT -a cluster=CLUSTERNAME "
    this commnd. but getting error as
    "o2cb_ctl: Unable to access cluster service while creating node Could not add node "
    Then I edited this file manually and copied to another nodes using SCP. Then tried to use o2cg_ctl utility as
    # /etc/init.d/o2cb offline ocfs2
    # /etc/init.d/o2cb unload
    # /etc/init.d/o2cb configure
    Configuring the O2CB driver.
    Next, I configure /etc/ocfs2/cluster.conf:
    cluster:
    node_count = 2
    name = oracle
    node:
    ip_port = 7777
    ip_address = 140.187.222.222
    number = 1
    name = ocvmrh2053
    cluster = oracle
    node:
    ip_port = 7777
    ip_address = 140.187.222.222
    number = 2
    name = ocvmrh2051
    cluster = oracle
    Next, I try to load ocfs2 modules by command: o2cb load - everything messages is OK
    And I try switch ocfs2 cluster to online (by o2cb online oracle), write this error message:
    Starting cluster oracle: Failed
    o2cb_ctl: Unable to load cluster configuration file "/etc/ocfs2/cluster.conf"
    Stopping cluster oracle: Failed
    o2cb_ctl: Unable to load cluster configuration file "/etc/ocfs2/cluster.conf"
    I think both errors i get are due to same issue. Please kindly reply if anyone having idea.
    Thanks.
    Please anyone can help me to resolve this.
    Message was edited by:
    user596035

    provide output of this command from all OCFS2 nodes:
    ls -l /etc/ocfs2/cluster.conf
    Regards,
    Martin

  • Unable to load MTS (AVCHD) file

    I just installed Adobe Premiere Elements 12.
    When I try to imort ( load) a AVCD  (.MTS)  file  from my HD , I receive an error message :
    'unable to open the file ,  missing Codec '.
    Can someone help me how I can import these kind of files ?? ( saved on my harddisk) .
    Thanks

    Hello ,
    The JVC model is possible only available in Europe ??
    I do recording in AVCHD  compression  ( wich is the standard fort his camera ) always with a filename  .MTS
    The recorded frame saize is  1920 x 1080  at 50fps  ( european standard ).
    I have transferred one file (.MTS)  into my C-drive  -  same result !! the programm says that i have a missing codec .
    Apple quicktime  version 7.7 ( latest)  is running …
    On the thubnail in the folder panel  within premiere elements , I see a green screen with some flickering on top of the thubnail.
    Can You help me ??
    Thanks a lot,
    Rgds,
    Mike.
    Van: A.T. Romano [email protected]
    Verzonden: donderdag 7 november 2013 15:41
    Aan: mike devos
    Onderwerp: Unable to load MTS (AVCHD) file
    Re: Unable to load MTS (AVCHD) file
    created by A.T. Romano <http://forums.adobe.com/people/A.T.+Romano>  in Premiere Elements - View the full discussion <http://forums.adobe.com/message/5822968#5822968

  • Unable to load/play sound files using SoundEngine_LoadEffect

    Hi All,
    I am able to load/play sound files using SoundEngine_LoadBackgroundMusicTrack but unable to load/play sound files using SoundEngine_LoadEffect on iPhone Simulator. I am using the SoundEngine.h/cpp from Crash Landing. Oddly enough sound effects load and play succesffully when i start the app with 'Start with Performance Tool'. Does anyone know what is actually going on.
    Also i would like to know what is the difference between playing sound files using these two methods. What are the restrictions on individual sound file types for each method.
    Thanks

    I was able to load/run the sound effects after using Simulator - iPhoneOS 2.1 in the Active Target/Build drop down on Xcode toolbar. Both Active SDK, and Active Executable should be 2.1 in order to play the sound effects.

  • LMS 4.1 error unable to load the MIB file

    when load MIB file have error unable to load the MIB file Error: can't find RFC1155-SMI
    I can not find RFC1155-SMI.my Where I can find or download RFC1155-SMI.my
    Thank

    The following thread has RFC-1212.my in it. You can downlaod from there :
    https://supportforums.cisco.com/thread/174886
    Mostly all the Cisco MIB will be available @ :
    ftp://ftp.cisco.com/pub/mibs/v1/   OR ftp://ftp.cisco.com/pub/mibs/v2/
    The above you requested are non-cisco mib, which can be extracted either from RFC or they canbe found in some univerisites FTP or some free sites like oidview :
    http://www.oidview.com/mibs/detail.html
    -Thanks
    Vinod

  • Unable to load the flat file  from client  work station

    Hi,
    I am trying load a flat file (.CSV file)from my desktop (Client work station) and getting the following error.
    An upload from the client workstation in the background is not possible
    Message no. RSM860
    Diagnosis
    You cannot load data from the client workstation in the background.
    Procedure
    Transfer your data to the application server and load it from there.
    I have recd a .XLS file and then I have converted to .CSV file , which I saved in my desktop and trying to load the same.
    Please help me how to go about this?...
    Thanks in advance.
    Christy.

    Hi All,
    Again, I have tried to load the flat file from clint work station with direct loading..I have got the following errors..
    Errors : 1
    Record                                                  990: Contents '50,000' from Field /BIC/ZPLQTY_B Not Convertible in Type QUAN -> Long Tex
    like this i recd so many errors.
    ERROR : 2
    Error in an arithmetic operation in record 259     
    Please help me how to load the flat file successfully.
    If I hv to save the flat file in Appl server..how to do that..Please provide step by step instruction..
    Thanks
    Christy

  • Unable to load project (prel file)  into Premier Elements 7.0

    just installed 7.0 ..when attempting to load a project (slide show for play back on a DVD) created in Elements 3.0 .. get error that "The project could not be loaded, it may be damaged or contain outdated elements" .. I have no problem loading the same project in Elements 3.0. Also seems specific to this file, an other project create under 3.0 appears to load with out error. I  should point out that  the project that will not load was created in Elements 5.0 and exported over to Premier Element 3.0 to create a playable DVD .. the file that will load was created in Premier Elements 3.0 (not sure if that is significant but more information is better then less) .. any thoughts / suggestions would be appreciated ..thanks

    "The project could not be loaded, it may be damaged or contain outdated elements"
    Unfortunately, the last part of that error says it all. Something is used, that no longer is in PE7, or has been changed significantly. Could be an Effect, a Transition (though those usually just disappear, and the file still Imports - PrPro gives a warning, and tells you which Transition is missing, and the TimeCode of where it was used), or something else.
    If you have PE3, you can do two things:
    1.) finish the edit there and Export to your delivery format
    2.) Export a DV-AVI file and bring THAT into PE7
    Neither is quite as good as being able to Import the .PREL and work on it in PE7, but those are about the only choices that I see. Now, if you have any clue as to what the Effect (whatever) is, that's causing the problem, you *might* be able to open a COPY of the .PREL in WordPad, search for that Effect, eliminate reference to it, and then Save as a .PREL. That might be a lot of work, and might well destroy that COPY of the file - that's why you work on a COPY.
    Good luck,
    Hunt

  • Unable to load the '.jsp' file

    Hi all,
              We use Weblogic 8.1 sp3 and are devloping a struts based application.
              I have deployed my 'ear' file (containing a '.war' and a '.jar' file). We use struts. Our '.war' file, contains the pre-compiled 'jsp' classes (we have changed our web.xml to indicate that we are using pre-compiled jsps. I can show my web.xml file if you need).
              When I click on my 'submit' button, I see that my action class has been invoked and it's spitting out messages to the stdout. Everything looks fine. But, when it is trying to load the '.jsp', I get the following error.
              <b>
              Error 500--Internal Server Error
              javax.servlet.ServletException: [HTTP:101249][ServletContext(id=20736651,name=gta,context-path=/gta)]: Servlet class jsp_servlet._presentation._jsp.__link for servlet /presentation/jsp/Link.jsp could not be loaded because the requested class was not found in the classpath C:\bea\8.1sp3\user_projects\domains\gta\gtaServer\stage\_appsdir_gta_ear\gtaweb.war;C:\bea\8.1sp3\user_projects\domains\gta\.\gtaServer\.wlnotdelete\extract\gtaServer__appsdir_gta_ear_gta\jarfiles\WEB-INF\lib\commons-beanutils20573.jar;C:\bea\8.1sp3\user_projects\domains\gta\.\gtaServer\.wlnotdelete\extract\gtaServer__appsdir_gta_ear_gta\jarfiles\WEB-INF\lib\commons-collections20574.jar;C:\bea\8.1sp3\user_projects\domains\gta\.\gtaServer\.wlnotdelete\extract\gtaServer__appsdir_gta_ear_gta\jarfiles\WEB-INF\lib\commons-digester20575.jar;C:\bea\8.1sp3\user_projects\domains\gta\.\gtaServer\.wlnotdelete\extract\gtaServer__appsdir_gta_ear_gta\jarfiles\WEB-INF\lib\commons-fileupload20576.jar;C:\bea\8.1sp3\user_projects\domains\gta\.\gtaServer\.wlnotdelete\extract\gtaServer__appsdir_gta_ear_gta\jarfiles\WEB-INF\lib\commons-lang20577.jar;C:\bea\8.1sp3\user_projects\domains\gta\.\gtaServer\.wlnotdelete\extract\gtaServer__appsdir_gta_ear_gta\jarfiles\WEB-INF\lib\commons-logging20578.jar;C:\bea\8.1sp3\user_projects\domains\gta\.\gtaServer\.wlnotdelete\extract\gtaServer__appsdir_gta_ear_gta\jarfiles\WEB-INF\lib\commons-validator20579.jar;C:\bea\8.1sp3\user_projects\domains\gta\.\gtaServer\.wlnotdelete\extract\gtaServer__appsdir_gta_ear_gta\jarfiles\WEB-INF\lib\jakarta-oro20580.jar;C:\bea\8.1sp3\user_projects\domains\gta\.\gtaServer\.wlnotdelete\extract\gtaServer__appsdir_gta_ear_gta\jarfiles\WEB-INF\lib\jstl20581.jar;C:\bea\8.1sp3\user_projects\domains\gta\.\gtaServer\.wlnotdelete\extract\gtaServer__appsdir_gta_ear_gta\jarfiles\WEB-INF\lib\standard20582.jar;C:\bea\8.1sp3\user_projects\domains\gta\.\gtaServer\.wlnotdelete\extract\gtaServer__appsdir_gta_ear_gta\jarfiles\WEB-INF\lib\struts20583.jar;C:\bea\8.1sp3\user_projects\domains\gta\.\gtaServer\.wlnotdelete\extract\gtaServer__appsdir_gta_ear_gta\jarfiles\_wl_cls_gen.jar.
              java.lang.ClassNotFoundException: jsp_servlet._presentation._jsp.__link.
                   at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:824)
                   at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:535)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:373)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:463)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
                   at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:312)
                   at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
                   at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:274)
                   at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
                   at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:320)
                   at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
                   at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
                   at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                   at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
                   at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452)
                   at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
                   at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
              </b>
              I have looked in the '.war' file and it contains the above mentioned precompiled class (_link).
              Could anyone point me in the right direction??

    Hi,
              Could you check that whether the jsp file is placed in right place or not ?
              Regards
              Anilkumar kari

  • Unable to load up .pst files

    We are running older hardware, Dell Optiplex 780's.  They were all running XP and we used CM2012 to push out Windows 7 to each of them.   The OSD process, in a nutshell, does this.
    Format C:, install windows 7, apply 780 drivers from Dell, join domain, install apps like Office 2010 and some others.
    Once the machine is built you can log in and everything works.  We are running
    Office 2010.     Word, Excel, PowerPoint, Outlook etc...  But when you try to load up any .PST file it hangs and never loads the file.   We've waited over 30 min and it never loads.  We have tried both from a network
    share and having the .PST local and it still will not load.
    What should I look at to fix this?  Could the Dell Optiplex 780 be so old it does not fully support Office 2010?   
    mqh7

    Hi,
    First of all, please note Network Stored PST files are not recommended by Microsoft back in the very early age, please read the details in this blog below:
    Network Stored PST files ... don't do it!
    http://blogs.technet.com/b/askperf/archive/2007/01/21/network-stored-pst-files-don-t-do-it.aspx
    As for your local .pst files, here are some suggestions:
    1. Run Scanpst.exe to repair the possible damage in the .pst file, if you are using Office 2010 and Windows 7 as you mentioned, this application can be found in the following path:
    <disk drive>:\Program Files\Microsoft Office\Office14 (32-bit version of Windows)
    or <disk drive>:\Program Files\Microsoft Office(x86)\Office14 (64-bit version of Windows)
    For reference, we can read this Microsoft KB:
    http://support.microsoft.com/kb/272227/en-us
    2. Move the .pst file to a new location on local, check if then the .pst file can be accessed or opened. Please make sure the user has the proper permission of the folder in which the .pst file is stored. Please also make sure Outlook is run as
    administrator.
    If you get any error messages and other details that may be helpful, please kindly let me know.
    Regards,
    Melon Chen
    TechNet Community Support

  • Unable to load IOS bootable file in Aironet 1310

    Dear all,
    I am using Cisco Aironet 1310G-A-K9-R
    Radios for point to point communication. Actual Radio has come with IOS
    firmware version 12.3, but we are trying to upgrade it with 12.4 10b
    fireware, after we upgraded Firmware, we are able to open it in Internet
    Explorer, but we are getting a home page with different options. though we
    are able to telnet and configure it. So please send me a solution, how to
    configure it back to its original condition.
    In some Radios the IOS bootable file has got corrupted and we are unable to
    log into the Internet Explorer, we were only log through Console port and we
    are unable to reimage the Bootable image back. we are getting only
    Bridge:
    option....
    please send me a reply for both the issues.
    Thanks in advance
    Sam

    You can view a list of the contents of a file system before manipulating its contents. For example, before copying a new configuration file to Flash memory, you might want to verify that the file system does not already contain a configuration file with the same name. Similarly, before copying a Flash configuration file to another location, you might want to verify its filename for use in another command.like
    dir [/all] [filesystem:][filename] -display Display a list of files on a file system.
    show file system - display Display more information about each of the files on a file system.
    show file descriptors - Display a list of open file descriptors. File descriptors are the internal representations of open files. You can use this command to see if another user has a file open.
    Here is the URL for the Managing Firmware and Configurations
    http://www.cisco.com/en/US/docs/wireless/access_point/12.3_2_JA/configuration/guide/s32mfw.html#wp1002608

  • Unable to load the cap file to the JCOP card

    I develop my applet by JCOP IDE and it works well in the VM. But when I want to load it on my JCOP card, I face a problem. it can successful send the 1st 254 bytes, but always return 6A86 when send the second 254 bytes to the card.
    Status: Incorrect parameters (P1,P2)
    Error code: 6a86 (Incorrect parameters (P1,P2))
    Offending APDU: 6A86
    Wrong response APDU.
    I don't know why this happen. Can anyone show some light on that. Thank you in advance.

    Have you written your own loader for this ?
    What is the prompt "cm>" from, is that a standard Java Card tool ?
    Looking at the data I can see, its looks well formed. However when I wrote my own loader I found I could only send 239 bytes of data (255 - 16) otherwise I'd get an error. Maybe part of this is todo with the option of using M-DAP to MAC each APDU. FYI its a JCOP10 I'm using.
    Also my data was never concatentated, that is to say, check your 'FileSystem.cap' file with "unzip -tv FileSystem.cap" for the real CAP files. Each of these files never crossed an APDU boundary, the first one Header.cap (IIRC) is a small file, so my first APDU was less than 40 bytes of actual data (with C4 TLV data before it), certainly not 254 bytes.
    I'm not sure if this is allowed or not, I've plans to try it out soon and see myself since i've not read anything that says you can not do this.
    This is the only obvious difference I can see to other loader scripts and programs I have seen.

  • Unable to load next swf file in the browser.

    Hi,
    Im facing problem while loading the next swf file in the
    browser.
    I have divided my files and named it as 1.swf, 2.swf, and so
    on and i wrote the script 4 calling next swf.
    It is working when i called thru HTML in local system. When i
    upload into my server and called thru php, next file is not
    loading.
    Code in the button : :
    on (release)
    { loadMovie("2.swf", 0);
    Any ideas or suggestion?
    Help would be appreciated.
    thnq.

    I'd suggest looking that these notes
    1045941 - HTTP Client: Incorrect request URI II
    Note 1144511 - Blank screen when starting CRM WebClient or IC WebClient
    1244321 - Simplifying error analysis in CRM WebClient UI
    1242835 - IDES CRM 2007
    1168941 - Simplifying system setup  
    612670 - SSO for local BSP calls using SAP GUI HTML Control

  • Unable to load C:\program files\nokia\nokia pc sui...

    I am using
    windows Vista SP1 with first PC-suite 7,07 and now 7,0,8,2. and primarily use blootooth conection (however it also happen with usb connection)
    When i syncronise my 3110 classic or my 3500 classic the error shown above show up 5-6 times - but the tlf. and outlook syncronise when i click OK in the error message.
    I have used pc-suite a couple of years and newer had any problems like that.
    Solved!
    Go to Solution.

    Thank you very much ;o)
    At first i was a little confused since vista in danish do not have a "program files" folder (it is either "Programmer" or "Program data")
    After i - in "programmer\nokia" created a "nokia pc suite6" folder and in that a "lang" folder and copied the lang folder into it everything worked fine without any error )
    Again thank you for the help

Maybe you are looking for

  • Limitation on source group with services using ip address range

    Hello, I have an interface on CSS which I regard as public and another interface I regard as private. On the private interface is a server farm with private ip addresses. Since the server admin guys insisted the servers need to access internet just f

  • Apply OID search filter for Active Directory Export Sync Profile

    - currenlty we have active directory export profile working successfully - the filter we apply at OID side is SynchronizeToAD!=OID that means synchronize all ldap data that has a attribute value other than "OID" - This works very well Problem: - We n

  • Showing multiple Objects in a single row in Gantt Chart

    Hi, I am wokring on extending the cPro4.5 gantt chart. I have a tree hierarchy which I want to display on the Gantt Chart. But my need is to display all the children and its parent in single row i.e. in a new row bove the Poject row in the gantt tree

  • Seasonal + Trend forecast calculation

    all, We are using Consumption based planning with MRP type VV and Forecast model - X and material master maintained as below. For testing purpose, I have maintained past consumption for last 6 month as below screen shots. When I execute forecast from

  • Flash CS4 Text Layout Component Problem

    Hi, We are trying to use multiple instances (around 25) of Flash CS4 Text Layout Component in one file to display arabic text. It works fine for some random number of instances. However, it gives problem if that number increases (The text doesnt show