Error message when assign task profile

Hi Expert,
SAP system 4.0B, i create a new activity group in PFCG and assign responsibility in it.
I already generate the responsibility and when i assign to user id in SU01 error message come out.
Profile for activity group not yet generated                                                                               
Message no. 01 070                                                                               
Diagnosis                                                                               
You are assigning a user with an activity group. Although this activity 
     group already has a designated profile name, the profile has not yet been
     generated.                                                                               
System response                                                                               
The user does not yet have the designated profile.                                                                               
Procedure                                                                               
Use the Profile Generator if you want to generate a profile. Remember   
     that you that you must execute a user comparison once you have generated
     the profile.                                                            
As i already generate the activity, why the system still say that the activity group not yet generated?
Please advice.
Thanks
regards,
ng chong chuan

Hi  Alex Ayers,
The error when double click, there was nothing pop up.
After generation in SUPC for responsibility RY type and the status show "Generation here not allowed/possible".
SAP version 4.0B.
Please advice.
Thanks.
regards,
ng chong chuan

Similar Messages

  • Error message when assigning WLAN Anchors

    Hi All,
    I'm creating two guest networks via WCS4.2 (one wired, one wireless), but when I assign the anchor controller (at the foreign controller) to either of them this message appears when I click save:
    [ServletException in:/pages/configure/wlan/wlanConfigDetail.jsp] No bean found under attribute key wlanConfigForm'
    Also on the wireless LAN config on the anchor controller states it has two anchors even though only one controller address is assigned to it.
    Any light shed would be very welcome.
    Thanks and Regards,
    Scott

    Hi Richard,
    I decided to concentrate on one at a time (the wired one first) but never considered doing it directly from the WLCs. I'll try deleting all of the config and starting over.
    In the current config the part that seems to be at fault now is the internal DHCP, the debugs suggest that the controller is relaying the request rather than responding to it. If I can't get it to work after reconfiguring it I reckon I'll have to resort to an external DHCP server.
    Funny though - the n+1 number of anchors seems to have righted itself.
    I'll report back ASAP.
    Thanks
    Scott

  • Getting error message when i am trying to update the excel file using script task in ssis package

    Hi Guys,
    I am getting error message when I am trying to update the excel. Please find the error messages as below
    Error at Update File [Update File]: Failed to compiled scripts contained in the package. Open the package in SSIS Designer and resolve the compilation errors.
    Error at Update File [Update File]: BC30002 - Type 'Microsoft.Office.Interop.Excel.Application' is not defined., ScriptMain.vb, 32, 32
    Error at Update File [Update File]: BC30002 - Type 'Microsoft.Office.Interop.Excel.Workbook' is not defined., ScriptMain.vb, 33, 25
    Error at Update File [Update File]: The binary code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully.
    Warning at Update File [Update File]: Found SQL Server Integration Services 2008 Script Task "ST_050fcae972904039b4f0fe59b7528ece" that requires migration!
    and the code that   I am using is
    Dell - Internal Use - Confidential
    ' Microsoft SQL Server Integration Services Script Task
    ' Write scripts using Microsoft Visual Basic
    ' The ScriptMain class is the entry point of the Script Task.
    Imports System
    Imports System.Data
    Imports System.Math
    Imports Microsoft.SqlServer.Dts.Runtime
    Imports Microsoft.Office.Interop.Excel
    <System.AddIn.AddIn("ScriptMain", Version:="1.0", Publisher:="",
    Description:="")> _
    <System.CLSCompliantAttribute(False)> _
    Partial
    Public Class ScriptMain
    Inherits Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
    Enum ScriptResults
                Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success
    Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
    End Enum
    Public Sub Main()
            Dts.TaskResult = ScriptResults.Success
    'Dim proc As System.Diagnostics.Process
    'kill all instances of excel
    'For Each proc In System.Diagnostics.Process.GetProcessesByName("EXCEL")
    ' proc.Kill()
    'Next
    Dim excelnacomm As
    New Microsoft.Office.Interop.Excel.Application
    Dim wbnacomm As Microsoft.Office.Interop.Excel.Workbook
            wbnacomm = excelnacomm.Workbooks.Open("http://test.xlsx")(renamed
    the excel)
            wbnacomm.RefreshAll()
            wbnacomm.Save()
            wbnacomm.Close()
            excelnacomm.Quit()
            Runtime.InteropServices.Marshal.ReleaseComObject(excelnacomm)
    End Sub
    End
    Class
    Please let me know what could be the reason
    Smash126

    Download:
    Microsoft Office 2010: Primary Interop Assemblies Redistributable
    How to: Add or Remove References By Using the Add Reference Dialog Box  /  How to:
    Add and Remove References in Visual Studio (C#)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • I keep getting the 'Profile missing or inaccessible' error message. I've tried some of the advice given to others but none of it is working for me. I've tried opening the Profile Manager but I get the same error message when I try to do that.

    Since yesterday when trying to use Firefox I've been getting error 'Profile missing or inaccessible'.
    I've tried uninstalling & reinstalling it & from looking at advice to others with this problem I tried to access the Profile Manager but when I try to do that I again get the Profile missing error message.

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Error message: User has no profile definition

    Hello,
    When I try to run a custom transaction (related to SU assignment- program SAPLSHL2), I get an error message
    " User has no profile definition"
    Could you please explain what it means and how it could be corrected?
    The SU53 analysis shows authorization checks to be successful.
    Thanks in advance!

    you are getting error bcoz of the program below,
    Form  USER_OWN_DATA
    read data of active user into header line of lrf_wkqu
    FORM USER_OWN_DATA CHANGING LRF_WKQU LIKE LRF_WKQU.
      CALL FUNCTION 'L_USER_DATA_GET'
           EXPORTING
                I_UNAME        = SY-UNAME
           TABLES
                T_XUSER        = XUSER
           EXCEPTIONS
                NO_ENTRY_FOUND = 01.
      IF SY-SUBRC = 0.
        READ TABLE XUSER WITH KEY STATU = VER_ON.
        IF SY-SUBRC = 0.
          MOVE-CORRESPONDING XUSER TO LRF_WKQU.
        ELSE.
          MESSAGE E191 WITH SY-UNAME.
        ENDIF.
      ELSE.
        MESSAGE E192 WITH SY-UNAME.
      ENDIF.
    ENDFORM.                               " USER_OWN_DATA

  • This copy of Microsoft Office 2013 cannot be used on a computer running Terminal Services" error message when you try to open the Click-to-Run version of an Office 2013 program or suite on a terminal server

    Hi All,
    I have Citrix VDI (Virtual Desktop Infrastructure) Implemented
    in my company and installed few Applications on App Server lets say.... MS Office 2013, filzialla, putty, etc...
    I assigned these apps to the users through CITRIX STUDIO, when I try to use these apps. on VDI everything is working fine only when i tried to open Word, Excel or Powerpoing, outlook it throws error as 
    ""This copy of Microsoft Office 2013 cannot be used on a computer running Terminal Services" error message when you try to open the Click-to-Run version of an Office 2013 program or suite on
    a terminal server"" and apps gets closed.
    Please help me on this ASAP.
    Thanks & Regards,
    Sachin Shinde

    Hi,
    As mentioned in ths article below, run for Office 365 products on to a Remote Desktop Session Host server is not supported. You can install Office products for Office 365 to a virtual desktop, but the virtual desktop must be assigned to a single user.
    http://technet.microsoft.com/en-us/library/jj219423(v=office.15).aspx
    Regards,
    Melon Chen
    TechNet Community Support

  • Error message when inserting table into JSP

    I am using JDEV 10.1.3.3 and am getting the following error message when I try to create a table in a form on a jsp:
    "Could not complete get pdusage from application because it would result in an invalid document".
    Here is the stack trace:
    oracle.bali.xml.model.XmlReadOnlyException: read-only on commit
         at oracle.bali.xml.model.XmlModel.__precommitTransaction(XmlModel.java:2676)
         at oracle.bali.xml.model.XmlContext.__precommitTransaction(XmlContext.java:1519)
         at oracle.bali.xml.model.XmlContext.__commitTransaction(XmlContext.java:1549)
         at oracle.bali.xml.model.XmlModel.__requestCommitTransaction(XmlModel.java:2717)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:575)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:555)
         at oracle.bali.xml.model.task.StandardTransactionTask.__commitWrapperTransaction(StandardTransactionTask.java:413)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:203)
         at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:98)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager.fetchUnderTransaction(JDevTransactionManager.java:110)
         at oracle.adfdt.view.common.binding.provider.ADFBaseProvider.<init>(ADFBaseProvider.java:34)
         at oracle.adfdtinternal.view.faces.binding.provider.ADFIteratorModelProvider.<init>(ADFIteratorModelProvider.java:46)
         at oracle.adfdtinternal.view.faces.binding.provider.ADFCustomTableModelProviderFactory.createModelProvider(ADFCustomTableModelProviderFactory.java:64)
         at oracle.adfdtinternal.view.common.binding.datatransfer.ADFBindingsProviderInfo.getData(ADFBindingsProviderInfo.java:40)
         at oracle.adfdtinternal.view.common.binding.datatransfer.BaseADFDataInfo.getData(BaseADFDataInfo.java:35)
         at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.getTransferData(ADFBindingUtils.java:1087)
         at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.getTransferModelProvider(ADFBindingUtils.java:1111)
         at oracle.adfdtinternal.view.common.binding.datatransfer.ADFDocumentFragmentCreatorInfo.createDocumentFragment(ADFDocumentFragmentCreatorInfo.java:63)
         at oracle.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.java:96)
         at oracle.bali.xml.model.datatransfer.operation.PerformOperationAction.actionPerformed(PerformOperationAction.java:39)
         at oracle.bali.xml.share.ActionProxy.actionPerformed(ActionProxy.java:47)
         at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy.actionPerformed(DropMenuInvoker.java:235)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    Hi,
    obviously you try to drag and drop a component to a place where it breaks the document. Make sure the table is added to the JSP body. Have a look at the page sources for existing syntax problems - e.g. missing close elemenents or misplaced elements
    Frank

  • Error Message when we create a Service Ticket in SAP CRM 2007

    Hi All we are having a serious production issue when we create a S.Ticket in SAP CRM 2007 We get the following error message we are not trying to send any information to R/3 We have a planned go live this saturday. So any help would be greatly appreciated.
    An error occurred in system EDIES during account assignment
    Message no. CRM_ORDER_MISC 060
    Diagnosis
    Errors occurred when assigning an account assignment object to a business transaction. To view the error message, see the accompanying log file.
    Transfer Log
    No controlling type could be determined (Notification E IAOM 012)
    No controlling type could be determined (Notification E IAOM 012)
    Regards
    Sathya

    Hi,
    I have looked into your issue.
    For this service ticket, kindly check the Org Unit maintained in Transaction and table OFIC_BILLORG_SRV are same. If not same kindly make changes in the following path in SPRO.
    ==> SAP Implementation Guide
    ==> Customer Relationship Management
    ==> Organizational Management
    ==> Cross-System Assignment of Organizational Units
    ==> Assign Billing Units to Service/Sales Organizations
    If the above information is not helpful kindly take a look at note 861116.
    I hope this helps.
    Regards,
    Venkat

  • Error message when importing data using Import and export wizard

    Getting below error message when importing data using IMPORT and EXPORT WIZARD
    Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    <dir>
    <dir>
    Messages
    Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Could not allocate a new page for database REPORTING' because of insufficient disk space in filegroup 'PRIMARY'.
    Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.".
    (SQL Server Import and Export Wizard)
    Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.  The "Destination - Buyer_.Inputs[Destination Input]" failed because error code 0xC020907B occurred, and the error row disposition on "Destination
    - Buyer_First_Qtr.Inputs[Destination Input]" specifies failure on error. An error occurred on the specified object of the specified component.  There may be error messages posted before this with more information about the failure.
    (SQL Server Import and Export Wizard)
    Error 0xc0047022: Data Flow Task 1: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "Destination - Buyer" (28) failed with error code 0xC0209029 while processing input "Destination Input" (41). The
    identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information
    about the failure.
    (SQL Server Import and Export Wizard)
    Error 0xc02020c4: Data Flow Task 1: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
    (SQL Server Import and Export Wizard)
    </dir>
    </dir>
    Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on Source - Buyer_First_Qtr returned error code 0xC02020C4.  The component returned a failure code when the pipeline engine called PrimeOutput().
    The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
    (SQL Server Import and Export Wizard)
    Smash126

    Hi Smash126,
    Based on the error message” Could not allocate a new page for database REPORTING' because of insufficient disk space in filegroup 'PRIMARY'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting
    autogrowth on for existing files in the filegroup”, we can know that the issue is caused by the there is no sufficient disk space in filegroup 'PRIMARY' for the ‘REPORTING’ database.
    To fix this issue, we can add additional files to the filegroup by add a new file to the PRIMARY filegroup on Files page, or setting Autogrowth on for existing files in the filegroup to increase the necessary space.
    The following document about Add Data or Log Files to a Database is for your reference:
    http://msdn.microsoft.com/en-us/library/ms189253.aspx
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Show error message when Install SM7 in step 4 execute Service

    Hi All
    Show error message when Install SM7 in step 4 execute Service.
    Anyone can help me fix the problem pls!
    Regards
    Kevin
    Start the setup task 'Determination of SID and InstanceNumber for Diagnostics agent' ...
    Information for SAPInst:
    sid=SMD
    number=98
    2009.06.08 11:16:59
    Task completed with status 0
    INFO 2009-06-08 11:17:00.0
    Execute step initSystem of component |NW_Onehost|ind|ind|ind|ind|0|0|SA_Integrated|ind|ind|ind|ind|7|0
    INFO[E] 2009-06-08 11:17:00.250
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2009-06-08 11:17:00.484
    Execute step initED of component |NW_Onehost|ind|ind|ind|ind|0|0|SA_Integrated|ind|ind|ind|ind|7|0
    INFO[E] 2009-06-08 11:17:00.718
    FSL-02077  File system export (share) saploc does not exist.
    INFO[E] 2009-06-08 11:17:05.265
    FSL-01027  Account user="hk-is-000818\smdadm" does not exist.
    INFO 2009-06-08 11:17:05.609
    Execute step createOSUser of component |NW_Onehost|ind|ind|ind|ind|0|0|SA_Integrated|ind|ind|ind|ind|7|0
    INFO[E] 2009-06-08 11:17:05.875
    FSL-02077  File system export (share) saploc does not exist.
    INFO[E] 2009-06-08 11:17:08.187
    FSL-01027  Account user="hk-is-000818\smdadm" does not exist.
    INFO[E] 2009-06-08 11:17:10.531
    FSL-01027  Account user="hk-is-000818\smdadm" does not exist.
    INFO[E] 2009-06-08 11:17:12.859
    FSL-01027  Account user="hk-is-000818\smdadm" does not exist.
    INFO[E] 2009-06-08 11:17:15.156
    FSL-01027  Account user="hk-is-000818\smdadm" does not exist.
    WARNING[E] 2009-06-08 11:17:20.281
    FSL-01002  Unable to create account hk-is-000818\smdadm. HRESULT=0x80005009
    INFO 2009-06-08 11:17:20.562
    Execute step initOS400Parameters of component |NW_Onehost|ind|ind|ind|ind|0|0|SA_Integrated|ind|ind|ind|ind|7|0
    INFO 2009-06-08 11:17:20.781
    Execute step initING_DI of component |NW_Onehost|ind|ind|ind|ind|0|0|SA_Integrated|ind|ind|ind|ind|7|0
    INFO 2009-06-08 11:17:22.312
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\ORA\CENTRAL\AS\summary.html.
    INFO 2009-06-08 11:17:28.828
    Execute step ntpatch of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|NW_Update_DLLs|ind|ind|ind|ind|3|0
    INFO 2009-06-08 11:17:29.093
    Node C:\WINDOWS\system32 already exists.
    INFO 2009-06-08 11:17:31.0
    Execute step runChecksStep of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|PrerequisiteCheckerDialogs|ind|ind|ind|ind|3|0
    INFO 2009-06-08 11:17:32.390
    Execute step createAccounts of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_Users_Create_Do|ind|ind|ind|ind|5|0
    INFO 2009-06-08 11:17:33.171
    Nothing to do. User privileges are an empty string.
    INFO 2009-06-08 11:17:33.203
    Nothing to do. User privileges are an empty string.
    INFO 2009-06-08 11:17:33.250
    Nothing to do. User privileges are an empty string.
    INFO 2009-06-08 11:17:33.281
    Nothing to do. User privileges are an empty string.
    INFO 2009-06-08 11:17:33.328
    Nothing to do. User privileges are an empty string.
    INFO 2009-06-08 11:17:33.375
    Nothing to do. User privileges are an empty string.
    INFO 2009-06-08 11:17:33.421
    Nothing to do. User privileges are an empty string.
    INFO[E] 2009-06-08 11:17:35.703
    FSL-01027  Account user="hk-is-000818\SAPServicePAS" does not exist.
    WARNING[E] 2009-06-08 11:17:40.796
    FSL-01002  Unable to create account hk-is-000818\SAPServicePAS. HRESULT=0x80005009
    WARNING[E] 2009-06-08 11:17:40.796
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2009-06-08 11:17:40.843
    FCO-00011  The step createAccounts with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_Users_Create_Do|ind|ind|ind|ind|5|0|createAccounts was executed with status ERROR .

    hi Subhash
    tkx it work
    but I got another error when install afterwards. do u know how can fix , many tkx
    Kevin
    WARNING 2009-06-09 20:39:02.421
    Execution of the command "D:\oracle\product\10.2.0\db_1\bin\lsnrctl start LISTENER" finished with return code 1. Output:
    WARNING[E] 2009-06-09 20:39:02.437
    CJS-00095  Error return code. DIAGNOSIS: Return code 1 of executable D:\oracle\product\10.2.0\db_1/bin/lsnrctl indicates an error. SOLUTION: See log file lsnrctl.log for details.
    WARNING[E] 2009-06-09 20:39:02.437
    CJS-00095  Error return code. DIAGNOSIS: Return code 1 of executable D:\oracle\product\10.2.0\db_1/bin/lsnrctl indicates an error. SOLUTION: See log file lsnrctl.log for details.
    ERROR 2009-06-09 20:39:02.468
    FCO-00011  The step StartListener with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0|StartListener was executed with status ERROR .

  • Q: Error message when printing Photoshop CS3 file

    I get an error message when I try printing a CS3 photo on my Epson C86 printer, and the resulting print has the wrong colors and luminance levels.
    Error Message = "Some PostScript specific print settings (Interpolation, Calibration, Encoding) will be ignored since you are printing to a non-PostScript printer."
    Any ideas for how to work through this problem?
    Thanks in advance for your help.

    Chris -
    Thanks for your quick response.
    Do I understand you correctly in saying that Photoshop CS3 has PostScript information that it routinely sends to a printer, and therefore I would need to have a PostScript compatible printer inorder to work with this information (and also for my ColorMunki calibration to work)?
    Based upon what you said, I think my color problems are because the ColorMunki profile for my printer, paper, & ink combination are being ignored.
    Tom 

  • Error message when logging into WAS/UI

    I receive the following error message when I log onto the WAS/UI.
    Logon is not possible because you have not been assigned to a business role; contact your system administrator
    I know that I need to be assigned to business role, but how (which transactions) can I do this. My Funtional guy is away at the moment.
    Regards
    Jason

    Hi,
    check this thread [Business role not assigned..;.
    You should be able to solve the problem assigning a business role via parameter CRM_UI_PROFILE in Tx. su01.
    Possible values are for example MARKETINGPRO, SALESPRO.
    Regards, Arne

  • "Unknown Error" Message when saving Illutrator CS3 file

    I get this unknown error message when attempting to save an illustrator file.(CS3). I tried to open and then save several files with the same resulting error message. As a work around, I have reverted to working in CS2 until I can get this resolved.

    Chris -
    Thanks for your quick response.
    Do I understand you correctly in saying that Photoshop CS3 has PostScript information that it routinely sends to a printer, and therefore I would need to have a PostScript compatible printer inorder to work with this information (and also for my ColorMunki calibration to work)?
    Based upon what you said, I think my color problems are because the ColorMunki profile for my printer, paper, & ink combination are being ignored.
    Tom 

  • First Generation Ipod Nano gives error message when using Windows Vista

    I have a dual boot PC running XP Home and Vista Home Premium. My three kids have Ipod Nanos. Each kid has their own user profile on the PC. The later generation Nanos (2) work with Vista perfectly.
    The first generation Nano causes an error message when you connect the Ipod to the PC while running Vista. If you run the XP and associate the Nano with XP everything syncs perfectly with no error messages.
    Conclusion: Early Nanos work with XP, but do not function properly with Vista.
    Request of Apple INC. - Fix this to work with Vista, or send me a new Ipod free of charge.

    All of the following programs should work with Vista.
    Yamipod. This is a free program that transfers music from iPod back to the computer. However, it does not transfer playcounts/ratings etc.
    Another free program is Pod Player.
    SharePod is also freeware.

  • Error Message when syncing Ipod Touch

    Just had my computer rebuilt, I have installed Itunes 10 but I keep getting an error message when trying to sync my ipod which is "You don't have enough access priveleges for this operation". Any ideas on how I can overcome this? Thanks in advance

    You need to check your logon's access privileges in Vista. You may have to delete your current profile and recreate a new Admin profile to correct.

Maybe you are looking for