Microsoft Word Has Not Been Installed for the Current User

Hi, everybody
I'm just starting our attempt to put together ZfD app packages for MS Office 2007. I've tried 2 different route with poor results for each. I'm looking for guidance and suggestions and, hey really, the simple final solution. :)
Objectives: Each app package will install locally one of the Office apps (e.g., Word) if it is not installed and then launch it, otherwise it will launch it. It gets installed locally to the C: drive using all the MS default choices, but runs from the desktop ZEN/NAL shortcut. All desktops are XP, not Vista or W7.
Routes tried and failed...
1) Simple app, uses distribution and run scripts to figure out if already installed, then installs using network shared drive and config.xml file for just the one app. The result ought to work -- no particular error in the package, those are fixed -- but what happens is something different each time with the MS setup.exe, and it never does complete without its own error (various and different each time). So, this appears to be completely unreliable because launching MS's setup.exe from a simple app is unpredictable and incomplete.
2) Snapshot of a successful setup.exe and config.xml install. This ALMOST works... well it does in fact work but the snapshotted app gives an error once it finishes launching -- "Microsoft Word Has Not Been Installed for the Current User" -- and exits. From the research I've done on this message, the MS program sees the "wrong" Windows profile on the destination environment, compared to that in the snapshot, and figures it's now been installed from a bootleg copy of Office 2007.
At this stage all I can think of is expletives. We've paid for everything, I've followed all the usual and customary steps, played by the rules, been polite (and also used the necessary computer swear words), and now I just want to insult everyone in Microsoft's marketing department for ruining everyone's life yet again. Can't we just do this, is it too much to ask!?!
Please help me. What is really going to work for distributing and maintaining Office 2007 apps using our ZfD environment? ALL USEFUL SUGGESTIONS WELCOME. Thank you. Bless you.
-Kent S.
Be strong as a ship and wise as a whale

These questions are really best in the Microsoft Office Forums.
These are MS Office Questions not ZEN Questions.
Novell did not design Microsoft's Office Install.
I have nothing against snapshots, but it does not work great with the Office
installs, which you yourself know since you are posting here with problems
based on that.
And your other method you are trying with the break out is not working well.
We also know that from experience.
We can tell you that the way most people install it and the way most people
succeed doing it, is by doing it the way recommended and designed by
Microsoft.
ZEN does that just fine.
Craig Wilson - MCNE, MCSE, CCNA
Novell Knowledge Partner
Novell does not officially monitor these forums.
Suggestions/Opinions/Statements made by me are solely my own.
These thoughts may not be shared by either Novell or any rational human.
"KentFSmith" <[email protected]> wrote in message
news:[email protected]...
>
> Thank you, Grimlock (-Grimlock?-)
>
> Through a google search I encountered a very close suggestion, and the
> poster said they couldn't remember the name of a MS utility but that
> there was one that would break out the individual MSIs from the Office
> 2007 setup.exe bundle. The dependent app appears to be a simple and
> possibly elegant solution, but without a good way to break out the MSIs
> I don't see how to do anything other than with a config.xml ('Config.xml
> file in the 2007 Office system'
> (http://technet.microsoft.com/en-us/l.../cc179195.aspx)).
>
> Do you know of that utility and where I can find it?
>
> There is a lot of history here now of just doing the individual
> applications. Everyone gets Word and Excel, but much fewer get
> PowerPoint and Access. All other reasons aside, a compelling one is the
> reduced number of help calls to the Help Desk here. Occasionally we
> also just run the whole Office install for someone who needs some of the
> odd utilities, but that is easily cost-justifiable for us to break them
> out as exceptions. Otherwise, we focus 90% of our support on just Word
> and Excel and it pays off nicely.
>
> If we switch to putting full Office 2007 on all PCs then there may be a
> better approach that include other tools than ZfD, such as the fact that
> we replace 1/3 of all PCs in the organization each year (so that no
> hardware is more than 3 years "behind"). We could put 1/3 of all Office
> 2007 installs into the new PC image. But we still need to support all
> the use of the apps after the install, so ZfD MUST work well, it simply
> MUST work well or we're screwed, to use the vernacular. Also, just
> switching from what we've been doing for years -- single app orientation
> -- means introducing new-ish issues that have to discover and explain to
> our comrades, and to adjust our orientation with unknown future costs.
>
> But that may end up being the simplest adequate solution. And that's
> what I want.
>
> -K
>
> grimlock;1883526 Wrote:
>> Craig Wilson wrote:
>> > You should really focus on #1.
>> > Snapshot is not the way to go.
>> >
>> > Details about what is Not working or what random behavior may help
>> folks.
>> > Ask in the MS forums may help too. dont' mention zenworks.
>> > Just say you are installing as Administrator from a share and getting
>> these
>> > errors.
>> >
>> > While not 100% accurate, it should be good enough to get some good
>> feedback.
>> >
>>
>> Nor is installing 1 app at a time. Install the whole suite, have an
>> icon for each app that runs the exe for that app with a dependency on
>> the another app that points to the installer msi.
>>
>> If any user runs any app, it will run if the executable is there
>> (meaning it's been installed). If the executable is not there then it
>> calls the dependent application (the installer app) and installs it,
>> and
>> then runs it.
>
>
> --
> KentFSmith
> ------------------------------------------------------------------------
> KentFSmith's Profile: http://forums.novell.com/member.php?userid=2927
> View this thread: http://forums.novell.com/showthread.php?t=391573
>
>

Similar Messages

  • RTC-5230 - Location DEV_LOC has not been registered by the current user

    All,
    We have recently migrated our dev environment to new hardware and I need to change the OWB Location details to reflect this - I am now attempting to unregister the locations in the Control Center but am getting the following error:
    RTC-5230: Location DEV_LOC has not been registered by the current user
    Is there a view I can use to find out which user registered the Location?

    Look at this thread (steps for unregsitering location)
    Re: Unable to connect control center and start runtime service
    Regards,
    Oleg
    PS. Before using unregister_location.sql script unregister this location in Warehouse Builder Browser (Locations Report section).
    This prevent from displaying error "Location ... is registered in this repository" during execution this script

  • MDW Disk Usage for Database Report Error - A data source has not been supplied for the data source DS_TraceEvents

    Hello,
    On the MDW Disk Usage Collection Set report, I get the following error when I click on a database hyperlink.
    A data source has not been supplied for the data source DS_TraceEvents
    SQL profiler shows the following SQL statements are executed (I've replaced the database name with databaseX)
    1. exec sp_executesql N'SELECT
    dtb.name AS [Name]
    FROM
    master.sys.databases AS dtb
    WHERE
    (dtb.name=@_msparam_0)',N'@_msparam_0 nvarchar(4000)',@_msparam_0=N'databaseX'
    this returns zero rows as databaseX does not exist on my MDW central server, but is a database on a target server (i.e. one that is being monitored and uploaded into the MDW central server).
    2. USE [datatbaseX]
    this produces the following error:
    Msg 911, Level 16, State 1, Line 1
    Database 'databaseX' does not exist. Make sure that the name is entered correctly.
    why is the report looking for the database on my server?
    thanks
    Jag
    Environment: MDW (Management Data Warehouse) on SQL 2008 R2

    Hi Jag,
    Based on my test, while this database is offline, we will encounter this issue. This is because that while we click the certain database in “Disk Usage Collection
    Set” report, it will query some information with that certain database. If this database is offline, we will not access this database to acquire related information and generates this error.
    Therefore I recommend that you check the status of this database by using this system view:
    sys.databases. If it is not online, please execute
    the following statements in a new window to make this database to be online:
    USE master
    GO
    ALTER DATABASE <database name> SET ONLINE
    GO
    If anything is unclear, please let me know.
    Regards,
    Tom Li

  • GL account has not been assigned for the excise a/c in customization

    HI ,
    When i try to post MIGO for PO i am getting the following error message .Please help me to solve this issue
    GL account has not been assigned for CLEAR in customization
    Message no. 8I447
    Diagnosis
    GL account has not been assigned for the excise a/c in customization
    Procedure
    Assign GL a/c for the excise a/c in CIN customization under : Accounting -> Assign GL accounts to excise groups and transaction types
    Thanks & Regards,
    Senthil

    HI
    I have maintained as you mentioned but i am getting the same error message.
    Here i am using INT Charts of account and also i have one question when determining account for Excise whether we have to maintain CAIN charts of account please clarify me on this issue
    Give me a good solution for the above issue
    Thanks & Regards,
    Senthil.

  • Audit has not been enabled for the appshell

    Hi all,
    We are not able to access "manage audit data" systems says that > Audit has not been enabled for the appshell.
    we tried to check the status of the applications in the appshell, we can see that AuditON is set.
    What are the other possible areas we could check?
    Thanks

    Well, if it would be so "by design" maybe a message should popup informing the customer that the Data Audit cannot be enabled on Apshell for some reason (?). This would be a proper way. But in this case you receive an error page where it's quite impossible to understand which is the problem.
    I remember that there is also an internal message for this and it was recognized as a bug, but with a low priority.
    Regards,
    Simmaco

  • Variant "_$$audit-event-count" has not been declared in the current scope.

    I migrated my bpel process manager from Version 2.1.2 [oc4j linux] to 10.1.2.0.0 [using jboss as application server].
    The orabpel schema for 10.1.2.0.0 seems to be a bit different.
    I installed the new schema and then dumped all the data from my previous schema. I also successfully deployed the 2.1.2 processes onto 10.1.2 version.
    I can initiate a new instance of the process, however , the previously completed instances or not completed instances fail with the following error,
    16:28:06,061 INFO [STDOUT] <2006-01-31 16:28:06,061> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "instance manager": Variant not found.
    The variant "_$$audit-event-count" has not been declared in the current scope. All variants must be declared in the scope before being accessed.
    Any advice is greatly appreciated. Thanks.

    JScript is JavaScript.
    Ah, now there's part of the confusion :)
    If you're asking about a Windows Script Host (WSH) script, you don't have to declare stdin because it's part of the host.
    Ok... So if I understand you correctly, I'm actually programming in J(ava)Script on windows for WSH. Simply trying to call ReadLine fails as well, as it is not defined according to the compiler.
    Be specific: What are you trying to do? Tell what you want to do, not
    how you think it needs to be done.
    which brings me to my current issue: attempting to ReadLine() (in order to get the program to pause for a moment, from
    this example)
    I know I put up a pretty big wall of text back there, sorry about that.
    EDIT: Well, I think I've learned
    about J*script. It sounds like JScript and Javascript are more just versions of ECMAScript.

  • Identity Server has not been configured for this new user/group suffix

    Hi all
    I am having a problem trying to configure the Directory Server (5.2) for Messaging Server.
    My configuration is as follows:
    SJES Q12005
    Server 1 - Directory Server 5.2
    Server 1 - Access Manager (formerly Identity Server)
    Server 1 - Web Server 6.1
    I have successfully installed the above and can login to Access Manager.
    I next installed Calendar & Messengar Server on "Server 1". Upon running "comm_dssetup.pl" from /opt/SUNWcomds/sbin, I get the following error:
    "Identity Server has not been configured for this new user/group suffix"
    Copy and paste of what I entered:
    bash-2.05# perl comm_dssetup.pl
    Welcome to the Directory Server preparation tool for
    Sun Java(tm) System communication services.
    (Version 6.3 Revision 1.0)
    This tool prepares your directory server for use by the
    communications services which include Messaging, Calendar and their components.
    The logfile is /var/tmp/dssetup_20050830165940.log.
    Do you want to continue [y]:
    Please enter the full path to the directory where the Sun ONE
    Directory Server was installed.
    Directory server root [var/opt/mps/serverroot] : /opt/mps/serverroot
    Please select a directory server instance from the following list:
    [1] slapd-sunldap
    Which instance do you want [1]:
    Please enter the directory manager DN [cn=Directory Manager]: cn=DirMan
    Password:
    Detected DS version 5.2
    Will this directory server be used for users/groups [Yes]:
    Please enter the Users/Groups base suffix [dc=samplecompany-dev,dc=co,dc=uk] : ou=infrastructure,o=sampletown,dc=samplecompany-dev,dc=co,dc=uk
    There are 3 possible schema types:
    1 - schema 1 for systems with iMS 5.x data
    1.5 - schema 2 compatibility for systems with iMS 5.x data
    that has been converted with commdirmig
    2 - schema 2 native for systems using Identity Server
    Please enter the Schema Type (1, 1.5, 2) [1]: 2
    Identity Server has not been configured for this new user/group suffix
    You can opt to continue, but you will not be able to use
    features that depend on Identity Server
    Are you sure you want this schema type? [n]:
    I have entered my user group suffix exactly as specified during the Access Manager install (hence I am able to login as "amadmin").
    Looking at the LDAP logs to try and figure out whats going wrong I see its not getting hits on all searches it is performing:
    [30/Aug/2005:16:41:18 +0100] conn=299 op=159 msgId=161 - SRCH base="ou=services,ou=infrastructure,o=northampton,dc=dataforce-
    dev,dc=co,dc=uk" scope=1 filter="(|(&(numSubordinates=*)(numSubordinates>=1)(|(objectClass=*)(objectClass=ldapsubentry)))(obj
    ectClass=referral)(objectClass=organization)(objectClass=organizationalUnit)(objectClass=netscapeServer)(objectClass=netscape
    Resource)(objectClass=domain))" attrs="dn"
    [30/Aug/2005:16:41:18 +0100] conn=299 op=159 msgId=161 - RESULT err=4 tag=101 nentries=1 etime=0
    [30/Aug/2005:16:41:18 +0100] conn=299 op=160 msgId=162 - ABANDON targetop=NOTFOUND msgid=161
    [30/Aug/2005:16:41:18 +0100] conn=299 op=161 msgId=163 - SRCH base="ou=people,ou=infrastructure,o=northampton,dc=dataforce-de
    v,dc=co,dc=uk" scope=1 filter="(|(&(numSubordinates=*)(numSubordinates>=1)(|(objectClass=*)(objectClass=ldapsubentry)))(objec
    tClass=referral)(objectClass=organization)(objectClass=organizationalUnit)(objectClass=netscapeServer)(objectClass=netscapeRe
    source)(objectClass=domain))" attrs="dn"
    [30/Aug/2005:16:41:18 +0100] conn=299 op=161 msgId=163 - RESULT err=0 tag=101 nentries=0 etime=0
    [30/Aug/2005:16:41:18 +0100] conn=299 op=162 msgId=164 - SRCH base="ou=clientdata,ou=infrastructure,o=northampton,dc=dataforc
    e-dev,dc=co,dc=uk" scope=1 filter="(|(&(numSubordinates=*)(numSubordinates>=1)(|(objectClass=*)(objectClass=ldapsubentry)))(o
    bjectClass=referral)(objectClass=organization)(objectClass=organizationalUnit)(objectClass=netscapeServer)(objectClass=netsca
    peResource)(objectClass=domain))" attrs="dn"
    [30/Aug/2005:16:41:18 +0100] conn=299 op=162 msgId=164 - RESULT err=0 tag=101 nentries=1 etime=0
    [30/Aug/2005:16:41:18 +0100] conn=299 op=163 msgId=165 - ABANDON targetop=NOTFOUND msgid=164
    [30/Aug/2005:16:41:20 +0100] conn=299 op=164 msgId=166 - SRCH base="ou=services,ou=infrastructure,o=northampton,dc=dataforce-
    dev,dc=co,dc=uk" scope=1 filter="(|(objectClass=*)(objectClass=ldapsubentry))" attrs="objectClass numSubordinates ref aci"
    [30/Aug/2005:16:41:20 +0100] conn=299 op=164 msgId=166 - RESULT err=0 tag=101 nentries=41 etime=0
    [30/Aug/2005:16:41:28 +0100] conn=299 op=165 msgId=167 - SRCH base="ou=services,ou=infrastructure,o=northampton,dc=dataforce-
    dev,dc=co,dc=uk" scope=0 filter="(|(objectClass=*)(objectClass=ldapsubentry))" attrs="objectClass numSubordinates ref aci"
    [30/Aug/2005:16:41:28 +0100] conn=299 op=165 msgId=167 - RESULT err=0 tag=101 nentries=1 etime=0
    [30/Aug/2005:16:41:28 +0100] conn=299 op=166 msgId=168 - SRCH base="ou=services,ou=infrastructure,o=northampton,dc=dataforce-
    dev,dc=co,dc=uk" scope=1 filter="(|(&(numSubordinates=*)(numSubordinates>=1)(|(objectClass=*)(objectClass=ldapsubentry)))(obj
    ectClass=referral)(objectClass=organization)(objectClass=organizationalUnit)(objectClass=netscapeServer)(objectClass=netscape
    Resource)(objectClass=domain))" attrs="objectClass numSubordinates ref aci"
    [30/Aug/2005:16:41:29 +0100] conn=299 op=166 msgId=168 - RESULT err=0 tag=101 nentries=41 etime=1
    [30/Aug/2005:16:41:29 +0100] conn=299 op=167 msgId=169 - SRCH base="ou=iplanetamauthservice,ou=services,ou=infrastructure,o=n
    orthampton,dc=dataforce-dev,dc=co,dc=uk" scope=1 filter="(|(&(numSubordinates=*)(numSubordinates>=1)(|(objectClass=*)(objectC
    lass=ldapsubentry)))(objectClass=referral)(objectClass=organization)(objectClass=organizationalUnit)(objectClass=netscapeServ
    er)(objectClass=netscapeResource)(objectClass=domain))" attrs="dn"
    [30/Aug/2005:16:41:29 +0100] conn=299 op=167 msgId=169 - RESULT err=0 tag=101 nentries=1 etime=0
    [30/Aug/2005:16:41:29 +0100] conn=299 op=168 msgId=170 - ABANDON targetop=NOTFOUND msgid=169
    [30/Aug/2005:16:41:29 +0100] conn=299 op=169 msgId=171 - SRCH base="ou=iplanetamauthldapservice,ou=services,ou=infrastructure
    ,o=northampton,dc=dataforce-dev,dc=co,dc=uk" scope=1 filter="(|(&(numSubordinates=*)(numSubordinates>=1)(|(objectClass=*)(obj
    ectClass=ldapsubentry)))(objectClass=referral)(objectClass=organization)(objectClass=organizationalUnit)(objectClass=netscape
    Server)(objectClass=netscapeResource)(objectClass=domain))" attrs="dn"
    [30/Aug/2005:16:41:29 +0100] conn=299 op=169 msgId=171 - RESULT err=0 tag=101 nentries=1 etime=0
    [30/Aug/2005:16:41:29 +0100] conn=299 op=170 msgId=172 - ABANDON targetop=NOTFOUND msgid=171
    [30/Aug/2005:16:41:29 +0100] conn=299 op=171 msgId=173 - SRCH base="ou=iplanetampolicyconfigservice,ou=services,ou=infrastruc
    ture,o=northampton,dc=dataforce-dev,dc=co,dc=uk" scope=1 filter="(|(&(numSubordinates=*)(numSubordinates>=1)(|(objectClass=*)
    (objectClass=ldapsubentry)))(objectClass=referral)(objectClass=organization)(objectClass=organizationalUnit)(objectClass=nets
    capeServer)(objectClass=netscapeResource)(objectClass=domain))" attrs="dn"
    [30/Aug/2005:16:41:29 +0100] conn=299 op=171 msgId=173 - RESULT err=0 tag=101 nentries=1 etime=0
    [30/Aug/2005:16:41:29 +0100] conn=299 op=172 msgId=174 - ABANDON targetop=NOTFOUND msgid=173
    [30/Aug/2005:16:41:29 +0100] conn=299 op=173 msgId=175 - SRCH base="ou=iplanetamauthenticationdomainconfigservice,ou=services
    ,ou=infrastructure,o=northampton,dc=dataforce-dev,dc=co,dc=uk" scope=1 filter="(|(&(numSubordinates=*)(numSubordinates>=1)(|(
    --More--(83%)
    The list goes on.
    Can anyone give me any pointers?
    Thanks

    Hi
    Thanks for your reply!
    I did mis-type, my mistake - sorry about that.
    If I dont over-ride the default it works, I've pretty much got the whole setup working now but I'm not particularly over the moon about the way the ldap tree is setup, I'd like finer granuality as we are going to attempt to get syncronization working with AD.
    I have an idea about how I'd like to set up our Mail/Calendar/LDAP infrastructure the 2nd time around (I'm just testing at the mo) - so I might have a question or two for you if you dont mind taking a look when you have a minute?
    Thanks Jay

  • TS4268 My iMessage has not been working for the past week and a half (4/26/13)

    My iMessage stopped working about a week and a half ago (today is 4/26/13), even when connected to my home WiFi.  My fiance is having the same problem with his iMessage.  Both of our iMessage and FaceTime accounts are "active" according to our iPhone settings.  Friends who live across the country (we're in the USA) have asked us why we've stopped using iMessage. Please, HELP!!!

    Thanks for the reply.  I tried that, then updated my phone (which restarts everything).  Those steps seem to have fixed the problem for now.

  • CENVAT Determination has not been maintained for the material

    Hi Experts,
    I am getting the above Warning Message while posting the GR.
    Kindly give your inputs.
    Regards
    Pratap

    In J1ID , u have to  maintain the cenvat determination with input (rawmat) and output (FG mat) details against ur plant
    ref the link
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/207dd2ad-bf92-2b10-a88b-e3a4a01ca7fc

  • Word has not been started on this computer

    I have the Adobe Technical Communication Suite and Microsoft
    Office 2007 installed on my office computer. My operating system is
    Windows Vista. In RoboHelp HTML, I have been trying to generate
    printed documentation through the Single Source Layouts, but I
    receive the following error message every time: "Microsoft Word has
    not been started on this computer. Launch Word and click the 'Start
    using Microsoft Word' option before generating Printed
    Documentation again."
    I have indeed opened Word--many times in fact--and I don't
    see an option for "Start using Microsoft Word," so I'm stumped.
    I am an administrator on the computer, and I installed both
    Office 2007 and TCS, in that order, on my system.
    In attempting to resolve the problem, I have
    - Tried to generate printed documentation for both old and
    new projects
    - Tried generating .doc, .docx, and .pdf files.
    - Uninstalled TCS and Office 2007 and reinstalled them, with
    Office 2007 first and then TCS.
    - Enabled all macros in Word 2007.
    - Removed PDFMaker.dot, according to the suggestion on in the
    Print Issues section of Peter Grainge's Web site.
    None of these attempts has corrected the problem.
    Interestingly, though, I can import a Word file into my RoboHelp
    HTML project just fine.
    If anyone has any suggestions for how to resolve this
    problem, I would be most grateful.

    I've got it! As you assume, Peter, is has to do with the roaming profile. The RoboHelp templates were in the roaming profile (C:\Users\xxx\AppData\Roaming\Microsoft\Templates - where xxx ist my user name) but in Word they were not activ. I could activate them in Word (in Word-Options / Add-Ins / Manage ... go to) but when I restart Word, they were inactive again.
    Now I changed in Word-Options/Extended/General button "path for files" the path for "user templates" and "startup" to directories outside the roaming profile (i.e. c:\robohelp\startup). I copied the RoboHelp Templates (PrintDoc.dot, Style Mapping.dot and RoboHook.wll) to the new "startup"-directory. I started Word and now the RoboHelp templates were active!
    ThenI started RoboHelp HTML and tried to generate printed documentation - and now it worked For a short time I could see a message like "waiting for register VBA macros". I think that was the most important thing. But I don't know what happend in the background (couldn't find anything in the registry) Now I changed the path back to my originally roaming profile-directories - and the "printed documentation" still works!
    Best wishes
    Olaf
    P.S.:
    I use the German version of Word 2007, so maybe my translations are not correct - sorry
    German (what I saw)
    my translation
    Word-Optionen
    Word-Options
    Add-Ins
    Add-Ins
    Verwalten ... Gehe zu
    Manage ... go to
    Erweitert
    Extended
    Allgemein
    General
    Dateispeicherorte
    Path for Files
    Benutzervorlagen
    user templates
    AutoStart
    Startup
    I believe, in other cases the start of "RoboHelp for Word" did the same thing - register the VBA macros - Don't know, why it didn't worked in my case

  • AFS ARun: sales order not been selected for the allocation run.

    Hi,
    I am setting up the Purchase-to-Order (similar to Indiv PO item sales order) Process for SAP AFS.
    When doing the Allocation Run (trx J3AT) after Goods receipt of Sales order stock, I get an error that ARun terminated because no requirements were selected. The delivery check report (/AFS/LIEF_CHECK) indicates that the sales order has not been selected for the allocation run.
    For this process, I have set-up an Allocation type with
    1.     Requirement selection that does not exclude MTO/PTO orders
    2.     Set-up stock selection which includes physical stock type for MTO/PTO orders to the customer special stock MSKA with the segment KALAB.
    Can someone suggest what I may have missed?
    Regards,
    PD

    Hi Pankaj, I have same exact issue. How did you fix this ?
    Thanks,
    Mahesh

  • GL account has not been assigned for  in customization

    GL account has not been assigned for  in customization
    Message no. 8I447
    Diagnosis
    GL account has not been assigned for the excise a/c in customization
    Procedure
    Assign GL a/c for the excise a/c in CIN customization under :    Accounting ->  Assign GL accounts to excise groups and                   transaction types

    Hello ,
    SPRO --. LOGISTICS GENERAL -. TAX ON GOODS MOVMENT -
    > India -
    . Act determination -
    > 1) Define GL ACTS
    2) Define Act types for T. COde
    3) Define GL Act For Transaction and excise Groups
    This settings are done by the Fi consultant.
    FOr the Transaction Type DLFC you got to define the various debit and credit accounts.
    Also in the nest transaction you got to assign the various GL acounts for the Transaction type DLFC :
    Assign GL a/c for the excise a/c in CIN customization under : Accounting -> Assign GL accounts to excise groups and transaction types
    thanks
    deepak

  • GL account has not been assigned for PLAAED in customization

    Dear Guru's,
    When i enter into the Transaction code J2IUN, system is giving following error message-
    GL account has not been assigned for PLAAED in customization
        Message no. 8I447
    Diagnosis
         GL account has not been assigned for the excise a/c in customization
    Procedure
         Assign GL a/c for the excise a/c in CIN customization under :
        Accounting ->  Assign GL accounts to excise groups and
        transaction types
    Please guide me to resolve this problem.
    Regards,
    Vs

    In the description of the error itself
    Procedure
    Assign GL a/c for the excise a/c in CIN customization under :
    Accounting -> Assign GL accounts to excise groups and
    transaction types
    you could find the solution.
    Under CIN customization Logistics-General => Accounting => Assign GL accounts to excise groups and transaction types.  There check whether you have assigned the required G/L Account to your excise group.
    thanks
    G. Lakshmipathi

  • Error message:this version of itunes has not been localized for this language. please run the english version

    Error message received when trying to open Itunes. This version of Itunes has not been localized for this language. Please run the english version.

    Let's try a repair install of iTunes.
    Restart the PC first.
    If you're using Vista or 7, now head into your Uninstall a program control panel, select "iTunes" and then click "Repair".
    If you're using XP, head into your Add or Remove Programs control panel, select "iTunes", and click "Change". Select "Repair" and click "Next" as per the following screenshot:
    Can you launch your iTunes now?

  • Safari 7.0 (v9537.71) has not been tested with the plugin LastPass 1.75.0 (v1.75.0). As a precaution, it has not been loaded. Please contact the plugin developer for further information.

    I get the following message whenstarting Safari
    Safari 7.0 (v9537.71) has not been tested with the plugin LastPass 1.75.0 (v1.75.0). As a precaution, it has not been loaded. Please contact the plugin developer for further information.
    i have removed the plugin, but the message is still around
    and the last version i had installed was the most recent version of last pass VERSION 3.0.17
    anything i can do to fix that?
    thanx
    js

    Uninstall SIMBL as follows. Back up all data before making any changes.
    Triple-click anywhere in the line below on this page to select it, then copy the text to the Clipboard by pressing the key combination command-C:
    /Library
    In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V), and press return. A folder will open. From that folder, delete the items listed below (some may be absent.) You may be prompted for your administrator login password.
    Application Support/SIMBL
    InputManagers/SIMBL
    LaunchAgents/net.culater.SIMBL.Agent.plist
    ScriptingAdditions/SIMBL.osax
    Log out and log back in.
    Make sure you never reinstall SIMBL. It’s likely to come bundled with another third-party system modfication that depends on it. If you want trouble-free computing, avoid software that makes miraculous changes to other software, especially built-in applications. The only real exception to that rule is Safari extensions, which are mostly safe, and are easy to get rid of when they don’t work. SIMBL and its dependents are not Safari extensions.

Maybe you are looking for

  • How do I undo a dual boot?

    I have a machine running win 8.1. I used Keith Mayer's instructions to setup dual boot with server 2012 R2 core with Gui. I would like to undo this and return to single boot. I have tried to run Diskpart and find the Vdisk and detach it. The system s

  • How to get the index of table row without selection?

    Hi all, I have an table designed in XML view.Now i have added an change method for qty cell "valqty". When user inputs the qty in the cell and press enter this method is triggered now I want to know which index of the table is currently edited.Throug

  • Approach for managing Store IDs

    Hi, What is a good approach for managing the IDs used for accessing the different application stores (Windows Phone Store, Itunes store, Google Play Store ...) when rolling out a mobile device solution such as Windows Intune? Is it something that a u

  • Tax condition types in sd

    Could anyone can explain about the following taxes, and at what scenario the appropriate tax condition need to be used. if there is any link or blog please share . Excise Conditions: JASS     IN A/R BED JEXP     IN A/R BED JEXQ     IN A/R BED JEAP   

  • Evernote and Dropbox that work on iOS 6?

    Hi, can somenone please send me the files for the versions of Evernote and Dropbox that work on iOS 6? I've got an iPhone 3GS, I can't upgrade it to iOS 7 and the new versions of the apps are iOS 7 exclusive. The thing is, as I have never downloaded