Pages without Login Credentials

I crated 101 login pages and I have a plan to crate following pages without user name password.
Page 102 - FAQ
Page 103 - Why register
Page 104 - Why Trust
I would like to know how to crate for these pages.
http://apex.oracle.com/pls/otn/f?p=12932:101
Thanks in advance,
NY

Thank Roel,
Last question!
How to fill plain text (contents) in these pages.
EG:
bold
italics
underline
Superscript: 3 ^rd^
Subscript: 2 ~n~
strike
Heading 1: h1.
I really appreciate it,NY
http://apex.oracle.com/pls/otn/f?p=12932:102:5409905203448558:::::

Similar Messages

  • Accessing a page from login page without login

    hi gurus,
    i have a link on my login page, for example-- about company. if i try to access it, it will always ask for login first and then go to that about company page. can i access this page without logging in?
    i saw some solutions like hidden region displayed on same login page, but what if i need to navigate to a different page?
    nadeem

    Hi Nadeem,
    As long as the page has no functionality on it - typical for things like "Terms and Conditions" etc, then you can just make that page public. Edit the page attributes and set Authorization Scheme to "-No Page Authorization Required-" and set Authentication to "Page is Public".
    That way, the page can be seen by anyone whether they are logged in or not.
    Andy

  • Not able to pass portal login page with valid credentials using WebDispatch

    Hi,
    We are implementing SAP BillerDirect Portal. To make BillerDirect Portal available over the internet, we Configured SAP WebDispatcher with SSL termination.  We followed the steps mentioned in SAP Help Documentaion for SAP WebDispatcher with SSL termination.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/76/6d4fa247d0d647b5bd40745400d873/frameset.htm
    We created certificate  and send it to CA (TrustCenter CA). We received the CA response and we imported the certificate.
    AS mentioned in the help document, we configured the SAP Web Dispatcher profile to support SSL termination
    We tried to access our BillerDirect Portal over the internet using below link
    https://company.com/bd
    We are getting login page, once we enter correct user ID and Password, portal is not loading (not going to next page) portal remains on same login page.
    If we enter invalid credentials portal login page is giving u201CUser Authentication Failedu201D error.
    If we try to access any portal login pages which brings a pop-up for login, login gets succeeded and we are able to see next pages
    Examples
    1)     https://company.com/bd/admin/xcm/init.do
    2)     https://company.com/monitoring/SystemInfo
    All pages which bring up portal login page without pop-up, not able to pass through portal login screen.
    We Tried the ProxyMapping option on Dispatcher using Visual admin. This option also didnu2019t work for us.
    Here is the WebDispatcher Profile
    SAPSYSTEMNAME = xxx
    SAPGLOBALHOST = xxxxx
    SAPSYSTEM = 00
    INSTANCE_NAME = W00
    DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTI386
    DIR_EXECUTABLE = $(DIR_CT_RUN)
    Accesssability of Message Server
    rdisp/mshost = hostnameofportalserver with FQDN
    ms/http_port = 8101
    Configuration for medium scenario
    icm/max_conn = 500
    icm/max_sockets = 1024
    icm/req_queue_len = 500
    icm/min_threads = 10
    icm/max_threads = 50
    mpi/total_size_MB = 80
    SAP Web Dispatcher Ports
    icm/server_port_0 = PROT=HTTPS,PORT=443
    icm/server_port_1 = PROT=HTTP,PORT=80
    icm/HTTPS/verify_client = 0
    SAP Web Dispatcher Web Administration
    icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=D:\usr\sap\xxx\W00\data\icmanroot\admin,AUTHFILE= D:\usr\sap\xxx\SYS\global\security\data\icmauth.txt
    Parameters for the SAP Cryptographic Library
    ssl/ssl_lib = D:\usr\sap\xxxW00\sapcrypto.dll
    ssl/server_pse = D:\usr\sap\xxx\W00\sec\SAPSSLS.pse
    ssf/name = D:\usr\sap\xxx\W00\sec\SAPSSLS.pse
    ssf/ssfapi_lib =  D:\usr\sap\xxx\W00\sapcrypto.dll
    sec/libsapsecu =  D:\usr\sap\xxx\W00\sapcrypto.dll
    wdisp/ssl_cred = D:\usr\sap\xxx\W00\sec\SAPSSLC.pse
    Parameters for Using SSL to the backend server
    wdisp/ssl_encrypt = 1
    wdisp/ssl_auth = 1
    wdisp/ssl_cred = D:\usr\sap\xxxW00\sec\SAPSSLC.pse
    wdisp/ssl_certhost = hostnameofportalserver with FQDN
    wdisp/ssl_ignore_host_mismatch = true
    #ICM Parameters
    icm/HTTP/j2ee_0 = PREFIX=/, HOST =hostnameofportalserver with FQDN PORT=50000,SPORT=50001, SSLENC=1,TYPE=1, CRED =D:\usr\sap\xxx\W00\sec\SAPSSLC.pse
    We also tried below options in WebDispatcher profile but we are getting same problem.
    wdisp/add_client_protocol_header = true
    wdisp/add_clientprotocol_header = 1
    wdisp/ssl_ignore_host_mismatch = true
    #ICM Parameters
    icm/HTTPS/forward_ccert_as_header = true
    icm/HTTPS/trust_client_with_issuer = *
    icm/HTTPS/trust_client_with_subject = *
    we also tried
    wdisp/ssl_encrypt = 0
    wdisp/ssl_auth = 0
    we also tried
    wdisp/ssl_encrypt = 2
    wdisp/ssl_auth = 2
    We are not able to resolve issue. Please help us on resolving this issue.
    Thanks
    Praveen

    ' in Host Names is not allowed. Our hosname has '_'.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm

  • Using login credentials from the first page

    Hi guys hopw one of you will help me!!
    I a jsp page which takes the username and password.(this is login.jsp)
    If the login is successful the page enters into another jsp which has a list of what the user wants to do.
    Everything is working fine at tht moment.
    But my major concern is say if i give the following ur to login:
    http://localhost:8000.login.jsp
    and enter the username and password.After succesfully logging in I have another jsp(register.jsp)
    with the following functions:
    Delete user
    create user
    The problem is if i give the following address in my browser:
    http://localhost:8000/success.jsp directly this page is being displayed without checking for the login credentials.
    Is there a way where i can check the username and password before the page is being displayed.(remeber I dont have username and password text boxes in each page).
    Thanx in advance.

    Yes you can do this search the forums with the search bar to the left looking for login routines and session variables.
    You put the result of your loging routine (pass or fail) into a session variable. All protected pages then check this session variable, and redirect to the login page if it is not correct.
    Search for session variables.

  • When I login to my bank, I get the message: 403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied. Have new MacBook Air with Yosemite. How to solve this problem?

    When I try to login to the website of my bank, I get the following error message:
    403 - Forbidden: Access is denied.
    You do not have permission to view this directory or page using the credentials that you supplied.
    I have a new MacBook Air with OS Yosemite installed.
    What is the problem and how can I solve it?

    Some websites require a special client certficate for access. If you don't have that certficate, you'll have to contact the site operator to find out how to get one.
    Sometimes the problem is caused by a web server that is configured to request an optional client certificate. Safari treats the request as mandatory. In that case, other browsers such as Firefox and Chrome may be able to connect to the site, because they ignore the request.
    The first time you were prompted for a certificate, you may have clicked through a dialog that requested access to the Apple certificate in your keychain that is used to secure the iMessage service. In that case, you may be able to regain access to the site in Safari by doing as follows.
    Back up all data.
    Double-click anywhere in the line below on this page to select it:
    com.apple.idms.appleid.prd
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    Paste into the search field in the Keychain Access window by clicking in it and pressing the key combination command-V. An item may appear in the list of keychain items. The Name will begin with string you searched for, and the Kind will be "certificate."
    Delete the item by selecting it and pressing the delete key. It will be recreated automatically the next time you launch the Messages or FaceTime application.
    The next time you visit a site that prompts for an optional client certificate, cancel out of the prompt. You may have to do this several times before the server stops asking.
    Credit for this idea to Christian Braukmueller of SAP.

  • Session/cookie in an app without login page

    Hi,
    I know there are several threads about setting a cookie, checking session etc. But none seem to address my issue. Here's my problem:
    - I don't have a login page in my apex app. My user logs in from an external program and his userid is captured in the HTTP header variable 'remote_user'.
    - I added some PL/SQL code in the 'page sentry function' to check if this user is in the database(basically check if he is in one of the tables) and if he is not, show him the page without the create/edit/delete buttons. If he is in our database, show the same pages with all types of buttons.
    - Putting this code in page sentry function seems to work, but I am unable to logout since there is no cookie set! If I try to set a cookie in the page sentry function, it is breaking at the redirect line. Also, I don't think page sentry is the right place to set a cookie since it executes at every page.
    - Putting the above code in any other block (session verify function, pre-authentication, authentication, post-authentication etc) does not even execute. I put a simple 'insert' query to see if it executes, but it does not!
    Given this, what is the best way and place to set/check cookie in my app? I tried to enhance Scott's session timeout utility, but my app does not have a login function as I explained above, so I am unable to do that. Any help is appreciated!
    Thanks.
    Shuba

    I tried to do that. If you read my very first post in this thread, specifically "If I try to set a cookie in the page sentry function, it is breaking at the redirect line. Also, I don't think page sentry is the right place to set a cookie since it executes at every page.", I tried to set a cookie but it is throwing an error at the page.
    I think all these complication is because I dont have a login page and I am using a HTTP header variable to validate the user. Given that, where should I set the cookie?
    I also tried to do this:
    - create an appliaction item called 'testuser'
    - create an application computation to run 'before header' which sets the value of this to my HTTP header variable.
    - When I retrieve the app item 'testuser' from a page, it is getting the correct value. But when I use this in the authentication scheme, it is returning null. Any idea why??
    I know I am throwing a lot of questions. That is because I am trying a lot of approaches and each of them is posing a new set of challenges. I am actually looking for alternative ways to do what I am looking to do.
    Thanks.
    Shuba

  • How would you push login credentials to a landing page?

    I am looking into a solution for pushing a user's login credentials to a landing page with options for different sites to go to.
    Basically the user will sign in and then be redirected to a landing page with three buttons that the user will choose which site to access.
    Has anyone tried to build anything like this?  
    Thanks in advance.
    M Novak

    This sounds like a question for the ASP.NET forums:
    http://forums.asp.net
    In any case, this has nothing to do with the CLR.

  • Why am I getting this message: 403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied?

    I just tried to access a website that I regularly access several times a day. However, this evening I received the following message: 403 - Forbidden: Access is denied.
    You do not have permission to view this directory or page using the credentials that you supplied.
    I have never seen this before, and have no idea what it means, or how to access the site. Does it have anything to do with my security settings? Help. I belong to the site, and need to access it.

    Do you need to login to access that website?
    Clear the cache and the cookies from sites that cause problems.
    * "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Tools > Options > Privacy > Cookies: "Show Cookies"

  • ICICI Bank site throws up blank page upon login in Firefox (all versions) and other browsers on my computer, but works normally on some other computers

    Till a few days back, ICICI net-banking site was opening up normally on both my systems (Windows XP SP3 and FreeBSD-10.1-i386). Since 18 December, the site throws up a blank page after the login credentials are entered. The site opens up normally on Firefox-34 on a computer system that belongs to a friend of mine. On my systems, reinstalling/upgrading Firefox does not help : I continue to get a blank page. The site URL is :
    https://infinity.icicibank.co.in/BANKAWAY?Action.RetUser.Init.001=Y&AppSignonBankId=ICI&AppType=corporate&abrdPrf=N
    Safe mode does not help. Even disabling all plug-ins and themes has no effect, just as clearing out cache and temporary files proved ineffective. Deleting profiles too did not help.
    The site opens on FF-34 on my friend's computer (XP SP2) but does not open on FF (any version, including the same build as the one used on the friend's computer) or even Opera 26.0/Internet Explorer 8 on my system. IE gives the following diagnostics :
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
    Timestamp: Tue, 23 Dec 2014 10:21:51 UTC
    Message: 'jQuery' is undefined
    Line: 42
    Char: 1
    Code: 0
    URI: https://infinity.icicibank.com/corp/AuthenticationController?__START_TRAN_FLAG__=Y&FORMSGROUP_ID__=AuthenticationFG&__EVENT_ID__=LOAD&FG_BUTTONS__=LOAD&ACTION.LOAD=Y&AuthenticationFG.LOGIN_FLAG=1&BANK_ID=ICI&LANGUAGE_ID=001&REDIR=Y
    Message: Object expected
    Line: 1763
    Char: 19
    Code: 0
    URI: https://infinity.icicibank.com/corp/AuthenticationController?__START_TRAN_FLAG__=Y&FORMSGROUP_ID__=AuthenticationFG&__EVENT_ID__=LOAD&FG_BUTTONS__=LOAD&ACTION.LOAD=Y&AuthenticationFG.LOGIN_FLAG=1&BANK_ID=ICI&LANGUAGE_ID=001&REDIR=Y
    Message: 'RISKFORT_COOKIE' is undefined
    Line: 1
    Char: 1
    Code: 0
    URI: https://infinity.icicibank.com/corp/AuthenticationController?__START_TRAN_FLAG__=Y&FORMSGROUP_ID__=AuthenticationFG&__EVENT_ID__=LOAD&FG_BUTTONS__=LOAD&ACTION.LOAD=Y&AuthenticationFG.LOGIN_FLAG=1&BANK_ID=ICI&LANGUAGE_ID=001&REDIR=Y
    Message: Invalid procedure call or argument
    Line: 5
    Char: 13
    Code: 0
    URI: https://infinity.icicibank.com/corp/AuthenticationController?__START_TRAN_FLAG__=Y&FORMSGROUP_ID__=AuthenticationFG&__EVENT_ID__=LOAD&FG_BUTTONS__=LOAD&ACTION.LOAD=Y&AuthenticationFG.LOGIN_FLAG=1&BANK_ID=ICI&LANGUAGE_ID=001&REDIR=Y

    FF-33 on FreeBSD-10.1-i386 throws up the following information in its console :
    ReferenceError: jQuery is not defined AuthenticationController:42
    Arguments { 0: "In Add method adding the objects to array", 2 more… } NFEBALoginScripts.js:177
    Arguments { 0: "In Add method adding the objects to array", 2 more… } NFEBALoginScripts.js:177
    Arguments { 0: "In Add method adding the objects to array", 2 more… } NFEBALoginScripts.js:177
    Arguments { 0: "User Agent of the browser is : Mozilla/5.0 (X11; FreeBSD i386; rv:33.0) Gecko/20100101 Firefox/33.0", 2 more… } NFEBALoginScripts.js:177
    Arguments { 0: "In Add method adding the objects to array", 2 more… } NFEBALoginScripts.js:177
    Arguments { 0: "In Add method adding the objects to array", 2 more… } NFEBALoginScripts.js:177
    Arguments { 0: "Encyrpting using JavaScript", 2 more… } NFEBALoginScripts.js:177
    Arguments { 0: "Exception occurred in arcot document.getElementById(...) is null", 2 more… } NFEBALoginScripts.js:177
    Arguments { 0: "Value for isAppletEncryptionRequired: undefined", 2 more… } NFEBALoginScripts.js:177
    Arguments { 0: "In Add method adding the objects to array", 2 more… } NFEBALoginScripts.js:177
    Use of getAttributeNode() is deprecated. Use getAttribute() instead. jquerymin.js:1
    ReferenceError: RedrawAllTrees is not defined AuthenticationController:1763
    Use of getPreventDefault() is deprecated. Use defaultPrevented instead. jquerymin.js:1

  • How to change the error message Invalid login credentials

    Hi all,
    How to change the default error messages .
    1) In the Login page while giving wrong username or password .It showing
    Error message "Invalid login credentials".
    But requirement is change the above error message.
    2) I need to change the error message instead of "1 error has occureed"
    Thanks in Advance
    Sudhakar

    On the Login Page of the application create a 'Before Header' process with this code if  apex_application.g_notification ='Invalid Login Credentials' then
             apex_application.g_notification :='Your Altered Failed Login Message Here';
      end if;varad

  • Operating System Login Credentials

    I have setup an Oracle 11g Database and have a question about backing up the database. Currently, I have logged into the database via Enterprise Manager. I have browsed to the Availability->Backup settings and I see that at the bottom of the page I need to supply Operating System Login Credentials.
    Do I need to create these credentials? If so, can I have a little help to do this, or if not, how to I retrieve these details?

    996403 wrote:
    I have added the 'log in as batch job' priviledge to the Administrator user.
    I have then setup a password for the Administrator.
    I then try and log into Oracle via the Enterprise Manager with the Administrator user details, but get the "Your username and/or password are invalid." error.When you "log into Oracle via the Enterprise Manager" you are logging into the database itself. You need to use a valid database account and password. You originally asked about being prompted for host credentials once you were logged in to Enterprise Manager and wanted to execute certain functions. That's not the same thing.
    To initially log in to EM, you supply database account credentials. If a function within EM needs to interface directly with the OS, it will need host (OS) account credentials.

  • Restoring iOS devices and app login credentials

    Mostly curious here: I have about 50 apps on my iPhone.  About 20 of these apps require login credentials (e.g., Twitter).
    I have to restore my iPhone periodically due to syncing issues with iTunes (that's another story).  When I do the restore, I am restoring from an iCloud backup.  My backups are encrypted.
    When the restore is complete, I've noticed that I can use some of the apps without having to re-enter the app-specific login credentials.  I guess iCloud was able to back up the credentials and restore them for these apps.   But for most apps, I find that I have to re-enter the login credentials in order to use the app.  For these apps, it seems that iCloud did not back up the credentials.
    It's tedious re-entering login credentials for a number of apps, so I'd like to understand how iCloud is supposed to work.  Why does iCloud restore some app login credentials and not others?  Is there a setting somewhere that tells iCloud whether to backup (and restore) app-specific credentials?  Thx
    FYI that I do not use iOS Keychain, I have it turned off.

    mfewings,
    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:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    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://forums.novell.com/

  • Authentication - "Invalid Login Credentials" ? ? ?

    Hey guys,
    Need some help regarding Log in.
    I have a table in the database (table name USER_SECURITY) which has the list of users who are authorized to log in to the application.
    I have to incorporate this in the application page
    Could you please help me with the logic how to go about it in APEX
    Thank You for your help and suggestions
    Jesh

    Hi,
    I did try the link and it helped me understand alot, [ http://djmein.blogspot.com/2007/07/custom-authentication-authorisation.html]
    and I tried an example as mentioned in Duncan Mein's Blog and it did work, but then when I try to use it in my application and entered the username and password it says *"Invalid Login Credentials".*
    Here's the code I used:
    The table was already created in the database: ASQ_USER_SECURITY
    has four columns: USER_ID, USER_ROLE, USER_NAME, PASSWORD
    Created an Application Security Package
    CREATE OR REPLACE PACKAGE app_security_pkg
    AS
    PROCEDURE add_user
    p_user_id IN VARCHAR2,
    p_user_role IN VARCHAR2,
    p_username IN VARCHAR2,
    p_password IN VARCHAR2
    PROCEDURE login
    p_uname IN VARCHAR2
    ,p_password IN VARCHAR2
    ,p_session_id IN VARCHAR2
    ,p_flow_page IN VARCHAR2
    FUNCTION get_hash
    p_username IN VARCHAR2
    ,p_password IN VARCHAR2
    RETURN VARCHAR2;
    PROCEDURE valid_user2
    p_username IN VARCHAR2
    ,p_password IN VARCHAR2
    FUNCTION valid_user
    p_username IN VARCHAR2
    ,p_password IN VARCHAR2
    RETURN BOOLEAN;
    END app_security_pkg;
    CREATE PACKAGE BODY
    CREATE OR REPLACE PACKAGE BODY app_security_pkg
    AS
    PROCEDURE login
    p_uname IN VARCHAR2
    ,p_password IN VARCHAR2
    ,p_session_id IN VARCHAR2
    ,p_flow_page IN VARCHAR2
    IS
    lv_goto_page NUMBER DEFAULT 1;
    BEGIN
    IF UPPER(p_uname) = 'ADMIN'
    THEN
    lv_goto_page := 1;
    ELSE
    lv_goto_page := 1;
    END IF;
    wwv_flow_custom_auth_std.login
    p_uname => p_uname,
    p_password => p_password,
    p_session_id => p_session_id,
    p_flow_page => p_flow_page || ':' || lv_goto_page
    EXCEPTION
    WHEN OTHERS
    THEN
    RAISE;
    END login;
    PROCEDURE add_user
    p_user_id IN VARCHAR2,
    p_user_role IN VARCHAR2,
    p_username IN VARCHAR2,
    p_password IN VARCHAR2
    AS
    BEGIN
    INSERT INTO app_users (USER_ID,USER_ROLE,USER_NAME, PASSWORD)
    VALUES (p_user_id,p_user_role,UPPER (p_username),
    get_hash (TRIM (p_username), p_password));
    COMMIT;
    EXCEPTION
    WHEN OTHERS
    THEN
    ROLLBACK;
    RAISE;
    END add_user;
    FUNCTION get_hash (p_username IN VARCHAR2, p_password IN VARCHAR2)
    RETURN VARCHAR2
    AS
    BEGIN
    RETURN DBMS_OBFUSCATION_TOOLKIT.md5 (
    input_string => UPPER (p_username)
    || '/'
    || UPPER (p_password));
    END get_hash;
    PROCEDURE valid_user2 (p_username IN VARCHAR2, p_password IN VARCHAR2)
    AS
    v_dummy VARCHAR2 (1);
    BEGIN
    SELECT '1'
    INTO v_dummy
    FROM ASQ_USER_SECURITY
    WHERE UPPER (USER_NAME) = UPPER (p_username)
    AND PASSWORD = get_hash (p_username, p_password);
    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN raise_application_error (-20000, 'Invalid username / password.');
    END valid_user2;
    FUNCTION valid_user (p_username IN VARCHAR2, p_password IN VARCHAR2)
    RETURN BOOLEAN
    AS
    BEGIN
    valid_user2 (UPPER (p_username), p_password);
    RETURN TRUE;
    EXCEPTION
    WHEN OTHERS
    THEN RETURN FALSE;
    END valid_user;
    END app_security_pkg;
    When I tried to Create a Test User it worked and added a record in the database
    exec app_security_pkg.add_user ('RS','E','jesh','goodone')
    Create your own Authentication Scheme
    Authentication Function Section: RETURN APP_SECURITY_PKG.valid_user
    Switch on your Custom Scheme: made it “My Auth Scheme”
    Also Altered the Login Process on Page 101
    app_security_pkg.login (P_UNAME => :P101_USERNAME, P_PASSWORD => :P101_PASSWORD, P_SESSION_ID => v('APP_SESSION'), P_FLOW_PAGE => :APP_ID );
    This is pretty much what was there in the Duncan Mein's Blog
    Thank you for having a look at the code
    Appreciate your help
    Jesh

  • Report Viewer asking for Login credentials on Non-Development PC

    I have created several reports within Crystal 2008(using the push method). I run these reports in a VB6 application using the Report Viewer. Reports without sub-reports will run on both the development and non-development PC. If I try to run a report with a sub on a non-development PC it will prompt the user for login credentials.
    I can run the same report(with a sub) in development or on a PC with Crystal 2008 and Visual Basic installed. I have created a setup.exe to install this on the pc and included both the Crystal runtime 2008 and Crystal Report Viewer 2008 as prerequisites.
    Any help would be appreciated

    We created a form in Visual Studio 2008 that holds the Crystal Report Viewer.  We then used Interop to wrap the assembly into a usable reference for the VB6 application. 
    This was working fine when we were using the pull method for the report but once we changed the code to use the push method reports with subs will ask for a login. No matter what is entered the report will not print to the screen.  The reports without a sub will print just fine.
    Not sure what to look for next?
    Thanks for your quick response.

  • Pass login credentials into a test-path cmdlet

    Here is the scenario. I'm creating a SQL Server Job that will use Powershell to test if a session could be made to a remote server before creating one. I was able to successfully create a cmdlet that will test a path that connects to a remote shared server
    on the same domain. The remote server I'm trying to connect to is on a different domain so I need to pass along the login credentials. I'm stuck in finding the correct way to perform this. Is there a way to pass the login information without a prompt? Below
    is my test-path command I want to use.
    If(Test-Path -path \\IPADDRESS\Folder\subfolder)
        write-error "Remote connection test passed successfully"
    else {Write-Error "Could not connect successfully to "\\IPADDRESS\Folder\subfolder" -EA Stop}
    Also I was trying to use PSCredential to achieve this but was unsuccessful and received an error. Below is the powershell commands and error message.
    $SecurePassword = Read-Host -Prompt "Enter password" -AsSecureString
    $UserName = "DOMAIN\User"
    $Credentials = New-Object System.Management.Automation.PSCredential -ArgumentList $UserName, $SecurePassword
    PS C:\Windows\system32>  If(Test-Path -path \\IPADDRESS\Folder\subfolder $Credentials)
    >>   {
    >>
    >>     write-error "Remote connection test passed successfully"
    >>
    >>
    >>   }
    >> else {Write-Error "Could not connect successfully to "\\IPADDRESS\Folder\subfolder" -EA
    Stop}
    >>
    Test-Path : A positional parameter cannot be found that accepts argument 'System.Management.Automation.PSCredential'.
    At line:1 char:14
    +  If(Test-Path <<<<  -path \\IPADDRESS\Folder\subfolder $Credentials)
        + CategoryInfo          : InvalidArgument: (:) [Test-Path], ParameterBindingException
        + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.TestPathCommand
    Thank you in advance

    Hi DBA_attack,
    Thanks for your posting.
    If there also occurred error after add the parameter -Credential, please also note: This parameter -Credential in test-path is not supported by any providers installed with Windows PowerShell.
    You can also try to use Invoke-Command with the credential who has the permission to access the tested file path.
    I hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Problem with NEW H520 when installed new power supply & graphic card. Please help!

    My H520 was working perfectly and was running FAST..especially when rebooting. ( It was AWESOME!  )Then I installed a new power supply (Coolmax 400w) and a new graphic card (Sapphire Radeon HD6450) and then everything changed.  Now my computer is boo

  • Update a filed value with powershell script with ordery by and where condition

    Hi I have below powershell script to update list columns but  how i update a field value with ordery by a column and where condition below is the part of my script $list = $web.Lists[$listName] $items = $list.items $internal_counter = 1 #Go through a

  • How do I import t2i footage to FCE?

    I shoot on a t2i and i use MPEG streamclip to convert into AIC at a .mov file but whenever i go to put the clip into the time line, rendering is always needed. Also, the audio will not be in sync. i've sort of just had to deal with these problems for

  • Way to have this table format

    hi, experts, there are 2 dimensions and 3 facts (measures). two dimensions are Sales Team and SKU. Quantity is by SKU and Sales Team, Point is by SKU and Sales Team. but Expected Point is by Sales Team only. Variance is (Sum of Points) / Expected Poi

  • Help, my illustrator file is stuck in isolation mode

    I have a file that I have been working on for some time now. One day I saved and quit, it saved fine however next time I opened it there was a new layer titles 'Isolation Mode' and everything looked as if it were in isolation mode, even when I delete