BookmarkSubscribeRSS Feed
tlorel
Obsidian | Level 7

Hi Guys,

 

When deploying to alert generation process in ECM/AML 6.3m1, below error messages are encountered:

 

ERROR: Given URL https://amlwebhkpp.intranet.bbl:8343/SASContentServer/repository/default/sasdav/Products/SASComplian... not found. Use the debug
option for more information.
ERROR: No logical assign for filename SCRSRV.
ERROR: Error in the FILENAME statement.
ERROR: No logical assign for filename SCRSRV.

 

Upon checking, SASComplianceSolutions folder does not exist in sasdav

Anyone knows how this is being created? This is a fresh configuration, no error on the deployment.

 

Thanks in advance,

7 REPLIES 7
JuanS_OCS
Amethyst | Level 16

Hello @tlorel,

 

first of all, I think this does not seem to be a question for this community. I mean: this community can help you with functional question, but this one, initially, seems to be more technical, about deployment. For those purposes I would recommend you to use this other community: https://communities.sas.com/t5/Administration-and-Deployment/bd-p/sas_admin

 

Now, going to your question, I see a few things:

 

  1. A table that is being locked --> ensure it is not locked by another user or process.
  2. How are you running this: still SAS Deployment Wizard? SAS Management COnsole, SAS Enterprise Guide?
  3. Are you sure no errors happened during the deployment and all steps have been executed? What guide did you follow? Did you ensured all post-configuration steps/actions?
  4. Ensure the patch exists or does not: you can do this by using to https://amlwebhkpp.intranet.bbl:8343/SASContentServer/dircontents.jsp with the sasadm@saspw user and password, then go to /repository/default/sasdav/Products/SASComplianceSolutions/headers/

 

 

ERROR: FCF_SYNC.FCF_SA_SYNC_MUTEX.DATA is not locked by you.

NOTE: There were 0 observations read from the data set WORK.SCRFIX.
      WHERE (scenario_id>0) and (LOGICAL_DELETE_IND not = 'Y') and (CURRENT_IND not = 'N') and scenario_type_code in ('CUS', 'HPS');
NOTE: DATA statement used (Total process time):
                                                                                          The SAS System

      real time           0.00 seconds
      cpu time            0.00 seconds
      


NOTE: There were 5 observations read from the data set WORK.HDRNONDEL.
      WHERE (header_id>0) and (LOGICAL_DELETE_IND not = 'Y') and (HEADER_LOCATION_DESC not = ' ') and (HEADER_AUTOGEN_IND not = 'Y') and SOURCE_TYPE_DESC in ('Custom', 'HP Datastep', 'SAS 
      Datastep');
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

ERROR: Given URL https://amlwebhkpp.intranet.bbl:8343/SASContentServer/repository/default/sasdav/Products/SASComplianceSolutions/headers/party_watchlist_header.sas not found. Use the debug 
       option for more information.
ERROR: No logical assign for filename SCRSRV.
ERROR: Error in the FILENAME statement.
ERROR: No logical assign for filename SCRSRV.

NOTE: The SAS System stopped processing this step because of errors.
NOTE: DATA statement used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      


ERROR: No logical assign for filename SCRSRV. WEBDAV 
filename=https://amlwebhkpp.intranet.bbl:8343/SASContentServer/repository/default/sasdav/Products/SASComplianceSolutions/headers/party_watchlist_header.sas 
Filename=!AMLROOT/scenario/header_code_active/party_watchlist_header_v_1.sas
WARNING: No logical assign for filename SCRSRV.

 

 

 

 

 

 

ShelleySessoms
Community Manager

Thanks for the reply, @JuanS_OCS.

 

FYI, @tlorel originally posted this in the admin community but it did not receive a reply within 24 hours, so I moved it here in hopes of getting a reply.

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.
tlorel
Obsidian | Level 7

Hi Juan_OCS,

 

Thanks for the information.

This line is resolved already by following the steps here.

ERROR: FCF_SYNC.FCF_SA_SYNC_MUTEX.DATA is not locked by you. 

Steps:

1. Locate the SAS file fcf_inc_fsk_sequence.sas (this should be F:\SASHome\SASFoundation\9.4\antimnycmn\ucmacros)
under the SASHome folder
2. Take a backup of the file
3. Comment out the libname statement:
  libname fcf_sync  "&fcfsync_folder";
Save the file and re-run the STP.

 

However succeeding error messages are still being encountered when deploying to Alert Generation Process in ECM.

e.g. ERROR: Given URL https://amlwebhkpp.intranet.bbl:8343/SASContentServer/repository/default/sasdav/Products/SASComplian... not found

 

I noticed that the folder https://amlwebhkpp.intranet.bbl:8343/SASContentServer/repository/default/sasdav/Products/SASComplian... does not exist in sasdav. Even if you login as sasadm@saspw, no SASComplianceSolutions exist. Only SASEntCaseManagement is there.

 

Looking back on the configuration, Even-though the step  Load Content -> SAS Compliance Solutions Mid-Tier step in SDW completed successfully.

 

I noticed that there seems to be java issue happened as there is a hs_err_pid logs created. attaching as well.  Would you know this issue? Tech Support track has also been raised. 7612467797

 

Thanks alot,

lorenzk

 

JuanS_OCS
Amethyst | Level 16

Hello @tlorel,

 

perhaps the SAS Deployment Wizard considered the Load Content was OK, but there is a chance it could not identify some important error or warning during the Load Content for Compliance Solutions. Do you have still available the logs for the LoadContent scripts? Perhaps in the logs you can find some additional clues. Or there is some additional content to be loaded, afterwards: please check the deployment guide for Compliance Solutions, and the Instructions.html.

 

If all of this is OK, there might be a bug, or something that requires a hotfix. In any of those cases, I am afraid I cannot help you, only SAS Technical Support.

 

Please let us know how it goes, and sorry I cannot help more than this.

 

rajdeep
Pyrite | Level 9
Hi Team,
Is there any macro or procedure available to get any specific content folder data in a sas Dataset?

Thanks in advance.
ShelleySessoms
Community Manager

Hi @rajdeep 

 

Please open a tech support track to assist with your question, see link here - https://support.sas.com/en/technical-support/contact-sas.html

 

Best,

Shelley

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.
nagaraj1991
Obsidian | Level 7
did you get any solution for this?