How to restore ANONYMOUS user

Hello
I have dropped  user ANONYMOUS long before. Now trying to setup Apex 4.2. I don’t have backup. Could any one tell me how to restore  ANONYMOUS?
My database version is 11g .
Thanks

Hi Suman,
That's a good question.  ANONYMOUS is used for many thing besides Oracle Application Express.
Your best bet is to contact Oracle Support and see if there is an official recommendation how to restore this.
I hope this helps.
Joel

Similar Messages

  • How to restore a user's calendar agenda

    How to restore a user's Calendar agenda
    When you delete users from LDAP and then re-add them to a Calendar node, they
    will be assigned new nscalxitemid's.
    However, if you have not run any of the tools for removing these
    "orphan" entries, the old
    nscalxitemid's should
    still exist in the Calendar database.
    <P>
    To restore a user's agenda from the Calendar database, use the following steps:
    <P>
    <OL>
    <LI>Use ldapsearch to
    locate the user entries for the user who you are trying to restore.
    <P>
    Depending on what version of Directory Server you have, the
    ldapsearch command line
    utility will be in one of the following locations:
    <P>
    (Directory Server 3.x): <I>
    ServerRoot</I>/bin/slapd/server
    <P>
    (Directory Server 4.x): <I>
    ServerRoot</I>/shared/bin
    To search for the user with the UserID "bbunny," the syntax for
    ldapsearch would be as follows:
    <P>
    ldapsearch -D "cn=directory manager" -w <I>password</I>
    -b o=netscape.com uid=bbunny | more (All on one line)
    <P>
    It is also possible to dump the output of this command into a file, as in the
    following example:
    <P>
    ldapsearch -D "cn=directory manager" -w <I>password</I>
    -b o=netscape.com uid=bbunny > bbunny.txt (All on one line)
    <P>
    The LDAP entry for a Calendar user would appear something as follows (<B>Note:
    </B> The Calendar attribute, nscalxitemid
    is in <B>bold</B>, and the ID number
    is in <B>red</B>):
    <P>
    dn: uid=bbunny,o=netscape.com
    objectclass: top
    objectclass: person
    objectclass: organizationalPerson
    objectclass: inetOrgPerson
    objectclass: nsLicenseUser
    objectclass: mailRecipient
    objectclass: nsCalUser
    givenname: Bugs
    sn: Bunny
    cn: Bugs Bunny
    uid: bbunny
    nslicensedfor: mail
    nslicensedfor: calendar
    mail: [email protected]
    mailhost: st-thomas.netscape.com
    multilinedescription: I'm da wabbit!
    maildeliveryoption: mailbox
    <B>nscalxitemid: 10000:</B><B>00257</B>
    nscalflags: 0
    nscallanguageid: 0
    nscalsysopcanwritepassword: 0
    nscalpasswordrequired: 1
    nscaldefaultnotereminder: 0:0
    nscaldefaultreminder: 0:10
    nscaldefaulttaskreminder: 0:0
    nscaldisplayprefs: 4:480:1080:1:30:190:2
    nscaloperatingprefs:
    0:255:0:0:0:0:0:1440:0:1440:0:0:1440:0:1440:0:0:1440:0:14
    40:0:0:1440:0:1440:0:0:1440:0:1440:0:0:1440:0:1440:0:0:1440:0:1440
    nscalrefreshprefs: 1:60
    nscalnotifmechanism: 1
    nscaltimezone: 0
    <P>
    In the line <B>nscalxitemid: 10000:</B><B>00257</B>
    , "<B>10000</B>" is the node number and
    "<B>00257</B>" is the
    calID number.
    The number you will need to change is the
    calID number,
    "<B>00257</B>".
    <P>
    <LI>From the /unison/bin
    directory for Calendar, run
    unidsdiff
    or ctxdirdiff (whichever
    is available) to find the Calendar agenda that is missing an LDAP entry.
    <P>
    The syntax for these utilities will be as follows:
    <P>
    unidsdiff -n 10000
    or
    ctxdirdiff -n 10000
    <P>
    These utilities should list any entries that don't have a matching directory
    entry, usually in the following format:
    <P>
    nscalxItemid="10000:<B>00256</B>" (S="Bunny",G="Bugs")
    <P>
    The ID number in <B>red</B> is the ID that you will
    use to replace the ID number in the LDAP entry.
    <P>
    <LI>Use one of the following two options to update the LDAP entry:
    <P>
    <B>Option#1:</B>
    <P>
    <LI>Edit the file from the ldapsearch
    output by changing the
    nscalxitemid in this
    file to the correct <B>ID</B> from the
    unidsdiff/ctxdirdiff
    output (from step 2 above).
    <LI>Delete the user from LDAP.
    <LI>Use ldapmodify to
    re-add the user from the file you edited.
    (ldapmodify is located
    in the same directory as ldapsearch
    <P>
    For example,
    <P>
    ldapmodify -D "cn=directory manager" -w <I>password</I> -a -f <I>filename</I>
    </UL>
    <B>Option#2:</B>
    <P>
    <LI>Edit the file from the ldapsearch
    output using update statements that
    will update the LDAP entry without having to delete it.
    <P>
    For example, you can edit the output in step 1 above so that the file contains
    only the following lines with the correct
    nscalxitemid:
    <P>
    dn: uid=bbunny,o=netscape.com
    changetype: modify
    replace: nscalxitemid
    nscaxitemid: 10000:00256
    <P>
    <LI>Use ldapmodify to
    update the entry in the file, as follows:
    <P>
    ldapmodify -D "cn=directory manager" -w <I>password</I> -f <I>filename</I>
    </UL>
    </OL>
    After performing the above steps, you can use
    ldapsearch to locate
    the entry and verify that it was changed. The user should now be
    able to log into the Calendar Client and see her previous agenda entries.

    How to restore a user's Calendar agenda
    When you delete users from LDAP and then re-add them to a Calendar node, they
    will be assigned new nscalxitemid's.
    However, if you have not run any of the tools for removing these
    "orphan" entries, the old
    nscalxitemid's should
    still exist in the Calendar database.
    <P>
    To restore a user's agenda from the Calendar database, use the following steps:
    <P>
    <OL>
    <LI>Use ldapsearch to
    locate the user entries for the user who you are trying to restore.
    <P>
    Depending on what version of Directory Server you have, the
    ldapsearch command line
    utility will be in one of the following locations:
    <P>
    (Directory Server 3.x): <I>
    ServerRoot</I>/bin/slapd/server
    <P>
    (Directory Server 4.x): <I>
    ServerRoot</I>/shared/bin
    To search for the user with the UserID "bbunny," the syntax for
    ldapsearch would be as follows:
    <P>
    ldapsearch -D "cn=directory manager" -w <I>password</I>
    -b o=netscape.com uid=bbunny | more (All on one line)
    <P>
    It is also possible to dump the output of this command into a file, as in the
    following example:
    <P>
    ldapsearch -D "cn=directory manager" -w <I>password</I>
    -b o=netscape.com uid=bbunny > bbunny.txt (All on one line)
    <P>
    The LDAP entry for a Calendar user would appear something as follows (<B>Note:
    </B> The Calendar attribute, nscalxitemid
    is in <B>bold</B>, and the ID number
    is in <B>red</B>):
    <P>
    dn: uid=bbunny,o=netscape.com
    objectclass: top
    objectclass: person
    objectclass: organizationalPerson
    objectclass: inetOrgPerson
    objectclass: nsLicenseUser
    objectclass: mailRecipient
    objectclass: nsCalUser
    givenname: Bugs
    sn: Bunny
    cn: Bugs Bunny
    uid: bbunny
    nslicensedfor: mail
    nslicensedfor: calendar
    mail: [email protected]
    mailhost: st-thomas.netscape.com
    multilinedescription: I'm da wabbit!
    maildeliveryoption: mailbox
    <B>nscalxitemid: 10000:</B><B>00257</B>
    nscalflags: 0
    nscallanguageid: 0
    nscalsysopcanwritepassword: 0
    nscalpasswordrequired: 1
    nscaldefaultnotereminder: 0:0
    nscaldefaultreminder: 0:10
    nscaldefaulttaskreminder: 0:0
    nscaldisplayprefs: 4:480:1080:1:30:190:2
    nscaloperatingprefs:
    0:255:0:0:0:0:0:1440:0:1440:0:0:1440:0:1440:0:0:1440:0:14
    40:0:0:1440:0:1440:0:0:1440:0:1440:0:0:1440:0:1440:0:0:1440:0:1440
    nscalrefreshprefs: 1:60
    nscalnotifmechanism: 1
    nscaltimezone: 0
    <P>
    In the line <B>nscalxitemid: 10000:</B><B>00257</B>
    , "<B>10000</B>" is the node number and
    "<B>00257</B>" is the
    calID number.
    The number you will need to change is the
    calID number,
    "<B>00257</B>".
    <P>
    <LI>From the /unison/bin
    directory for Calendar, run
    unidsdiff
    or ctxdirdiff (whichever
    is available) to find the Calendar agenda that is missing an LDAP entry.
    <P>
    The syntax for these utilities will be as follows:
    <P>
    unidsdiff -n 10000
    or
    ctxdirdiff -n 10000
    <P>
    These utilities should list any entries that don't have a matching directory
    entry, usually in the following format:
    <P>
    nscalxItemid="10000:<B>00256</B>" (S="Bunny",G="Bugs")
    <P>
    The ID number in <B>red</B> is the ID that you will
    use to replace the ID number in the LDAP entry.
    <P>
    <LI>Use one of the following two options to update the LDAP entry:
    <P>
    <B>Option#1:</B>
    <P>
    <LI>Edit the file from the ldapsearch
    output by changing the
    nscalxitemid in this
    file to the correct <B>ID</B> from the
    unidsdiff/ctxdirdiff
    output (from step 2 above).
    <LI>Delete the user from LDAP.
    <LI>Use ldapmodify to
    re-add the user from the file you edited.
    (ldapmodify is located
    in the same directory as ldapsearch
    <P>
    For example,
    <P>
    ldapmodify -D "cn=directory manager" -w <I>password</I> -a -f <I>filename</I>
    </UL>
    <B>Option#2:</B>
    <P>
    <LI>Edit the file from the ldapsearch
    output using update statements that
    will update the LDAP entry without having to delete it.
    <P>
    For example, you can edit the output in step 1 above so that the file contains
    only the following lines with the correct
    nscalxitemid:
    <P>
    dn: uid=bbunny,o=netscape.com
    changetype: modify
    replace: nscalxitemid
    nscaxitemid: 10000:00256
    <P>
    <LI>Use ldapmodify to
    update the entry in the file, as follows:
    <P>
    ldapmodify -D "cn=directory manager" -w <I>password</I> -f <I>filename</I>
    </UL>
    </OL>
    After performing the above steps, you can use
    ldapsearch to locate
    the entry and verify that it was changed. The user should now be
    able to log into the Calendar Client and see her previous agenda entries.

  • How to enable anonymous users to upload pictures inside a picture library?

    I have a sharepoint site. i have created a picture library inside this sharepoint site. i am trying to enable anonymous users to upload pictures in this picture library without login into the site.
    Please let me know if that's possible or is there a way that anonymous users can upload files or pictures inside sharepoint site without login into the site.Visit: http://yagyashree.wordpress.com
    MCP & MCTS [WSS 3.0/MOSS]

    Hi,
    You need to at least enable anonymous access for the picture library.
    To enable anonymous access for individual lists
    Go to the home page of your Web site and, in the left navigation pane, click View All Site Content.
    Click the list on which you want to enable anonymous access.
    On the Settings menu, click List Settings.
    On the Customize List page, in the Permissions and Management section, click Permissions for this list.
    On the Permissions page, on the Actions menu, click Edit Permissions. A dialog box is displayed informing you that you are about to create unique permissions for this list. Click OK.
    On the Settings menu, click Anonymous Access.
    Select permissions for users who have anonymous access to the list, and then click OK.
    In the step 7, make sure you have checked Add Items option.
    See Configure anonymous access (Office SharePoint Server) (http://technet.microsoft.com/en-us/library/cc263363.aspx) for more information.
    Hope the information can be helpful.
    -lambert
    Lambert Qin | Microsoft Online Support Engineer
    How to ask a question in the forum (http://support.microsoft.com/kb/555375)
    Posting is provided "AS IS" with no warranties, and confers no rights.

  • How to restore single user/comp accidently deleted from AD,without starting in DSRM mode.???

    I found only solution for this, restore syatemstate backup and then using ntdsutil:restore user.
    Is there any other way,keeping server offline it costs to company.

    Hi Hemant,
                    Yes,u can probably stop the AD service from command line by typing- "net stop ntds" and then you can do authoritative restore of object using ntdsutil. After restoration you can start
    the service again- "net start ntds". But restarting the server will ensure proper restoration of that object.
    Thanks
    Tousif

  • How to restore a user home account to a new hard drive

    I had a hard drive go out and before it did, I have a copy of my user directory on a firewire drive. I got a new hd and am ready to move the back up over to the new drive.
    Is there any steps I should follow to do such? Will a simple copy of the total user account over to the new drive work ok if I create the exact name of the backup home directory to the new drive and say "replace"? I want to make sure my mail, docs and music directories are correct. I have the apps backed up but can reinstall them if need be and not to mes with the libraries.
    Thanks
    jf

    Boot the machine with your install disk, select your language, and, when the menu bar pops up, select Utilities/Disk Utility, select the new HD, select erase and format/partition (as desired) Mac OS Extended and install OS 9 drivers if the machine supports OS 9 booting (not shown in your configuration information), under security options select zero out data. Once the drive is formatted, install Tiger. After the machine restarts, go through the welcome dialogs and use the same name, shortname, and password you used originally. After that finishes, simply mount the FWHD and you should be able to just drag and drop everything from the backed up users folder to the new one. Don't drag the users folder, just the subfolders.
    Once you've successfully restored everything, then use something like Carbon Copy Cloner, SuperDuper!, etc. to make a bootable backup onto the FWHD. That way, you can always reverse the procedure whenever the HD goes south again.

  • How to restore a user account

    My user account seems to be corrupted. It does not allow me to back up files in Quickbooks. Also, my internal speakers do not work. In order to hear anything, I need to connect headphones or external speakers to my laptop.

    If it's only QuickBooks that crashes, it may be something only Intuit can fix. Does it crash with a crash report? Find crash reports by launching Console - it's in your Mac's Utilities folder. Click Show Log List if it is not already shown. Crash reports may be found under Diagnostic and Usage Information. Click the "reveal triangle" to the left of User Diagnostic Reports. Crash reports end in the suffix .crash.
    Find the most recent one that appears to be related to QuickBooks. Copy and paste the entire crash report in a reply. Obscure or omit any information that you may consider personal.

  • How to restore old prefs, etc after clean reinstall of 10.3.9?

    Due to a fiasco with Drive Genius I was forced to reformat and reinstall 10.3.9. Luckly, I was bright enough to manually copy over the entire contents of the drive to a firewire drive before I started the drive genius project.
    I was able to find directions on how to restore my users which worked perfectly.
    I've copied all the apps back. But all the apps were in the main drive rather than in users, so the prefs, registrations etc are, I assume, stored in the old library.
    Is there a way to replace the new library with the original to avoid several days work digging out the original packaging to get the serial numbers for re-entering so I can get back to work right away?

    The serial #s, etc were in fact in the original main library. I was able to restore the use of all the programs by manually replacing the missing items in each folder in the library. It took over an hour, but I got it all back and saved me from having to rummage through storage boxes for the original documentation to retrieve and re-enter all the info.

  • Anonymous User Overview

    Hi,
    We currently have a portal with several registered users but would like to grant access to guests to give them a 'read only' view of the portlal. I've heard of the anonymous user which sounds like the ideal thing but can't find an overview of how the anonymous user works.
    Search results just reveal methods that can be used and what level of content personalisation a tracked anonymous, untracked anonymous.... users get. Could anyone point me in the right direction for info on how to set up the login, web.xml etc.
    Users currently log in using
    <form method="POST" action="j_security_check" name="login">
    How would an anonymous user log in?
    Thanks in Advance,
    Alex.

    Why would you need your anonymous user to login?
    If you are running in streaming mode, you could entitle certain portlets to the "anonymous" role, which is a built-in role. Those portlets would only show for anonymous users. Other portlets can be entitled to specific roles that you create, or to the OOTB "Authenticated user" role.
    Hope this helps.
    Kunal

  • SharePoint document libraries exposing to anonymous users

    Hi 
    I using SharePoint 2010, i need to block anonymous users from viewing a document library contents.
    For eg: uploaded the .pdf file in to a document library, and opening it as anonymous  user, and it opens, that fine. But if that user removes the file name and the URL and clicks on enter, it will displays all contents inside that library.
    Can anyone help on this how to restrict anonymous users from viewing library contents.
    with Regards,
    R.K

    Hi,
    We can use Lockdown feature in SharePoint 2010 to achieve your requirement.
    The following blogs for your reference:
    Anonymous Users, Forms Pages, and the Lockdown Feature
    http://blogs.msdn.com/b/ecm/archive/2007/05/12/anonymous-users-forms-pages-and-the-lockdown-feature.aspx
    Lockdown Mode in SharePoint 2010
    http://blogs.msdn.com/b/russmax/archive/2010/01/22/lockdown-mode-in-sharepoint-2010.aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Add list item using anonymous user in public website of shareopint 2013 office 365

    Can any body know the solution to over come of following error while add list item using anonymous user using CSOM in shareopint 2013 office 365 public website.
    I have tried following solution to narrow down the error from "Access permission"
    http://sharepointtaproom.com/2014/08/28/anonymous-api-access-for-office-365-public-sites/#comment-2304

    Try below:
    http://www.codeproject.com/Articles/785099/Publish-a-Form-for-Anonymous-Users-on-a-Public-Sit
    http://blogs.technet.com/b/sharepointdevelopersupport/archive/2013/06/13/how-to-allow-anonymous-users-to-add-items-to-sharepoint-list-using-client-object-model.aspx
    // Allows AddItem operation using anonymous access
    private
    static voidAllowAnonAccess(){
    Console.WriteLine("Enabling Anonymous access....");
    SPWebApplication webApp =
    SPWebApplication.Lookup(new
    Uri(webAppUrl));
                webApp.ClientCallableSettings.AnonymousRestrictedTypes.Remove(typeof(Microsoft.SharePoint.SPList),
    "GetItems");
                webApp.ClientCallableSettings.AnonymousRestrictedTypes.Remove(typeof(Microsoft.SharePoint.SPList),
    "AddItem");
                webApp.Update();
    Console.WriteLine("Enabled Anonymous access!");  
    // Revokes Add/Get Item operation using anonymous access
    private static
    voidRemoveAnonAccess(){
    Console.WriteLine("Disabling Anonymous access....");
    SPWebApplication webApp =
    SPWebApplication.Lookup(new
    Uri(webAppUrl));
                webApp.ClientCallableSettings.AnonymousRestrictedTypes.Add(typeof(Microsoft.SharePoint.SPList),
    "GetItems");
                webApp.ClientCallableSettings.AnonymousRestrictedTypes.Add(typeof(Microsoft.SharePoint.SPList),
    "AddItem");
                webApp.Update();
    Console.WriteLine("Disabled Anonymous access!"); 
    http://www.fiechter.eu/Blog/Post/12/Create-a-survey-for-anonymous-users-on-Office-365
    If this helped you resolve your issue, please mark it Answered

  • How to restore views and procedures after drop user command?

    How to restore views and procedures after drop user command?
    We have 817 EE on NT and one developer created a lot of procedures, functions and vews. DB was not backuped and archived and export has not been done - our fault and we understand it. Sorry for this.
    Ok, now the story: another developer dropped this db user and we lost everything: procedures, functions and vews. The new user with trhe same name was created and new schema was imported in this user, but all old objects are lost. We don't have export and backup and archive log files.
    Question: may we can restore this lost stuff from some other sources. We are looking for lost codes, not data. May be we can use redo logs or shared pool or any other things. Any idea will be appreciated.
    Thanks.
    Victor
    [email protected]

    The switch has occurred after user was dropped, the data has been overwritten and there is be no way to use redo log files.
    I would like to explore another opportunity. Is possible to use Shared Pool or any Data Dictionary internal information to restore texts of the lost SQL and PL/SQL scripts executed in this DB before user was dropped? Not too many scripts are executed in this DB and the lost ones may still be in stack. I remember that Shared Pool (cash) should keep last executed scripts in order to improve performance. They probably are kept in some special format. Can we restore these scripts? Of course they also might be pushed out by Import that had been done after user was dropped.
    Thanks for your help,
    Victor

  • How to recover backup user data after a restore

    I had a disk fail and could not boot. while in the restore software I was able to backup user data to a USB drive. Now that I've restored from the restore partition and got it running windows 7 home again, I don;t see how to recover the user data made with the low level software. Windows back up doesn't seem to recognise it and I can't find an HP utility to get at it.
    A program saved with the .wim back up files brought up an HP restore manager application that then copied the filed to my new C drive but how do I actually get it to recover them into their appropriate places and recreate users etc.
    Or, should I just consider myself lucky to still have copies of the files at all?  I'll not be real happy about that because it will be a tom of work to recreate everything manually even with the files.
    I'm hoping someone out there has a better solution for recovering all my user data into my new restored initial image.
    thanks,
    -dcb

    Hello dcbrower, You may be able to use the program Universal Extractor to extract the files in the .wim file.
    This is a Free program that can be found at this  Link. .
    Just extract the files in the wim file to a location you would like.
    Please click the White Kudos star on the left, to say thanks.
    Please mark Accept As Solution if it solves your problem.

  • How to view a BI query with anonymous user in the portal

    <b>Hi Gurus,</b>
    Does anybody knows how to view a BI query in the portal with anonymous user?
    Cause when i try to view a query the portal always ask for authentification. And i don't want to sign with a user cause my portal is for everybody and if the user logged in it shows the roles that previously were assigned.
    I have the Netweaver 2004 with SP9
    <b>Thank you Very Much</b>

    do you have sso configured between portal and BW server, if yes the authentication pop up should not come.
    if you dont want to do sso between portal and bw server and still want to logon to BW query with anonymous user,
    in you bw server go to transaction sicf and navigate to DEFAULT_HOST->SAP->BW->BEX and double click on bex node in the resulting window, log on details section provide a default userid/password
    Raja

  • How can provider-hosted app accessible to anonymous users online

    Hi,
    I am new SharePoint and still learning it.
    I have created a Provider Hosted App. built in asp.net Web application. This apps retrieve all file to shared documents of sharepoint online using REST API. it's access only register user.
    The problem is that how can accessed this apps  through anonymous user.
    I am not sure what is the best way to do this.
    Thanks
    Krishna

    Hi Krishna,
    check those URLs
    http://www.sharepoint-journey.com/how-to-enable-anonymous-access-in-sharepoint-2013.html
    https://support.cloudshare.com/hc/en-us/articles/200701115-How-to-Enable-Anonymous-Access-to-a-SharePoint-2013-site
    Also to create the App to allow anonymous check the following link
    http://msdn.microsoft.com/en-us/library/office/dn579415(v=office.15).aspx
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

  • How the profile id has been created for anonymous user

    hi all,
    when i print the ShoppingCurrent.current the below line is displaying
    Order[type:default; id:o1030002; state:INCOMPLETE; transient:true; profileId:1310002; ]
    in that how the profile id has been created.
    thanks in advance
    shya

    User profile is created when a request is processed by the ProfileRequestServlet in the ATG servlet pipeline and is made available as session scoped Profile object for each user. Profile object has a dataSource property which points to the underlying RepositoryItem. For anonymous user, the underlying RepositoryItem created through ProfileRequestServlet remains transient by default. Therefore you won't find the item in the repository or database with that transient repository item's id. You can change this default behavior if you want by changing the persistentAnonymousProfiles property of the ProfileRequestServlet component to true which will create a new profile in the database for each anonymous visitor.

Maybe you are looking for

  • How to Hold Sender Filename for Receiver Filename

    Hello, I have a File (xml) -> PI -> File (flat) scenario where I need to maintain a part of the sender filename and use it in the receiver filename.  This value can be one of three values (if that matters).  I envision having to get the filename valu

  • Question on MAXTIME parameter on queue registration

    Hi    I have a question regarding value of parameter MAXTIME - while registering for queues in XI . My intention is to prioritize queues - XBTA, XBTG, XBTZ with the *A queue having the maximum priority and the *Z having the least. Should I give a hig

  • How to turn of (howdoyoucallit.. 'snap to point' in newest After Effects 12.2.1.5)

    Hello! I just updated my After Effects CC. When I ajust, for example the anchor point for a layer, it automatically 'snaps' to the anchor point of another layer. It's really annoying Anyone a tip to turn it of? Thanks!!

  • Inventory - Snapshot Scenario

    Hi, I have the data model inventory with detail of the 0CALMONTH in the cube. I have read from the document SAP the scenario Snapshot and I wondered me: 1) when I extract from 2LIS_03_BF and by 2LIS_03_UM every day (the data in BW are up to the prece

  • Frequent Indesign Crashing, CS6 and Now CC, any help for a fault finding novice?

    Good afternoon, I have been experiencing a lot of crashes, firstly with CS3 on my old system, then with CS6, then I upgraded to a new PC and still had CS6 crashes and now i have CC and still having similar issues. My system is Windows 8 Pro 64 Bit, w