NCS 1.1.1.24 migration to PI 1.2.1.012

I have an open TAC case on this also....but it's taking longer than usual for them to get pertinent info back to me so figured I'd try here. 
I'm in the process of migrating from WCS to Prime Infrastructure 1.2  I've already sucessfully completed the WCS -> NCS 1.0.x upgrade, and then the NCS 1.x to 1.1.1.24 upgrade with no issues.  I've followed the suggested migration path to PI 1.2 of deploying a new OVF and them migrating the NCS data from the NCS virtual machine to the new PI virtual machine. 
I have PI 1.2.1.012 installed in a new VM and up and running with correct licensing.  I installed the "ncs_patch-1.1.1.24-upgrade-12.tar.gz" patch on my NCS install before exporting my data from NCS (and rebooted).  NCS data was exported using:
backup ncs-backup repository remoteRepo application NCS
Now when I go to import that data into the PI 1.2.1.012 appliance I get the following:
pi-01/admin# restore ncs-backup-130131-1333.tar.gpg repository remoteRepo application NCS
Restore may require a restart of application services. Continue? (yes/no) [yes] ? yes
Initiating restore.  Please wait...
  Stage 1 of 9: Transferring backup file ...
  -- complete.
  Stage 2 of 9: Decrypting backup file ...
  -- complete.
  Stage 3 of 9: Unpacking backup file ...
  --complete.
  Stage 4 of 9: Decompressing backup ...
  -- complete.
  Stage 5 of 9: Restoring Support Files ...
  -- complete.
  Stage 6 of 9: Restoring Database Files ...
  -- complete.
  Stage 7 of 9: Recovering Database ...
Failed to restore the DB. Exception: java.lang.Exception: RMAN-00571: ===========================================================
pi-01/admin#
I found bugID CSCub35534 which shows the same "RMAN-00571" java exception error so I might be running into this bug.  I followed step 1 in the bugID of stopping my NCS 1.1.1.24 services (ncs stop) and then exporting my data from NCS again, and re-import into PI.  Still have the same problem. 
Dumping the logs from PI to a remote repository and looking at them doesn't give me much more info.  I can see the "Failed to restore the DB. Exception: java.lang.Exception: RMAN-00571:" error in the log file but not much more info that I can figure out around it to determine what's going on. 
I've used the PI 1.2 upgrade docs as well as this document through this whole process:
https://supportforums.cisco.com/docs/DOC-26972
Anyone else run into this exact same problem?  How were you able to work around this and get you data imported in PI 1.2? 
--greg

Finally got this working last evening!  Not 100% sure exactly what I did but the restore was sucessful.  I think it might have had something to do with making sure that NCS was not running when trying to restore the data.  I didn't see any references in any of the documentation to make sure NCS was complete shut down (ncs stop, and ncs status to verify) before doing the restore.  But after several db reinit's it appears to have restored everything properly now. For future reference here's what I ended up doing starting with WCS (Linux version):
Make sure WCS was running the latest version v7.0.230.0
Export maps from WCS via the GUI (as a precaution -- we have way too many maps to redo all them again!):
In the GUI go to Monitor -> Maps
Select which maps you want to export (you can select them all)
Select Export Maps and tell it where to store the export
Stop WCS from the cli:  /opt/WCS7.0.230.0/StopWCS
Export your user configuration from WCS:
:  /opt/WCS7.0.230.0/export.sh all /root/wcs-export-TODAY.zip
Copy the backup file off to another SCP/FTP server
Deploy the NCS 1.1.1.24 OVM (NCS-VA-1.1.1.24-xxxx.ova) template and get connectivity working to the VM
STOP the NCS services!!  Then verify all services have stopped:
ncs stop
ncs status
Create a repository where you stored your WCS backup:
configure terminal
repository wcs-backup-repo
url sftp://xxx.xxx.xxx.xxx/home/user/wcs-backups/
user myusername password plain mypassword
exit
Verify you can see the files in the repository:show repository wcs-backup-repo
Migrate the WCS data into NCS (this will take a LONG time to run!):ncs migrate wcs-data wcs-export-TODAY.zip repository wcs-backup-repo
Start NCS if import was sucessful:ncs start
Verify everything looks good (no errors, all devices show up, maps are there etc)
Download the NCS 1.1.1.24 to Prime Infrastructure 1.2 patch and save it in the same repository as your WCS backup files
Stop NCS and verify all services have stopped:
ncs stop
ncs status
Install the NCS 1.1.1.24 to Prime Infrastructure 1.2 patch:
application upgrade ncs_patch-1.1.1.24-upgrade-12.tar.gz wcs-backup-repo
Reboot the appliance:reboot
Verify that patch was installed (it should show the upgrade-12 patch is installed):show application version NCS
Stop NCS and verify all services have stopped:
ncs stop
ncs status
Export the NCS application data:backup ncs-export-TODAY repository wcs-backup-repo application NCS
If you are deploying a brand new Prime Infrastructure v1.2 appliance (as suggested by the release notes), deploy the new PI v1.2.1.012 OVM and get connectivity working to it.
Create the repository what contains your backup files:
configure terminal
repository wcs-backup-repo
url sftp://xxx.xxx.xxx.xxx/home/user/wcs-backups/
user myusername password plain mypassword
exit
Make a local directory on the PI appliance for the local repository:mkdir disk:/defaultRepo
Create a local repository on the PI appliance:
configure terminal
repository defaultRepo
url disk:/defaultRepo
Verify the repositories (defaultRepo should be empty):
show repository defaultRepo
show repository wcs-backup-repo
Stop NCS and verify all services have stopped:
ncs stop
ncs status
Import the data from NCS into PI (this will take a LONG time to run!):restore ncs-export-TODAY.tar.gpg repository wcs-backup-repo application NCS
Restart NCS services and verify they are running:
ncs start
ncs status
Verify you can login and all data has been imported.  Hopefully you are all good!
If things go wrong these are some additional commands that might help:
If the database on the appliance you are trying to import data to appears to have something wrong you can try doing this (NOTE all local disk: repositories will lose the data/files!):
ncs stop
ncs status
ncs cleanup
ncs start
ncs status
If there is still something wrong with the database you can try re-creating the NCS database from scratch on the appliance (NOTE YOU WILL LOSE EVERYTHING IN THE DATABASE WHEN DOING THIS!):
ncs stop
ncs status
ncs db reinitdb
ncs start
ncs status
If you know your linux commands you can also gain true bash shell access to the underlaying system by enabling the root account and setting a password for it:
root_enable
Enter the password you would like to give the root account
root
NCS log files and other goodies are located in the /opt/CSCOlumos/ directory.  I found lots of troubleshooting data in there, as long as your good with navigating around the directory structure and reading the logs you should be able to figure out ecactly what might be going on.
Good luck to everyone in their quest to get to the latest version!  Cisco definately did not make this process an easy one. 
--greg

Similar Messages

  • Ftp not working on Prime NCS

    OK, I have a customer whom we are migrating from WCS to Prime Infrastructure 1.3. As I understand it, I need NCS in the middle to migrate from WCS >> NCS >> PI1.3.
    I have Prime NCS running, I followed instructions:
    http://www.cisco.com/en/US/partner/docs/wireless/ncs/1.1/release/notes/NCS_RN1.1.1.html#wp298425
    http://www.cisco.com/en/US/docs/wireless/ncs/1.1/configuration/guide/tasks.html#wp1215225
    When I try and connect to the NCS server via ftp using Filezilla or WS-FTP with username/ftp-user & password/ftp-user I get the following:
    Status:          Connecting to 10.160.17.89:21...
    Status:          Connection attempt failed with "ECONNREFUSED - Connection refused by server".
    Error:          Could not connect to server
    Status:          Waiting to retry...
    Status:          Delaying connection for 1 second due to previously failed connection attempt...
    Status:          Connecting to 10.160.17.89:21...
    Status:          Connection attempt failed with "ECONNREFUSED - Connection refused by server".
    Error:          Could not connect to server
    Status:          Connecting to 10.160.17.89:21...
    Status:          Connection attempt failed with "ECONNREFUSED - Connection refused by server".
    Error:          Could not connect to server
    Status:          Waiting to retry...
    Status:          Connecting to 10.160.17.89:21...
    Status:          Connection attempt failed with "ECONNREFUSED - Connection refused by server".
    Error:          Could not connect to server
    Status:          Connecting to 10.160.17.89:21...
    Status:          Connection attempt failed with "ECONNREFUSED - Connection refused by server".
    Error:          Could not connect to server
    Status:          Waiting to retry...
    Status:          Delaying connection for 1 second due to previously failed connection attempt...
    Status:          Connecting to 10.160.17.89:21...
    Status:          Connection attempt failed with "ECONNREFUSED - Connection refused by server".
    Error:          Could not connect to server
    Status:          Connecting to 10.160.17.89:21...
    Status:          Connection attempt failed with "ECONNREFUSED - Connection refused by server".
    Error:          Could not connect to server
    Status:          Waiting to retry...
    Status:          Delaying connection for 1 second due to previously failed connection attempt...
    Status:          Connecting to 10.160.17.89:21...
    Status:          Connection attempt failed with "ECONNREFUSED - Connection refused by server".
    Error:          Could not connect to server
    Status:          Connecting to 10.160.17.89...
    Response:          fzSftp started
    Command:          open "[email protected]" 22
    Command:          Pass: ********
    Error:          Authentication failed.
    Error:          Critical error
    Error:          Could not connect to server
    Status:          Connecting to 10.160.17.89...
    Response:          fzSftp started
    Command:          open "[email protected]" 22
    Command:          Pass: ********
    Error:          Authentication failed.
    Error:          Critical error
    Error:          Could not connect to server
    Status:          Connecting to 10.160.17.89...
    Response:          fzSftp started
    Command:          open "[email protected]" 22
    Command:          Pass: ********
    Error:          Authentication failed.
    Error:          Critical error
    Error:          Could not connect to server
    Status:          Connecting to 10.160.17.89:21...
    Status:          Connection established, waiting for welcome message...
    Response:          220 Service ready for new user
    Command:          USER ftpuser
    Response:          331 User name okay, need password for ftpuser
    Command:          PASS ********
    Response:          530 Access denied
    Error:          Critical error
    Error:          Could not connect to server
    Status:          Connecting to 10.160.17.89:21...
    Status:          Connection established, waiting for welcome message...
    Response:          220 Service ready for new user
    Command:          USER ftp-user
    Response:          331 User name okay, need password for ftp-user
    Command:          PASS ********
    Response:          530 Access denied
    Error:          Critical error
    Error:          Could not connect to server
    Status:          Connecting to 10.160.17.89:21...
    Error:          Connection timed out
    Error:          Could not connect to server
    Status:          Waiting to retry...
    Status:          Connecting to 10.160.17.89:21...
    What might i be doing wrong?
    Thanks in advance for your help.

    are you able to ssh or console into the NCS appliance?
    if so, please run an ncs status command to see if all ncs processes are running:::
    also, can you try to launch an MS-DOS or CMD prompt and try to
    ftp xxx.xxx.xxx.xxx
    enter ftp-user for the username
    enter whatever password you think it is.

  • WCS to Prime 1.2 licensing

    Hi
    I am doing a migration from WCS 7.x to Prime 1.2
    There is a WCS 7 to Prime 1.2 migration license pack that we have obtained. 
    However, as I understand it, we need to install NCS 1.1.1.24 first, import the WCS database and then carry on to do the NCS to Prime upgrade.  So we have the licenses for the final Prime 1.2 deployment.
    When we get to NCS 1.1.1.24 we cannot migrate off of the main login page until we apply an appropriate NCS license.  We were told by Cisco Sales that a temporary license can be generated for NCS 1.1.1.24 by sending licensing the license XML file taken from WCS along with the VUDI and our license order info.  We have followed this path successfully once.  We sent the XML file to Cisco along with some other info and they returned a license we could use on NCS.  We then moved to Prime 1.2.  However on this occasion Cisco insist we need an NCS license.
    I have moved from NCS 1.x to Prime 1.2 before and all the licenses have been retained.
    So are Cisco telling me that to migrate from WCS 7 to Prime 1.2 I should license the NCS server and simply upgrade it to Prime 1.2 with no further licensing needing purchased ?   If so why is there a WCS to Prime 1.2 license pack ?
    Or are Cisco saying we need the NCS license AND the Prime 1.2 licenses ?
    Thanks for any input, St.

    Thanks for this too Scott.
    I see that you could license NCS 1.1.1.24 then move to Prime 1.2 without applying further licenses.  I have done this in a NCS to Prime upgrade.  Prime maintains the NCS licenses.  However there is a WCS to Prime 1.2 License SKU which we have ordered because we are starting from WCS on this occasion.  The licenses generated from these PAKs do not work on NCS 1.1.1.24
    So it would seem that the WCS to Prime migration SKU does not include the necessary license to allow us to pass through NCS 1.1.1.24 during the migration.
    I think if we had ordered a WCS to NCS migration SKU we would have got the necessary NCS license.  We could then install that and carry on to Prime 1.2 with no further license requirements.  If that is the case why is there a WCS to Prime 1.2 migration SKU ?
    We did resolve this issue before by following the advice of Cisco Sales.  We logged a call with licensing, supplied the exported WCS license XML file and the NCS VUDI and they gave us an NCS license.  However, on this occasion licensing are not so forthcoming.  They suggest we need a NCS 1.x licence. 
    So either they are implying we need a NCS 1.x AND a Prime 1.2 license.  Or we should have bought a WCS to NCS migration license and the NCS to Prime migration license is useless because it does not allow us to pass through NCS as part of the migration process.
    Thanks for any help on this, St.

  • Migrate from WCS 7.0.172.0 to Cisco Prime NCS

    Is there anyway to migrate off of WCS to Prime NCS? We have a fully built WCS system with maps and all configs and was wondering if there was a way to restore to NCS.

    Yes, this is possible.  Here is the link from the NCS release notes on the process.
    http://www.cisco.com/en/US/docs/wireless/ncs/1.0/release/notes/NCS_RN1.0.0.html#wp83675
    Steve

  • Wireless Migration from WCS to NCS and MSE/WLC 7.0.230 to 7.2.110.0

    Hello,
    I'm in the process of ripping out all of my wireless network and putting a new one in and have a couple of questions regarding code compatibility between the NCS, WLC, and MSE.
    My current infrastructure consists of Wism running 7.0.230.0 code, WCS 7.0.230.0 code, and MSE 7.0.230.0 code.  I am planning on migrating my WCS over to NCS 1.1.1.24 while maintaining the 7.0.230.0 code on my WiSM and MSE.  Does anyone know if this will function properly and maintain location services?
    Also,  I am going to be replacing my MSE (3350) 7.0.230 code with redundant MSE (3355)  7.2.110.0 code running high availability. Will I be able to import the backups/config  from the 7.0.230 code onto the 7.2.110.0 new servers? Or would it be better for me to load my new servers (3355) with 7.0.230 code, import the backups, and then proceed with the upgrade to 7.2.110.0.  What is the best way to migrate my CAS licenses over to the new servers?
    Thanks for any suggestions.

    Well here is the compatibility matrix:
    http://www.cisco.com/en/US/docs/wireless/controller/5500/tech_notes/Wireless_Software_Compatibility_Matrix.html
    As far as the MSE, I would probably downgrade it to 7.0.230.0 and then import the backup and then upgrade.  I guess you can just try it at first if you want, it won't hurt.  You can always clear it and then downgrade if you want.
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • Unable to Migrate WCS Database to NCS with Demo License

    I have NCS 1.1.0.58 running on a VM with a demo license, should I be able to migrate my WCS 7.0.230.0 database to NCS?  I can not tell if the  migration process worked and there are no objects in NCS.  I have attached a console capture of the migration console messages.
    Thanks in advance,
    Bob

    You have probably thought of this already but, If the tables are the same in both sides why don't you just work out the population order and export directly from Access into the empty oracle tables using ODBC?
    The way I do it is to create transition tables in oracle then have a script to load the tables and do some validation and error checking.

  • Migrating from NCS 1.1.2 to Prime 1.2? Possible?

    According to this:
    http://www.cisco.com/en/US/docs/net_mgmt/prime/infrastructure/1.2/quickstart/guide/cpi_qsg.html#wp73107 it mentions that migrating from NCS 1.1.2 to CPI 1.2 isn't possible.
    How can I get around this?

    TAC has a patch to upgrade off of 1.1.2.12.
    I don't recall but kinda' think it is to get to 1.3.0.20 and not to 1.2.1.12
    Basically you take a backup from the 1.1.2.12 server then restore it into a newly build 1.3 server that has had the patch applied.
    I've 3 or 4 and it works just fine...

  • Migrating data from Cisco NCS 1.1.1.24 to Prime Infrastructure 1.3 Question

    I am spinning up a new VM server for Prime to migrate from NCS. I have not been able to find the patch Cisco recommends to run before upgrading. My question is do I need to run this patch (ncs_patch-1.1.1.24-upgrade-12.tar.gz) if I am just gong to bring up a whole new machine and not upgrade the existing NCS? My plan is to do a back-up on the NCS and a restore from the new Prime.

    Migrating from NCS 1.1.1.24 to Prime Infrastructure 1.3
    To migrate to a new Prime Infrastructure 1.3 system, follow the process as described in the following two links below:
    ● Back Up the Data from the Existing System
    ● Install a New Prime Infrastructure System and Migrate the Data from the Backup
    ● Restoring Prime Infrastructure Database in a High Availability Environment

  • Migration from WCS to NCS

    Hello,
    I've valid SAU service contract with WCS. Can I migrate from WCS (7.0.230..0) to latest version of NCS by downloading it from software center or I should purchase some SKU for upgrading to NCS?
    Any help welcome.

    you'll probably be able to download the software, but to 'migrate' you need to by the migration SKU from your partner.
    This allows you to take your current license count and get it 'rehosted' for the NCS.
    HTH,
    Steve
    Please remember to rate useful posts, and mark questions as answered

  • WCS database export for NCS migration

    Hi
    I have done a WCS 7.0.220.0 to NCS migration prior to moving to Prime 1.2.  I followed the instructions to export the WCS database via the export.bat all command and exported the database.  However, when I import this zip fileto NCS there do not seem to be any of the original WCS templates.  All the maps and AP details have migrated but no templates.
    I have tried the export again and ploughed through the resultant zip file looking for anything that looks like template files but there is nothing immediately apparent that looks like templates. 
    Has anyone done this before and successfully migrated their original templates ?
    Many thanks, St.

    The templates should of migrated. These are the only data that isn't migrated.
    Non-upgradable Data
    The following data are not upgradable from WCS to NCS:
    • Certain Reports (Client Count, Client Summary, Client Traffic, PCI Report, PCI Compliance Detailed and Summary reports, Preferred Call Network Summary report, Rogue APs, Adhoc Rogues, New Adhoc Rogues and Security Summary reports).
    • Dashboard customization
    • Client Station Statistics information will not be populated with old WCS data in clients charts, client details page, dashboards and reports.
    • Client historical session information does get upgraded.
    • All events from 7.0 are completely dropped and are not migrated to NCS.
    • RADIUS/TACACS server IP and credentials are not migrated and need to be readded again after migration is complete.
    Sent from Cisco Technical Support iPhone App

  • Migrate WCS V 7.0.240 to NCS V 2.0.0.0.294

    Hi everybody:
    Some months ago , i had to upgrade our WLCs to the version 7.4.110, but the WCS doesn´t support these WLC ios version, then i decide to migrate to the NCS, i found some docs that explain that NCS v .20 supports these IOS WLC version, my question is, somebody know the procedure to migrate the WCS licenses to NCS 
    I exported the licenses to a new NCS but it didn´t accepted, show me and error that the file is not appear a license file.
    I have a licenses files ( .lic) and the system show me an error that UDI of file does not match the system, i understand tha when you create  license file, the name of the server is associated to the license.

    take a look at the below link for the license portion:
    http://jenniferhuber.blogspot.com/2012/03/wcs-to-ncs-migration.html?showComment=1343851642987#c6457428309941635205
    HTH,
    Steve

  • Migrating WCS Data to NCS

    Hi,
    I've been trying to migrate in my exported data from WCS to NCS as per the release notes but its not working for me.
    We generated a licence from the UID and serial number for our VM install of NCS. I see mention of upgrade licenses do i need one of those?
    Do I have to import the license separately from  WCS. I thought that the export would include license + data.
    I thought this would be straightforward but it doesn't seem that way. Is there anything that I'm leaving out or that i need to do to get this migration work.
    Attached output from migration.
    All help greatly appreciated.

    Hi Scott,
    It was a licensing issue and we've finally resolved that. So i now have all our AP licenses imported into NCS.
    I have run the migration again for the WCS data to be imported and it doesn't seems to have worked or is there something else i've to do. According to the release notes it just tells you to log in after the migration.
    Any ideas?
    Anthony
    =================================
    Forgot to get back to you on this one Scott. The license was the main issue afterwards I just had some problems with tftping the data from the WCS to NCS servers. Resolved that then.
    Thanks.
    Anthony

  • Migrating from NCS 1.0 to Prime Infrastructure 1.2

    Hi friends
    I know i had short discussion about this before but here it comes again and this time in detail.
    I have NCS 1.0 with 100 devices support license installed. Now knowing it has reached end of sale, and also for the fact that Prime does cover devices like routers, i went ahead to the upgrade path via PUT (Product Upgrade Tool).
    Finally I received an email (OBA) advising my order is ready. This email included two items in the shipment,
    L-N-PI12-100-M=
    NCS 1.0 to Prime Infrastructure 1.2 Minor Upg 100 Device
    L-PILMS42-100-M
    Prime Infrastructure LMS 4.2 - 100 Device Upgrade Lic
    When i click to the link in the same email to download the license, it only shows me one file which is
    L-PILMS42-100-M
    I tried using this file and installing on the NCS1.0 but it gives me error that this file is not a license file. The license name suggests me that it is not the license to be installed on the NCS. The file should be L-N-PI12-100-M=
    Thanks for reading this all and would appreciate all your inputs here.
    Regards,
    Mohit

    Marvin Rhoads wrote:Your PI 1.2 also includes the right to install and use LMS 4.2 - a separately installed and licensed server.If you want Assurance (or Compliance) licenses for PI, they will have to be ordered separately. The license files delivedred when you buy those product SKUs will allow you to use those features. The starting point (base) in PI 1.2 is Lifecycle.
    when i followed the inpath upgrade,  i receved an email from the licensing that the license file is ready for download. the order said,
      Product Name          : L-PILMS42-100-M
         Product Description      : L-PILMS42-100-M : Prime Infrastructure LMS 4.2 - 100 Device Upgrade Lic     
    and the attached lic file "LMS2013021XXXXXXX.lic" came along from them.
    but when i installed that lic file, i got the error message from the upgarded the PI 1.2 that the file is not a license file.
    The trouble is i cannot generate another lic file (if the exsting generated file was corrupt) cos the PAK is already been used once. 
    Now i am wondering i can avail that LMS file that would be good, but when i spoke to the TAC, i was told that this file name doesnt seem correct as this is PI and it wont understand LMS file. It was only useful if you were upgraing from LMS to PI and because my case was NCS to PI, this will not work.
    Any suggestions?

  • Blocking users after migrating from WCS to NCS?

    One of our people in our Helpdesk  blocked a user mac because of an alert that said they were using the WiFi in an unsafe manner.  Probably streaming or file sharing.  Anyway when they blocked the mac they noticed that in the older WCS it would ask if you want to block this on all controllers.  The new NCS he said did not have that option that he could find.  So the user just authenticated with the same machine to a new controller which then had to be manually blocked.
    I could not find in NCS the option to block the offending mac on all controllers either.  This does not mean it isn’t there?  Can we get a ruling on this? Bug? it worked in WCS.

    We have NCS 1.1.0.58 and I believe when we block the Mac from NCS it only blocks if on the controller that it is currently associated to.
    Sent from Cisco Technical Support iPhone App

  • NCS reports email as zip files

    I recently migrated from WCS to NCS and since the migration all the reports are being sent inside a zip file.  I remember having this issue when I first installed WCS many years ago, however I am unsure what was done to correct it.  I have checked the Administration section of NCS to try and find the setting but no luck or within the Report Launch pad on any of the migrated reports or the new reports.
    I don't want them sent as zip files but as either native CSV or PDF as specified within the appropriate report.  The reports are never that big to need compressing into a zip plus the mail server they send through will accept up to 20-25MB attachments which is much greater than the native size of any of the reports generated through NCS or WCS.

    I agree, I email quite a few csv reports and the file size is typically under 1k. It is strange they don't making the zip file an option instead of doing it mandantory with every e-mail. I find it very cumbersome when dealing with 10 - 12 reports and having to unzip every file first.

Maybe you are looking for

  • How to Handle the Strings more than 4000 characters in OBIEE 11g

    Hi Folks, I have a derived column in RPD where there are like bunch of case statements which involve the columns from 2 or more dimensions. Now I am getting an error ORA-01489: result of string concatenation is too long at OCI call OCIStmtFetch. How

  • Correlation and Async/Sync Communication using JMS adapter without BPM

    Hello 1. Pls explain with simple example docs/links --- Correlation 2. Async/Sync Communication using JMS adapter without BPM    If i see blog --- If I go with blog --- /people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-w

  • Reagarding BP Balance' display  with  Multiple currency

    Hi,All. The scenario is as below Local currency : AUD some BP generate 2 AP invoice by BP currency which are  USD and TWD. Althought the outpayment  have generated accroding to related 2 AP invoice , I check the BP balance  report display some asteri

  • XI Java module deployment

    A XI java module can of course be deployed by using SDM. I would like to know if it is also possible to use the NWDI. So checking in and out Java source and deploy it on the XI J2EE server.

  • Pdf prints broken characters

    I have a MacBookPro software Mountain Lion 10.8.3, Acrobat vs 10.1.7. Multiple-page pdf displays fine, prints broken characters??? Can I upgrade to Acrobat 11 to rectify problem? How?