Use OLEDB in Chinese windows Server

Hello..
I have a problem in using OLEDB in Chinese windows system.
If i write sql statement that include Chinese Language in ASP code, then I can not return record correctly.
For example,in case of col1 of table1 is varchar2 type and data inserted chinese language, if i execute query that 'select col1 from table1' then has no problem.
but i execute 'select col1 from table1 where col1 = 'CHINESE LANGUAGE' then return no record..
How can i fix it?
Environment :
Windows 2000 Advanced Server with SP4
Web server - IIS 5.x
MDAC version - 2.53.6200.1
Oracle version - 8.1.7.4.1
Oracle Provider for OLE DB - 8.1.7.3.0
Oracle NLS - AMERICAN_AMERICA.US7ASII

The characterset is a problem, but it's a common problem.
Taking a step back and thinking about the problem logically, it should be clear that you shouldn't be able to store Chinese data in a US7ASCII database. A US7ASCII database can store 128 distinct characters, but there are a whole lot more than 128 Chinese characters. If every character in the world could be represented via ASCII, Unicode would have been a pointless exercise.
Why, then, does it appear to work correctly for you? When the client and the server both have the same NLS language setting, the Oracle networking layer doesn't do any sort of character set conversion-- it just passes the data back and forth as a binary stream. In your case, the client application is, in essence, lying to the database about the type of data it's passing in. In all probability, you really have Big5 encoded data. So long as the retrieving application expects to be getting that same encoding (Big5), and doesn't bother to ask the client what encoding it's actually getting back, everything will appear to work. You're pulling a fast one on the database, but as long as everyone is in on the lie, everything will work.
The problem comes, however, when other applications believe the lie that the database is telling. When the OLE DB provider retrieves the data, it knows that it's going to want Unicode data. Since the database claims to be storing ASCII data, the Oracle networking layer will attempt to convert the "ASCII" data to Unicode before handing it to the ASP page. Since the data really isn't ASCII, though, the conversion won't work. The same sort of thing would happen if you used some of the Oracle tools like export & import or if you queried the data from an English Windows system that's set up to handle Unicode data.
At this point, you have corrupt data in the database. You don't have valid Chinese in the database.
Justin
Distributed Database Consulting, Inc.
www.ddbcinc.com

Similar Messages

  • Can I use Azure Backup and Windows Server Backup in a Windows Server ?

    Can I use Azure Backup and Windows Server Backup in a Windows Server ?
    I want to use both Azure Backup and Windows Server Backup for two senarios.
    For Disaster Recovery = Azure Backup to Azure Storage.
    For non-Disacter Recovery = Windows Server Backup to a on-premises disk.
    The non-Disaster Recovery mean a file or folder recovery, disk crash recovery, migrate to another servers.
    The non-Disaster Recovery need the speed of recovery just like 10 TB recovery as soon as possible.
    If I can use both Azure Backup and Windows Server Backup in a Windows Server,
    Are there any notes for using both ?
    Regards,
    Yoshihiro Kawabata 

    Hi Yoshihiro Kawabata,
    Thanks for posting here!
    Azure Backup to Azure Storage and Windows Server Backup to a on-premises disk. These are two different question and can be answered individually.
    Azure Backup to Azure Storage - Possible.
    Windows Server Backup to a on-premises disk - Possible.
    Can I use Azure Backup and Windows Server Backup in a Windows Server? Is a question.
    I will check on this and get back to you at the earliest.
    Thanks!
    Sadiqh

  • Cluster Quorum Disk failing inside Guest cluster VMs in Hyper-V Cluster using Virtual Disk Sharing Windows Server 2012 R2

    Hi, I'm having a problem in a VM Guest cluster using Windows Server 2012 R2 and virtual disk sharing enabled. 
    It's a SQL 2012 cluster, which has around 10 vhdx disks shared this way. all the VHDX files are inside LUNs on a SAN. These LUNs are presented to all clustered members of the Windows Server 2012 R2 Hyper-V cluster, via Cluster Shared Volumes.
    Yesterday happened a very strange problem, both the Quorum Disk and the DTC disks got the information completetly erased. The vhdx disks themselves where there, but the info inside was gone.
    The SQL admin had to recreated both disks, but now we don't know if this issue was related to the virtualization platform or another event inside the cluster itself.
    Right now I'm seen this errors on one of the VM Guest:
     Log Name:      System
    Source:        Microsoft-Windows-FailoverClustering
    Date:          3/4/2014 11:54:55 AM
    Event ID:      1069
    Task Category: Resource Control Manager
    Level:         Error
    Keywords:      
    User:          SYSTEM
    Computer:      ServerDB02.domain.com
    Description:
    Cluster resource 'Quorum-HDD' of type 'Physical Disk' in clustered role 'Cluster Group' failed.
    Based on the failure policies for the resource and role, the cluster service may try to bring the resource online on this node or move the group to another node of the cluster and then restart it.  Check the resource and group state using Failover Cluster
    Manager or the Get-ClusterResource Windows PowerShell cmdlet.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-FailoverClustering" Guid="{BAF908EA-3421-4CA9-9B84-6689B8C6F85F}" />
        <EventID>1069</EventID>
        <Version>1</Version>
        <Level>2</Level>
        <Task>3</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-03-04T17:54:55.498842300Z" />
        <EventRecordID>14140</EventRecordID>
        <Correlation />
        <Execution ProcessID="1684" ThreadID="2180" />
        <Channel>System</Channel>
        <Computer>ServerDB02.domain.com</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="ResourceName">Quorum-HDD</Data>
        <Data Name="ResourceGroup">Cluster Group</Data>
        <Data Name="ResTypeDll">Physical Disk</Data>
      </EventData>
    </Event>
    Log Name:      System
    Source:        Microsoft-Windows-FailoverClustering
    Date:          3/4/2014 11:54:55 AM
    Event ID:      1558
    Task Category: Quorum Manager
    Level:         Warning
    Keywords:      
    User:          SYSTEM
    Computer:      ServerDB02.domain.com
    Description:
    The cluster service detected a problem with the witness resource. The witness resource will be failed over to another node within the cluster in an attempt to reestablish access to cluster configuration data.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-FailoverClustering" Guid="{BAF908EA-3421-4CA9-9B84-6689B8C6F85F}" />
        <EventID>1558</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>42</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-03-04T17:54:55.498842300Z" />
        <EventRecordID>14139</EventRecordID>
        <Correlation />
        <Execution ProcessID="1684" ThreadID="2180" />
        <Channel>System</Channel>
        <Computer>ServerDB02.domain.com</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="NodeName">ServerDB02</Data>
      </EventData>
    </Event>
    We don't know if this can happen again, what if this happens on disk with data?! We don't know if this is related to the virtual disk sharing technology or anything related to virtualization, but I'm asking here to find out if it is a possibility.
    Any ideas are appreciated.
    Thanks.
    Eduardo Rojas

    Hi,
    Please refer to the following link:
    http://blogs.technet.com/b/keithmayer/archive/2013/03/21/virtual-machine-guest-clustering-with-windows-server-2012-become-a-virtualization-expert-in-20-days-part-14-of-20.aspx#.Ux172HnxtNA
    Best Regards,
    Vincent Wu
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Can I use Remote Desktop Connection (windows server 2008) even if no user is logged in?

    I'm configuring a Server, running Windows Server 2008, to be accessed remotely. Suppose no user is logged in in the server (if it was just turned
    on, for instance). Can I use the "Remote Desktop Connection" feature to log in remotely in this case? Or is it always necessary to have a user locally logged in, to remotely log in to one of the users available?

    If its a fresh installation, RDM might not work at first.
    1. You need to check firewall and allow Remote Desktop. To be specific, communication to port 3389 TCP
    2. Right click My Computer --> Properties --> Remote tab
    Enable Remote Desktop
    Allow connections to this computer
    Click users and grant the permissions for the users. By default, Administrators do have the permission. An also, the users who are members of the 'Remote Desktop Users' security group also have the permission

  • Word Document generation using Perl programming on Windows Server 2003 R2

    Hello,
    Our application generates word document based on pre-defined template on Windows Server 2003 using Perl Scripting.
    Configuration data is fetched from the database and document is populated based on the template. Sections in the document are identified using Bookmarks. We are facing a problem on Windows server 2003 R2. When I do a group update operation, i.e generation
    of multiple word documents (using Word 2010) in a loop, one of the section of the word document shifts up  and data gets overlapped.
    When I use the same piece of code in windows 7 machine, the issue doesn't replicate.
    Can anyone provide some pointers to look into this issue ?
    Regards
    Prashant Jain
    software developer

    Hi,
    This forum is mailly talk about the product use related issue and not the best place to talk about the develop issue, for the develop issue we can post in MSDN forum for the further help.
    MSDN forum
    https://social.msdn.microsoft.com/Forums/en-US/home
    Thanks for your understanding and support.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Indexing .cfm files using Indexing Service on windows server 2008 and IIS 7.0

    Hi All,
    Anyone knows why .cfm files would not get indexed by Indexing Service on windows server 2008 and IIS 7.0.  This is a coldfusion website using Indexing Service for site search.  There are a lot of cfm pages indexed as unknown files.   Any clues on how this can be fixed?
    Thanks!

    You might try editing your registry so that *.cfm, *.cfc, and other ColdFusion related files are treated as text files by the Windows search feature.  See link below.
    http://www.dougknox.com/xp/tips/xp_bad_search.htm
    Disclaimer: I am not a Windows system admin.  You might try posting this question to a Windows specific forum.

  • Using mac mini for windows server vpn

    I'd like to use a Mac Mini with 16GB (might wait on the new one), to run a virtual Windows Server 2012 with Exchange and a virtual Windows Server 2012 with SQL Server.
    Anyone doing that successfully?

    Yes, you can upgrade the ram, harddrive and optical drive yourself. There are several websites that show how to do it. I've done it twice, it is really no big deal. Flip the mini over, use the right size putty knife(s) and carefully lift the lid off...from there it's a matter of removing some screws, and then reversing the procedure.
    I returned my mini 2.53 because I decided I really wanted to stick with laptop for this year. But for the 2 weeks I had it, I had Logic on it. Used a USB interface, and had some Firewire drives hooked up to it. It was excellent. It's so small that it can sit right on the desk where you can get at everything.
    I left the 5400 drive in it, and had zero problems. It's a rare day when someone maxes out their harddrive speed. If you check your meters in Logic, the cpu has always been maxed long, long before the HD I/O has been. If you are running 96K 30+ track creations, a mini isn't even going to be on your radar. Yet, many people use nothing but a Macbook Pro to do some very complicated tracks...and a mini is really just a macbook pro without screen/keyboard/trackpad and jammed in a small box.
    I think they are fantastic values.

  • Snow leopard using documents from a windows server, I will have problems if I update to lion

    Hi all,
    I am working with my Macbook with Snow Leopard and I use files from windows server 2008 and also the accountance program reside on it, we always acceed by smb. I have not updated my Mac OX to Lion because I am frightened about lost my conection to this computers. Could I update or it is better to remain into Snow Leopard.
    Thanks in advance

    http://www.apple.com/pr/ may also have the answer when Apple is ready to reveal it.
    Apple's "free" updates have typically been on http://www.apple.com/macosx/uptodate/
    Consider first if you are ready for Lion by reading this tip.  It is doubtful that not being ready for Lion will mean you'll be ready for Mountain Lion.

  • Error running universall installer using Oracle 11g on Windows server 2003

    Hi,
    I want to uninstall Oracle 11g on Windows server 2003 and when I run universall installer I receive the following error
    Checking swap space: 0 MB available, 500 MB required.
    Please advise how to resolve this error and the procedure to uninstall Oracle 11g on Windows server 2003
    Thanks,
    Ant

    Hi;
    For swap problem, please check:
    Swap space problem on Windows XP
    http://www.pcnineoneone.com/howto/swpfile1.html
    For remove process please check:
    Oracle 11g on Windows Srv 2003
    WIN: Manually Removing all Oracle Components on Microsoft Windows Platforms [ID 124353.1]
    Regard
    Helios

  • How can I speed up logins using MacBooks to a Windows Server 2008 environment.  Logging onto the network is extremely slow.  We are using a wireless connection to the network in classrooms

    I work in an Education environment with Windows Server 2008.  I am trying to join our Macbooks to Active Directory.  They are joined but the login is extremely slow.  I read that this is because of a possible problem with an OS update.

    Check the ethernet link speed when connected directly to the TC.. if you are plugged into the modem direct.. and comparing that with wireless on the TC we have no way of knowing where the issue is.
    There is some issue related by someone when the TC was bridged.
    It is extremely hard to impossible to know what is causing wireless slow down.. needs lots more info.
    What is the link speed?
    Set manually and try different channels.
    The series 1 cannot do 2.4ghz and 5ghz simultaneously but test on 5ghz and see what the speed is like. You will need to be in the same room as the TC.

  • Can I use XP, Vista and Windows Server on my Mac Pro

    Looking for options to have multiple Operating Systems available for bootup.
    I need to have the ability to run XP, Vista, Windows 2003 and Windows 2008 server. I am currently using a Windows PC with BootCommander. I want to use my Mac Pro for its power.
    I have tried to use VMWare Fusion and it works perfectly. However, Camtasia crashes regularly within Fusion and I need high resolution desktop captures and the way virtualization does (rather does not) virtualize the RAM on the video card has made it not a viable solution.
    Your help is appreciated.

    Format one or more of your drives as MBR and setup some partitions. Install in proper order. Or use multiple drives. Maybe someone on Fusion forum can help.
    http://communities.vmware.com/community/vmtn/desktop/fusion
    Some have used multiple VMs with Fusion and Apple Pro RAID5.

  • HP Offiejet Pro 8000 A809 prints carbage when using network connection on Windows Server 2008

    We are using HP Offiejet Pro 8000 A809 on our network, and they are installed on a Windows 2008 Server.
    But when we are sending a print command it prints only garbage. We've tried different print drivers but without success.
    Anyone experience the same problem and have a solution?
    Thanks

    temporary solution from HP is to use the standard HP Deskjet 990c driver.
    it works but i hope they make a proper driver.

  • Unable to generate proper LDTs using mks toolkit on windows server.

    Hi Experts,
    We have installed EBS12.0.3 on windows XP platforms and to access the unix commands we are using mks toolkit verison 9.2
    But we are not able to generate the correct ldt files for data migration.
    The fndload command used to download ldt for alert is as mentioned below:
    FNDLOAD apps/apps 0 Y DOWNLOAD %ALR_TOP%/patch/115/import/alr.lct FILE_NAME.ldt ALR_ALERTS APPLICATION_SHORT_NAME='PER' Alert_name='XX Alert Name'
    The generated ldt file is:
    # $Header$
    # dbdrv: exec fnd bin FNDLOAD bin &phase=daa+52 checkfile:~PROD:~PATH:~FILE &ui_apps 0 Y UPLOAD @ALR:patch/115/import/alr.lct @~PROD:~PATH/~FILE
    LANGUAGE = "US"
    LDRCONFIG = "alr.lct"
    #Source Database ODEV
    #RELEASE_NAME 12.1.3
    # -- Begin Entity Definitions --
    DEFINE ALR_ALERTS
    KEY APPLICATION_SHORT_NAME VARCHAR2(50)
    KEY ALERT_NAME VARCHAR2(50)
    CTX OWNER VARCHAR2(4000)
    BASE ALERT_CONDITION_TYPE VARCHAR2(1)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE START_DATE_ACTIVE VARCHAR2(25)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE TABLE_APPLICATION_SHORT_NAME VARCHAR2(50)
    BASE DESCRIPTION VARCHAR2(240)
    BASE FREQUENCY_TYPE VARCHAR2(1)
    BASE WEEKLY_CHECK_DAY VARCHAR2(3)
    BASE MONTHLY_CHECK_DAY_NUM VARCHAR2(50)
    BASE DAYS_BETWEEN_CHECKS VARCHAR2(50)
    BASE CHECK_BEGIN_DATE VARCHAR2(25)
    BASE DATE_LAST_CHECKED VARCHAR2(25)
    BASE INSERT_FLAG VARCHAR2(1)
    BASE UPDATE_FLAG VARCHAR2(1)
    BASE DELETE_FLAG VARCHAR2(1)
    BASE MAINTAIN_HISTORY_DAYS VARCHAR2(50)
    BASE CHECK_TIME VARCHAR2(50)
    BASE CHECK_START_TIME VARCHAR2(50)
    BASE CHECK_END_TIME VARCHAR2(50)
    BASE SECONDS_BETWEEN_CHECKS VARCHAR2(50)
    BASE CHECK_ONCE_DAILY_FLAG VARCHAR2(1)
    BASE SQL_STATEMENT_TEXT VARCHAR2(32000)
    BASE ONE_TIME_ONLY_FLAG VARCHAR2(50)
    BASE TABLE_NAME VARCHAR2(31)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    DEFINE ALR_RESPONSE_SETS
    KEY RESP_SET_NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE DESCRIPTION VARCHAR2(240)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    DEFINE ALR_RESPONSE_VARIABLES
    KEY RESP_VAR_NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE DESCRIPTION VARCHAR2(240)
    BASE TYPE VARCHAR2(1)
    BASE DEFAULT_VALUE VARCHAR2(240)
    BASE DATA_TYPE VARCHAR2(1)
    BASE DETAIL_MAX_LEN VARCHAR2(50)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_RESPONSE_VARIABLES
    DEFINE ALR_RESPONSE_ACTIONS
    KEY RESPONSE_NAME VARCHAR2(240)
    KEY SEQUENCE VARCHAR2(50)
    CTX OWNER VARCHAR2(4000)
    BASE ACTION_NAME VARCHAR2(80)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_RESPONSE_ACTIONS
    DEFINE ALR_VALID_RESPONSES
    KEY RESPONSE_NAME VARCHAR2(240)
    CTX OWNER VARCHAR2(4000)
    BASE TYPE VARCHAR2(1)
    BASE RESPONSE_TEXT VARCHAR2(32000)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_VALID_RESPONSES
    END ALR_RESPONSE_SETS
    DEFINE ALR_ACTION_SETS
    KEY NAME VARCHAR2(50)
    CTX OWNER VARCHAR2(4000)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE RECIPIENTS_VIEW_ONLY_FLAG VARCHAR2(1)
    BASE DESCRIPTION VARCHAR2(240)
    BASE SUPPRESS_FLAG VARCHAR2(1)
    BASE SUPPRESS_DAYS VARCHAR2(50)
    BASE SEQUENCE VARCHAR2(50)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    DEFINE ALR_ACTION_SET_MEMBERS
    CTX OWNER VARCHAR2(4000)
    BASE ACTION_NAME VARCHAR2(80)
    BASE GROUP_NAME VARCHAR2(80)
    BASE GROUP_TYPE VARCHAR2(1)
    BASE SEQUENCE VARCHAR2(50)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE SUMMARY_THRESHOLD VARCHAR2(50)
    BASE ABORT_FLAG VARCHAR2(1)
    BASE ERROR_ACTION_SEQUENCE VARCHAR2(50)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ACTION_SET_MEMBERS
    DEFINE ALR_ACTION_SET_OUTPUTS
    KEY ACTION_SET_OUTPUT_NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE SEQUENCE VARCHAR2(50)
    BASE SUPPRESS_FLAG VARCHAR2(1)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ACTION_SET_OUTPUTS
    DEFINE ALR_ACTION_SET_INPUTS
    KEY ACTION_SET_INPUT_NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE VALUE VARCHAR2(240)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ACTION_SET_INPUTS
    END ALR_ACTION_SETS
    DEFINE ALR_ACTION_GROUPS
    KEY NAME VARCHAR2(80)
    KEY GROUP_TYPE VARCHAR2(1)
    CTX OWNER VARCHAR2(4000)
    BASE ACTION_GROUP_TYPE VARCHAR2(1)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE DESCRIPTION VARCHAR2(240)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    DEFINE ALR_ACTION_GROUP_MEMBERS
    CTX OWNER VARCHAR2(4000)
    BASE ACTION_NAME VARCHAR2(80)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE ACTION_LEVEL VARCHAR2(50)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ACTION_GROUP_MEMBERS
    END ALR_ACTION_GROUPS
    DEFINE ALR_ACTIONS
    KEY ACTION_NAME VARCHAR2(80)
    KEY ACTION_END_DATE_ACTIVE VARCHAR2(25)
    CTX OWNER VARCHAR2(4000)
    BASE ACTION_TYPE VARCHAR2(1)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE DESCRIPTION VARCHAR2(240)
    BASE ACTION_LEVEL_TYPE VARCHAR2(1)
    BASE DATE_LAST_EXECUTED VARCHAR2(25)
    BASE FILE_NAME VARCHAR2(240)
    BASE ARGUMENT_STRING VARCHAR2(240)
    BASE PROGRAM_APPLICATION_NAME VARCHAR2(50)
    BASE CONCURRENT_PROGRAM_NAME VARCHAR2(30)
    BASE LIST_APPLICATION_NAME VARCHAR2(50)
    BASE LIST_NAME VARCHAR2(30)
    BASE TO_RECIPIENTS VARCHAR2(240)
    BASE CC_RECIPIENTS VARCHAR2(240)
    BASE BCC_RECIPIENTS VARCHAR2(240)
    BASE PRINT_RECIPIENTS VARCHAR2(240)
    BASE PRINTER VARCHAR2(30)
    BASE SUBJECT VARCHAR2(240)
    BASE REPLY_TO VARCHAR2(240)
    BASE RESPONSE_SET_NAME VARCHAR2(30)
    BASE FOLLOW_UP_AFTER_DAYS VARCHAR2(50)
    BASE COLUMN_WRAP_FLAG VARCHAR2(1)
    BASE MAXIMUM_SUMMARY_MESSAGE_WIDTH VARCHAR2(50)
    BASE BODY VARCHAR2(2000)
    BASE VERSION_NUMBER VARCHAR2(50)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    DEFINE ALR_ACTION_OUTPUTS
    KEY ACTION_OUT_NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE CRITICAL_FLAG VARCHAR2(1)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ACTION_OUTPUTS
    END ALR_ACTIONS
    DEFINE ALR_ALERT_OUTPUTS
    KEY NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE SEQUENCE VARCHAR2(50)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE START_DATE_ACTIVE VARCHAR2(25)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE TITLE VARCHAR2(240)
    BASE DETAIL_MAX_LEN VARCHAR2(50)
    BASE SUMMARY_MAX_LEN VARCHAR2(50)
    BASE DEFAULT_SUPPRESS_FLAG VARCHAR2(1)
    BASE FORMAT_MASK VARCHAR2(30)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ALERT_OUTPUTS
    DEFINE ALR_ALERT_INSTALLATIONS
    KEY ORACLE_USERNAME VARCHAR2(30)
    KEY DATA_GROUP_NAME VARCHAR2(240)
    CTX OWNER VARCHAR2(4000)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ALERT_INSTALLATIONS
    DEFINE ALR_ALERT_INPUTS
    KEY NAME VARCHAR2(30)
    CTX OWNER VARCHAR2(4000)
    BASE ENABLED_FLAG VARCHAR2(1)
    BASE START_DATE_ACTIVE VARCHAR2(25)
    BASE END_DATE_ACTIVE VARCHAR2(25)
    BASE TITLE VARCHAR2(240)
    BASE DATA_TYPE VARCHAR2(1)
    BASE DEFAULT_VALUE VARCHAR2(240)
    BASE LAST_UPDATE_DATE VARCHAR2(10)
    END ALR_ALERT_INPUTS
    END ALR_ALERTS
    # -- End Entity Definitions --
    The same command works fine on linux using putty.
    Are We missing anything or the issue might be because of the windows platform.
    Please help us.
    Thanks & Regards,
    Priyank

    Hi,
    We have compared the LDt with the one generated with UNIX.
    We are completely missing the data definition of the object.
    Also today we tried to download LDT's for concurent program and request group, and request group Ldt is successfully downloaded but for concurrent program again it downloaded only entity definition and then failed to download object's data definition.
    the commands used were:
    Request group:
    FNDLOAD apps/apps 0 Y DOWNLOAD %FND_TOP%/patch/115/import/afcpreqg.lct File_Name.ldt REQUEST_GROUP REQUEST_GROUP_NAME="Global HRMS Reports & Process" APPLICATION_SHORT_NAME="PER" UNIT_NAME='Concurrent Program Short Name'
    Concurrent Program:
    FNDLOAD apps/apps 0 Y DOWNLOAD %FND_TOP%/patch/115/import/afcpprog.lct File_Name.ldt PROGRAM CONCURRENT_PROGRAM_NAME='Concurrent Program Short Name' APPLICATION_SHORT_NAME='PER'
    Thanks.

  • Can't record web session in Web Application Transaction Monitoring using IE10 (Tried under Windows Server 2008R2 and 2012)

    Hi,
    In Operations Manager Console 2012 SP1 including RU2 I am trying to record a web session in Web Application Transaction Monitoring.
    I have check that:
    The add-on (Microsoft Web Recorder Helper) 64bit is Enabled.
    The 64bit version of IE10 is running/launched. See this link for how to modify your registry key if needed:  http://kevingreeneitblog.blogspot.co.uk/2012/01/scom-2012-recording-web-browser-session.html
    I have tried both on a Windows 2008R2 and 2012 server, but the recorder is not showing up as can been seen from Kevin's Blog (link above).
    Any Ideas?

    I managed to get this working on both Windows 8 IE10 and server 2012 IE10. Tested on SCOM 2012 SP1 UR2 and UR3. I've done this process in lab and production several times so hopefully this helps you out.
    Checklist:
    1. Ensure that the 64bit IE10 is launching when the "start web-capture" is started in SCOM.
    2. Enable IE10 internet options:
    a: Advanced - Security - Enable Enhanced Protected Mode
    b: Advanced - Browsing - Enable third-party browser extensions
    3. Close all running IE sessions and open the Registry Editor
    4. Registry Change (No reboot needed)
    - Browse to the following regkey:
    HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main
    - Add a new DWORD called TabProcGrowth and set it to 0
    5. Registry Change (No reboot needed)
    - Browse to the following regkey:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Discardable\PostSetup\Component Categories64\
    -You should see two subkeys labeled: (These are the cached BHO IE objects related to the Web Recorder)
    {00021493-0000-0000-C000-000000000046}
    {00021494-0000-0000-C000-000000000046}
    - Delete only the above two mentioned keys (This will force IE to recache them next launch)
    6. Try to start the web capture again from SCOM 2012 SP1.
    7. When IE10 Launches enable the add-on again if you are prompted.
    8. If you still don't see the Web-Recorder pane in IE you can now show it by:
     - View - Explorer bars - Web Recorder

  • Using VPN to access Windows server at work - Possible?

    I have an iMac 2.6ghz, running 10.5.7. I have setup a PPTP VPN connection into my server at work, and it says 'connected'. How can I actually 'see' anything on this server? Also, can I see my mail on this server (mail.xxxxxx.com.au/exchange)

    Hi Anthony, and a warm welcome to the forums!
    Is the Server a Mac or PC? What OS? What Sharing is enabled on the other end?

Maybe you are looking for