Profile Creation

Hi Friends
I'm new to SAP bobje's. I've installed bobje on my machine and trying to create profile but it's asking to enter ODBC data source for data services which I dont know.
What could be the ODBC data source? Is it predefined or we have to generate one?
Chandu.
Edited by: Chandu on Dec 3, 2009 1:36 PM

Hi,
ODBS is used to connect the BOBJ to Data Base.
Check the Below Link :
http://devlibrary.businessobjects.com/businessobjectsxi/en/en/BOE_SDK/boesdk_dotNet_doc/doc/boesdk_net_doc/html/CrystalEnterpriseReportPlugInLibrary252.html
Some More Info :
http://3d2f.com/tags/odbc/data/source/names/dsn/
Regards
Ram.

Similar Messages

  • Office 2013 latest update broke new profile creation on all network computers

    Hi,
    Reporting a bug here!
    Setup details:
    We're using samba 3 as our backend and all workstation are Windows 7 Pro x64.
    Office 2013 Home and Business Retail (en-us) Click 2 Run version
    Context:
    Deployed to the whole network of one of our client using the Office Deployement Tool.
    We update their base update (no updates) to the latest update 15.0.4569.1508
    Everything was working alright after initial Office 2013 installation with no updates. After updating the all the PCs to the latest version as of 31/03/2014, the user profile creation broke for newly created user.
    Symptoms and causes:
    Trying to log on as a new user on the machine would give the following error on Logon before automatically loging off because it cannot copy the following file to the new user profile:
    D:\Users\Default\AppData\Local\Microsoft\Windows Live\Bici\_00.sqm
    D:\Users\Default\AppData\Local\Microsoft\Windows Live\Bici\_01.sqm
    D:\Users\Default\AppData\Local\Microsoft\Windows Live\Bici\_02.sqm
    The Bici folder has Read and Execute permissions for everyone but the _XX.sqm files inside only have permissions (Full Control) for SYSTEM and Administrators and LOCAL SERVICE with the all permissions EXCEPT:
    - FULL CONTROL
    - TRAVERSE FOLDERS/EXECUTE FILES
    - CHANGE PERMISSIONS
    - TAKE OWNERSHIP
    Solution:
    I gave "everyone" Read and Execute permission on those files and the new user could log in and his profile got created alright.
    The files with broken permissions time stamp shows they've been modified during the Office 2013 update and Bici seems to be a OneDrive related service. This bug should get fixed ASAP.
    Event log error:
    Windows cannot copy file \\?\D:\Users\Default\AppData\Local\Microsoft\Windows Live\Bici\_01.sqm to location \\?\D:\Users\TEMP\AppData\Local\Microsoft\Windows Live\Bici\_01.sqm. This error may be caused by network problems or insufficient security rights.
     DETAIL - Access is denied.
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider Name="Microsoft-Windows-User Profiles General" Guid="{DB00DFB6-29F9-4A9C-9B3B-1F4F9E7D9770}" />
      <EventID>1509</EventID>
      <Version>0</Version>
      <Level>3</Level>
      <Task>0</Task>
      <Opcode>0</Opcode>
      <Keywords>0x8000000000000000</Keywords>
      <TimeCreated SystemTime="2014-04-04T07:15:51.922563800Z" />
      <EventRecordID>9615</EventRecordID>
      <Correlation />
      <Execution ProcessID="940" ThreadID="1764" />
      <Channel>Application</Channel>
      <Computer>F00241D1DAAAD</Computer>
      <Security UserID="S-1-5-21-1582357797-4105456612-768596941-1206" />
      </System>
    - <EventData Name="EVENT_COPYERROR">
      <Data Name="Source">\\?\D:\Users\Default\AppData\Local\Microsoft\Windows Live\Bici\_01.sqm</Data>
      <Data Name="Target">\\?\D:\Users\TEMP\AppData\Local\Microsoft\Windows Live\Bici\_01.sqm</Data>
      <Data Name="Error">Access is denied.</Data>
      </EventData>
      </Event>

    Hi dude,
    I appreciate that your sharing your experience and solution here. And, I would report it through our internal channel. Thanks again. 
    Tony Chen
    TechNet Community Support

  • Background job fails for BDC profile creation and role assignment

    Hi Experts,
    I have created a BDC Function module for Tcode 'PFCG' for profile creation and role assignment, and called this FM in my zprogram. the problem is that when i run this program in foreground it executes succesfully, but if i schedule it in background it fails throwing error in job log 'Role 'Z...' does not contain any active authorizations'. But i have created one more program to create authorization objects which runs before this zprogram.I have also checked the authorization object in 'RSECADMIN', it reflects active. I dont understand whats happening exactly when it runs background.
    Below is the process of job
       1. ZMIS_AUTH_OBJECT_CREATE
           Variant : auth-create
       2. ZMIS_AUTH_ASSIGN_TO_ROLE
           Variant : auth-assign
    The problem is in second program, runs in foreground but fails in background.
    Code which i have written in my second program
    ***BDC for Profile creation and assignment to Roles
        CALL FUNCTION 'ZROLE'
          EXPORTING
           ctu                     = 'X'
           mode                    = p_mode
           UPDATE                  = 'L'
    *   GROUP                   =
    *   USER                    =
    *   KEEP                    =
    *   HOLDDATE                =
           nodata                  = '/'
            agr_name_neu_001        = wa_role-role_name
            text_002                = wa_role-desc
            text_003                = wa_role-desc
            text_004                = wa_role-desc
           value_01_005            = 'T-ML330881'
            h_fval_low_01_006       = wa_role-auth
            profn_007               = lv_profile
            ptext_008               = lv_text1
    * IMPORTING
    *   SUBRC                   =
         TABLES
           messtab                 = temp_message.
    ***Generation of Profile created
    CALL FUNCTION 'PRGN_AUTO_GENERATE_PROFILE_NEW'
         EXPORTING
           activity_group                      = wa_role-role_name
    *     PROFILE_NAME                        =
    *     PROFILE_TEXT                        =
          no_dialog                           = ' '
          rebuild_auth_data                   = ''
          org_levels_with_star                = ' '
          fill_empty_fields_with_star         = 'X'
          template                            = ' '
          check_profgen_tables                = 'X'
          generate_profile                    = 'X'
          authority_check_pfcg                = 'X'
       EXCEPTIONS
         activity_group_does_not_exist       = 1
         activity_group_enqueued             = 2
         profile_name_exists                 = 3
         profile_not_in_namespace            = 4
         no_auth_for_prof_creation           = 5
         no_auth_for_role_change             = 6
         no_auth_for_auth_maint              = 7
         no_auth_for_gen                     = 8
         no_auths                            = 9
         open_auths                          = 10
         too_many_auths                      = 11
         profgen_tables_not_updated          = 12
         error_when_generating_profile       = 13
         OTHERS                              = 14  .
    Experts please help me out its very urgent. your help is appreciated and rewarded. Thanking you in advance.
    Regards,
    Chetan

    Hi Praveen,
    Yeah definately, my requirement is that I have to access of some BI reports to certain users, so contract data will be downlaoded from ECC on application server, need to read that file from application server and for the each contract i ahould create a authorization object, role creation and assigning of role to the user and profile generation and activation.
    To achieve this i have written two programs
    1) ZMIS_AUTH_OBJECT_CREATE- This program will create the Authorization Object using BDC and Role creation Using the BAPI
    "" Creation of Authorization Object
    CALL FUNCTION 'ZAUTHOBJ'
            EXPORTING
             ctu                    = 'X'
             mode                   = p_mode
             UPDATE                 = 'L'
    *   GROUP                  =
    *   USER                   =
    *   KEEP                   =
    *   HOLDDATE               =
             nodata                 = '/'
             g_authname_001         = 'ZDUMMY_MIS'
              g_targetauth_002       = wa_tab-auth
              g_authtxt_003          = wa_tab-short_desc
              g_authtxtmd_004        = wa_tab-med_desc
             marked_04_005          = 'X'
              g_authtxt_006          = wa_tab-short_desc
              g_authtxtmd_007        = wa_tab-med_desc
             tctiobjnm_04_008       = 'ZBUS_UNIT'
              g_authtxt_009          = wa_tab-short_desc
              g_authtxtmd_010        = wa_tab-med_desc
             marked_05_011          = ''
             opt_01_012             = 'EQ'
              low_01_013             = wa_tab-bu
              g_authtxt_014          = wa_tab-short_desc
              g_authtxtmd_015        = wa_tab-med_desc
             marked_04_016          = 'X'
              g_authtxt_017          = wa_tab-short_desc
              g_authtxtmd_018        = wa_tab-med_desc
             tctiobjnm_04_019       = 'ZCONTRCT'
              g_authtxt_020          = wa_tab-short_desc
              g_authtxtmd_021        = wa_tab-med_desc
             marked_05_022          = ''
             opt_01_023             = 'EQ'
              low_01_024             = lv_contract
              g_authtxt_025          = wa_tab-short_desc
              g_authtxtmd_026        = wa_tab-med_desc
              g_authtxt_027          = wa_tab-short_desc
              g_authtxtmd_028        = wa_tab-med_desc
              g_authname_029         = wa_tab-auth
    * IMPORTING
    *   SUBRC                  =
           TABLES
             messtab                = temp_message.
    "" Creation of role
    LOOP AT it_role INTO wa_role.
          CLEAR wa_text.
          wa_text-text = wa_role-desc.
          wa_text-langu = 'E'.
          APPEND wa_text TO it_text.
          wa_jobrole-agr_name = wa_role-role_name.
          wa_parentrole-agr_name = 'ZM_CT_DUMMY_MIS'.
          wa_method-usmethod = 'CHANGE'.
          CALL FUNCTION 'ZBAPI_JOBROLE_CLONE'
            EXPORTING
              jobrole          = wa_jobrole
             parent           = wa_parentrole
             method           = wa_method
           TABLES
    *   RETURN           =
             shorttext     = it_text
    *   LONGTEXT         =
    *   MENU_NODES       =
    *   MENU_TEXTS       =.
        ENDLOOP.
    2) ZMIS_AUTH_ASSIGN_TO_ROLE - This program will generate the profile created assign it to the role.
      ""*BDC for Profile creation and assignment to Roles
        CALL FUNCTION 'ZROLE'
          EXPORTING
           ctu                     = 'X'
           mode                    = p_mode
           UPDATE                  = 'L'
    *   GROUP                   =
    *   USER                    =
    *   KEEP                    =
    *   HOLDDATE                =
           nodata                  = '/'
            agr_name_neu_001        = wa_role-role_name
            text_002                = wa_role-desc
            text_003                = wa_role-desc
            text_004                = wa_role-desc
           value_01_005            = 'T-ML330881'
            h_fval_low_01_006       = wa_role-auth
            profn_007               = lv_profile
            ptext_008               = lv_text1
    * IMPORTING
    *   SUBRC                   =
         TABLES
           messtab                 = temp_message .
       COMMIT WORK AND WAIT.
    ""*Generation of Profile created
      LOOP AT it_role INTO wa_role.
        CALL FUNCTION 'PRGN_AUTO_GENERATE_PROFILE_NEW'
         EXPORTING
           activity_group                      = wa_role-role_name
    *     PROFILE_NAME                        =
    *     PROFILE_TEXT                        =
          no_dialog                           = ' '
          rebuild_auth_data                   = ''
          org_levels_with_star                = ' '
          fill_empty_fields_with_star         = 'X'
          template                            = ' '
          check_profgen_tables                = 'X'
          generate_profile                    = 'X'
          authority_check_pfcg                = 'X'
       EXCEPTIONS
         activity_group_does_not_exist       = 1
         activity_group_enqueued             = 2
         profile_name_exists                 = 3
         profile_not_in_namespace            = 4
         no_auth_for_prof_creation           = 5
         no_auth_for_role_change             = 6
         no_auth_for_auth_maint              = 7
         no_auth_for_gen                     = 8
         no_auths                            = 9
         open_auths                          = 10
         too_many_auths                      = 11
         profgen_tables_not_updated          = 12
         error_when_generating_profile       = 13
         OTHERS                              = 14
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
      ENDLOOP.
    For creating authorization objects, role & profile i have created one dummy auth, dummy role & dummy profile respectively.
    i have created dummy objects to copy the roles from dummy object and assign the same to new Auth obj, role & profile.
    Let me know what needs to be done. because these both the programs run perfectly in foreground, but fails in background.
    Regards,
    Chetan

  • Oracle 11gR2 RAC: how to solve "user profile creation mask failed" ?

    Folks,
    Hello.
    I am installing Oracle 11gR2 RAC using 2 Virtual Machines (rac1 and rac2 whose OS are Oracle Linux 5.6) in VMPlayer.
    I am using Cluster Verification Utility (CVU) to test the 2 nodes for Grid installation as follows:
    [ora11g@rac1 grid] $ ./runcluvfy.sh stage -pre crsinst -n all -r 11gR2 -orainv ora11g -fixup -fixupdir /mydir -verbose
    All items for rac2 are passed. There is only one item for rac1 is not passed as follows:
    Check default user profile creation mask:
    Node Name: rac1
    Available: 0002
    Required: 0022
    Comment: failed
    There are 3 ways to solve this issue:
    1) In the file /etc/bashrc, change the line "umask 0002" to "umask 0022".
    2) In the file /etc/profile, add line "umask 0022" at the end of the file.
    3) In the file /etc/csh.cshrc, change the line "umask 002" to "umask 0022".
    In rac2, I got the same issue in the past. I just change the line "umask 0002" to "umask 0022" in the file /etc/bashrc and the issue is solved.
    But in rac1, I have tried each of the 3 options and also combined 1) and 2), 1) and 3), 2) and 3), 1) and 2) and 3). Totally, that's 7 options. But all of 7 options cannot solve the issue.
    The script runcluvfy.sh still tests rac1 user profile creation mask failed. My question is:
    Do any folk understand how to solve VM rac1 user profile creation mask problem ?
    Thanks.

    Folks,
    Hello. I follow the document "Oracle Grid Infrastructure Installation Guide 11g Release 2 (11.2) for Linux E22489-04" and do the following:
    [root@rac1 /]#echo $SHELL
    Output: /bin/bash
    This means we need to edit Bash shell file .bash_profile.
    [ora11g@rac1 ~]$vi /home/ora11g/.bash_profile
    Add this line: umask 022
    Then I save the file .bash_profile and reboot OS.
    Then I run the following command:
    [ora11g@rac1 grid] $ ./runcluvfy.sh stage -pre crsinst -n all -r 11gR2 -orainv ora11g -fixup -fixupdir /mydir -verbose
    But the reusult is the same. The issue is not solved as follows:
    Check default user profile creation mask:
    Node Name: rac1
    Available: 0002
    Required: 0022
    Comment: failed
    Do any folk understand how to solve VM rac1 user profile creation mask problem ?
    Thanks.

  • Idoc/BAPI for Certificate Profile creation

    Hi,
    Is there any Idoc/Bapi available for Certificate Profile creation (Transaction Code  QC01).
    Appreciate your Inputs.
    Thanks.
    Regards,
    Pc

    BAPI_USER_PROFILES_ASSIGN  Change User-Profile Assignments
    SUSR_BAPI_USER_PROFILES_ASSIGN  Methods of object USER
    Edited by: Mahalakshmi Padmanaban on Feb 15, 2008 1:51 AM

  • WE20 - Partner profile Creation

    Hi all
    I am an FI consultant and working on task - generating the I docs for the Billing documents. We have configured the Out put determination for Billing documents.
    I have to create the partner profile for the specified customer in WE20.
    Do we have to maintain both Inbound and Out bound parameters?
    Also please guide me what are the parameters i need to select for adding in both the cases for the Customer partner profile creation ?
    Please let me know.
    Thanks
    Meenakshi

    Hi
    You need to work with Basis Consultant and as well as with ABAP Consultant
    Settings for customer
    You need create  Partner Profiles, Partner Type, Agent ,
    Outbound Parameters
    Partner Role : BP, Message type:INVOIC, Message variant MM,
    Outbound Options tab
    Receiver Port: XXXXX
    Pack. Size: 1
    Output Mode
    Select Transfer Idoc Immed- In general depends on your requirement
    Idoc Type INV0IC01
    Check  the Check box for Cancel Processing After Syntax Error
    Message Control Tab
    Application V3
    Message type: RD04
    Process code : SD08
    Settings for Vendor
    Define Partner Type
    Agent
    Inbound Parmeters
    Message type : INVOIC
    Message Variant:  xx
    Inbound Options Tab
    Process code : INVG
    Check the check box Cancel Processing After Syntax Error
    Processing by Functional Module
    Trigger by background program
    Select Trigger Immediately u2013 Ingeneral
    These settings are needed
    Regards
    Odaiah Pelley

  • Explorer.exe crashes at start of profile creation when domain-joined (using Samba 3.6.25)

    Not sure if this is the right forum?
    Getting this error (copied from Event Viewer) on a Windows 8.1 Pro client - an event ID of 1000, every time at the start of profile creation when logging in with a domain account. So explorer.exe crashes because of "twinui.appcore.dll" and profile
    creation is taking a very long time (about 17 minutes).
    Then after being stuck during "Almost ready" screen we are getting a Start-button that is stuck (non-clickable) (and also arrows on the metro-screen icons). Restarting explorer.exe manually helps to get a functional Start-button again.
    Tried using a roaming profile and without using a roaming profile (Group Policy setting to always keep profiles local). That does not seem to matter.
    Naam van toepassing met fout: Explorer.EXE, versie: 6.3.9600.17667, tijdstempel: 0x54c6f7c2
    Naam van module met fout: twinui.appcore.dll, versie: 6.3.9600.17415, tijdstempel: 0x54503801
    Uitzonderingscode: 0x80270233
    Foutmarge: 0x000000000008cb57
    Id van proces met fout: 0xf28
    Starttijd van toepassing met fout: 0x01d05bf587567d80
    Pad naar toepassing met fout: C:\Windows\Explorer.EXE
    Pad naar module met fout: C:\Windows\System32\twinui.appcore.dll
    Rapport-id: cf9c3ec8-c7e8-11e4-8262-0019bbd6f620
    Volledige pakketnaam met fout: 
    Relatieve toepassings-id van pakket met fout: 
    Using Samba 3.6.25 with an LDAP back-end. Installed all updates for Windows 8.1 Pro client.
    Thanks in advance for any advice.

    Pasting the crash dump analysis using WinDbg (x64):
    Microsoft (R) Windows Debugger Version 6.3.9600.17298 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\LocalDumps\explorer.exe.824.dmp]
    User Mini Dump File with Full Memory: Only application data is available
    ************* Symbol Path validation summary **************
    Response                         Time (ms)     Location
    Deferred                                       srv*DownstreamStore*http://msdl.microsoft.com/download/symbols
    Symbol search path is: srv*DownstreamStore*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 8 Version 9600 MP (2 procs) Free x64
    Product: WinNt, suite: SingleUserTS
    Built by: 6.3.9600.17031 (winblue_gdr.140221-1952)
    Machine Name:
    Debug session time: Thu Mar 12 11:53:12.000 2015 (UTC + 1:00)
    System Uptime: 0 days 21:10:37.682
    Process Uptime: 0 days 0:01:05.000
    Loading unloaded module list
    This dump file has an exception of interest stored in it.
    The stored exception information can be accessed via .ecxr.
    (338.f94): Unknown exception - code 80270233 (first/second chance not available)
    kernel32!RaiseFailFastException+0xae:
    00007ffe`cb2faabe e8b1000000      call    kernel32!SignalStartWerSvc (00007ffe`cb2fab74)
    0:018> !analyze -v
    *                        Exception Analysis                                  
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for sppc.dll -
    FAULTING_IP:
    twinui_appcore!CCriticalFailureHandler::_RaiseFailFastException+c7
    00007ffe`bed7cb57 488b4d37        mov     rcx,qword ptr [rbp+37h]
    EXCEPTION_RECORD:  ffffffffffffffff -- (.exr 0xffffffffffffffff)
    ExceptionAddress: 00007ffebed7cb57 (twinui_appcore!CCriticalFailureHandler::_RaiseFailFastException+0x00000000000000c7)
       ExceptionCode: 80270233
      ExceptionFlags: 00000001
    NumberParameters: 1
       Parameter[0]: ffffffff80070005
    CONTEXT:  0000000000000000 -- (.cxr 0x0;r)
    rax=000000000a14f560 rbx=000000000a14fa70 rcx=000000000a14f560
    rdx=0000000000000000 rsi=0000000000000001 rdi=000000000a14f560
    rip=00007ffecb2faabe rsp=000000000a14f480 rbp=000000000a14fad9
     r8=0000000000000000  r9=0000000000000006 r10=0000000000000000
    r11=00007ffecb544dd7 r12=00007ffebed00090 r13=0000000008234160
    r14=0000000000000000 r15=0000000000000000
    iopl=0         nv up ei pl zr na po nc
    cs=0033  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000244
    kernel32!RaiseFailFastException+0xae:
    00007ffe`cb2faabe e8b1000000      call    kernel32!SignalStartWerSvc (00007ffe`cb2fab74)
    PROCESS_NAME:  explorer.exe
    ERROR_CODE: (NTSTATUS) 0x80270233 - <Unable to get error code text>
    EXCEPTION_CODE: (HRESULT) 0x80270233 (2150040115) - <Unable to get error code text>
    EXCEPTION_PARAMETER1:  ffffffff80070005
    NTGLOBALFLAG:  2000100
    APPLICATION_VERIFIER_FLAGS:  48004
    APP:  explorer.exe
    ANALYSIS_VERSION: 6.3.9600.17298 (debuggers(dbg).141024-1500) amd64fre
    FAULTING_THREAD:  0000000000000f94
    BUGCHECK_STR:  APPLICATION_FAULT_SHELL_COMPONENT_STARTUP_FAILURE_ERROR_CODE_ffffffff80270233
    PRIMARY_PROBLEM_CLASS:  SHELL_COMPONENT_STARTUP_FAILURE_ERROR_CODE_ffffffff80270233
    DEFAULT_BUCKET_ID:  SHELL_COMPONENT_STARTUP_FAILURE_ERROR_CODE_ffffffff80270233
    LAST_CONTROL_TRANSFER:  from 00007ffebed7cb57 to 00007ffecb2faabe
    STACK_TEXT:  
    00000000`0a14f480 00007ffe`bed7cb57 : 00000000`80070005 00000000`00000004 ffffffff`80070005 00000000`00000000 : kernel32!RaiseFailFastException+0xae
    00000000`0a14fa50 00007ffe`bed7c8c2 : 00000000`00000a9c 00000000`0a14fc20 00000000`000003a8 00000000`000003a8 : twinui_appcore!CCriticalFailureHandler::_RaiseFailFastException+0xc7
    00000000`0a14fb40 00007ffe`bed8b349 : 00000000`00000000 00007ffe`bed00090 00000000`000003a8 00000000`00000004 : twinui_appcore!CCriticalFailureHandler::HandleFailure+0xba
    00000000`0a14fb90 00007ffe`bed19d8b : 00000000`08242340 00000000`0a14fc00 00000000`00000000 00007ffe`bed34838 : twinui_appcore!`Microsoft::WRL::Module<1,Microsoft::WRL::Details::DefaultModule<1> >::Create'::`2'::`dynamic atexit destructor for 'module''+0x7a79
    00000000`0a14fbd0 00007ffe`c5055bf1 : 00000000`80070005 00000000`08242340 00000000`00000000 00007ffe`bed19d30 : twinui_appcore!CProcessLifetimeManager::PerformDelayedInitialization+0x5b
    00000000`0a14fc20 00007ffe`c5055519 : 00000000`00000000 00000000`08242340 00000000`00000000 00000000`00000034 : windows_immersiveshell_serviceprovider!CImmersiveShellController::_CreateComponents+0x536
    00000000`0a14fcc0 00007ffe`c505566e : 00007ffe`00000045 00000000`00000000 00000000`082335f8 00000000`02ea60e8 : windows_immersiveshell_serviceprovider!CImmersiveShellController::_ImmersiveShellComponentsThreadProcInternal+0x17d
    00000000`0a14fd50 00007ffe`b41995cd : 00007ffe`c5050000 00007ffe`c50555f0 00000000`00000000 00000000`00000000 : windows_immersiveshell_serviceprovider!CImmersiveShellController::s_ImmersiveShellComponentsThreadProc+0x7a
    00000000`0a14fd80 00007ffe`cb2113d2 : 00007ffe`b4199580 00000000`00000000 00000000`00000000 00000000`00000000 : verifier!AVrfpStandardThreadFunction+0x4d
    00000000`0a14fdc0 00007ffe`cb51e954 : 00007ffe`cb2113b0 00000000`00000000 00000000`00000000 00000000`00000000 : kernel32!BaseThreadInitThunk+0x22
    00000000`0a14fdf0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x34
    FOLLOWUP_IP:
    twinui_appcore!CCriticalFailureHandler::HandleFailure+ba
    00007ffe`bed7c8c2 488b6c2458      mov     rbp,qword ptr [rsp+58h]
    SYMBOL_STACK_INDEX:  2
    SYMBOL_NAME:  twinui_appcore!CCriticalFailureHandler::HandleFailure+ba
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: twinui_appcore
    IMAGE_NAME:  twinui.appcore.dll
    DEBUG_FLR_IMAGE_TIMESTAMP:  54503801
    STACK_COMMAND:  ~18s; .ecxr ; kb
    FAILURE_BUCKET_ID:  SHELL_COMPONENT_STARTUP_FAILURE_ERROR_CODE_ffffffff80270233_80270233_twinui.appcore.dll!CCriticalFailureHandler::HandleFailure
    BUCKET_ID:  APPLICATION_FAULT_SHELL_COMPONENT_STARTUP_FAILURE_ERROR_CODE_ffffffff80270233_twinui_appcore!CCriticalFailureHandler::HandleFailure+ba
    ANALYSIS_SOURCE:  UM
    FAILURE_ID_HASH_STRING:  um:shell_component_startup_failure_error_code_ffffffff80270233_80270233_twinui.appcore.dll!ccriticalfailurehandler::handlefailure
    FAILURE_ID_HASH:  {bc588def-f8dc-26b8-dac8-a057fb6557c4}
    Followup: MachineOwner
    0:018> lmvm twinui_appcore
    start             end                 module name
    00007ffe`becf0000 00007ffe`bee20000   twinui_appcore   (pdb symbols)          downstreamstore\twinui.appcore.pdb\310246EA4A1E4BF8A48502B727A7376B1\twinui.appcore.pdb
        Loaded symbol image file: twinui.appcore.dll
        Image path: C:\Windows\System32\twinui.appcore.dll
        Image name: twinui.appcore.dll
        Timestamp:        Wed Oct 29 01:42:41 2014 (54503801)
        CheckSum:         0013A0E7
        ImageSize:        00130000
        File version:     6.3.9600.17415
        Product version:  6.3.9600.17415
        File flags:       0 (Mask 3F)
        File OS:          40004 NT Win32
        File type:        2.0 Dll
        File date:        00000000.00000000
        Translations:     0409.04b0
        CompanyName:      Microsoft Corporation
        ProductName:      Microsoft® Windows® Operating System
        InternalName:     TWINUI.APPCORE
        OriginalFilename: TWINUI.APPCORE.dll
        ProductVersion:   6.3.9600.17415
        FileVersion:      6.3.9600.17415 (winblue_r4.141028-1500)
        FileDescription:  TWINUI.APPCORE
        LegalCopyright:   © Microsoft Corporation. All rights reserved.
    Does this make any sense to anyone?

  • Arequest for a solution of profile creation

    hello.I got an used Hp palm phone and its model is P102UNA I have selected the option Secure full erase in it,after that the mobile automatically shut down's itself.And when I turn it on it ask's me to create a new account or sign in to your account I created a new account and my mobile got activated   and my mobile  after somedays met with a trouble named virus and then once again I select the option of 'secure full erase' after that it automatically shut down's itself.And when I turn it on I do the same process but it tells me your  profile creation is failed.kindly request for solution.

    Read this:https://pivotce.com/2015/06/24/tip-how-to-bypass-activation/

  • Profile creation for PP

    I need to create new profile for CO26.
    In which I need to include 2 customized fields from AFVGD_USR08 & AFVGD_USR09.
    To enable these fields I appended the fieldu2019s names in to IOHEADER structure.
    I was able to successfully create the new profile with the field values USR08 & USR09.
    But when I execute the T-code CO26 with the new profile the values are not populating
    in the output for these USR08 & USR09 fields.
    Any idea what could be the issue?
    Edited by: Kashinath Pai on May 29, 2008 3:45 PM

    Dear R.Brahmankar
    Thanks for the suggestion  ,I have already gone through the link provided by you but still one question
    Does it means the if I enter the following data while creation of range of coverage profile
    number of period = 1
    Type of per.length=3
    No. of Days per Period=20
    and my requirement in one month is 1000 then average daily requirement is  1000/20 =50
    and if I enter
    number of period = 2 and keeping the all data same then my average daily requirement will be = 1000 / (20 *2) =25 .
    Means 1000 will be covered for 2 months ?
    Regards ,
    Vishwas.K

  • Partner Profile - Creation date

    Is creation date for partner profile stored in any tables?
    I looked at EDPP1 but could not find it.
    -Thanks
    Bob

    Bob,
    Table EDPP1 is for partner profiles general parameters.
    Suppose you want to find the creation date of your customer of partner type KU, you`ll look for the following tables : KNA1 and EDPP1.
    Sample Code
    data : l_date like sy-datum.
    ***if your partner no. is 1000 and he is your customer.
    select single erdat from kna1 into l_date
    where kunnr = '0000001000'.
    ***kindly note that abovesaid zeroes are necessary, since **the field KUNNR is of length 10
    now l_date will have the value of created date.
    Hope this serves purpose.
    Reward points if helpful.
    Regards

  • CO28 profile creation

    Hi SAP Experts,
    I would like to know how to save the lay-out for transaction CO28 List Report for Confirmation for ECC6. The lay-out seems to be linked on the Object profile at the report selection screen. If this would be the case, I'd like to know how to create a profile as when I search for the configuration "Profile for order info system", it cannot be found.
    I'm only seeing on the configuration:
    Define Profiles for Picking Lists
    Define Profile for Documented Goods Movements
    Define Profiles for Picking Lists
    Your response would greatly be appreciated.
    Thanks in advance,
    Jay Pee

    Dear .
    I think CO28 was Old Txn which is become COHV after 4.6c .
    However , refer this  link which may  help you to figure out the issue : Creation of profile for CO28
    Try and check
    Regards
    JH

  • Windows Server 2008 R2 Profile Creation

    We do not use roaming profile instead we use local profile. Unfortunately, this is happening on one of the server that it does not get created fully. For some users the user profile is complete, for some users the user profile is not complete. For example
    we want to find some debug files that are written onto users "My Documents" folder under users profile. We cannot find this folder and several other folders that would get created when the profile gets created. Due to which we are unable to get the
    debug file.It looks like a permissions issue, but I am not sure. Any resolution that would help in resolving this would be great.
    thank you in advance

    Hi,
    Just additional.
    Based on your description, would you please let me confirm something? Did you mean that you can find those debug files in the local profile of some users? However, for other
    users, we can’t find?
    When you logon as an administrator, did this issue still persists?
    Regarding to those users who can’t find debug files, please check if you can find some common features among them. For example, did they belong to the same group? If anything
    you can find, please don’t hesitate to let us know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Another Microsoft exchange profile creation in win 8.1 PC

    hi team,
    i could not able to create another MS profile and i can't make any swich operation on win 8.1, 
    when i am clicking on the mail ( office 2013 ) in control pannel , it doen't responding . 
    could please provide me if you have any solution for this . 
    thank you , 
    Regards 
    Lokesh

    Hi,
    Please check the following path to see if you can click the cpl file.
    C:\Program Files (x86)\Microsoft Office\Office15\MLCFG32.CPL
    Besides, please check the registry path below to see if the path is right.
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Control Panel\Cpls
    If the above is ok, I recommend you check the installation of Office 2013: Click-to-Run or MSI. If it is Click-to-Run, I recommend you switch to use an MSI-based Office edition to check the result. For more details about this, you can refer to
    this article.
    If the issue persists, in order to resolve it more efficiently, I recommend you post to Office forum which is staffed by more experts specializing in this kind of problems. You might get a better answer there.
    Here is the link for Office forum for your convenience.
    http://social.technet.microsoft.com/Forums/office/en-us/home?forum=outlook
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • MAPI over HTTP not working correctly, Outlook 2013 clients prompting for credentials during profile creation or opening depending on security of virtual directory

    ENVIRONMENT
    -1 Exchange 2013 SP1 CU7 server with all roles that is also a hybrid server with Office 365 tenant, mailboxes are all on premise only LYNC online is being utilized right now.
    -Exchange 2013 public folders
    -Mix of Outlook 2013 SP1 and Outlook 2010 SP3 clients all fully update to day as of Feb 2015
    Outlook anywhere is working perfectly across all clients both internally and externally using autodiscover.  Both Outlook 2013 and 2010 clients can open the program and create a profile automatically via autodiscover and no additional logon prompts
    are seen.
    We set the internal and external mapi virtual directory URLs to a valid URL that also matches the Exchange 2013 SSL certificate.  We set the security to ntlm, negotiate on the mapi virtual directory.  We reset IIS and enabled mapi over http in
    the org config.  We run in to problems here.
    Outlook 2010 clients appear to be working fine.  We can create a new profile and open and close Outlook without any logon prompts and verify that MAPIHTTP and Negotiate are used to connect to Exchange.
    Outlook 2013 clients are having problems.  As soon as we try to create a profile it says your administrator has made a change that requires you to restart outlook and then a windows logon prompt appears. If we authenticate Outlook will open and connect.
      This logon prompt should not occur.    We can confirm that it is connecting via MAPI HTTP and Negotiate.
    If we set the mapi virtual directory to NTLM only then a logon prompt also appears during every open of Outlook 2013.  We can confirm that it is trying to connect with MAPIHTTP via NTLM in the outlook connection test screen.
    I do not understand this behavior by Outlook 2013 which was supposed to be designed with MAPI HTTP in mind.  I would think the same issues would occur with Outlook 2010 but they do not.  I am not sure how to resolve this and I am looking for help.

    I have the same problem. Exchange and Outlook are both up to date. After creating a new profile Outlook prompts for username/password. A lot of users also get this prompt while
    working - the profiles have been "migrated" from Exchange server 2010. <o:p></o:p>
    Niko, as i can see in your screenshot you do not have Mapi over HTTP enabled. Why? You can change settings in the security tab – if you have Mapi over
    HTTP enabled all options are grayed out (please correct me if I
    am wrong):
    This is a very annoying thing – does anybody else have the same problem?
    Any suggestions on this?
    Marc

  • Partner Profile creation

    Hi
    I have an idoc-xi-file scenario. For this I want to create partner profile(of partner type LS) in ECC system using we20.
    When I entered partner no. as DX1CLNT100 and saved (after filling all the information) it is throwing the error saying
    "The partner number 'DX1CLNT100' does not exist for the partner type LS".
    If it won't exist how to make it available ??
    thanks
    kumar

    Hi,
    You need to have the Logical system available for this, - BD54
    SAP Network Blog: Configuration steps required for posting idoc's(XI)
    Configuration steps required for posting idoc's(XI)
    A Step-by-Step Guide on IDoc-to-File Using Business Service in the Exchange Infrastructure Integration Directory
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e07dcaa0-a92b-2a10-3a96-b3d942bd1539
    These are the required steps for IDoc to File scenario...
    In R3 (i.e., your IDES system)...
    RFC dest to XI (sm59) - any name
    Logical system (bd54) - any name
    Port to XI (we21) - any name
    Partner profile for the logical system (we20) - use Logical system name created in bd54
    In XI...
    RFC dest to R3 (sm59) -
    Port to R3 (idx1) -
    create metadata for the idoc (idx2)
    In sld...
    create business system for R3 with Logical system name as r3 sys.
    In we19
    and give in control record as
    Sender : Port ; Partner
    Receiver : Port = <Port created in WE21> ; Partner = <Partner created in we20>
    see the below links
    ALE configuration for pushing idocs from SAP to XI
    Introduction to IDoc-XI-File scenario and complete walk through for starters.
    idoc settings Configuration steps required for posting idoc's(XI)
    Also
    /people/sravya.talanki2/blog/2005/10/27/idoc146s-not-reaching-xi133-not-posted-in-the-receiver-sap-systems133
    IDOc testing - Generate Test Case for an IDOC Scenario
    Thanks
    Swarup
    Edited by: Swarup Sawant on Sep 8, 2008 3:53 PM

  • EDI Partner Profile creation at Transaction Code FI12

    How is the partner profile created when you select the Icon Partner Profiles, which is transaction code WE20 that is accessing from transaction code FI12.
    The type is B for bank. Can the partner number be a end user defined number? Can this be the vendor number for the bank? That does not appear to be an option!
    Here are my questions of the Post processing permit agent design.
    How are the values for the "Types" created?
    Thanks
    Chris Courter

    Rohan Patil wrote:>
    > BEGIN = 1.
    > edi_dc40 segment values
    > SEGMENT = 1.
    > TABNAM = EDI_DC40.
    > MANDT = 120.
    > DIRECT = 2.
    > IDOCTYP = CREMAS05.
    > MESTYP = CREMAS.
    > SNDPORT = SAPNBD.(XI port)
    > SNDPRT = LS.
    > SNDPRFC = LS
    > SNDPRN = NXICLNT120.
    > RCVPOR = SAPNED.(ECCport)
    > RCVPRT = LS
    > RCVPFC = LS
    > RCVPRN = ECCCLNT120(ECC partner number).
    Hello Rohan,
                            IDocs SNDPRN/SNDPRT/MESTYP will be taken in SAP for processing the received IDOC,so in your case either you need to create the partner profile NXICLNT120 with all inbound details or need to change the same in mapping and pass the values of your partner in SNDPRN SNDPRT fileds of control record
    HTH
    Rajesh

Maybe you are looking for

  • Report for Settled production orders

    Hi All, Is there a report I can use to show that these production orders are settled and these production orders need settlement. any clue on this. and when I ran the settlement does it chnages the production order status to reflect that it is settle

  • Text layers from PSD is converted as images when imported to Muse

    I want to import text layers from PSD files into Muse as text and not as images. Currently when I insert the text layers, they are converted into images. Is there a way to do this?

  • Another camcorder import problem

    When I try to import video from an HF20 Canon HD camcorder, iMovie 9 always pops up the iSight window with my puzzled looking face staring back at me. Under the window is the "Camera: Built-in iSight" pop up window that would let me import video from

  • Mass Reversal of CO Documents

    I know transaction KB17N reverses a CO document but is there a CO transaction that does mass reversals?  If so, what is the transaction?

  • AQ Adapter supports JMSOBJECT

    Hi. We have created Queue in AQ of Message Type JMSObject Is it possible to read JMSObject in AQ?......... Jdeveloper don't event supports when listing the Queues under it...... Thanks Sivakumar