Unc path and authentication

hello,
i installed share point 2013 on 2008 r2 server (no domain) i want to make user permision so they can open list passed thier permission so can i do it with out dc ?
also i want to enable unc patch so the client can brows the files from windows explorer as share folder.
thanks.

The problem is that the local account is "local" and won't be the same account as the one used by the user on their workstation.  If the server is a member of the domain then the domain account is shared between the SharePoint server and the workstation
because both validate the account credentials with the same Domain Controller.
If you are authenticated to the SharePoint server then you should be able to map a UNC path to a document library.  This does however require some add-ons that are normally installed by Office.  I've seen lots of issues with people having a 64
bit of office installed and not having the addons needed to open a UNC path.
Paul Stork SharePoint Server MVP
Principal Architect: Blue Chip Consulting Group
Blog: http://dontpapanic.com/blog
Twitter: Follow @pstork
Please remember to mark your question as "answered" if this solves your problem.

Similar Messages

  • UNC paths and java.io.file in Oracle

    Hi,
    I'm just getting to grips with using some basic java in the database. I'm using 8.1.7 on W2K.
    I'm trying to test for the existance of a file on a separate w2k domain:
    import java.io.File;
    public class JFileExists {
    public static int fileexists (String fileName) {
    File myFile = new File (fileName);
    boolean retval = myFile.exists();
    if (retval) return 1; else return 0;
    public static void main (String args[]) {
    System.out.println (
    fileexists (args[0])
    grant javasyspriv to mp;
    function jfn_file_exists (file_in IN VARCHAR2) RETURN number
    AS LANGUAGE JAVA NAME 'JFileExists.fileexists (java.lang.String) return int';
    From the command prompt all is well:
    E:\java>"c:\oracle\ora81\Apache\jdk\bin\java.exe" JFileExists i:\test.txt
    1
    E:\java>"c:\oracle\ora81\Apache\jdk\bin\java.exe" JFileExists \\mpweb1\image\test.txt
    1
    But when loaded into oracle its returning false with the UNC path. (but is ok with a mapped drive to the same path)
    SQL> declare
    2 begin
    3 pa_main.pr_print(to_char(pa_main.jfn_file_exists('I:\test.txt')));
    4 pa_main.pr_print(to_char(pa_main.jfn_file_exists('\\mpweb1\image\test.txt')));
    5 end;
    6 /
    1
    0
    PL/SQL procedure successfully completed.
    The oracleservicesid and listener are starting under a user called oracle_user which is a member
    of the admins and domain admins group.
    mpweb1 is on a separate domain to the database server mpdb1 but it also has a user called oracle_user with the same password.
    oracle_user has full access to the share in question.
    Am I missing something? I was trying to keep the database server and web server on different domains for better security
    - but would things be easier if they were on the same domain?
    Any help much appreciated for this java newbi!
    Thanks,
    Simon.
    null

    I am also having problems with UNC paths. But I cannot access the location even if it is mapped as a drive. In JDK VJM I do not have a problem, but in Oracle it says the file cannot be found and say permission denied. I will try to change the user that starts the database and see if that helps.
    null

  • Help configuring adobe media server's apache to use UNC paths and use multible VOD directories

    I am experimenting with v 5.03 for media server with look to upgrade our current pool of v4.x server to support ipads etc.
    i have set the ams conf file and have in the past use a unc paths for my VOD_Dirs
    eg
    VOD_DIR = C:\Program Files\Adobe\Adobe Media Server 5\applications\vod\media
    VOD_DIR_1 = \\prodserver1\media\data\VOD\Media
    VOD_DIR_2 = \\prodserver2\media\library\Preview
    VOD_DIR_3 = \\prodserver3\media\preview
    how and where do i need to do this for the http streaming ?
    cheers
    Robert

    You use Apache config files for the same...namely httpd.conf.

  • Network UNC paths and SWF files not running.

    Flash Player wont run SWF files from a network unc path. A map drive works. How can I resolve this?
    Our user profiles in window 7 are roaming and the my documents redirects using a unc path to the my documents area.  When the swf file is run, you just get a white background in the player.  The standalone player is version 8 .  We also deploy the latest flash player plugin for ie9 browser (currently 11.3).
    I have tried adding the unc path \\servername\pathname to a .cfg file in C:\Windows\System32\Macromed\FlashPlayerTrust  as described in the flash player administrator guide.  This did not work.
    I have also tried to update the global security settings panel with the unc paths required and copying the settings.sol file to users profiles but this has not made any difference.
    Can anyone help?
    Many Thanks
    Mark

    Thanks for replying Jeromie. 
    After a bit of digging, I discovered that the problem was with the profile path for users. I am not sure why, but when the profile path contains the fully qualified domain name in it , flash player fails i.e \\server.domain.co.uk\sharename\flash.swf.  when the path was changed to \\servername\sharename\file.swf , it worked.
    I changed all the users profile paths and removed their appdata to and now all users can play flash files with the new profile path.
    Regards
    Mark

  • Unable to launch Litetouch.vbs (LiteTouch.wsf) from UNC path - A connection to the Deploayment Share Could not be made

    I am having a difficult time figuring out this issue. Here is the back story. The particular deployment share is not used in the traditional sense of deploying OS images. Instead, it is only used in deploying applications. I actually have three shares that
    do this catered to three different clientele groups; IT, teachers and students.
    I have these shares set up so that the Litetouch.vbs is used as a login script and tied to specific AD accounts. When launched, it goes through the normal MDT gathering process and eventually shows a list of applications to select to install.
    And this has and still is working perfectly for several years with both wired and wireless computers, until recently.
    My issue, I'm afraid, is with the new Intel Dual Band 7260 wireless cards/drivers (both N7260 and AC7260. The reason I suspect this is because any other desktop or laptop will launch the VBScript just fine and bring up the list of software like it has always
    done. However, if I UNC to the share and try to manually run LiteTouch.vbs, I get the "A connection to the deployment share cannot be made. Connection OK. Possible cause: Invalid credentials." That's right. I can UNC to the shares all day long, but
    when launching the LiteTouch.vbs or LiteTouch.wsf scripts, I always get the above error. So the wireless is working, in a way. Just not the way I need it to. I've tried different versions of drivers all with the same error. I've launched other VBScripts that
    I've wrote from UNC paths and they run fine.
    I am using a Domain Admin account to connect back to the deployment share through MDT. My account is a domain admin account. The share permissions are full control for Everyone and Domain Admins. The folder permissions are Read Only for Everyone and Full
    Control for Domain Admins. Like I stated, this works fine on any other system.
    When I look at the BDD.log file, sometimes I don't see anything, but most of the time I see the line "No physical adapters present. Cannot deploy over wireless." Which, in my case, is not true because I can use any other laptop with older
    Intel wireless cards, Broadcom, Atheros or whatever and it works perfectly. And, if I hardwire the offending laptops and use Ethernet instead of wireless, I can launch the VBScript and proceed just fine.
    I guess my question is, is there a way to force MDT to use any network connection, whether it's wired or wireless to deploy anything. In my case, it would be software.
    We use this option as a way for students in our high schools to be able to log in with a special account and install specific software they may need for a class. It is easier to have them do it this way than to try and install different software for
    different classes on a total of 4000 laptops.
    I am currently running Windows Server 2012 R2 with MDT 2013. The laptops are running Windows 7 SP1 x64 Enterprise and Windows 8.1.1 Enterprise.
    Any help or ideas anyone has to offer would be greatly appreciated.
    ~Mike

    I understand that you got MDT to work on other adapters, and I understand that some people dislike the AC series.
    However...
    I must strongly disagree with your conclusion:
    the Intel 7260 cards just will not work for this scenario. Any other wireless card works
    perfectly fine...
    As designed, MDT is coded to block Wireless deployment scenarios. However, the algorithm used to determine if a network adapter is wired vs wireless is highly flawed, it will check the description (caption) of the network adapter and search for the string:
    "Wireless". And if I recall, it is difficult to determine Wireless vs Wired within a VBSCript.
    Set colAdapters = objWMI.ExecQuery("select * from win32_NetworkAdapterconfiguration where IPEnabled = True")
    For Each oAdapter in colAdapters
    If Instr(UCase(oAdapter.Caption),"WIRELESS") = 0 Then
    If oAdapter.IPConnectionMetric < sIPConnectionMetric Or sIPConnectionMetric = "" Then
    sIPConnectionMetric = oAdapter.IPConnectionMetric
    End If
    End IF
    If Instr(UCase(oAdapter.Caption),"WIRELESS") Then
    sWirelessConnectionMetric = oAdapter.IPConnectionMetric
    End If
    Next
    If sIPConnectionMetric = "" Then
    oLogging.CreateEntry "No physical adapters present, cannot deploy over wireless", LogTypeError
    ValidatenetworkConnectivity = Failure
    Exit Function
    End IF
    On my Lenovo W530, for example, when I disable my Wired connection, my wireless adapter reports:
    PS C:\> gwmi -query "select * from win32_NetworkAdapterconfiguration where IPEnabled = true" | select-object Caption
    Caption
    [00000002] Intel(R) Centrino(R) Ultimate-N 6300 AGN
    AS you can see, no "Wireless" in the caption string.  A connection to the deployment share works just fine.
    Therefore...
    Yes, you *may* have gotten the installation to work on the machines that *just happen* to not have "wireless" in the caption, but I would not count on this to be true on all machines in a corporate environment.
    -k
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Using UNC Path With Execute Process Task

    I have an Execute Process task in which the process can either delete, get or put files to an SFTP site. The executeable takes arguments in the following format:
    "host" "user" "password" "put" "full local path/filename" "full remote path/filename"
    I have the task configured as follows:
    RequireFullFileName: True
    Executeable: \\server\groups\Development\ETLFiles\ETL_Utilities\ocsshhelper\ocsshhelper.exe
    Arguments: sftp user password \\server\groups\Developmement\ETLFiles\ETL_Data_Files\CT_FS_Export_20081113.csv stateExport\export
    WorkingDirectory: \\server\groups\Development\ETLFiles\ETL_Utilities\ocsshhelper
    WindowStyle: Hidden
    Arguments, Executeable and WorkingDirectory have been configured as Expressions. When I execute the package in BIDS from my Windows  XP SP3 machine, The task fails with the following error:
    [Execute Process Task] Error: In Executing "\\server\groups\Development\ETLFiles\ETL_Utilities\ocSSHHelper\ocsshhelper.exe" "sftp user password put \\server\groups\Development\ETLFiles\ETL_Data_Files\CT_FS_Export_20081113.csv stateExport\export" at "\\server\groups\Development\ETLFiles\ETL_Utilities\ocSSHHelper", The process exit code was "-532459699" while the expected was "0".
    My domain account has 'effective' full control rights to the location of ocsshhelper.exe.
    It could be that the executable does not support UNC paths, and I'm checking that. I have another package that uses this same application, but uses the physical path, and there are no problems. Does the Execute Process task have issues with UNC paths?
    Thank you for your help
    cdun2

    Actually it doesn't work properly in SQL Server 2008 R2.  I have a similar EP task.  If I set the working directory to \\server\share\subdir the task fails. However, if I map a drive latter to the \\server\share and set working directory to <drive>:\subdir
    it works

  • RMI Client UnmarshalException with UNC paths

    I have a 'none' Java application, that has an embedded JVM which is being used as an RMI server to allow communication to the application from a browser. The applet detects the presence of the RMI server and if not detected, will start the application, which in turns starts the RMI server. Once the RMI server is started the Client then invokes the method on the server, and hence into the application.
    If the executable for this application is pathed to either a local or mapped drive then everything works as expected, if I then try to use a UNC path, once the RMI server is started, the client returns an UnmarshalException:
    java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
    java.io.EOFException
    java.io.EOFException
    at java.io.DataInputStream.readByte(Unknown Source)
    at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
    at sun.rmi.server.UnicastRef.invoke(Unknown Source)
    at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    at java.rmi.Naming.lookup(Unknown Source)
    I guess that the problem is that the serialization process has been started, and as the client starts reading from the datastream the UNC paths cause the EOF Exception. any help on how to get round this problem would be gratefully received. Unfortunately using a mapped drive is not a solution to this problem due to the way the application is being served.

    Hi all,
    It turns out that when the java.policy file is being read, it ignores the servername on the UNC path and therefore looks for a directory of the remaining data of the UNC path for the file. I guess it is now a task of figuring out why this is...

  • Unable to write to a UNC path from a SAP program

    Hi All
    We have just migrated our first server in an OS/DB migration from UNIX to Windows and the developers are trying to convert all our jobs/programs in SAP to write to Windows UNC paths instead of unix directories but we cannot get it to write files to the UNC paths.
    OS = Win 2008 SR2
    DB = Oracle 11.2
    SAP = ERP 6 / ECC 6
    Example path =
    hostname.domainname\directory$
    Can anybody help us please.
    Thanks
    Steve

    Thanks Tony & Manuel
    We believe that we have checked and rechecked all the necessary permissions on the share itself and we know we can resolve the FQDN from the SAP server. The server team here were able to monitor which user SAP was using to try and access these shares and it turns out to be the service account SAPService<SID>. Which surprised me a bit as I thought it would be <sid>adm. Next we tried logging into the SAP server as SAPService<SID> and mapping the UNC path and we were able to write to it so the inference is that the permissions are OK.
    I was wondering if there's something within SAP itself that we need to turn on to make it understand UNC paths. We ran function module EPS_GET_DIRECTORY_LISTING in SE37 and were able to read from the UNC path. But as yet we can't get any of our SAP programs to write to them.
    Thanks
    Steve

  • SCEP UNC path definitions

    Hi, we have sccm 2012 R2 with SCEP clients configured to use UNC path as a 3rd and last resort to get the definition updates.
    When we click on Update on localy on a system with the SCEP interface, I know it won't go look into SCCM, but will go through the rest of the list.
    Ref:
    https://support.microsoft.com/en-us/kb/2831244?wa=wsignin1.0
    When you click Update in the SCEP UI, the client looks for a FallbackOrder registry
    key in HKLM\Software\Policies\Microsoft\Microsoft Antimalware\Signature Updates. The client will check each update source in the FallbackOrder registry key in the order that they are listed
    until it locates a source that has available definitions. If it goes through all sources without detecting available definitions, it returns an error and the update attempt is unsuccessful. Configuration Manager is never listed in the FallbackOrder registry
    key, as the SCEP client does not recognize a Configuration Manger Software Update Point agent (and associated infrastructure) as a valid definition source and cannot pull definitions from Configuration Manager. 
    The issue we have is that we have 2 UNC path configured, since we have two domains. Yes we could create two seperate policies and only apply the UNC path to each domain, but shouldn't the SCEP client go through both UNC path and find that he can access on
    of them and start to update?
    Right now it doesn't, it looks at the 1st and if he can't access it, it'll fail and report a timeout.
    Is this by design or an known/unknown issue with SCEP?
    Thks in advance and don't hesitate if you have any questions.
    Steph
    joeblow

    I have only ever used one definition source for unc updates. The technet page states you can add one or more though.
    Click Set
    Paths. Then, in the Configure
    Definition Update UNC Paths dialog box, add one or more UNC paths to the location of the definition updates files on a network
    share
    https://technet.microsoft.com/en-gb/library/jj822983.aspx?f=255&MSPPError=-2147217396
    Bet one of the guys on here knows though.

  • Full path and filename in wwv_flow_files after upload from UNC path in IE

    I have a page with a file browse item. After page submit I move the file from wwv_flow_files to another table.
    Normally the column wwv_flow_files.filename only contains the filename. However, when using IE9 and selecting a file from an UNC path the column contains the full path+filename.
    Does anybody have an idea what happens here?
    How can I make sure I only get the filename?
    Using Apex 4.02.007
    Edited by: Rene W. on Feb 28, 2013 6:39 AM

    Rene W. wrote:
    I have a page with a file browse item. After page submit I move the file from wwv_flow_files to another table.
    Normally the column wwv_flow_files.filename only contains the filename. However, when using IE9 and selecting a file from an UNC path the column contains the full path+filename.
    Does anybody have an idea what happens here?
    How can I make sure I only get the filename?For security/privacy reasons recent versions of browsers by default do not send local file path information from File Browse items to the server, nor expose the file path in the control's JavaScript methods. Firefox, Safari and Chrome only provide the filename. IE6 & IE7 still yield the path in Windows format. IE8+ and Opera have adopted an irritating approach of replacing the path with a wholly imaginary "C:\fakepath\"—and this monstrosity has sadly had to be enshrined in the HTML spec. A reasonably compatible way to strip the path in JS is provided there, or you should be able to do it fairly easily in PL/SQL when moving the file.
    The fact you are getting the full path suggests that the IE security config setting "Include local directory path when uploading files" (or IE9 equivalent) is used in your browser/environment to enable the path to be exposed in IE. This may be necessary to support dismal legacy applications. Consult whoever is responsible for browser security configuration at your site to see why/if this setting is necessary.

  • Word 2013 shows full UNC path instead of local "Documents" folder on file Open and Save

    Normally Word (and Excel) by default will show the user's local "Documents" folder when opening or saving a file. That is what we want. However, after using Windows Server Folder Redirection to redirect the Documents folder to the network (Windows
    Server 2012R2), Word now shows the full UNC path to the network share.
    Instead of seeing:
    "MyPC  Documents"
    users see
    \\sever1\redirect$\username\documents
    Folder redirection is supposed to be transparent to the user. Virtually all our other applications, including Office 2003, respect this convention and continue to show "Documents". As you can see, Word even exposes a hidden share.
    Even if we go to File / Options / Save and browse to the local Documents folder as the place Word should open and save files from, Word immediately removes the path you have browsed to, and replaces it with the UNC path.
    Is there a way to suppress this behavior? Thanx!
    Dana

    Hi,
    Based on my understanding, you only want others to see some part of path name, rather than full UNC path name. It is right?
    It seems that we can’t implement your requirement. When we open a file from “My Pictures”, it shows “My picture” instead of showing the full path “C:\Users\User\Pictures”. “My Picture” is set as a library in Windows, so it hides
    full path by design. We can't set \\sever1\redirect$\username\documents as a library.
    As a workaround, you can upload these files to OneDrive and share link to others.
    If I have anything misunderstood, don't hesitate to tell me.
    Regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • TED App and UNC Path

    I created an App that gets distributed by TED. When it pushes the app to
    the subscribers it changes the path from a UNC path using the server name
    to a UNC path using the domain name. For example \\Server\data becomes
    \\server.company.com\data
    Is there a way to keep the UNC path using the server name only.

    Bblaser,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • FileExists and UNC path

    I've noticed a strange behaviour of FileExists(const char path[], ssize_t **fileSize) function with UNC paths (\\<hostname>\<sharename>[\<objectname>]*):
    if <hostname> is an alias of a non-existent host, FileExists returns 0 (File not found) - for example FileExists("\\\\server-name\\folder-name\\file.txt", NULL)
    if <hostname> is an unreachable IP address, FileExists return -93 (UIEIOError) - for example FileExists("\\\\192.168.1.1\\folder-name\\file.txt", NULL)
    This happens also if you try with the path to the same file, written with the host IP address and its corresponding alias, when the host becomes unreachable.
    Tested with CVI 2009 SP1
    Is this an expected behaviour?
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded

    Hello Vix,
    I've tried with either CVI 2009  Version 9.1.1 (450) and CVI 2009 Version 9.1.0 (428) and I always get 0 if the alias is bad or the IP is unreachable.
    Here's the code I've run:
    int ret=0;
    ret=FileExists ("\\\\it-mil-wds01\\AEs\\pippo.txt", NULL);
    printf("Il valore e' %d",ret);
    getchar();
    int ret=0;
    ret=FileExists ("\\\\server\\AEs\\pippo.txt", NULL);
    printf("Il valore e' %d",ret);
     getchar();
    Can you give me your exact version of CVI?
    Thanks,
    Andrea
    Andrea N.
    Systems Engineer ATE & RF - Mediterranean Region
    National Instruments Italy

  • UNC Path without Domain

    Hi All,
    I have used the following code
    UNC Path which works well, however if the path is on a machine that is not on a domain but on a workgroup, how can achieve the same outcome with viewing the files?
    Regards,
    Ben

    Domain/workgroup doesn't have any impact on UNC paths.  A UNC path is simply server and share name.  The problem you are more liking having is permissions.  In order to use a share the user must have permissions to the share and NTFS. 
    For this you generally use a network account but a workgroup computer wouldn't have such an account.  Instead you have to create a local account on the machine and then use those credentials when trying to connect to the path.  But if you're trying
    to use most of the standard APIs that allow UNC paths then they will always use the current user's credentials.
    There are 2 possible solutions that have worked for me.
    When the user connects to the remote machine then the remote machine sees the user as a Guest since they cannot be authenticated.  If you open the share and NTFS to allow Guest access then it will work. But this introduces security concerns such that
    you might not want to do this.
    Map the UNC path to a local drive using
    Win32.  There is no .NET API for this.  As part of the mapping process you can specify the credentials to use.  From that point on it is now a normal drive letter and can be used in standard file calls.  However you need to decide whether
    the connection is persisted or not and you'll need to remove the mapping if you don't need it anymore.
    Michael Taylor
    http://blogs.msmvps.com/p3net

  • Crawled Documents utilizing UNC Paths

    Is there a way to implement crawlers to populate the cards they create with the UNC path (in order to force Windows Authentication when opening the document via the Knowledge Directory)?
    I have seen this done before, but I'm not sure if it was out of the box (4.5) or if significant changes were made to the docfetch.asp page to facilitate this.
    Ideally, we would like to crawl documents via a service account, but then open/authenticate the physical file with a user's AD credentials - not the service account.
    I've been experimenting with different scenarios utilizing impersonation, but can't seem to get this to work - either it ends up using the service account or would go via an anonymous web share.
    The scenario that I haven't been able to get working - which may be the answer is to configure:
    Remote Server: Authentication - None
    Data Source: Do not use gateway - which forces you to setup a web Virtual Directory. And have that Virtual Directory set with Basic Authentication. I haven't been able to get that to work, but at least seems feasible.
    Any help or feedback on this would be greatly appreciated.
    Thanks
    Nick Yankanich
    [email protected]

    Well, this isn't quite out of the box, but it is a totally supported customization.
    Try implementing a custom document opener. Here's a code snippet (untested, but I can't think of any reason why it wouldn't work):
    namespace com.bdgportals.alui.custom
    public class FileProtocolDocOpener : IDirectoryActions
    public Redirect OnClickThroughToDoc(AActivitySpace asCurrentSpace, IPTSession ptUserSession, int _nDocumentID)
    Redirect r = new Redirect();
    r.SetLinkToExternalURL(_ptUserSession.GetCatalog().OpenCard(_nDocumentID, false).GetDocumentURL().Replace("http", "file"));
    return r;
    HTH,
    Chris Bucchere | bdg | [email protected] | www.bdg-online.com

Maybe you are looking for

  • Foreign key Mapping based on Data - in SQL Developer Data modeler

    Team Do SQL Developer Data modeler supports Foreign Key mapping based on the Data in the Schema rather defined at the DDL ? For e.g if we implement a Objects Relation ship mapping in Data base, we don't define Foreign keys at table creation. Toad doe

  • ORA-03113: end-of-file on communication channel while executing a query

    Hi all, I am getting following error while executing one of the query. ORA-03113: end-of-file on communication channel The query involves subqueries. At one point, in the second last condition of the whole query is the cause. what makes the query to

  • How can i set  "Createdby" attribute  When using Custom JheadStart Security

    Hello We do not use JASS for Authentication , please help us how can i set createtby attributes with jhs.username in application for any entity object? thanks

  • Application Logging questions, SLG0

    Hello all, I have a couple of generic questions I would like to ask the users of this forum. 1.  The people that are using application logging, in what types of situations do you use this functionality, interface programming, updating custom tables,

  • Drop log group of non existing thread

    How to drop an non-existing thread log group. My database doesn't have thread 3; this has been added during cloning from 3 node to 2 node RAC. alter database drop logfile group 10 ERROR at line 1: ORA-01623: log 10 is current log for instance UNNAMED